conversation of the cutting-edge techs
link to subscribe feed
conversation of the cutting-edge techs
link to subscribe feed
| // ==UserScript== | |
| // @name Twitter: Suppress signup dialog | |
| // @description Yet another popup blocker | |
| // @version 1.0 | |
| // @author vzvu3k6k | |
| // @match https://twitter.com/* | |
| // @run-at document-end | |
| // @namespace http://vzvu3k6k.tk/ | |
| // @license CC0 | |
| // ==/UserScript== |
いずれも試してない。
| # Since a1b1751, Asciidoctor no longer renders "それは`Promise.all`です。" as | |
| # "...それは<code>Promise.all</code>です。...", but as "...それは`Promise.allです。...". | |
| # This script updates your asciidoc to fit the new Asciidoctor behavior. | |
| # | |
| # resolves #892 match word characters defined by Unicode · a1b1751 · asciidoctor/asciidoctor | |
| # https://github.com/asciidoctor/asciidoctor/commit/a1b17518d6f6#diff-9f476fe67d53af1b92adf5d43d06183eL874 | |
| # | |
| # Breaking changes in inline code literal? · Issue #984 · asciidoctor/asciidoctor | |
| # https://github.com/asciidoctor/asciidoctor/issues/984 | |
| # |
| # mode: ruby | |
| # license: CC0 | |
| # Set the path of this file to BUNDLE_GEMFILE. | |
| # Then Bundler will load Gemfile as usual, | |
| # and next loads Gemfile.local only if it exists | |
| # in the same directory as Gemfile. | |
| # | |
| # If Gemfile.local is loaded, lockfile is created | |
| # as Gemfile.local.lock. Otherwise, lockfile is |
A collection of all JavaScript related and free for open-source readme badges out there.
A package for testing various badges for PHP projects
| // ==UserScript== | |
| // @name Tumblr: Empty trails on dashboard | |
| // @description It won't work and you won't need it because of Tumblr.GhostList. /* Remove old posts on auto pagination. Similar to http://joodle.tumblr.com/post/14352059524/supertumblr, but works more efficiently. */ | |
| // @match http://www.tumblr.com/dashboard | |
| // @match http://www.tumblr.com/dashboard/* | |
| // @match https://www.tumblr.com/dashboard | |
| // @match https://www.tumblr.com/dashboard/* | |
| // @version 1.1 | |
| // @license public domain | |
| // ==/UserScript== |
| require 'benchmark' | |
| def make_hash list | |
| Hash[list.map { |k| [k, true] }] | |
| end | |
| TRY_NUM = 1000000 | |
| { | |
| INDENT_KW: [:begin, :def, :case, :module, :class, :do, :for], # largest |
| # This is a simple test for https://github.com/zenspider/enhanced-ruby-mode/pull/47 | |
| # | |
| # 0. Install rbenv | |
| # 1. Save this as "test.rb" | |
| # 2. Install rbenv-each (https://github.com/chriseppstein/rbenv-each) | |
| # 3. Run `rbenv each ruby test.rb` | |
| require 'ripper' | |
| result = Ripper.lex <<HERE |
| // ==UserScript== | |
| // @name Qiita: Select code block | |
| // @description コードの右上のアイコンをクリックすると選択される | |
| // @version 1.1 | |
| // @match http://qiita.com/* | |
| // @namespace http://qiita.com/vzvu3k6k/ | |
| // @license Public Domain | |
| // ==/UserScript== | |
| var style = document.createElement("style"); |