Skip to content

Instantly share code, notes, and snippets.

View davidyang's full-sized avatar

david yang davidyang

View GitHub Profile
{:min-bb-version "0.9.0"
:deps {babashka/nrepl-client {:git/url "https://github.com/babashka/nrepl-client"
:git/sha "c83b15906d224b67a67951343b05623c4c00cdcf"}}
:tasks {:requires ([babashka.fs :as fs]
[clojure.string :as str]
[cheshire.core :as json]
[babashka.nrepl-client :as nrepl])
;;:enter (log "[bb tasks] Started:" (:name (current-task)))
;;:leave (log "[bb tasks] Finished:" (:name (current-task)))
Following are all open-source licenses used by learn.fullstackacademy.com.
@newrelic/native-metrics@2.4.0
https://github.com/newrelic/node-native-metrics#readme
All components of this product are Copyright (c) 2016 New Relic, Inc. All
rights reserved.
Certain inventions disclosed in this file may be claimed within patents owned or
patent applications filed by New Relic, Inc. or third parties.
/*
Copyright (c) 2008-2018 Pivotal Labs
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=60 time=930.439 ms
Request timeout for icmp_seq 1
64 bytes from 8.8.8.8: icmp_seq=1 ttl=60 time=1374.371 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=60 time=635.890 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=60 time=13.904 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=60 time=137.932 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=60 time=1250.797 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=60 time=246.707 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=60 time=8.597 ms
@davidyang
davidyang / fullstack-badge.md
Created January 29, 2016 15:54 — forked from oddurs/fullstack-badge.md
The Fullstack Badge of Honor

The Fullstack Badge of Honor

Instructions

Congratulations! You've made a project that warrants the Fullstack Badge of Honor. This means that you've succeeded in making something extraordinary.

To display your prize proudly, simply add the following markdown snippet into your README.md in the line directly underneath your title:

[](http://fullstackacademy.com/)
@davidyang
davidyang / README.md
Created November 4, 2013 21:50 — forked from mnutt/README.md

Update the rope lengths using update(leftLength, rightLength).

@davidyang
davidyang / README.md
Last active December 26, 2015 09:29 — forked from mnutt/README.md

Update the rope lengths using update(leftLength, rightLength).

Screencasting Framework

The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.

Why you should care about screencasting?

You're probably aren't going to take the time to read this document if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.

  1. Communicating more effectively - At Envy Labs we produce screencasts for our clients all the time. Whether it's demoing a new feature or for a presentation for an invester, they're often much more effective and pleasent than a phone call or screen sharing.
@davidyang
davidyang / a.rb
Last active December 17, 2015 07:58
May 14 14:22:23 GMT 2013 tropo103.orl.voxeo.net PRISM 58560 5e984c0e42829264161c9b0deca69a05 5e984c0e42829264161c9b0deca69a05 1 0 #TROPO#: Thread http-0.0.0.0-8080-exec-9 returning engine after compiling script
May 14 14:22:23 GMT 2013 tropo103.orl.voxeo.net PRISM 58560 5e984c0e42829264161c9b0deca69a05 5e984c0e42829264161c9b0deca69a05 1 0 #TROPO#: Thread http-0.0.0.0-8080-exec-9 returned engine org.jruby.embed.jsr223.JRubyEngine@40c114d4 of type jruby, activeEngines = 61
May 14 14:22:23 GMT 2013 tropo103.orl.voxeo.net PRISM 58560 5e984c0e42829264161c9b0deca69a05 5e984c0e42829264161c9b0deca69a05 1 0 #TROPO#: In SimpleApplication.execute() for token launch, HttpSession hssn-470CE985D4C5A6B064372E080A87466F associated with SipApplicationSession sas_2-15-sm1svy0bb1wxzdgtropo
May 14 14:22:23 GMT 2013 tropo103.orl.voxeo.net PRISM 58560 5e984c0e42829264161c9b0deca69a05 5e984c0e42829264161c9b0deca69a05 1 0 #TROPO#: SipApplicationSession SipApplicationSessionImpl[_state=VALID, _id=sas_2-15-sm1svy0bb1wxzdgtropo, ] ass
@davidyang
davidyang / dialerTab.xml
Created September 9, 2012 17:26
Non-working Requires
<Alloy>
<Tab title="Dialer" icon="icons/dark_phone.png">
<Window id="dialerWindow" class="container" title="Dialer" navBarHidden="true">
<Require src="phone/phone" id="phone" />
</Window>
</Tab>
</Alloy>