Skip to content

Instantly share code, notes, and snippets.

View UnidentifiedContributor's full-sized avatar
🔥
Can't stop, won't stop

Anonymous Developer UnidentifiedContributor

🔥
Can't stop, won't stop
  • Portland, OR
  • 04:52 (UTC -07:00)
View GitHub Profile
00:45 < niggler> fuck nibble
17:15 < niggler> fuck java
17:23 < niggler> fuck windows
22:14 < niggler> fuck GTD
22:39 < niggler> fuck twitter
22:37 < niggler> fuck IT
19:01 < niggler> fuck CS
21:52 < niggler> fuck java
00:03 < niggler> fuck synergy
00:32 < niggler> fuck table tennis
@UnidentifiedContributor
UnidentifiedContributor / index.ejs
Created December 20, 2014 11:11
Output JSON to EJS
<html></html><script>var somevar = <%- somevar %></script><body></body></html>
@UnidentifiedContributor
UnidentifiedContributor / celestial.zsh-theme
Last active February 9, 2017 21:18
Nexxy's Celestial Zsh Theme — Based on "blinks" from oh-my-zsh themes
# based on "blinks" from oh-my-zsh themes by @blinks
# https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/blinks.zsh-theme
#
# install (with oh-my-zsh already installed):
# 1. place in $ZSH_CUSTOM as 'celestial.zsh-theme'
# 2. edit ~/.zshrc to include `ZSH_THEME="celestial"`
# 3. open a new terminal window
function _prompt_char() {
if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then

Keybase proof

I hereby claim:

  • I am emilyrose on github.
  • I am nexxy (https://keybase.io/nexxy) on keybase.
  • I have a public key whose fingerprint is 39F6 A0DF 45CB C625 60CC 5ACE 3498 C624 BB33 8352

To claim this, I am signing this object:

@UnidentifiedContributor
UnidentifiedContributor / gist:d9723ea71be3c78c56d0b21150dbb20a
Last active August 17, 2016 23:53
#digitalocean is a welcoming place!
[12:43:03] <Guest48> ok cool, and do you guys get mad if I need help setting up znc on vps ??
[12:47:46] <Woet> Guest48: who is "you guys"?
[12:47:57] <Guest48> people using this channel
[12:48:10] <Woet> no, we do not get mad when people ask for help
[12:48:12] <rascul> what about the gals? do you not care if they get mad?
[12:48:26] <Woet> else daoenix wouldn't be here
[12:48:30] <Woet> he asks us for help with all the tickets he does
[12:48:41] <rascul> help me linux
[12:48:47] <rascul> how do i install facebook on my droplet?
[12:48:54] <gparent> apt-get install facebook you fucking retard
@UnidentifiedContributor
UnidentifiedContributor / gist:fe38eb13ce2acc077790
Created October 1, 2014 00:07
Mike is a big supporter of women in tech.
23:45 < `mike`> hi
23:45 -!- ssarah [~ssarah@230.115.249.5.rev.vodafone.pt] has quit [Ping timeout: 260 seconds]
23:45 < `mike`> i am currently implementing a redirect
23:45 -!- wraithgar [~Gar@68-113-20-60.dhcp.knwc.wa.charter.com] has joined #Node.js
23:45 < `mike`> www.myurl.com/path redirects to www.myurl/?config=path
23:45 < `mike`> can i populate the query variable without rewriting?
23:45 -!- RogerWS [~rogerws@wsip-70-166-130-12.fv.ks.cox.net] has joined #Node.js
23:45 -!- williamcotton [~williamco@c-24-5-80-236.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds]
23:45 <@nexxy> that sounds backwards
23:45 -!- ssarah [~ssarah@230.115.249.5.rev.vodafone.pt] has joined #Node.js
~spidervex@S0106002590efdd31.cg.shawcable.net (freenode)
12:36 -!- Irssi: Starting query in freenode with spidervex
12:37 <emilyrose> hey, I just wanted to reach out to you so you know that I'm available to chat if you'd like to talk about being
unbanned in #node.js
12:38 <spidervex> Talk about getting unbanned? I'd rather talk about why i was banned
12:39 <emilyrose> well, same conversation really :)
12:39 <emilyrose> if you're not sure what resulted in a ban
12:39 <emilyrose> here it is:
12:39 <emilyrose> 12:18 < spidervex> Oh no. Progressives and their PC culture are now in my tech chatrooms.
12:40 <spidervex> Did that break some rule or something?
~nonya@104-189-112-109.lightspeed.rcsntx.sbcglobal.net (freenode)
20:58 -!- Irssi: Starting query in freenode with aniasis
20:58 <emilyrose> hey
20:58 <emilyrose> do you have a minute to chat?
20:59 <emilyrose> I have a concern I'd like to discuss with you
21:00 <aniasis> ??
21:02 <emilyrose> I was noticing that you were using language that could come across as unnecessarily abrasive
21:02 <aniasis> what language?
21:02 <emilyrose> I was wondering if you'd had the chance to review the CoC for the channel
21:03 <aniasis> what language?
@UnidentifiedContributor
UnidentifiedContributor / awayproxy.pl
Created January 12, 2014 02:17
IRSSI Away Proxy
# vim:syntax=perl
# vim:tabstop=4
# vim:shiftwidth=4
# vim:foldmethod=marker
# vim:foldenable
# vim:enc=utf-8
########################################################################################################
## WARNING!! BAD ENGLISH BELOW :P
##
## This script is designed for those who have been using muh irc bouncer.
@UnidentifiedContributor
UnidentifiedContributor / screen_away.pl
Created January 12, 2014 02:19
IRSSI Screen Away
use Irssi;
use strict;
use FileHandle;
use vars qw($VERSION %IRSSI);
$VERSION = "0.9.7.1";
%IRSSI = (
authors => 'Andreas \'ads\' Scherbaum <ads@wars-nicht.de>',
name => 'screen_away',