Webの地上化 - keita watanabe
Firefox Developer Conference
http://mozilla.jp/events/2010/fxdevcon/
Cloud <-> 地上
| // wedata utility for Greasemonkey | |
| // usage | |
| /* | |
| // ==UserScript== | |
| // @name foo bar | |
| // @namespace http://baz.com | |
| // @require http://gist.github.com/raw/34615/ba15cad2dd736f32a6d7868ce6595ac1bd01c0a3 | |
| // ==/UserScript== | |
| // ==UserScript== | |
| // @name Motsu Tabetai | |
| // @namespace http://ikenie.com/ | |
| // @include * | |
| // @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46 | |
| // @require http://gist.github.com/raw/34615/04333b7e307eb029462680e4f4cf961f72f4324c | |
| // ==/UserScript== | |
| (function() { | |
| var DATABASE_URL = 'http://wedata.net/databases/Motsu/items.json'; |
| class Echonest::Api | |
| def analysis(filename) | |
| analysis_url = analysis_url(filename) | |
| Analysis.new_from_url(analysis_url) | |
| end | |
| def analysis_url(filename) | |
| loop = true | |
| analysis_url = nil |
Webの地上化 - keita watanabe
Firefox Developer Conference
http://mozilla.jp/events/2010/fxdevcon/
Cloud <-> 地上
| import 'dart:io'; | |
| import 'dart:async'; | |
| import 'package:html/parser.dart'; | |
| import 'package:html/dom.dart'; | |
| main() { | |
| final url = 'http://comic-walker.com/'; | |
| getHtml(url).then((document) { | |
| print(document.querySelector('title').text); | |
| document.querySelectorAll('#mainContent > li h2 span').forEach((e) { |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git