Skip to content

Instantly share code, notes, and snippets.

View syoichi's full-sized avatar

Syoichi Tsuyuhara syoichi

View GitHub Profile

Cheat sheet for callable entities in ES6

Value:

FD FE AF C M
Function-callable ×
Constructor-callable × ×
Prototype F.p F.p F.p SC F.p
Property prototype × ×
@ailispaw
ailispaw / patch.fix.tumblr.iframe.tbrl.js
Last active January 6, 2020 13:10
Fix Tumblr.iframe 2017.01
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.iframe 2017.01"
// , "description" : "Fix Tumblr.iframe 2017.01"
// , "include" : ["content"]
// , "match" : ["*://*/*"]
// , "version" : "0.2.2"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/a1934684cdee9a10506a/raw/patch.fix.tumblr.iframe.tbrl.js"
// }
// ==/Taberareloo==
@Rokt33r
Rokt33r / 2.md
Created November 28, 2015 01:14
Use NPM

Use NPM

ElectronはNodeとほとんど差がないので、NPMで入れたパッケージも使える。 今回は簡単な画像編集ができるアプリを作ってみる。

1. 設置

npm init
@Rokt33r
Rokt33r / gist:ea47e184f90b09474f51
Last active December 2, 2015 09:21
A humble start

A humble start

Electronはどういうものなのかと実際に簡単な例題を作ってみる。

1. Install electron-prebuilt

npm i -g electron-prebuilt
@azu
azu / 2015-11-20.md
Last active March 17, 2016 11:41
今週のJavaScriptまとめ @ 2015年11月20日

今週のニュース

何か色々あったのでまとめ

Bower

rails-assets(Bowerをgem経由で使うやつ)が2016年3月31日で終了する宣言を出しました。

@voluntas
voluntas / chromebook_flip.rst
Last active March 19, 2016 07:28
Chromebook flip コトハジメ

Chromebook flip コトハジメ

前提

  • Chromebook を開発に使用しない
  • サブ PC として使う
  • 主な目的は Twitter と Slack と Gmail
@mitsuruog
mitsuruog / index.md
Last active January 24, 2025 02:47
express実践入門

express実践入門


自己紹介

小川充

  • mitsuruog
anonymous
anonymous / kusa5.js
Created October 18, 2015 02:22
ニコニコ動画html5プレイヤー https://www.reddit.com/r/lowlevelaware/comments/3mk689/
// ==UserScript==
// @name kusa5
// @namespace net.buhoho.kusa5
// @include http://www.nicovideo.jp/watch/*
// @version 1
// @grant none
// @description ニコ動html5表示
// ==/UserScript==
$('.playerContainer').hide();
@ailispaw
ailispaw / patch.fix.twitter.update.tbrl.js
Last active February 3, 2020 03:01
Taberareloo Patch: Fix Twitter.update 2020.02
// ==Taberareloo==
// {
// "name" : "Fix Twitter.update 2020.02"
// , "description" : "Fix Twitter.update 2020.02"
// , "include" : ["background"]
// , "version" : "0.5.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/9406c2ffacf68c6ad238/raw/patch.fix.twitter.update.tbrl.js"
// }
// ==/Taberareloo==
@uupaa
uupaa / end.of.browser.wars.3rd.md
Last active October 30, 2015 18:19
第三次ブラウザ戦争がそろそろ閉幕します

Chromeのシェアが50%を超え、それと相反するようにIEのシェアが低迷し、
ついにFirefoxのシェアと並びました。
(10年前なら誰も信じてくれませんね、このグラフ)

IEがシェアを失い続け、Chrome がシェアを獲得し続ける事が見えてしまっているため、
第三次ブラウザ戦争もそろそろフィナーレ、閉幕となります。

標準化から分化と特化へ