Skip to content

Instantly share code, notes, and snippets.

Opera Preferences version 2.1
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding
[Version]
File Version=1.01
[Info]
Description=vimperator key bindings
Author=William Fuqua
#!/usr/bin/env ruby
abort("usage: #{__FILE__} START_PORT END_PORT") unless ARGV.size == 2
START_PORT = ARGV.shift.to_i
END_PORT = ARGV.shift.to_i
loop do
used_ports = []
[root@trickydick ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
stepping : 5
cpu MHz : 1600.000
cache size : 8192 KB
physical id : 0
if (!(typeof(console) == 'object')) {
console = new Object
console.log = function(str){}
}
match('/').defer_to do |request, params|
if request.session.user
params.merge :controller => 'accounts', :action => 'index'
else
params.merge :controller => 'welcome', :action => 'index'
end
end
// ==UserScript==
// @name quit stealing my damn focus
// @namespace jonuts
// @description take back cursor focus from idiotic websites that suck horribly
// @include *
// ==/UserScript==
setTimeout(takeBack, 0);
function takeBack() {
@jonuts
jonuts / gist:56698
Created February 1, 2009 23:33 — forked from merbjedi/gist:56695
class Symbol
def to_proc
Proc.new { |obj, *args| obj.send(self, *args) }
end
end
class Foo
def foo
:foo
end
!$!||!$!||!$!||!$!||!$!||!!!!$!||
## ##
!! !! !?: ||
## ##
!$! ? !$!:
!!$! |!$!
########| |##########
##########___________############
#################################
#################################
" Author : Jonas Kramer
" Copyright : Copyright (C) 2008 by Jonas Kramer. Published under the terms
" of the GNU General Public License (GPL).
" Name Of File : shell-fm.vim
" Description : Provide
" Maintainer : Jonas Kramer (jkramer at nex dot scrapping dot cc)
" Last Changed : 2008-07-12
" Version : 0.01
" Usage : Save this file in your plugin directory. Requires 'socat' to