Skip to content

Instantly share code, notes, and snippets.

View Omar12's full-sized avatar
Energized

Omar Martinez Omar12

Energized
View GitHub Profile

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

{
"data": {
"categories": [
{
"name": "Jokes",
"data": [31, 40, 28, 51, 42, 109, 100]
},
{
"name": "Puns",
"data": [11, 32, 45, 32, 34, 52, 41]
ul.showcase
//- same thought process as with the scss, have an array of client names that match the above
each project in projects
li.column.third(class="#{project.slug}")
div.project--meta
small #{project.client}
h3 #{project.name}
div.preview--hover
a(href="projects/#{project.slug}.html") View Project
// -- Media Queries
// Extra small screen / phone
@SCREEN_XS_MIN: 480px;
@SCREEN_PHONE: @SCREEN_XS_MIN;
// Small screen / tablet
@SCREEN_SM_MIN: 768px;
@SCREEN_TABLET: @SCREEN_SM_MIN;
// Medium screen / desktop
/* Mobile Screens */
/* portrait */
@media (max-width: 320px) {}
/* landscape */
@media (min-width: 480px) {}
@media (max-width: 767px) {}
@Omar12
Omar12 / gist:4226215
Created December 6, 2012 17:15
gitconfig
[user]
name = Your Name
email = yourname@domain.com
[mergetool]
keepBackup = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
@Omar12
Omar12 / gist:2312639
Created April 5, 2012 17:21
Test if you are infected with the Flashback Botnet

To see if you haven't got it:

In terminal run:

defaults read /Applications/Safari.app/Contents/Info LSEnvironment

You should get this error:

The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist