I hereby claim:
- I am josh-padnick on github.
- I am ohmygoshjosh (https://keybase.io/ohmygoshjosh) on keybase.
- I have a public key ASCbtKTyzn5uSF7Jp_xL6uF1SUxIqlexOpnujOuZPGVMJQo
To claim this, I am signing this object:
// Usage: computeEGA(2014, 4, 14); | |
// Computes the Estimated Gestational Age of a patient based on today's date and her Expected Due Date (EDD) | |
// Sample data | |
var iDueDateYear = 2014; | |
var iDueDateMonth = 4; | |
var iDueDateDay = 14; | |
function computeEGA( iDueDateYear, iDueDateMonth, iDueDateDay ) { | |
var dToday = new Date(); |
PATH=/bin:/usr/local/bin | |
# Put this in your crontab file to run the script every day at 01:30 (1:30am). Note the PATH variable above; required for this script. | |
# m h dom mon dow command | |
30 01 * * * /bin/bash /home/ubuntu/scripts/ec2-create-image.sh i-8a915682 >> /home/ubuntu/logs/crontab.log 2>&1 |
public void sendTextMessage() throws SQLException { | |
// Open a connection | |
CustomConnectionMgr.openConnection(); | |
// Tell the connection object to start a transaction | |
CustomConnectionMgr.startTransaction(); | |
F.Promise<Integer> notifyBatchIdPromise; | |
F.Promise<Integer> notifyConversationIdPromise; |
file_client: local | |
file_roots: | |
base: | |
- /srv/salt/base |
# MINIMAL DOCKER IMAGE FOR RUNNING A MICROSERVICE | |
FROM ohmygoshjosh/busybox | |
MAINTAINER Josh Padnick <[email protected]> | |
# MICROSERVICE ENV VARS | |
# ------------------------------------------------------------------------------ | |
ENV MICROSERVICE_NAME lemon |
rsync -ra --out-format='[%t]--%n' --delete /path/to/local/folder/ <SSH-USER>@<SERVER-IP-ADDRESS>:/path/to/remote/folder |
#!/bin/bash | |
# Install goxc | |
go get github.com/laher/goxc | |
# May need to do these commands... | |
goxc -t | |
# Build the binaries | |
`GOOS=darwin GOARCH=386 go build -o /home/ubuntu/builds/ec2-snapper/0.1.0/darwin_386/ec2-snapper` |
// Hello human (for machine readable JSON, use the "application/json" Accept header) | |
{ | |
"compare" : "https://github.com/PhoenixDevOps/phxjug-play-framework-demo/compare/be242da2963b...8f39e4044911", | |
"previous_successful_build" : { | |
"build_num" : 22, | |
"status" : "success", | |
"build_time_millis" : 796881 | |
}, | |
"build_parameters" : null, |
{ | |
"homepage" : "http://infusionsoft.com" | |
} |
I hereby claim:
To claim this, I am signing this object: