Skip to content

Instantly share code, notes, and snippets.

View IndigoW0lf's full-sized avatar
:electron:
Always Learning

Kai Wolf IndigoW0lf

:electron:
Always Learning
View GitHub Profile
@ryan-jr
ryan-jr / lessonsLearned.md
Last active March 13, 2024 02:26
Based around the idea of the missing semester, meant to provide useful information for recent grads.

Useful Things to Know and Where to Find Them

This is loosely based around MIT's idea of the missing CS Semester: https://missing.csail.mit.edu/ as well as the Stanford Problem Solving for the CS Technical Interview https://web.stanford.edu/class/cs9/ and here you'll find links to things that I've found useful in my job search over the last month or so.

Need to Know

General

@Moutard3
Moutard3 / mp3-upload-direct-link.md
Last active April 15, 2024 07:06
Tutorials / Walkthrough for uploading & getting direct link of sound file (mp3, ogg, ...)
@alexpchin
alexpchin / Add_Existing_Project_To_Git.md
Created June 1, 2014 20:14
Add Existing Project To Git Repo

#Adding an existing project to GitHub using the command line

Simple steps to add existing project to Github.

1. Create a new repository on GitHub.

In Terminal, change the current working directory to your local project.

##2. Initialize the local directory as a Git repository.

git init