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
| R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" | |
| Copyright (C) 2012 The R Foundation for Statistical Computing | |
| ISBN 3-900051-07-0 | |
| Platform: x86_64-redhat-linux-gnu (64-bit) | |
| R is free software and comes with ABSOLUTELY NO WARRANTY. | |
| You are welcome to redistribute it under certain conditions. | |
| Type 'license()' or 'licence()' for distribution details. |
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
| Contents of data.csv: | |
| -------------------- | |
| joe.schmoe,73 | |
| bill.foo,31 | |
| john.smith,2 | |
| Contents of Hive script: | |
| ----------------------- | |
| CREATE TABLE some_database.ages ( | |
| name STRING, |
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
| >>> from numpy import array | |
| >>> array([('abc',1,1.0)], dtype=[('name',str),('age',int),('grade',float)]) | |
| array([('', 1, 1.0)], | |
| dtype=[('name', '|S0'), ('age', '<i8'), ('grade', '<f8')]) |
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
| var http = require('http'), | |
| express = require('express'), | |
| connect = require('connect'), | |
| url = require('url'), | |
| fs = require('fs'), | |
| io = require('../'), | |
| sys = require('sys'); | |
| var app = require('express').createServer(); |
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
| $ rake test | |
| (in ~/Projects/test) | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib:test" "/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" |
NewerOlder