Skip to content

Instantly share code, notes, and snippets.

View rouzbeh84's full-sized avatar
💜
Staying Safe

rouzbeh84 rouzbeh84

💜
Staying Safe
View GitHub Profile
@rouzbeh84
rouzbeh84 / .gitmessage
Last active September 19, 2017 22:15
comgitit
# <type>(<scope>): <subject>
#
# <body>
#
# <footer>
#
# ** TYPES **
# feat (new feature)
# fix (bug fix)
'use strict';
module.exports = {
parserOptions: {
ecmaVersion: '2017'
},
env: {
browser: false,
jquery: false,
mocha: true,

Keybase proof

I hereby claim:

  • I am rouzbeh84 on github.
  • I am rouzbeh84 (https://keybase.io/rouzbeh84) on keybase.
  • I have a public key ASCgdsCQGJ4sgP7-C4zicnEN9_Qn13Lm1_TjXVF_C83XEQo

To claim this, I am signing this object:

@rouzbeh84
rouzbeh84 / booklist.md
Last active November 19, 2021 17:47
list of programming books

Coders at Work: Reflections on the Craft of Programming

  • iinpute

If you’re curious about life as a programmer than Coders at Work is the book for you. It’s packed with interesting interviews from 15 accomplished programmers and computer scientists including Joshua Bloch, Peter Norvig, Donald Knuth, Ken Thomson, and Jamie Zawinski. The author, Peter Seibel (a programmer turned writer), got interviewees to open up about the famous projects that they worked on and the inspiring stories behind them. Coders at Work gives a peek into what makes some of the greatest programmers tick and how they think. Definitely a must read!

[Coders at Work Best Programming Books](http://www.amazon.com/gp/

@rouzbeh84
rouzbeh84 / moving-violations.md
Last active October 28, 2019 05:47
traffic-school-info

Chapter 1: Introduction

Welcome and thank you for choosing the California DMV licensed 5 Dollar Traffic School Stop Traffic Violator School. We know it's not fun to get a traffic ticket, but we want your traffic school experience to be painless, educational, and convenient. Our course uses plain English, gives you lots of examples, and doesn't bog you down with too many details. We want to change the way you are driving, and we feel the best way to do this is by changing your motivation to drive better. Rather than just tell you what you should be doing on the road, we try to give you the internal motivation to do the right thing. We also repeat the same concepts several times throughout the course, to help you pass the final exam in the end.

COURSE OBJECTIVES

Reduce Traffic Collisions

Traffic collisions can be life-altering events that in many cases could have been avoided. In this course we will cover the different ways in which you can avoid traffic collisions and become a safer driver. What

@rouzbeh84
rouzbeh84 / glossary.md
Last active November 15, 2016 15:39
Baseline Glossary

Responsive Web Design Glossary

ALL CREDIT GOES TO THE AMAZING KAREN MCCRANE WHO WROTE THIS!

YOU SHOULD BUY HER BOOK GOING RESPONSIVE NOW

--

A glossary baseline I use to try and get everyone on the same page at companies I work for.

Adaptive — While responsive designs fluidly serve all devices with one set of client-side code, adaptive solutions require

@rouzbeh84
rouzbeh84 / cloudSettings
Last active August 20, 2018 04:25
Visual Studio Code Sync Settings GIST
{"lastUpload":"2018-08-20T04:20:01.241Z","extensionVersion":"v3.0.0"}
@rouzbeh84
rouzbeh84 / bash-cheatsheet.sh
Created July 27, 2016 20:25 — 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
@rouzbeh84
rouzbeh84 / gulpfile.js
Last active July 6, 2016 20:10
gulpfile.js
var gulp = require('gulp');
var sass = require('gulp-sass');
var autoprefixer = require('gulp-autoprefixer');
var sourcemaps = require('gulp-sourcemaps');
var browserSync = require('browser-sync');
var useref = require('gulp-useref');
var uglify = require('gulp-uglify');
var gulpIf = require('gulp-if');
var cssnano = require('gulp-cssnano');
var imagemin = require('gulp-imagemin');
@rouzbeh84
rouzbeh84 / rwd-glossary.html
Last active July 5, 2016 21:38
Karen McGrane - ALA Going Responsive . HTML/Markdown Glossary
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>glossary</title>
<style>
.markdown-preview:not([data-use-github-style]) {
padding: 2em;
font-size: 1.2em;