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 / 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 / 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 / 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 / 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/

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:

'use strict';
module.exports = {
parserOptions: {
ecmaVersion: '2017'
},
env: {
browser: false,
jquery: false,
mocha: true,
@rouzbeh84
rouzbeh84 / .gitmessage
Last active September 19, 2017 22:15
comgitit
# <type>(<scope>): <subject>
#
# <body>
#
# <footer>
#
# ** TYPES **
# feat (new feature)
# fix (bug fix)
@rouzbeh84
rouzbeh84 / pair-programming.md
Last active April 6, 2023 21:24
resources for pair programming remotely and on site

Guide Page

To start using this site you need to have a GitHub account to sign in. Once signed in it will create your profiles information based on your GitHub account and return you to your brand new profile page. Click the profile editor button to enter in if you want to be a student, partner or teacher. You should also enter in what skills you have and what skills you are looking to learn on this page.

Once you have your profile how you like it, head on over to the search page to look for what you want to use on your next project and what kind of partner you are looking for. After hitting the search button we will find the very best matches for you to begin your pair programming journey!


What is Pair Programming?

@rouzbeh84
rouzbeh84 / vscode-custom-colors.json
Created October 5, 2017 05:56
quasi complete list of workspace customization options for vscode
{
"workbench.colorCustomizations": {
"activityBar.background": "#00AA00",
"activityBar.background": "", // Activity Bar bgcolor
"activityBar.border": "", // Activity Bar border color with the sidebar
"activityBar.dropBackground": "", // Drag and drop feedback color for the Activity Bar items
"activityBar.foreground": "", // Activity bar fgcolor (i.e. used for the icons)
"activityBarBadge.background": "", // Activity notification badge bgcolor
"activityBarBadge.foreground": "", // Activity notification badge fgcolor
"badge.background": "", // Badge bgcolor
@rouzbeh84
rouzbeh84 / cloudSettings
Last active October 17, 2017 21:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-17T21:40:29.605Z","extensionVersion":"v2.8.3"}