Skip to content

Instantly share code, notes, and snippets.

View 4bars's full-sized avatar

Alex McClary 4bars

  • Denver, Colorado
View GitHub Profile
@4bars
4bars / gist:86b405c47992c1e454c8958df8f07fa5
Created February 28, 2021 22:22
Learn To Send CELO And CUSD
0x3e1d404FF67E6436472C6BD507B0cf29243f1ae0
@4bars
4bars / readme.txt
Last active December 1, 2020 04:14
cURLy Testing README
I had limited time to create this project so there are multiple things which are not yet supported.
Supported HTTP Methods: GET, POST
Supported HTTP Responses: JSON. XML not supported currently.
Supported Column Types: numeric, text, long-text, dropdown
Supported JSON Path: The result of the JSON Path must be a String, Number, or Array of Numbers/Strings. If the Result is an Array of Numbers/Strings the Integration will join the result (i.e. [a,b,c,d] becomes "a,b,c,d"
@4bars
4bars / car_data.xml
Last active November 28, 2020 00:27
car data
<car><cost>31000</cost></car>
@4bars
4bars / script.js
Created November 27, 2020 17:01
Node Script
// node:
var moment = require('moment');
function f() {
return "test";
}
console.log(f())
@4bars
4bars / jenkins-notes.md
Created March 29, 2016 16:19 — forked from misterbrownlee/jenkins-notes.md
Jenkins setup

I just had to set up Jenkins to use GitHub. My notes (to myself, mostly):

Detailed Instructions

For setting up Jenkins to build GitHub projects. This assumes some ability to manage Jenkins, use the command line, set up a utility LDAP account, etc. Please share or improve this Gist as needed.

Install Jenkins Plugins