My configuration settings for
's Atom editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Placeholder file to Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| filecount = 300000 | |
| filesize = 1024 | |
| import random, time | |
| from os import system | |
| flush = "sudo su -c 'sync ; echo 3 > /proc/sys/vm/drop_caches'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ____ _ ____ _ _ ____ _ _ _ _ | |
| | __ ) / \ / ___|| | | | / ___| |__ ___ __ _| |_ ___| |__ ___ ___| |_ | |
| | _ \ / _ \ \___ \| |_| | | | | '_ \ / _ \/ _` | __/ __| '_ \ / _ \/ _ \ __| | |
| | |_) / ___ \ ___) | _ | | |___| | | | __/ (_| | |_\__ \ | | | __/ __/ |_ | |
| |____/_/ \_\____/|_| |_| \____|_| |_|\___|\__,_|\__|___/_| |_|\___|\___|\__| | |
| kelvinchan.ca | |
| Comparison | |
| ========== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Milestones & Projects</title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="description" content="">cd | |
| <meta name="viewport" content="width=device-width,initial-scale=1"> |
A Pen by Kendrick Arnett on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="con"> | |
| <div class="con__slide con__slide--1"> | |
| <div class="con__slide-top con__slide--1-top active-slide-left-top"> | |
| <div class='con__slide-top-inner con__slide--1-top-inner'> | |
| <div class='con__slide-top-inner-text con__slide--1-top-inner-text active-slide1-top-text'> | |
| <h1 class='con__slide-h con__slide--1-top-h'>some nice slider<br> here wow</h1> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- slide--1 top end --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header id="header"> | |
| <h1>Scroll on down</h1> | |
| </header> | |
| <nav id="navigation"> | |
| <ul> | |
| <li><a href="#">Home</a></li> | |
| <li><a href="#">Info</a></li> | |
| <li><a href="#">Work</a></li> | |
| <li><a href="#">Blog</a></li> | |
| <li><a href="#">Contact</a></li> |
OlderNewer