Skip to content

Instantly share code, notes, and snippets.

@mynameisfashanu
mynameisfashanu / infosec_newbie.md
Created November 2, 2017 09:08 — forked from mubix/infosec_newbie.md
How to start in Infosec
@mynameisfashanu
mynameisfashanu / frontendDevlopmentBookmarks.md
Created August 10, 2016 14:54 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@mynameisfashanu
mynameisfashanu / HelloWorld.java
Created July 24, 2016 12:52 — forked from lolzballs/HelloWorld.java
Hello World Enterprise Edition
import java.io.FileDescriptor;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
public class HelloWorld{
private static HelloWorld instance;
public static void main(String[] args){
instantiateHelloWorldMainClassAndRun();
@mynameisfashanu
mynameisfashanu / i3-cheat-sheet.md
Created March 12, 2016 14:13 — forked from JeffPaine/i3-cheat-sheet.md
i3 Window Manager Cheat Sheet

i3 Window Manager Cheat Sheet

$mod refers to the modifier key (alt by default)

General

  • startx i3 start i3 from command line
  • $mod+<Enter> open a terminal
  • $mod+d open dmenu (text based program launcher)
  • $mod+r resize mode ( or to leave resize mode)
  • $mod+shift+e exit i3