Skip to content

Instantly share code, notes, and snippets.

View aenoble's full-sized avatar
:shipit:

Andrew Noble aenoble

:shipit:
  • Hamilton, Ontario.
View GitHub Profile
3:15:13 PM Andrew Noble: it's also "Bow Tie Day Hamilton" I think next week.
3:15:17 PM Andrew Noble: or week after
3:15:18 PM Andrew Blackbourn: really?
3:15:22 PM Andrew Blackbourn: are you getting a bow tie?
3:15:32 PM Andrew Noble: Believe it or not, I already own one.
3:15:40 PM Andrew Blackbourn: trust me, i believe it
3:15:45 PM Andrew Noble: and Bowties are gas
3:15:58 PM Andrew Noble: HEY FUCK YOU, WHAT'S THAT SUPPOSED TO MEAN
1:11:50 PM Paul Vilchez: i just meant you don't get excited about anything
1:11:54 PM Andrew Noble: ¯\_(ツ)_/¯
1:12:11 PM Andrew Noble: That's not completely true
1:13:06 PM Andrew Noble: I get anxiety, that's just excitement on the negative side of the x-axis
1:13:30 PM Andrew Noble: A form of excitement, if you will.
1:14:04 PM Paul Vilchez: you should turn dat frown upside down
1:14:09 PM Paul Vilchez: or graph, as it were
1:15:22 PM Andrew Noble: f(n) = sq_root(f(n)^2)
1:15:44 PM Andrew Noble: We don't make enough math jokes.
1:15:50 PM Paul Vilchez: i got 2 thumbs down as the function
17:13 < aenoble> I also love
17:13 < aenoble> that everyone on facebook is going nuts with the new BBM clients for iOS and Android
17:13 < aenoble> and here we are
17:14 < aenoble> getting a new IRC channel up.
17:14 < aenoble> Hipster #DevsOfTheWingedTable
"comments": {
"data": [
{
"id": "304999546288792_4",
"from": {
"name": "Claire Goodchild",
"id": "505914693"
},
"message": "Her",
"created_time": "2013-02-12T02:32:24+0000"
13:01 < blackbourna> MWAHAHHAAHA 33 times. Rolls a 83
13:01 < blackbourna> MWAHAHHAAHA 34 times. Rolls a 85
13:01 < blackbourna> MWAHAHHAAHA 35 times. Rolls a 2
13:01 < blackbourna> MWAHAHHAAHA 36 times. Rolls a 77
13:02 < blackbourna> MWAHAHHAAHA 37 times. Rolls a 30
13:02 < blackbourna> MWAHAHHAAHA 38 times. Rolls a 22
13:02 < blackbourna> MWAHAHHAAHA 39 times. Rolls a 85
13:02 < blackbourna> MWAHAHHAAHA 40 times. Rolls a 16
13:02 < blackbourna> MWAHAHHAAHA 41 times. Rolls a 17
13:02 < blackbourna> MWAHAHHAAHA 42 times. Rolls a 1
@aenoble
aenoble / gist:8714036
Created January 30, 2014 17:31
grande LMAO php.
(cms-services)vagrant@cms7-sandbox:/srv/cms-services/cms7_social_service$ php --version
PHP 5.4.24-1+sury.org~precise+1 (cli) (built: Jan 24 2014 11:08:26)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
(cms-services)vagrant@cms7-sandbox:/srv/cms-services/cms7_social_service$ cat /etc/php5/cli/php.ini | grep asp
; configuring many of the aspects of PHP's behavior.
; http://php.net/asp-tags
asp_tags = Off
; Set to {nocache,private,public,} to determine HTTP caching aspects
<script>alert('gg');</script>
@aenoble
aenoble / resume.md
Last active October 14, 2019 19:12
Resume

Andrew Noble

aenoble@gmail.com | (289) 489-8401 | 33 Oxford Street, Hamilton, Ontario

Technology Experience

Javascript (React, Vue.js, Node), Ruby (Rails), Bash, PHP, Python, PostgreSQL, MySQL, AWS, Linux.

Professional Experience

Vehikl - Software Developer (2019 - Present)

  • Member of team building donation platform in Javascript (Vue.js), PHP (Laravel).
  • Using alternative programming techniques (pair programming, mob programing) to develop software.

Parallel Digital Studio - Software Developer (Team Lead) (2016 - Present)

sudo git clone git://github.com/zolrath/wemux.git /usr/local/share/wemux
sudo ln -s /usr/local/share/wemux/wemux /usr/local/bin/wemux
sudo cp /usr/local/share/wemux/wemux.conf.example /usr/local/etc/wemux.conf
sudo vim /usr/local/etc/wemux.conf
host_list=(dave dayton)
# Save and quit (:wq)
@aenoble
aenoble / gistdiff.sh
Last active August 29, 2015 14:14
Diff comparing two gists
diff <(echo "`curl list-to-raw-gist-1`") <(echo "`curl link-to-raw-gist-2`")