This file contains 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 Disable feedly image proxy | |
// @namespace d3m3vilurr | |
// @version 1.2 | |
// @description Fuck redirect https://visuals.feedly.com/1x1.gif | |
// @author d3m3vilurr | |
// @match http://feedly.com/* | |
// @match https://feedly.com/* | |
// @grant none | |
// @downloadURL https://gist.github.com/raw/90c6fc12b081933c0199/disable_feedly_image_proxy.user.js |
This file contains 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 IRCCloud CJK Autocompletion Patch | |
// @namespace https://gist.github.com/d3m3vilurr/8588379 | |
// @version 0.1 | |
// @include https://www.irccloud.com/* | |
// @run-at document-body | |
// @grant unsafeWindow | |
// ==/UserScript== | |
var init = function() { | |
if (!unsafeWindow.TabCompletion) { |
This file contains 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
diff --git a/app/controllers/public/repositories_controller.rb b/app/controllers/public/repositories_controller.rb | |
new file mode 100644 | |
index 0000000..d088a2c | |
--- /dev/null | |
+++ b/app/controllers/public/repositories_controller.rb | |
@@ -0,0 +1,41 @@ | |
+class Public::RepositoriesController < ApplicationController | |
+ include Gitlab::VisibilityLevel | |
+ | |
+ skip_before_filter :authenticate_user!, :reject_blocked, :set_current_user_for_observers, :add_abilities |
This file contains 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
$ node mset_test.js | |
Connected to 127.0.0.1:6379, Redis server version 2.5.12 | |
Using reply parser faster | |
- mget_2:Uncaught exception: AssertionError: MGET_2 | |
at tests.MGET_2 (/home/sulee/works/repos/node_redis/mset_test.js:41:16) | |
at try_callback (/home/sulee/works/repos/node_redis/index.js:520:9) | |
at RedisClient.return_reply (/home/sulee/works/repos/node_redis/index.js:590:13) | |
at ReplyParser.RedisClient.init_parser (/home/sulee/works/repos/node_redis/index.js:263:14) | |
at ReplyParser.EventEmitter.emit (events.js:88:17) |
This file contains 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
CmdUtils.CreateCommand({ | |
name: "yes24-search", | |
icon: "http://image.yes24.com/sysimage/top/favicon16.ico", | |
homepage: "http://d3m3vilurr.tistory.com/", | |
author: { name: "d3m3vilurr", email: "[email protected]"}, | |
license: "GPL/MIT", | |
description: "Searches <a href=\"http://www.yes24.com\">Yes24</a> for books matching your words.", | |
takes: {"search term": noun_arb_text}, | |
help: "Searches for Book on Yes24", | |
preview: function( pblock, input ) { |
NewerOlder