Skip to content

Instantly share code, notes, and snippets.

View adwinsky's full-sized avatar
🔮
Lorem

Adam Dratwinski adwinsky

🔮
Lorem
View GitHub Profile
@adwinsky
adwinsky / gist:4267212
Created December 12, 2012 11:53
Counting pattern occurrences in the fail (underscore) in this case
ack -R 'id="\w+\_\w+"' . | ack --count 'id="\w+\_\w+"'
@adwinsky
adwinsky / sample.rb
Created December 14, 2012 10:29
Sample gist
def ada
puts "yo"
end
def foo
puts "foo"
end
def bar
puts "bar"
@adwinsky
adwinsky / gist:4286081
Created December 14, 2012 15:02
Include stubs in console
require 'rspec/mocks/standalone'
<?php
/**
* @package Hello_Dolly
* @version 1.6
*/
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/extend/plugins/hello-dolly/
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
@adwinsky
adwinsky / gist:4466767
Created January 6, 2013 12:17 — forked from anonymous/gist:4466766
Working VIM 7.3 + Ruby 1.9.3 Installation on Mac OS X Guide
http://brilliantcorners.org/2011/02/building-vim-on-osx-snow-leopard/
@adwinsky
adwinsky / gist:4470338
Created January 6, 2013 21:24
Fix for mysql installed by brew error $ mysql.server start Starting MySQL . ERROR! The server quit without updating PID file (/usr/local/var/mysql/Adams-MacBook-Pro-2.local.pid).
mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp
# default vim on osx doesn't have python, ruby support or clipboard support. These configure options add all that
# I also ran into problems using rvm ruby, had to include those libs in the LDFLAGS for vim
# Steps:
$ rvm install 1.9.1
$ rvm use 1.9.1 # vim doesn't support anything higher
$ curl ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 | tar xj
$ cd vim73
$ ./configure --with-features=huge --enable-perlinterp=yes --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-multibyte
# default vim on osx doesn't have python, ruby support or clipboard support. These configure options add all that
# I also ran into problems using rvm ruby, had to include those libs in the LDFLAGS for vim
# Steps:
$ rvm install 1.9.1
$ rvm use 1.9.1 # vim doesn't support anything higher
$ curl ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 | tar xj
$ cd vim73
$ ./configure --with-features=huge --enable-perlinterp=yes --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-multibyte
High quality global journalism requires investment. Please share this article with others using the link below, do not cut & paste the article. See our Ts&Cs and Copyright Policy for more detail. Email ftsales.support@ft.com to buy additional rights. http://www.ft.com/cms/s/0/2b9c7338-da7d-11e2-a237-00144feab7de.html#ixzz2XFoM3gDA
HouseTrip appoints former Skype chief as chairman
By Jonathan Moules, Enterprise Correspondent
Michael van Swaaij, the former chief executive of Skype and European head of eBay, has taken up the chairmanship at HouseTrip, claiming that the London-based start-up could do for holiday home rentals what his previous employers did for telephone calls and online shopping.
HouseTrip is one of Europe’s fastest-growing technology businesses, offering a marketplace for more than 220,000 people looking to rent out their homes as short-term lets, up from just 200 properties in 2010, the year the service launched.
More
ON THIS STORY
The holiday’s over
Technology drives upmarket rental boom
{"26795":{"item":{"ad":26795,"budgets":[{"valid":true,"name":"campaign_total_budget","goal":{"cents":1491255.0198288637,"clicks":48733.85829136382,"downloads":null,"impressions":null},"progress":{"cents":1050288.0,"clicks":48673,"impressions":14262815},"required":true,"steps":{"cents":0.01629436,"clicks":1,"impressions":1,"downloads":1}},{"valid":true,"name":"campaign_daily_budget","goal":{"cents":null,"clicks":null,"downloads":null,"impressions":null},"progress":{"cents":11373.0,"clicks":888,"impressions":298080},"required":false,"steps":{"cents":0.01629436,"clicks":1,"impressions":1,"downloads":1}},{"valid":true,"name":"ad_total_limit","goal":{"cents":null,"clicks":null,"downloads":null,"impressions":null},"progress":{"cents":273583.0,"clicks":18181,"impressions":6364943},"required":false,"steps":{"cents":0.01629436,"clicks":1,"impressions":1,"downloads":1}},{"valid":false,"name":"ad_daily_limit","goal":{"cents":null,"clicks":-1,"downloads":null,"impressions":null},"progress":{"cents":2445.0,"clicks":524,"i