Skip to content

Instantly share code, notes, and snippets.

View loriezn's full-sized avatar
🌴
On vacation

Lorin Zahra-Newman loriezn

🌴
On vacation
View GitHub Profile
@loriezn
loriezn / Touchpad Conf
Last active August 24, 2016 12:11
zbcnc pull scripts
#Placeholder file to Gist
#!/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'"
@loriezn
loriezn / bash-cheatsheet.sh
Created August 18, 2016 18:19 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@loriezn
loriezn / bash-cheatsheet
Created August 19, 2016 06:33 — forked from ktychan/bash-cheatsheet
cheatsheets
____ _ ____ _ _ ____ _ _ _ _
| __ ) / \ / ___|| | | | / ___| |__ ___ __ _| |_ ___| |__ ___ ___| |_
| _ \ / _ \ \___ \| |_| | | | | '_ \ / _ \/ _` | __/ __| '_ \ / _ \/ _ \ __|
| |_) / ___ \ ___) | _ | | |___| | | | __/ (_| | |_\__ \ | | | __/ __/ |_
|____/_/ \_\____/|_| |_| \____|_| |_|\___|\__,_|\__|___/_| |_|\___|\___|\__|
kelvinchan.ca
Comparison
==========

ATOM SYNC SETTINGS

My configuration settings for :octocat:'s Atom editor

@loriezn
loriezn / page.html
Created September 24, 2016 01:46
Branded blank page boilerplate & tooling
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Milestones &amp; 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">
@loriezn
loriezn / flexbox-resume-challenge.markdown
Created October 4, 2016 20:03
Flexbox Resume Challenge
@loriezn
loriezn / index.html
Created October 4, 2016 20:07
Slider with complex animation and half-collored angled text
<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 -->
@loriezn
loriezn / index.html
Created October 4, 2016 20:08
Sticky Navigation
<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>