All Projects → franklbt → RentMyCPU

franklbt / RentMyCPU

Licence: other
💰 An app that allow to earn money by executing computational work from other nodes

Programming Languages

C#
18002 projects
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to RentMyCPU

flutter provider examples
Examples of Flutter's provider package
Stars: ✭ 41 (-73.72%)
Mutual labels:  provider
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (-12.82%)
Mutual labels:  provider
city-cab
An open source flutter taxi - app for learning purpose(Provider & Bloc) using firebase as backend/server
Stars: ✭ 68 (-56.41%)
Mutual labels:  provider
flutter app o2o
flutter高校食堂o2o预定服务,商业级应用,持续升级,完全开源。
Stars: ✭ 45 (-71.15%)
Mutual labels:  provider
eth-provider
A Universal Ethereum Provider Client
Stars: ✭ 139 (-10.9%)
Mutual labels:  provider
reactube-client
A clone Youtube Web Player using React Provider Pattern, React Context and Typescript
Stars: ✭ 92 (-41.03%)
Mutual labels:  provider
LeXun.Security.OAuth
用于 Asp.Net 和 Asp.Net Core 的OAuth2社交身份验证提供程序。支持支付宝,QQ,微信,百度等第三方登录
Stars: ✭ 19 (-87.82%)
Mutual labels:  provider
awesome-contract-testing
Awesome resources for Consumer-Driven Contract Testing
Stars: ✭ 54 (-65.38%)
Mutual labels:  provider
YugiohCards
Yugioh Cards Sample App using MobX, Provider, and Chopper
Stars: ✭ 31 (-80.13%)
Mutual labels:  provider
Google-4-TbSync
This provider add-on adds Google synchronization capabilities to TbSync. Only contacts and contact groups are currently managed, using Google's People API.
Stars: ✭ 36 (-76.92%)
Mutual labels:  provider
Flutter Roadmap
This is a flutter roadmap and documentation repository. If anyone is interested you can join the party to help the community and make flutter great again.
Stars: ✭ 47 (-69.87%)
Mutual labels:  provider
flutter database demo
🛠 Flutter 本地数据库存储 + 状态管理
Stars: ✭ 31 (-80.13%)
Mutual labels:  provider
flutter expense manager
Flutter Provider and Shared Preferences Sample Application.
Stars: ✭ 59 (-62.18%)
Mutual labels:  provider
serverless-scaleway-functions
Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
Stars: ✭ 58 (-62.82%)
Mutual labels:  provider
sle-provider
Space Link Extension Provider in Python3
Stars: ✭ 24 (-84.62%)
Mutual labels:  provider
flutter mobx boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
Stars: ✭ 29 (-81.41%)
Mutual labels:  provider
oneview-chef
This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
Stars: ✭ 16 (-89.74%)
Mutual labels:  provider
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (-73.08%)
Mutual labels:  provider
flutter svg provider
Use svg as image provider.
Stars: ✭ 32 (-79.49%)
Mutual labels:  provider
JetEntityFrameworkProvider
Microsoft Access (Jet) Entity Framework provider
Stars: ✭ 77 (-50.64%)
Mutual labels:  provider

RentMyCPU

An app made to compute tasks from other nodes in the network using your CPU and you earn money for that.

Project architecture

RentMyCPU.WebView: The client app.
RentMyCPU.Shared: shared resources used by other projects.
RentMyCPU.Web: the web app that manages all of the nodes.
RentMyCPU.WebView.RuntimeComponent: a component that is used inside app webview to handle IAP and notifications

How it works

This app works with webassembly files. These files are executed in a sandboxed environment (because uwp apps are sandboxed by default). You have the ability to execute a webassembly file on many nodes. To differentiate the node on which the webassembly file is executed, a numeric parameter is passed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].