ACME Laboratories
HOW-TO'S AND TUTORIALS
git - the simple guide - no deep shit!
Where Vim Came From
Tracing the long lineage of software that brought us Vim.
Dev Community - DevDojo
Learn web development and design with our on-demand video platform. Learn development through our developer courses and developer videos.
Become a Programmer, Motherfucker
The Home of No-Code: A curated directory of resources and tools for non-techs
The internet’s leading educational media site in no-code – helping anyone solve technical problems and build software without code.
Regex Learn - Step by step, from zero to advanced.
Learn Regex interactively, practice at your level, test and share your own Regex.
Master Keyboard Shortcuts with KeyCombiner
Organize, learn, and practice keyboard shortcuts. Create your own shortcut collections by importing from a large public database of shortcuts and master them using interactive practice sessions, advanced statistics, and spaced repetition methods.
cppreference.com
Big-O Algorithm Complexity Cheat Sheet (Know Thy Complexities!) @ericdrowell
dyrobooks
dyrobooks
dyrobooks
1541 Programming Cheat Sheets - Cheatography.com: Cheat Sheets For Every Occasion
Devhints — TL;DR for developer documentation
A ridiculous collection of web development cheatsheets · One-page guide to
LearnerStash | Discover the best learning materials curated by the community.
Discover the best courses, books, podcasts, and other learning materials curated by the community.
Linux apt command help and examples
Linux apt command help and information with set examples, syntax, related commands, and how to use the set command from the command line.
Powerful Terminal And Command-Line (CLI) Tools For Modern Web Development — Smashing Magazine
What’s your favorite command-line tool? In this post, Louis Lazaris shares a collection of relevant command-line apps and utilities that he has personally come across in the past few years. If there’s a useful one that hasn’t been mentioned and one you use regularly, please do share it in the comments.
iOS Pentesting 101 | Cobalt Blog
Cobalt Core Pentester, Ninad Mathpati, shares valuable resources around getting started with iOS application security.
Org Mode tools!
Using AsciiDoc and Asciidoctor to write documentation - Tutorial
List all installed software on PC
Is there anything built in to Windows that would allow me to list all of the installed software on a computer in a fashion that can be copy/pasted to a spreadsheet? I know there is software that c...
How to Get List of Installed Programs in Windows 10? – TheITBros
In this simple guide we will show you 2 different ways on how to get list of installed programs in Windows 10, 8 or 7 by using built-in command line tools
Terminal apps for iOS. Use Command Line on iPhone
When you will jailbreak your iOS you can download advanced command line tools on iPhone or iPad like Mobile Terminal, NewTerm 2 or MTerminal. Install the most popular and free terminal apps for iOS and discover available iOS terminal commands. Works on iOS 6 - 13.
GitHub - arangodb-foxx/ifttt-example: IFTTT Webhook example
IFTTT Webhook example. Contribute to arangodb-foxx/ifttt-example development by creating an account on GitHub.
Git - Downloading Package
A Beginner’s Guide to Git — How to Start and Create your First Repository
If you are a developer and you want to get started with Git and GitHub, then this article is made for you. After a short introduction on what is Git and how to use it, you will be able to create and work on a GitHub project. What is Git?
mhinz/vim-galore: All things Vim!
:mortar_board: All things Vim! Contribute to mhinz/vim-galore development by creating an account on GitHub.
How to use grep or awk to save every line from text file as new file? - Super User
I am a scripting beginner.
What i am trying to do.
I have a text file that looks like this (example):
hello
hi there
apple
I am trying to make a script that saves every line as a separate new file