Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/count-thing
My first C project: Attempts to prove that the fact that there are 500,000,000 "1"s in the first 500,000,000 positive integers isn't remarkable.
https://github.com/callumacrae/count-thing
Last synced: 20 days ago
JSON representation
My first C project: Attempts to prove that the fact that there are 500,000,000 "1"s in the first 500,000,000 positive integers isn't remarkable.
- Host: GitHub
- URL: https://github.com/callumacrae/count-thing
- Owner: callumacrae
- Created: 2011-02-21T21:04:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-22T20:32:09.000Z (almost 14 years ago)
- Last Synced: 2024-11-01T19:05:53.760Z (2 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
"If you write out the first 500,000,000 positive integers, you’ll write the figure 1 exactly 500,000,000 times."
This project is an attempt to prove that fact unremarkable. There are many other numbers like this, and it is also possible to use numbers but 1.
This is my first C project, so progress WILL be slow :D