I hereby claim:
- I am rgo on github.
- I am leptom (https://keybase.io/leptom) on keybase.
- I have a public key ASB3hSxcjcD2PAGIEJjhBcj9F67TfK5nUJugpC_A0kQqRAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| gsettings set org.gnome.desktop.interface text-scaling-factor 1.2188 | |
| xrdb -q | grep dpi |
| ./darktable-cli ~/Pictures/dt-test/bench.SRW test.jpg --core -d perf -d opencl | |
| (process:48734): Gtk-WARNING **: Locale not supported by C library. | |
| Using the fallback 'C' locale. | |
| [opencl_init] opencl related configuration options: | |
| [opencl_init] | |
| [opencl_init] opencl: 1 | |
| [opencl_init] opencl_library: '' | |
| [opencl_init] opencl_memory_requirement: 768 | |
| [opencl_init] opencl_memory_headroom: 300 |
| # | |
| # Trying to compile kernel module for Ralink 3070 chipset | |
| # with patch described on | |
| # http://www.geekamole.com/2013/rt2800usb-fix-for-ralinkmediatek-3070-gentoo-linux/ | |
| # | |
| apt-get install linux-headers-3.7-trunk-686-pae # This is on Kali Linux; 3 MB | |
| apt-get install linux-source-3.7 # http://ftp.halifax.rwth-aachen.de/kali/pool/main/l/linux-kali/linux-source-3.7_3.7.2-0+kali8_all.deb # 82 MB | |
| tar xfj /usr/src/linux-source-3.7.tar.bz2 | |
| cd linux-* |
| class Darktable < Formula | |
| desc 'Photography workflow application and raw developer' | |
| homepage 'https://www.darktable.org/' | |
| url 'https://github.com/darktable-org/darktable/releases/download/release-2.2.4/darktable-2.2.4.tar.xz' | |
| version '2.2.4' | |
| sha256 'bd5445d6b81fc3288fb07362870e24bb0b5378cacad2c6e6602e32de676bf9d8' | |
| needs :openmp | |
| depends_on 'cmake' => :build |
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |
| function! s:EnableRelativeNumber() | |
| set nonumber | |
| set relativenumber | |
| endfunction | |
| function! s:DisableRelativeNumber() | |
| set norelativenumber | |
| set number | |
| endfunction |
| describe 'Game of life w/o primitives and one dot per line' do | |
| let(:live_cell) { LiveCell.new } | |
| let(:dead_cell) { DeadCell.new } | |
| context 'live cell' do | |
| it 'dies with less than 2 neighbours' do | |
| alive_cells = Neighbours.new(LiveCell.new) | |
| expect(live_cell.next(alive_cells)).to be_a_kind_of DeadCell | |
| end |
\))
var s=document.createElement('script'); s.src='http://www.cornify.com/js/cornify.js';document.getElementsByTagName('head')[0].append
| # Remove all my gems | |
| # From http://geekystuff.net/2009/01/14/remove-all-ruby-gems/ | |
| gem list | cut -d" " -f1 | xargs gem uninstall -aIx |