Livejournal
Log in
Post
Friends
My journal
two_pi_r
fgsfds
two_pi_r
Feb 28, 2006 16:46
So, xt3 does some weird things with strings that don't fit in it's buffers. Half the time it's okay:
(
Read more...
)
tcc
,
gdb
,
xt3
Leave a comment
6
hey,
fusiongyro
two_pi_r
Feb 21, 2006 17:05
class Ticket
private
@xt3_headers = {}
@body = ""
public
def convert(t)
rv = t.new
rv << @body << "\n"
@xt3_headers.each do |field,value|
rv << "**#{field}: #{value}\n (
Read more...
)
ruby
,
xt3
Leave a comment
1
Up