Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');
// ---- | |
// libsass (v3.3.2) | |
// ---- | |
// ========================================================================= | |
// | |
// QUANTITY QUERIES FOR SASS | |
// ------------------------- | |
// Indrek Paas @indrekpaas | |
// |
// ---- | |
// libsass (v3.3.2) | |
// ---- | |
// ========================================================================= | |
// | |
// PRECISE CONTROL OVER RESPONSIVE TYPOGRAPHY FOR SASS | |
// --------------------------------------------------- | |
// Indrek Paas @indrekpaas | |
// |
(function ( $ ) { | |
/** | |
* A jQuery plugin that will position an element relative to another element, regardles of whether or not they share the | |
* same parent in the DOM. | |
* | |
* Note: This must be called within a $(document).ready() call to work properly. If loading images in the element | |
* that aren't specifically sized via CSS, it may be necessary to call this within a $(window).load() call | |
* depending on the positioning used. | |
* |
auth_basic "Restricted"; | |
auth_basic_user_file /etc/nginx/htpasswd; |
upstream plex-upstream { | |
# change plex-server.example.com:32400 to the hostname:port of your plex server. | |
# this can be "localhost:32400", for instance, if Plex is running on the same server as nginx. | |
server plex-server.example.com:32400; | |
} | |
server { | |
listen 80; | |
# server names for this server. |
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');
/** Hide the address bar - vitim.us */ | |
function hideAddressBar(){ | |
setTimeout(function(){ | |
if(scrollY) return; | |
scrollTo(scrollX, 1); | |
setTimeout(function() | |
if(scrollY==1) | |
scrollTo(scrollX, 0); | |
}, 1); | |
}, 1); |
Siori@Siori-no-MacBook-Air:~/code/git_akb428/chino (master)$ brew install iftop | |
==> Downloading http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/iftop/1.0pre4 --mandir=/usr/local/Cellar/iftop/1.0pre4/share/man | |
==> make install | |
==> Caveats | |
iftop requires superuser privileges. You can either run the program | |
via `sudo`, or change its ownership to root and set the setuid bit: | |
$ sudo chown root:wheel /usr/local/Cellar/iftop/1.0pre4/sbin/iftop | |
$ sudo chmod u+s /usr/local/Cellar/iftop/1.0pre4/sbin/iftop |
(* | |
Mail Filer | |
Files messages in Mail.app using type ahead. Displays one dialog containing all mailboxes and accounts. | |
Created by Andreas Zeitler on 2013-09-13 | |
Copyright Mac OS X Screencasts 2013. All rights reserved. | |
*) | |
set myMailboxes to {} |