Skip to content

Instantly share code, notes, and snippets.

@hank
hank / Error
Created September 21, 2010 13:44
Installing linecache (0.43) with native extensions
/usr/local/rvm/rubies/ruby-head/lib/ruby/1.9.1/rubygems/installer.rb:483:in `rescue in block in build_extensions':
ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/usr/local/rvm/rubies/ruby-head/bin/ruby extconf.rb
Can't handle 1.9.x yet
select(:id => 'num') do
option(@num.to_i == 10 ? {:selected => true} : {}){ "10" }
option(@num.to_i == 50 ? {:selected => true} : {}){ "50" }
option(@num.to_i == 100 ? {:selected => true} : {}){ "100" }
end
Year-Make-Model-Trim-Tranny-Weight
1985 Honda CRX Si MT 1883
1985 Honda CRX DX MT 1819
1985 Honda CRX HF MT 1713
1986 Honda CRX Si MT 1953
1986 Honda CRX DX MT 1819
1986 Honda CRX HF MT 1713
1987 Honda CRX Si MT 1978
1987 Honda CRX DX MT 1865
1987 Honda CRX HF MT 1713
from scons_go_support import *
import os
# Build programs
# Modify this to suit your program
main_package = go_env.Go(target='echo.out', source='echo.go')
program = go_env.GoProgram(target='echo', source=[main_package])
package main
import "fmt"
func main()
{
fmt.Printf("hello, world\n")
}
// Error:
X @ (0, 2)
| | |X|
| | | |
| | | |
O @ (2, 1)
| | |X|
| | | |
| |O| |
X @ (2, 0)
| | |X|
350Mhz bus, 1.35 Vcore, 9x multiplier
RAM seemed to be acting up at higher bus speeds
# mprime results (Torture, 4 threads, FFT option 1)
[Worker #2 Dec 6 10:20] Torture Test completed 50 tests in 8 hours, 51 minutes - 0 errors, 0 warnings.
[Worker #3 Dec 6 10:20] Torture Test completed 50 tests in 8 hours, 51 minutes - 0 errors, 0 warnings.
# Temperatures
Core 0: +49.0C (high = +82.0C, crit = +100.0C)
include stdlib // Need for rand() and srand()
include time // Need for time()
c_rand: extern(rand) func -> Int
c_srand: extern(srand) func(seed: Int) -> Int
c_time: extern(time) func(when: Int) -> Int
import structs/ArrayList
//operator as (b: Boo) -> Int
Application: Amarok (amarok), signal: Segmentation fault
[Current thread is 0 (LWP 19427)]
Thread 6 (Thread 0x7fa21a245950 (LWP 19428)):
#0 0x00007fa22887056d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1 0x00007fa21f993f91 in ?? () from /usr/lib/libxine.so.1
#2 0x00007fa22886c3ba in start_thread () from /lib/libpthread.so.0
#3 0x00007fa22ec2cfcd in clone () from /lib/libc.so.6
#4 0x0000000000000000 in ?? ()
For your consideration
Github renders textile, markdown, and rdoc (and maybe more, I don't know).
It would be cool if it rendered some kind of text-based markup language
geared for slides - S9 Perhaps? http://slideshow.rubyforge.org/
Basically, all it would have to do is use S9 to generate the HTML from something like this:
----------
h1. Web Services REST-Style: Universal Identifiers, Formats & Protocols