Skip to content

Instantly share code, notes, and snippets.

@RichLewis007
Last active October 15, 2025 13:13
Show Gist options
  • Save RichLewis007/f6a5ac7dc21ddd2732fbba2dcb595204 to your computer and use it in GitHub Desktop.
Save RichLewis007/f6a5ac7dc21ddd2732fbba2dcb595204 to your computer and use it in GitHub Desktop.
Public gists from RichLewis007

All public gists from dideler

Last updated: 09-11-2025 12:00 PM EDT

Total public gists: 69

Title Description Files File Names Lang Public Created Updated Link Comments Forks Stars
Startup Engineering notes Startup Engineering notes 14 0-startup-overview.md, 1.md, 2.md, +11 more Markdown 06-17-2013 09:10 AM EDT 09-10-2025 05:45 AM EDT open 10 30 N/A
Basic CLI loading animation Basic CLI loading animation 1 loading.sh Shell 10-27-2015 05:16 PM EDT 09-10-2025 05:43 AM EDT open 2 0 N/A
Sending a notification message to Telegram using its HTTP API via cURL Sending a notification message to Telegram using i... 2 bot.rb, readme.md Markdown 04-26-2018 11:43 AM EDT 08-29-2025 05:48 AM EDT open 26 30 N/A
Parsing Command-Line Argument in Python Parsing Command-Line Argument in Python 1 pyargs.md Markdown 04-15-2012 09:08 PM EDT 08-17-2025 02:15 AM EDT open 1 10 N/A
A python script for extracting email addresses from text files.You can pass it multiple files. It prints the email addre A python script for extracting email addresses fro... 2 example.md, extract_emails_from_text.py Markdown 03-22-2013 04:14 AM EDT 07-24-2025 02:46 PM EDT open 30 30 N/A
Flip Text - flips a line of text so that it appears to be upside-down and mirrored Flip Text - flips a line of text so that it appear... 1 flipText.java Java 02-16-2013 08:22 PM EDT 05-26-2025 01:54 PM EDT open 2 1 N/A
Bootstrapping - a list of useful resources to get up and running quickly Bootstrapping - a list of useful resources to get ... 1 bootstrapping.md Markdown 02-01-2012 12:29 PM EST 02-02-2025 05:27 PM EST open 0 30 N/A
Bitwise tricks Bitwise tricks 1 bitwise-operators.md Markdown 04-12-2012 04:25 AM EST 12-26-2024 01:55 AM EST open 4 13 N/A
Upgrading PostgreSQL from 9.3 to 9.4 when upgrading Ubuntu 14.04 to 14.10 Upgrading PostgreSQL from 9.3 to 9.4 when upgradin... 1 upgrade-postgres-9.3-to-9.4.md Markdown 11-02-2014 05:17 PM EST 12-13-2024 03:18 PM EST open 21 21 N/A
Collection of useful Raspberry Pi resources. Collection of useful Raspberry Pi resources. 1 rpi.md Markdown 08-19-2012 06:51 AM EST 12-08-2024 03:49 AM EST open 1 2 N/A
Removing duplicate lines from a file in Python Removing duplicate lines from a file in Python 1 unique.py Python 01-31-2013 07:25 PM EST 12-05-2024 05:00 PM EST open 9 4 N/A
IRC Guide IRC Guide 1 irc.md Markdown 10-04-2015 05:46 AM EST 11-20-2024 08:45 AM EST open 0 0 N/A
CSS Tips CSS Tips 1 css.md Markdown 04-06-2014 09:32 PM EST 11-20-2024 08:21 AM EST open 0 1 N/A
Favourite Quotations (in no particular order) Favourite Quotations (in no particular order) 2 quotes.md, todo.md Markdown 12-31-2013 06:11 AM EST 11-20-2024 08:21 AM EST open 1 3 N/A
Twitter Gadget for Google Sites Twitter Gadget for Google Sites 3 twitter-gadget-instructions.md, twitter.xml, widget.js JavaScript 03-21-2012 06:37 PM EDT 09-20-2024 04:42 AM EDT open 27 6 N/A
C++ notes C++ notes 2 inheritance.cpp, interface-vs-implementation-comments.md Markdown 05-07-2013 07:28 PM EDT 08-09-2024 08:25 AM EDT open 0 1 N/A
Code review checklists. Leave your suggestions in a comment below! Code review checklists. Leave your suggestions in ... 1 code_review_checklists.md Markdown 07-02-2013 03:17 PM EDT 07-23-2024 01:43 AM EDT open 0 4 N/A
People skills. Excerpts from "How to win friends and influence people" People skills. Excerpts from "How to win friends a... 1 you-cant-win-an-argument.md Markdown 03-06-2014 04:55 PM EDT 05-23-2024 08:44 AM EDT open 0 0 N/A
Formatted output in the terminal (using Python) Formatted output in the terminal (using Python) 1 python-colours.md Markdown 10-01-2012 04:21 PM EDT 05-23-2024 08:37 AM EDT open 3 2 N/A
An easy and quick way to encrypt (and decrypt) sensitive files on your computer. The filename is static, so don't forget An easy and quick way to encrypt (and decrypt) sen... 1 Makefile Makefile 03-22-2013 05:27 AM EDT 04-08-2024 12:16 AM EDT open 0 0 N/A
Rails Routes Rails Routes 1 routes.md Markdown 04-07-2014 09:30 AM EDT 04-08-2024 12:15 AM EDT open 0 9 N/A
Responsive emails that work Responsive emails that work 2 coursera.html, template.html HTML 04-29-2014 09:23 AM EDT 03-18-2024 05:53 AM EDT open 2 0 N/A
The Design of Everyday Things (First offering on Udacity)https://www.udacity.com/course/design101 The Design of Everyday Things (First offering on U... 4 1-affordances-and-signifiers.md, 2-conceptual-model-and-system-image.md, 3-gulfs-of-evaluation-and-execution.md, +1 more Markdown 12-18-2013 02:36 AM EDT 03-18-2024 03:37 AM EDT open 4 5 N/A
Example of building a Directed Acyclic Graph (DAG) for tasks that depend on each others Example of building a Directed Acyclic Graph (DAG)... 3 Gemfile, README.md, task_dag.rb Ruby 07-22-2016 10:36 AM EST 01-06-2024 10:13 AM EST open 0 4 N/A
From Code School's Zombies series From Code School's Zombies series 1 rails-apis.md Markdown 12-15-2014 12:39 PM EST 01-06-2024 10:13 AM EST open 0 4 N/A
Show unused VCR cassettes. Use with vcr gem: https://github.com/vcr/vcr Show unused VCR cassettes. Use with vcr gem: https... 1 vcr_rewinder.rb Ruby 11-25-2014 01:23 PM EST 01-06-2024 10:13 AM EST open 1 1 N/A
Great job postings. Highlighting ideal qualities of a developer. Great job postings. Highlighting ideal qualities o... 3 apple.md, codurance.md, rise-vision.md Markdown 04-10-2014 11:14 AM EST 01-06-2024 10:12 AM EST open 0 1 N/A
How big should a function be? How big should a function be? 1 Extract till you drop.md Markdown 08-01-2013 07:47 PM EST 01-06-2024 10:12 AM EST open 0 1 N/A
Save the Cat! - Beat Sheet Save the Cat! - Beat Sheet 1 screenwriting.md Markdown 07-19-2013 07:55 PM EST 01-06-2024 10:11 AM EST open 0 1 N/A
Various snippets of code. Enjoy! Various snippets of code. Enjoy! 15 _code_snippets.md, args.py, ascii_animations.py, +12 more C++ 03-25-2013 08:41 PM EST 01-06-2024 10:11 AM EST open 0 1 N/A
Avoid over-commitment Avoid over-commitment 1 overcommitment.md Markdown 02-18-2013 09:17 PM EST 01-06-2024 10:11 AM EST open 0 1 N/A
Code katas - small toy problems to practice technique Code katas - small toy problems to practice techni... 1 turnstile.exs Elixir 05-30-2020 01:07 PM EST 12-09-2023 02:32 PM EST open 1 0 N/A
Chess club ranking system Chess club ranking system 1 logic.md Markdown 03-30-2012 06:43 PM EDT 09-08-2023 06:59 PM EDT open 0 1 N/A
Playing around with different ways to read file contents into a string. Playing around with different ways to read file co... 1 file_to_string.py Python 03-21-2013 06:17 PM EST 01-23-2023 11:51 AM EST open 1 1 N/A
Quick way to take screenshots of webpages at different sizes. Not very efficient, but can make it fast later. Quick way to take screenshots of webpages at diffe... 2 screenshots.js, take_screenshots.fish JavaScript 05-05-2014 04:18 PM EDT 09-30-2022 12:33 PM EDT open 1 2 N/A
PyCon Toronto 2013 notes PyCon Toronto 2013 notes 1 notable-features-of-python.md Markdown 10-19-2016 02:54 PM EDT 05-15-2021 08:53 AM EDT open 0 0 N/A
My presentation for @softwareniagara's DevTricks event. My topic was the friendly interactive shell, aka fish. My presentation for @softwareniagara's DevTricks e... 1 fish.tpp C++ 06-25-2013 10:46 PM EDT 04-24-2019 04:04 AM EDT open 0 0 N/A
Useful Elixir snippets Useful Elixir snippets 1 queries.ex Elixir 04-28-2018 10:32 AM EDT 04-28-2018 10:33 AM EDT open 0 0 N/A
IT Titles as described by Joel Spolsky IT Titles as described by Joel Spolsky 1 titles.md Markdown 08-09-2012 03:46 AM EDT 03-23-2018 10:08 AM EDT open 1 1 N/A
Programming Achievements: How to Level Up as a Developer Programming Achievements: How to Level Up as a Dev... 2 about.md, programming-achievements.md Markdown 08-10-2011 01:07 AM EDT 03-23-2018 10:08 AM EDT open 0 1 N/A
VSCode override language-specific settings of a plugin, e.g. use tab size of 2 spaces VSCode override language-specific settings of a pl... 1 usersettings.json JSON 03-11-2018 01:25 PM EDT 03-11-2018 01:26 PM EDT open 0 0 N/A
(no description) (no description) 1 keybase.md Markdown 10-12-2017 04:34 PM EDT 10-12-2017 04:35 PM EDT open 0 0 N/A
Learning Elixir Learning Elixir 1 readme.md Markdown 02-07-2017 09:01 PM EDT 07-30-2017 06:19 PM EDT open 0 1 N/A
Load your SSH key from USB stick. Forked from http://tammersaleh.com/posts/building-an-encrypted-usb-drive-for-your-ssh- Load your SSH key from USB stick. Forked from http... 1 load Shell 05-15-2015 03:49 AM EDT 04-02-2017 10:32 AM EDT open 1 0 N/A
A script to build and deploy your Sphinx (http://sphinx-doc.org) documentation. Use it if you have your reStructuredText A script to build and deploy your Sphinx (http://s... 1 publish Shell 02-25-2014 10:19 PM EDT 03-27-2017 03:13 PM EDT open 1 1 N/A
Quickly hash some text with md5, sha1, or sha256. Works with piping input. Quickly hash some text with md5, sha1, or sha256. ... 1 pyhash.py Python 09-27-2013 10:30 AM EDT 03-26-2017 01:43 PM EDT open 1 0 N/A
A basic script to configure my development environment on a new Ubuntu machine. A basic script to configure my development environ... 1 setup.sh Shell 09-18-2013 03:05 AM EDT 03-26-2017 01:38 PM EDT open 2 0 N/A
Machine Learning resources Machine Learning resources 1 MachineLearning.md Markdown 01-10-2012 01:11 AM EDT 09-07-2016 05:46 AM EDT open 0 1 N/A
The example problems have gone missing from the Io language website, so here’s a backup. The example problems have gone missing from the Io... 1 sample.io Io 07-02-2016 01:17 PM EDT 07-02-2016 01:18 PM EDT open 0 0 N/A
(no description) (no description) 1 pre-push.sh Shell 01-23-2014 04:31 PM EST 01-04-2016 02:09 AM EST open 0 0 N/A
An example hook script to verify if you are on battery. https://gerrit.googlesource.com/git-repo/+/master/hooks/pre-auto An example hook script to verify if you are on bat... 1 battery.sh Shell 01-22-2014 10:19 AM EST 01-03-2016 10:18 PM EST open 0 0 N/A
Halo 3: Power Weapons Respawn Timer Halo 3: Power Weapons Respawn Timer 2 pit_narrows_construct.c, readme.md C 08-18-2012 07:53 AM EDT 10-08-2015 04:38 PM EDT open 0 0 N/A
How to naturally run a program/script in Ubuntu How to naturally run a program/script in Ubuntu 2 instructions.md, program.desktop Markdown 08-02-2012 12:33 AM EDT 10-07-2015 06:23 PM EDT open 0 0 N/A
Python in 33 sentences Python in 33 sentences 1 python33.txt Text 07-26-2012 05:14 PM EDT 10-07-2015 11:17 AM EDT open 1 0 N/A
A better e-Pass for your WIB@Home account. A better e-Pass for your WIB@Home account. 1 epass.py Python 06-20-2012 07:25 PM EDT 10-06-2015 04:07 AM EDT open 1 0 N/A
urllib2 vs requests urllib2 vs requests 2 0_urllib2.py, 1_requests.py Python 06-07-2012 07:25 AM EDT 10-05-2015 06:37 PM EDT open 0 0 N/A
MongoDB reminders MongoDB reminders 1 mongodb.md Markdown 04-13-2012 06:52 PM EDT 10-02-2015 11:18 PM EDT open 0 0 N/A
Computation Geometry Computation Geometry 1 compgeo.md Markdown 03-05-2012 03:20 PM EDT 10-01-2015 07:08 AM EDT open 0 1 N/A
UCOSP/Freeseer - Dennis Ideler UCOSP/Freeseer - Dennis Ideler 3 about.md, notes.md, todo.md Markdown 09-25-2011 11:19 AM EDT 09-27-2015 04:28 AM EDT open 0 0 N/A
Transport for London Transport for London 1 readme.md Markdown 10-13-2014 08:07 AM EDT 08-29-2015 10:07 AM EDT open 0 0 N/A
(no description) (no description) 1 keybase.md Markdown 09-22-2014 05:50 PM EDT 08-29-2015 10:06 AM EDT open 0 0 N/A
Here are a set of libraries, plugins and guides which may be useful to your Javascript coding. Here are a set of libraries, plugins and guides wh... 1 javascript_resources.md Markdown 05-12-2014 02:03 PM EDT 08-29-2015 10:01 AM EDT open 0 1 N/A
Rails-related Gems and guides to accelerate your web project. Rails-related Gems and guides to accelerate your w... 1 rails_resources.md Markdown 05-12-2014 02:03 PM EDT 08-29-2015 10:01 AM EDT open 0 0 N/A
CSS libraries and guides to bring some order to the chaos. CSS libraries and guides to bring some order to th... 1 css_resources.md Markdown 05-12-2014 02:03 PM EDT 08-29-2015 10:01 AM EDT open 0 1 N/A
Python-related modules and guides. Python-related modules and guides. 1 python_resources.md Markdown 05-12-2014 02:03 PM EDT 08-29-2015 10:01 AM EDT open 0 1 N/A
Here are some things you can do with Gists in GistBox. Here are some things you can do with Gists in Gist... 4 0_reuse_code.js, 1_ruby_quicksort.rb, 2_keyboard_shortcuts.md, +1 more Markdown 05-12-2014 02:03 PM EDT 08-29-2015 10:01 AM EDT open 0 0 N/A
Farewell CanCan. May CanCanCan live long and prosper. Farewell CanCan. May CanCanCan live long and prosp... 1 gistfile1.txt Text 04-16-2014 11:16 AM EDT 08-29-2015 09:59 AM EDT open 0 0 N/A
Trying a feature on a percentage of users. Trying a feature on a percentage of users. 1 controlled_rollout.py Python 02-22-2014 06:42 PM EDT 08-29-2015 09:56 AM EDT open 0 0 N/A
Weechat notify script Weechat notify script 1 notify.py Python 02-22-2014 04:40 PM EDT 08-29-2015 09:56 AM EDT open 1 0 N/A

List created by Make Gist List.

All public gists from RichLewis007

Last updated: 09-11-2025 11:34 AM EDT

Total public gists: 10

TitleFilesFile NamesLangPublicCreatedUpdatedLinkCommentsForksStars
Public gists from RichLewis0071Public-gists-from-RichLewis007.mdMarkdown09-09-2025 12:48 AM EDT09-11-2025 11:31 AM EDTopen101
Description: Public gists from RichLewis007
Public gists from Rich Lewis1Public-Gists-from-Rich-Lewis.mdMarkdown08-30-2025 11:44 PM EDT09-11-2025 09:11 AM EDTopen001
Description: Public gists from Rich Lewis
AI Coding Tools: 2025 Summer Edition3ai-coding-tools-2025-summer-edition-by-claude.md, ai-coding-tools-2025-summer-edition-by-codex.md, ai-coding-tools-2025-summer-edition-by-gemini.mdMarkdown09-10-2025 05:35 AM EDT09-10-2025 05:35 AM EDTopen000
Description: AI Coding Tools: 2025 Summer Edition
(no description)1rabuzz.cC09-10-2025 05:25 AM EDT09-10-2025 05:25 AM EDTopen000
Cursor Agent System Prompt (March 2025)3cursor-agent-system-prompt.txt, cursor-agent-tools.py, custom-cursor-rules-prompt.txtPython09-10-2025 05:20 AM EDT09-10-2025 05:20 AM EDTopen000
Description: Cursor Agent System Prompt (March 2025)
Material Animations1README.mdMarkdown09-10-2025 05:12 AM EDT09-10-2025 05:12 AM EDTopen000
Description: Material Animations
A clean implementation of DDPG algorithm - Continuous control with deep reinforcement learning (Lillicrap et al., 2015)1DDPG-algorithm-continuous-control-with-deep-reinforcement-learning.pyPython08-05-2025 02:32 AM EDT09-09-2025 05:16 AM EDTopen101
Description: A clean implementation of DDPG algorithm - Continuous control with deep reinforcement learning (Lillicrap et al., 2015)
Custom React Hook for fetching data using TypeScript.1custom_react_hook_fetching_data_typescript.mdMarkdown08-02-2025 03:18 AM EDT09-09-2025 05:15 AM EDTopen001
Description: Custom React Hook for fetching data using TypeScript.
Web browser 'Bookmarklet' to find the font of any text on a web page, and readable source code.1web-browser-bookmarklet-font-finder-and-readable-source-code.mdMarkdown08-12-2025 01:48 AM EDT09-02-2025 01:23 AM EDTopen000
Description: Web browser 'Bookmarklet' to find the font of any text on a web page, and readable source code.
Simple convolutional neural network using Keras and TensorFlow1simple_tensorflow_convolutional_neural_network.mdMarkdown08-02-2025 03:14 AM EDT09-02-2025 01:15 AM EDTopen000
Description: Simple convolutional neural network using Keras and TensorFlow

List created by Make Gist List.

All public gists from RichLewis007

Last updated: 2025-10-15 13:13 UTC

Total public gists: 10

Title Description Files File Names Lang Public Created Updated Link Comments Forks Stars
Public gists from Rich Lewis Public gists from Rich Lewis 1 Public-Gists-from-Rich-Lewis.md Markdown 2025-08-31 03:44 UTC 2025-10-14 13:14 UTC open 0 0 1
Public gists from RichLewis007 Public gists from RichLewis007 3 Public-gists-from-RichLewis007.md, Public-gists-from-dideler.md, Public-gists.md Markdown 2025-09-09 04:48 UTC 2025-10-14 13:13 UTC open 1 0 1
AI Coding Tools: 2025 Summer Edition AI Coding Tools: 2025 Summer Edition 3 ai-coding-tools-2025-summer-edition-by-claude.md, ai-coding-tools-2025-summer-edition-by-codex.md, ai-coding-tools-2025-summer-edition-by-gemini.md Markdown 2025-09-10 09:35 UTC 2025-09-10 09:35 UTC open 0 0 0
(no description) (no description) 1 rabuzz.c C 2025-09-10 09:25 UTC 2025-09-10 09:25 UTC open 0 0 0
Cursor Agent System Prompt (March 2025) Cursor Agent System Prompt (March 2025) 3 cursor-agent-system-prompt.txt, cursor-agent-tools.py, custom-cursor-rules-prompt.txt Python 2025-09-10 09:20 UTC 2025-09-10 09:20 UTC open 0 0 0
Material Animations Material Animations 1 README.md Markdown 2025-09-10 09:12 UTC 2025-09-10 09:12 UTC open 0 0 0
A clean implementation of DDPG algorithm - Continuous control with deep reinforcement learning (Lillicrap et al., 2015) A clean implementation of DDPG algorithm - Continu... 1 DDPG-algorithm-continuous-control-with-deep-reinforcement-learning.py Python 2025-08-05 06:32 UTC 2025-09-09 09:16 UTC open 1 0 1
Custom React Hook for fetching data using TypeScript. Custom React Hook for fetching data using TypeScri... 1 custom_react_hook_fetching_data_typescript.md Markdown 2025-08-02 07:18 UTC 2025-09-09 09:15 UTC open 0 0 1
Web browser 'Bookmarklet' to find the font of any text on a web page, and readable source code. Web browser 'Bookmarklet' to find the font of any ... 1 web-browser-bookmarklet-font-finder-and-readable-source-code.md Markdown 2025-08-12 05:48 UTC 2025-09-02 05:23 UTC open 0 0 0
Simple convolutional neural network using Keras and TensorFlow Simple convolutional neural network using Keras an... 1 simple_tensorflow_convolutional_neural_network.md Markdown 2025-08-02 07:14 UTC 2025-09-02 05:15 UTC open 0 0 0

List created by Make Gist List.

@RichLewis007
Copy link
Author

This is only a test of the Make-Gist-List repo, to make sure the code is working running straight out of the repo's main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment