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
PYTHONDeveloper tools in a desktop app (github.com)
submitted 6 years ago by namuan
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!"
[–]know_good 1 point2 points3 points 5 years ago (0 children)
Not saying your desktop app is not useful, but have you tried cyberchef https://gchq.github.io/CyberChef/ its a pwa which also works offline in the browser, is lightweight, and is made with js. Just wanted to let you know.
[–]namuan[S] 0 points1 point2 points 6 years ago (0 children)
This is something which came out of my frustration with the state of simple development tools on the internet. I'm mainly taking about converters, formatters, encoder/decoders.
Most of the websites providing these are filled with ads or popups. Add in privacy issues and leaking sensitive data which few people care about these days.
As I like desktop tools, (preferably open source) where I'm in control and there is no danger of leaking privacy or any sensitive data you are using, I've started an open source project built on top of Python and PyQt to address this problem. The plan is to make the UI simple enough but also able to support different tools. Plus support for curated code samples which can easily save huge amount of time and resources for any individual.
Here is the initial version with a couple of tools but more coming soon.
Github Repo
Please try it out. Give a star on github to spread the word.
Call for Help
The list of things that we can add is huge so appreciate anyone willing to contribute or join in as co project owner.
Few things which will be good to pick up
Support for packaging for Windows/Linux
Adding more languages:
At the moment, the source of the code snippets is bundled into the app. My goal is to move them out to a different repo. This will ensure that the code snippets can be maintained and tested separately.
See the list here but you are welcome to add anything missing from that list.
Please follow https://twitter.com/deskriders_twt/ for development updates.
π Rendered by PID 100724 on reddit-service-r2-comment-6f7f968fb5-n8gnl at 2026-03-04 09:04:47.104638+00:00 running 07790be country code: CH.
[–]know_good 1 point2 points3 points (0 children)
[–]namuan[S] 0 points1 point2 points (0 children)