Skip to content

Instantly share code, notes, and snippets.

View davidyang's full-sized avatar

david yang davidyang

View GitHub Profile
This file has been truncated, but you can view the full file.
{: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).