-
Notifications
You must be signed in to change notification settings - Fork 0
Miscellaneous
Benjamin Wheeler edited this page Mar 30, 2022
·
48 revisions
Can't find what you need? Check the Awesome Resources List, which culminates tons of resources about all things programming.
- Resistor Color Code Calculator
- CircuitLab - Online SPICE-style circuit simulator
- Sine Wave LUT Generator - Also has other pages for triangle wave generators.
- Octopart - Look up parts and see which distributors have stock, best price, etc.
- fritzing - Circuit Diagram maker
- Awesome Design Patterns - Examples of design patterns in many languages
- Design Patterns for Humans - Simple explanation of design patterns
- Design Patterns Explained with Food
These are not resources, but either interesting articles or fun projects I have discovered.
- Accidentally Turing-Complete - Some things were not supposed to be Turing-complete. This is a collection of such accidents.
- GPT-3 Examples, Demos
- The International Obfuscated C Code Contest
- VIM Adventures - Learn VIM while playing a game.
- PathFinding.js - Interactive pathfinding algorithm comparison site.
- mapscii - The whole world in your console.
- Spotify TUI - Use Spotify from the command line, built in Rust.
- Random Programming Guides - Lots of simple articles about programming topics (mostly webdev).
- Lean X in Y Minutes - Learn language fundamentals fast
- Explain Shell - Type in a shell command, get an explanation.
- Big-O Cheatsheet - Know thy complexities!
- Naming Conventions - Naming guide for several programming languages.
- GitHub Cheat Sheet - A collection of cool features of Git and GitHub.
- Carbon - Create images of source code
- Pseudocode to Flowchart Converter
- Compiler Explorer - See compiled output and assembly breakdown of code segments
- Unix Permissions Calculator
- List of Free Public APIs - Good inspiration for a new project!
- Bash Scripting: Loops - Good Stackoverflow post about the most compatible way to loop
- Laws of UX - Explains many laws regarding good user interface design. Also a really pretty website.
- textfiles.com - Many free .txt literary works (good for benchmarking programs that read text input, e.g. grep)
- Wolfram Alpha - This thing is π₯
- asciiflow - Draw ASCII artwork
- wtfutil - Another TUI dashboard thing. Not sure how this one works.
- {JSON} Placeholder - Fake JSON API for testing purposes