This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Xvid < Formula | |
url 'https://fossies.org/unix/privat/xvidcore-1.3.2.tar.gz' | |
homepage 'https://fossies.org' | |
sha1 '56e065d331545ade04c63c91153b9624b51d6e1b' | |
def install | |
cd 'build/generic' do | |
system "./configure", "--disable-assembly", "--prefix=#{prefix}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export LANG="ja_JP.UTF-8" LC_ALL="ja_JP.UTF-8" | |
datetime=`date '+%Y%m%d_%H%M'` | |
date=`date '+%Y年%m月%d日'` | |
year=`date '+%Y'` | |
radikodir=${HOME}/radiko/ # work ディレクトリ | |
cachedir=${radikodir}cache/ # アレがあれなトコ | |
mp3dir=${radikodir}_1recorded/ # レコーディングデータの出力場所 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Label = example.radiko.tbs1.baka; | |
ProgramArguments = ( | |
"/Users/example/radilko/radiko.sh", | |
"TBS", | |
120, | |
"-t", | |
"深夜の馬鹿力", | |
"-a", | |
"伊集院光", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>koo.radiko.tbs1.baka</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Users/koo/radiko/radiko.sh</string> | |
<string>TBS</string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#z::Run www.autohotkey.com | |
; ------------------------------ ime on/of : [無変換] + [space] | |
vk1Dsc07B & Space::Send, {vkF3sc029} | |
; ⇒以下は,試行錯誤の結果,使わないことに. | |
; vk1Dsc07B & Space::Send, {vkF4sc029} | |
; !Space::Send, {vkF3sc029} ; alt + space | |
; !Space::Send, {vkF4sc029} ; alt + space | |
; #Space::Send, {vkF4sc029} ; windows key + space |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Pretend to be /usr/bin/id3v2 from id3lib, sort of. | |
# Copyright 2005 Joe Wreschnig | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of version 2 of the GNU General Public License as | |
# published by the Free Software Foundation. | |
import os | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ~/.osx — http://mths.be/osx | |
# Ask for the administrator password upfront | |
sudo -v | |
# Keep-alive: update existing `sudo` time stamp until `.osx` has finished | |
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & |
OlderNewer