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
<a href="javascript:window.location.replace(document.getElementsByClassName('switch-to-classic')[0].children[0].href)">Edit in classic editor</a> |
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 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
#lang racket (define(f[n(read)])(if(<= n 0)1(* n(f(- n 2)))))(f) |
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
z=(function(t){a=[];w=document.createTreeWalker(t,NodeFilter.SHOW_TEXT,null,false);while(n=w.nextNode())a.push(n);return a;})(document.body);alert(z[Math.floor(Math.random()*z.length)].textContent); |
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
newTabIndex = gBrowser.tabContainer.selectedIndex + 1; | |
newTab = gBrowser.loadOneTab("about:blank", null, null, null, false, false); | |
gBrowser.moveTabTo(newTab, newTabIndex); | |
if (gURLBar) gURLBar.focus(); |
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
xkb_keymap { | |
xkb_keycodes "evdev+aliases(qwerty)" { | |
minimum = 8; | |
maximum = 255; | |
<ESC> = 9; | |
<AE01> = 10; | |
<AE02> = 11; | |
<AE03> = 12; | |
<AE04> = 13; | |
<AE05> = 14; |
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 E.ggtimer pause | |
// @namespace tpenguinltg | |
// @description Enables pausing and resuming E.ggtimer by clicking the page | |
// @include http://e.ggtimer.com/* | |
// @version 1.0.0 | |
// @grant none | |
// ==/UserScript== | |
Egg.pause = function() { |
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 Add accesskey shortcut to Google search | |
// @namespace tpenguinltg | |
// @description Adds accesskey+f as shortcut for accessing Google search bar | |
// @include https://www.google.* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var searchBar = document.querySelector("input[name=q]"); |
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
[Unit] | |
Description=Netplug Non-Static Network Interface Manager (interface-specific) | |
Documentation=man:netplugd(8) | |
After=network.target | |
[Service] | |
ExecStart=/sbin/netplugd -F -i %I | |
[Install] | |
WantedBy=multi-user.target |
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
#!/bin/sh | |
# | |
# netplug - policy agent for netplugd | |
# | |
# Copyright 2003 Key Research, Inc. | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License, version 2, as | |
# published by the Free Software Foundation. You are forbidden from | |
# redistributing or modifying it under the terms of any other license, |
OlderNewer