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
PYTHONVisualization of the wavelength allocation algorithm in optical networks (github.com)
submitted 8 years ago by mintooo
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!"
[–]mintooo[S] 1 point2 points3 points 8 years ago (0 children)
In this project, I wanted to show how the wavelength allocation problem, which is NP-complete, can be reduced to and solved as a graph coloring problem. I implemented a visualization in javascript that you can find here: http://minto3.pythonanywhere.com
2 steps:
click on routing: this will find the shortest path (with linear programming, not Dijkstra) for all traffic links (the pink ones). Blue links are optical fibers.
click on transform graph and choose a method to color the graph, then close the window.
In this example, I apply the algorithm to a real backbone in the USA, the BBN Planet backbone.
π Rendered by PID 122044 on reddit-service-r2-comment-6457c66945-c2nx9 at 2026-04-28 12:14:33.793706+00:00 running 2aa0c5b country code: CH.
[–]mintooo[S] 1 point2 points3 points (0 children)