I hereby claim:
- I am sxua on github.
- I am sxua (https://keybase.io/sxua) on keybase.
- I have a public key ASA83236AtjLCSquLnVSfiYLb2JA3HS_Kv_TaA_Mi0U2cwo
To claim this, I am signing this object:
require "csv" | |
require "json" | |
XCASSETS_NAME = "Colors.xcassets" | |
CSV.open(XCASSETS_NAME + ".csv", "wb") do |csv| | |
csv << ["Name", "Appearance", "HEX Value", "Alpha"] | |
Dir.glob(XCASSETS_NAME + "/**/*.colorset/Contents.json") do |file_name| | |
file = File.read(file_name) |
I hereby claim:
To claim this, I am signing this object:
diskutil mount Recovery\ HD | |
hdiutil mount /Volumes/Recovery\ HD/com.apple.recovery.boot/BaseSystem.dmg |
/** | |
* Remixer 1: @herkulano (http://www.herkulano.com) | |
* Remixer 2: @hotappsfactory (http://www.hotappsfactory.com) | |
* Thanks to: Niels Bosma (niels.bosma@motorola.com) | |
*/ | |
var folder = Folder.selectDialog(); | |
var document = app.activeDocument; | |
var imageName; |
--- pdftk/Makefile.OSX-10.6.orig 2013-07-24 21:27:36.000000000 +0300 | |
+++ pdftk/Makefile.OSX-10.6 2013-08-12 19:44:24.000000000 +0300 | |
@@ -20,13 +20,13 @@ | |
# tools | |
# need direct path to libgcj for gcjh (starting in gcj 4.1.2 per Aurélien GÉRÔME) | |
-TOOLPATH=/sw/lib/gcc4.5/bin/ | |
-export VERSUFF=-fsf-4.5 | |
+TOOLPATH=@HOMEBREW_PREFIX@/bin/ | |
+export VERSUFF= -4.6 |
Install rbenv and ruby-build on Ubuntu.
git clone git://github.com/cldwalker/debugger-ruby_core_source.git | |
cd debugger-ruby_core_source | |
curl https://github.com/cldwalker/debugger-ruby_core_source/pull/3.patch | git am | |
gem install archive-tar-minitar | |
rake gem | |
gem install pkg/debugger-ruby_core_source-1.1.4.gem |
This script installs a patched version of ruby 1.9.3-p286 with boot-time performance improvements (#66 and #68), and runtime performance improvements (#83 and #84). It also includes the new backported GC from ruby-trunk.
Many thanks to funny-falcon for the performance patches.
# ============================================================ | |
# PluginName v0.0.0 | |
# http://URL | |
# ============================================================ | |
# Copyright 2012 The Beans Group | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# |