フロントエンドを楽にするために
Qiitaを支えたい技術 at 時雨祭
- HN: mizchi
- Qiitaの方からきました(入社半年たったらしい)
- Reactオジサンはそろそろ飽きてきた
- Angularに興味が無いのでこっちにきた
// ==Taberareloo== | |
// { | |
// "name" : "Fix Tumblr.getTumblelogs 2021.12" | |
// , "description" : "Fix Tumblr.getTumblelogs 2021.12" | |
// , "include" : ["background"] | |
// , "version" : "0.5.2" | |
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3aef8857c274e22f2b41/raw/patch.fix.tumblr.getTumblelogs.tbrl.js" | |
// } | |
// ==/Taberareloo== |
// 前提条件 | |
// サクラVPS OS Ubuntu 14.04 | |
// 下準備 | |
$ sudo apt-get update | |
$ sudo apt-get upgrade | |
$ sudo apt-get install pkg-config | |
// linux用のoFをDLしてきて |
\usepackage[yyyymmdd,hhmmss]{datetime} | |
\usepackage[all]{background} | |
\usepackage{tikz} | |
\SetBgContents{ | |
\begin{tikzpicture}[remember picture,overlay, color=black!60] | |
\draw (-1, 1) node[below right] {\LARGE{\texttt{\today~\currenttime}}}; | |
\end{tikzpicture} | |
} | |
\SetBgPosition{current page.south west} |
/* | |
* Easing.pde - brings Robert Penner's easing functions into Processing | |
* (c) 2015 cocopon. | |
* | |
* See the following to learn more about these famous functions: | |
* http://www.robertpenner.com/easing/ | |
* | |
* License: | |
* http://www.robertpenner.com/easing_terms_of_use.html | |
*/ |
var mediaJSON = { "categories" : [ { "name" : "Movies", | |
"videos" : [ | |
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org", | |
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ], | |
"subtitle" : "By Blender Foundation", | |
"thumb" : "images/BigBuckBunny.jpg", | |
"title" : "Big Buck Bunny" | |
}, | |
{ "description" : "The first Blender Open Movie from 2006", | |
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ], |
日時: | 2019-03-17 |
---|---|
作: | 時雨堂 |
バージョン: | 19.3.0 |
url: | https://shiguredo.jp/ |
概要
#!/usr/bin/ruby | |
dir_addons = File.expand_path("../addons") | |
module PatchingMode | |
CREATE = 1 | |
APPLY = 2 | |
end | |
def patch(patching_mode, path_to_addons_dir, ofxaddon) |