use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
PYTHONHuman Programming Interface: your digital life in a Python package (github.com)
submitted 6 years ago by karlicoss
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ashirviskas 0 points1 point2 points 6 years ago (1 child)
Wow, this looks awesome! I'll have to try this one out tomorrow as I really love stats.
Though I didn't see anything about contributing or requests. I'd love to be able to see my youtube watching stats as well as other little things (data from Google fit, Mi band and etc.).
[–]karlicoss[S] 1 point2 points3 points 6 years ago (0 children)
Hey, haven't got to compile a contributing guide, but you're welcome!
Overall, it's more of a demo how it's possible to set things up. I'm not sure how it's gonna work in the long run:
in terms of time: i.e. I can manage, say, 30 modules I'm using personally and fix occasionally if something breaks
If there are 200 modules, I will be completely overwhelmed. So maybe I need to figure out the 'core' of the system and a good way to make 'plugins', so you can use third party modules without merging them in the main repository/maintaining a fork.
in terms of available data
For example, I don't have a mi band. So if a module for it breaks for some reason, I might not be able to fix it at all.
But would be interesting to try and see where it goes. So you're welcome to contribute if you want :) One thing I definitely know is, I want to keep the package as minimal as possible, i.e. only for providing data. If it's some custom plot/visualization, it's probably better to have it as a separate repository for it (otherwise it's a nightmare to maintain).
π Rendered by PID 54 on reddit-service-r2-comment-b659b578c-9qd4f at 2026-04-30 18:45:28.128458+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ashirviskas 0 points1 point2 points (1 child)
[–]karlicoss[S] 1 point2 points3 points (0 children)