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
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
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
% This file was created with JabRef 2.10. | |
% Encoding: UTF-8 | |
@Article{abouzeid2009hadoopdb, | |
Title = {HadoopDB: an architectural hybrid of MapReduce and DBMS technologies for analytical workloads}, | |
Author = {Abouzeid, Azza and Bajda-Pawlikowski, Kamil and Abadi, Daniel and Silberschatz, Avi and Rasin, Alexander}, | |
Journal = {Proceedings of the VLDB Endowment}, | |
Year = {2009}, | |
Number = {1}, |
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
// ==UserScript== | |
// @name Water Machine for Mutouren | |
// @namespace http://aztec.tk/gm | |
// @version 0.1 | |
// @description Water Water!!! | |
// @match https://bbs.sjtu.edu.cn/bbsdoc?board=Water | |
// @copyright 2012+, lalala | |
// ==/UserScript== | |
// 需要回复的帖子 ID |
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
#!/usr/bin/env ruby | |
def line(x1, y1, x2, y2) | |
puts "\\draw (#{x1},#{y1}) -- (#{x2},#{y2});" | |
end | |
def point(x, y) | |
puts "\\fill (#{x},#{y}) circle[radius=2pt];" | |
end |