Skip to content

Instantly share code, notes, and snippets.

View GlenTiki's full-sized avatar
🙊
🐨🍵 🍦🥋

Glen Keane GlenTiki

🙊
🐨🍵 🍦🥋
View GitHub Profile
name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
strategy:

Keybase proof

I hereby claim:

  • I am thekemkid on github.
  • I am glen_keane (https://keybase.io/glen_keane) on keybase.
  • I have a public key ASBakc-90X6WtpmxoKllzNtnnDULtKwsov7fSnrElSXMsgo

To claim this, I am signing this object:

const inherits = require('util').inherits
const xtend = require('xtend')
const requestBuilder = require('./httpRequestBuilder')
function RequestIterator (requests, defaults) {
this.requests = requests || [{}]
this.requests.forEach((request) => {
request = xtend(requestDefaults, request)
})
// version 1
instance1 = autocannon({
url: 'localhost:3000',
headers: {auth: 'token'},
body: 'some body',
method: 'POST',
customiseRequest: function (client) {
client.setHeaders(...)
client.setBody(...)
client.setHeadersAndBody(...)
package accounttest1;
// This defines a "type" of object which you can create, etc.
public class Account {
// this defines a "hidden" or "private" variable.
// this is a variable which is only able to be accessed from
// within the account class methods
// The "int" defines this variable as an "integer" which is a
// type of number, with no decimal points
'use strict'
const inherits = require('util').inherits
const EE = require('events').EventEmitter
const net = require('net')
const HTTPParser = require('http-parser-js').HTTPParser
const methods = [
'GET',
'DELETE',
'POST',
var kafkaesque = require('kafkaesque');
var consumer = kafkaesque({
brokers: [
{host: 'localhost', port: 9094}
],
// clientId: 'fishy'
// group: 'multiconsumers',
// maxBytes: 2000000
});
? fuge> tail nodezoo_search nodezoo_dequeue
tailing: nodezoo_search
? fuge> tail nodezoo_dequeue
tailing: nodezoo_dequeue
? fuge> start nodezoo_search nodezoo_dequeue
running: nodezoo_search
running: PROXY_HOST=127.0.0.1 SERVICE_HOST=0.0.0.0 esdata_PORT=10000 elastic_search_PORT_9200=9200 elastic_search_PORT_9300=9200 redisdata_PORT=10001 redis_PORT=6379 nodezoo_base_PORT=10002 nodezoo_info_PORT=10003 nodezoo_search_PORT=10004 nodezoo_npm_PORT=10005 nodezoo_github_PORT=10006 nodezoo_travis_PORT=10007 nodezoo_updater_PORT=10008 nodezoo_dequeue_PORT=10009 nodezoo_web_PORT=8000 SERVICE_PORT=20004 GITHUB_TOKEN=8108e1b855ed3d89e62f4270366e54e61cf00b41 UPDATER_LIMIT=0 exec /Users/glen/.nvm/versions/node/v4.4.2/bin/node -r /Users/glen/.nvm/versions/node/v4.4.2/lib/node_modules/fuge/fuge.js srv/start.js
running: nodezoo_dequeue
running: PROXY_HOST=127.0.0.1 SERVICE_HOST=0.0.0.0 esdata_PORT=10000 elastic_search_PORT_9200=9200 elastic_search_PORT_9300=9200 redisdata_PORT=10001 redis_PORT=6379 nodezoo_base_PORT=1
double monthlyInterestRate = annualInterestRate / 1200;
double monthlyPayment = (loanAmount * monthlyInterestRate)/(1 -(1/Math.pow(1+monthlyInterestRate, numberOfYears*12)));
double totalPayment = monthlyPayment*numberOfYears*12;
vagrant@vagrant-ubuntu-trusty-64:~/lttng-modules$ make
LTTNG_KERNELDIR=/lib/modules/3.13.0-52-generic/build make -C /lib/modules/3.13.0-52-generic/build M=/home/vagrant/lttng-modules modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-52-generic'
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-client-discard.o
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-client-overwrite.o
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-metadata-client.o
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-client-mmap-discard.o
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-client-mmap-overwrite.o
CC [M] /home/vagrant/lttng-modules/lttng-ring-buffer-metadata-mmap-client.o
CC [M] /home/vagrant/lttng-modules/lttng-statedump-impl.o