Skip to content

Instantly share code, notes, and snippets.

View dot's full-sized avatar
😇

Shuhei KONDO dot

😇
View GitHub Profile
@dot
dot / sparql.rb
Last active December 11, 2015 06:58 — forked from ktym/sparql.rb
#!/usr/bin/env ruby
require "rubygems"
require "net/http"
require "uri"
require "cgi"
require "json" # gem install json
require 'pathname'
class SPARQL
#!/bin/bash
export EPREFIX="$HOME/Library/Gentoo"
export PATH="$EPREFIX/usr/bin:$EPREFIX/bin:$EPREFIX/tmp/usr/bin:$EPREFIX/tmp/bin:$PATH"
export CHOST="x86_64-apple-darwin10"
curl -o bootstrap-prefix.sh http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/scripts/bootstrap-prefix.sh?format=txt
chmod 755 bootstrap-prefix.sh
chmod 755 bootstrap-prefix.sh
@dot
dot / make.conf
Created November 18, 2009 04:19 — forked from ursm/make.conf
CFLAGS="-march=nocona -O2 -mssse3 -pipe"
CXXFLAGS=$CFLAGS
ACCEPT_KEYWORDS="${ACCEPT_KEYWORDS} ~x86-macos"
MAKEOPTS="-j4"
FEATURES="candy ccache"
EMERGE_DEFAULT_OPTS="--keep-going"
PORTAGE_NICENESS="5"
USE="cjk ipv6 lzma nls threads unicode vim-syntax zsh-completion"