Skip to content
View akersten's full-sized avatar

Organizations

@MadHacks2015 @ecerocks @Bitshifting @cuteworks

Block or report akersten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Clean HTML5 boilerplate Clean HTML5 boilerplate
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
      <meta charset="utf-8">
    5
      <meta name="viewport" content="width=device-width, initial-scale=1">
  2. userChrome.css to hide Firefox nativ... userChrome.css to hide Firefox native tab bar and extension sidebar header (for use with TreeStyleTabs)
    1
    /*
    2
     * about:config -> toolkit.legacyUserProfileCustomizations.stylesheets : True
    3
     * about:support -> Profile Folder -> Open Folder
    4
     * Create `chrome` direcory
    5
     */
  3. git lg from https://coderwall.com/p/... git lg from https://coderwall.com/p/euwpig
    1
    git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"