{"id":25094624,"url":"https://github.com/akshay326/vos-client","last_synced_at":"2025-06-10T23:04:13.661Z","repository":{"id":79363972,"uuid":"129128081","full_name":"akshay326/VOS-Client","owner":"akshay326","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-13T09:25:07.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T15:35:58.633Z","etag":null,"topics":["cloud-computing","operating-system","synchronization"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akshay326.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-11T17:11:40.000Z","updated_at":"2018-07-06T21:53:13.000Z","dependencies_parsed_at":"2023-04-17T13:41:05.114Z","dependency_job_id":null,"html_url":"https://github.com/akshay326/VOS-Client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay326%2FVOS-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay326%2FVOS-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay326%2FVOS-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshay326%2FVOS-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshay326","download_url":"https://codeload.github.com/akshay326/VOS-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246730272,"owners_count":20824396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-computing","operating-system","synchronization"],"created_at":"2025-02-07T15:28:23.827Z","updated_at":"2025-04-01T23:47:39.366Z","avatar_url":"https://github.com/akshay326.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VOS Client\nTry finding divisor of a number using simple division in python. A number is checked against a set of primes from the [Original list of primes](https://primes.utm.edu/lists/small/millions/). There are 40+ such sets. \n\n## Where's distributed computing in it?\nSince brute force division using millions of divisors(upto 10 digits) takes a lot of time, so we distribute brute force division over a set of computers. Each node downloads a list of primes and tries division. If a factor is found, update the results, else repeat the division with a different set of primes.\n\n## Database Structure\n```\nprimality-tests:  \n|-- prime_sets:  \n|   |-- 1:  \n|   |   |-- set: 2,3,5,....  \n|   |-- 2:  \n|   |   |-- set: 151321, 151323 .....  \n|  \n|-- test_count:2  \n|  \n|-- test*i*:  \n|   |-- number:153816723933467683...  \n|   |-- divisor: -1  \n|   |-- sets_checked: \"0,1,2,3,4,5,6\"  \n|  \n|-- test*k*:  \n|   |-- number:1414053247  \n|   |-- divisor: 37517  \n|   |-- sets_checked: \"0,1\" \n```\n\n## REST API json end-points\n+ Base URL: http://volunteer-os.herokuapp.com\n+ URL to get the prime state: http://volunteer-os.herokuapp.com/get_state\n+ URL to get working URL: http://volunteer-os.herokuapp.com/get_working_url\n+ URL to update DB: http://volunteer-os.herokuapp.com/update\n\n## Server Side Code\nGet the server [code here](https://github.com/AKS1996/VOS-Server). The app is [deployed here](http://volunteer-os.herokuapp.com). The server currently hosts only the OS code, no web interface or GUI at all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay326%2Fvos-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshay326%2Fvos-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshay326%2Fvos-client/lists"}