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/)
var StudentDaySchema = new Schema({
user: {
name: {type: String}
},
date: {type: Date, default: Date.now},
attendance: {
status: {type: String},
comments: {type: String}
},
helpTickets: [{
var Mammal = function(name) {
this.name = name;
this.offspring = [];
};
Mammal.prototype.sayHello = function() {
return "My name is " + this.name + ", I'm a Mammal";
};
Mammal.prototype.haveBaby = function() {
@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.