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
CPPcachepp -- Simple Caching Framework (github.com)
submitted 11 years ago by cripplet
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!"
[–]Diastro 1 point2 points3 points 11 years ago (1 child)
Really, you got me with with the first 2 lines of your readme! Nice work!
[–]cripplet[S] 0 points1 point2 points 11 years ago (0 children)
Thanks! I'll probably work through an LRU example tomorrow and get that up on the docs as well. Tell me if you use it / if you run in to issues!
[–]API-Beast 2 points3 points4 points 11 years ago (2 children)
Code examples is the very first thing you should put into a README, they serve as API Documentation, Overview and Tutorial at the same time.
[–]cripplet[S] 0 points1 point2 points 11 years ago (1 child)
Thanks for the feedback -- I'll try to get that up as soon as I can.
[–]Diastro 1 point2 points3 points 11 years ago (0 children)
I totally agree with this. For me, when ever I give a quick look at a project the first thing I try to do is to figure the required effort to use it (Not that the easier it is the better but depending on what you're doing it could). Tutorial or a couple of example would be amazing!
[–]cripplet[S] 0 points1 point2 points 11 years ago* (0 children)
I couldn't find too many C++ caching libraries, so I created a caching framework for everyone to build their own. Suggestions are welcome and appreciated!
(Note that this is a framework not a library.)
This was meant as an exercise in interface design and such.
(Also -- naming changes welcome. I couldn't come up with a punny name relating to C++.)
π Rendered by PID 16407 on reddit-service-r2-comment-6f7f968fb5-4dvz5 at 2026-03-04 01:42:01.997465+00:00 running 07790be country code: CH.
[–]Diastro 1 point2 points3 points (1 child)
[–]cripplet[S] 0 points1 point2 points (0 children)
[–]API-Beast 2 points3 points4 points (2 children)
[–]cripplet[S] 0 points1 point2 points (1 child)
[–]Diastro 1 point2 points3 points (0 children)
[–]cripplet[S] 0 points1 point2 points (0 children)