Skip to content

Instantly share code, notes, and snippets.

View duckinator's full-sized avatar

Ellen Marie Dash duckinator

View GitHub Profile
<div class="yui-skin-sam"><div id="PacRDFXWFsNz" class="yui-skin-sam"></div></div><script type="text/javascript">var myDataTablePacRDFXWFsNz;function PacRDFXWFsNz(){var myColumnDefs=[
{key:'zCABxQfNVz',label:'Task Name',width:147,sortable:true},
{key:'cmaAYAcBFX',label:'Task Type',width:73,sortable:true},
{key:'uCoWZuroIk',label:'Due Date',width:76,sortable:true},
{key:'GESpvImHRn',label:'Score/Out Of',width:90,sortable:true},
{key:'CxQteSAVbm',label:'Grade',width:62,sortable:true},
{key:'QhcrzdTbFD',label:'Note',width:31,sortable:true}];
YAHOO.celldefs= [
{'zCABxQfNVz':'Interim','cmaAYAcBFX':'All Tasks','uCoWZuroIk':'','GESpvImHRn':'Drop/40','CxQteSAVbm':'0.00% ','QhcrzdTbFD':''},
{'zCABxQfNVz':'Unit 2 Warm Up # 1','cmaAYAcBFX':'All Tasks','uCoWZuroIk':'','GESpvImHRn':'5/4','CxQteSAVbm':'125.00% ','QhcrzdTbFD':''},
[SyntaxNode offset=0, "(", SyntaxNode offset=1, "+ 1 2":
Datum+Datum0 offset=1, "+ ":
SyntaxNode offset=1, ""
SyntaxNode+LexemeDatum0+LexemeDatum offset=1, "+ " (eval,children):
SyntaxNode+Symbol+Identifier+PeculiarIdentifier offset=1, "+" (eval,children)
SyntaxNode offset=2, " ":
SyntaxNode+Whitespace+Zs offset=2, " "
Datum+Datum0 offset=3, "1 ":
SyntaxNode offset=3, ""
SyntaxNode+LexemeDatum0+LexemeDatum offset=3, "1 " (eval,children):
irb(main):001:0> require 'zlib'
=> true
irb(main):002:0> require 'archive/tar/minitar'
=> true
irb(main):003:0> require 'open-uri'
=> true
irb(main):004:0> include Archive::Tar
=> Object
irb(main):007:0> tgz = Zlib::GzipReader.new(open("ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz"))
=> #<Zlib::GzipReader:0x000000018c8e98>
# encoding: utf-8
module R6rs
module Types
#Scheme booleans are in no way related to ruby booleans.
#For that reason we will make our own class for the scheme
#language for now.
#
#What needs to be done is check if the passed value is one
#of '#t' or '#T', if so it is true, else we are false.
class Boolean
# encoding: utf-8
module R6rs
module Types
#Scheme booleans are in no way related to ruby booleans.
#For that reason we will make our own class for the scheme
#language for now.
#
#What needs to be done is check if the passed value is one
#of '#t' or '#T', if so it is true, else we are false.
class Boolean
A JSON text must at least contain two octets!
A JSON text must at least contain two octets!
598: unexpected token at 'A
'