Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

brandonjp's Recent Snippets



« Prev 1 2
Regular Expression to find native Javascript console and AngularJS $log log warn or info that are NOT comments / commented out
1 901 posted 8 years ago by brandonjp
// create a variable to toggle debugging // to use it, just call debug(with,any,optional,parameters) debug(x,y,z); // it will try to guess what type of message to log, or you can specify in the first parameter debug("error",x,y,z);
1 888 posted 8 years ago by brandonjp
thanks to... http://gskinner.com/RegExr/ http://daringfireball.net/2010/07/improved_regex_for_matching_urls
1 2028 posted 11 years ago by brandonjp
only handles one sublevel for the menu
0 978 posted 12 years ago by brandonjp
Stolen from stetho -- All thanks to him -- Now, about your folder actions… http://bit.ly/fW9ExM
0 716 posted 13 years ago by brandonjp
Stolen from stetho -- All thanks to AppleScript to convert CMYK to RGB values http://bit.ly/eP2mXS
0 806 posted 13 years ago by brandonjp
// big thanks to these tips for giving me code to steal: http://bit.ly/bundles/brandonjp/9 /* * USAGE: give your HTML textarea or text input element an ID * give your button an onClick="insertThisInThere(text2insert, theInputIDwhereItGoes);"...
0 1823 posted 13 years ago by brandonjp
Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes from Ruby on Rails Guides: Migrations http://bit.ly/hFWjT0 from Rails Migrations http://bit.ly/hI5zpz
0 798 posted 13 years ago by brandonjp
Ruby / Rails - A refresher reference for me because I forget how to do this... create project generate scaffold scaffolding migrate db start server
0 846 posted 13 years ago by brandonjp
links (full <a href="#"> element) to Show Edit Destroy Delete records in view *.erb must be in the record loop:
0 939 posted 13 years ago by brandonjp
if then statement... in a view file *.html.erb:
0 1247 posted 13 years ago by brandonjp
« Prev 1 2