- pythonbrew
- virtualenv
- pip
- bucho exercise ← What is it?
- use module exercise(twitter)
- OAuth
; PIC test program | |
; | |
list p=16f84 | |
; | |
; define config fuses | |
; | |
include "p16f84.inc" | |
__CONFIG _HS_OSC & _PWRTE_ON & _WDT_OFF | |
DELAYT EQU 02H |
; PIC test program | |
; | |
list p=16f84 | |
; | |
; define config fuses | |
; | |
include "p16f84.inc" | |
__CONFIG _HS_OSC & _PWRTE_ON & _WDT_OFF | |
DELAYT EQU 02H |
#include <stdio.h> | |
#include <string.h> | |
#include <X11/Xlib.h> | |
#include <X11/Xutil.h> | |
#include <X11/keysym.h> | |
#define BORDER 2 | |
#define WIDTH 350 | |
#define HIGHT 250 |
#!/bin/sh -x | |
SSID=`/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep -w SSID | tr -d "[:blank:]" | cut -c 6-` | |
echo "SSID:"$SSID | |
if [ $SSID = "ここにSSIDいれる" ] || [ $SSID = "もし2つ目のSSIDとかあったら使って下さい" ] | |
then | |
export HTTP_PROXYとかここでいれる | |
else | |
export HTTP_PROXYを空にする手続きをやる | |
fi |
import datetime | |
import random | |
import itertools | |
#the prime generetor | |
def genPrime(): | |
gen = itertools.count(2) | |
while True: | |
prime = gen.next() |
(sandbox)/Users/mactkg/work/mikutter% irb | |
irb(main):001:0> require 'gtk2' | |
Xlib: extension "RANDR" missing on display "/tmp/launch-OCsytR/org.x:0". | |
=> true | |
irb(main):002:0> Gtk::Entry.new() | |
(irb):2: [BUG] Segmentation fault | |
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0] | |
-- Control frame information ----------------------------------------------- | |
c:0025 p:---- s:0087 b:0087 l:000086 d:000086 CFUNC :initialize |
太陽が 昨日より 眩しく照りつけ始めたら 真っ白な Tシャツに 今すぐ着替えて 君を誘いたい 海沿いの 国道を まだまだ
http://anond.hatelabo.jp/20120319033827