This file contains hidden or 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
<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':''}, |
This file contains hidden or 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
[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): |
This file contains hidden or 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
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> |
This file contains hidden or 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
# 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 |
This file contains hidden or 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
# 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 |
This file contains hidden or 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
hi |
This file contains hidden or 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
hi |
This file contains hidden or 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
A JSON text must at least contain two octets! |
This file contains hidden or 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
A JSON text must at least contain two octets! |
This file contains hidden or 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
598: unexpected token at 'A | |
' |