Skip to content

Instantly share code, notes, and snippets.

View chadhuber's full-sized avatar

Chad Huber chadhuber

  • St Louis, Missouri
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
AccountStatus,AccountType,Amount,CharacterCode,Expense Category,Date,Department,DepartmentGroup,Description,Entity,EntryType,FiscalPeriod,FiscalYear,FullAccount,FunctionDescription,FunctionGroup,Fund,FundCode,FundGroup,InvoiceId,InvoiceStatus,Object,ObjectCode,Organization,OrganizationCode,PaymentCheckNumber,Project,ProjectCode,Segment2,Segment2Code,Segment3,Segment3Code,Segment4,Segment4Code,Segment5,Segment5Code,Segment6,Segment6Code,Segment7,Segment7Code,Segment8,Segment8Code,UniqueId,VendorId,Vendor,VendorType,Employee
Active,Expense,8787.80,5B,HOMELESS SERVICES,2022-05-31T00:00:00.000,,HEALTH & WELL-BEING,GABRIELLE BRYANT SLCE17819 & V,City,D,5,2022,6980-5000-5020-5022-657440-GH121-0000-00000-0000-GH121,,,CARES ACT 2020,6980,,1435701,Paid,HML-REAL PROP COST SHORT TERM,657440,HUMAN SERVICES,69505540,94312915,US TREAS EMERGENY RENTL ASSIST,GH121,HUMAN SERVICES,5000,HUMAN SERVICES ADMIN,5020,DHS ADMINISTRATION,5022,STANDARD,0000,STANDARD,00000,STANDARD,0000,US TREAS EMRG RNTL ASIST ERA1,GH121,726480-1662447
@chadhuber
chadhuber / LADS API: Quote POST Sample
Last active November 6, 2020 22:47
A sample cURL command that can easily be imported to Postman. Be sure to update your API key. For more, see the docs: docs.ladsnet.com
curl --location --request POST 'https://api.ladsnet.com/v1/quotes' \
--header 'x-api-key: lads_test_1234567890' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'account=ac_p8smm8gzd2nj8trx' \
--data-urlencode 'carrier=cr_k50myr4x05vx8qn4' \
--data-urlencode 'pickup_address=700 Clark Ave' \
--data-urlencode 'pickup_postal_code=63102' \
--data-urlencode 'delivery_address=1401 Clark Ave' \
--data-urlencode 'delivery_postal_code=63103' \
--data-urlencode 'pieces=1' \
@chadhuber
chadhuber / LADS API: Order POST Sample
Last active November 6, 2020 22:47
A sample cURL command that can easily be imported to Postman. Be sure to update your API key. For more, see the docs: docs.ladsnet.com
curl --location --request POST 'https://api.ladsnet.com/v1/orders' \
--header 'x-api-key: lads_test_1234567890' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'carrier=cr_k50myr4x05vx8qn4' \
--data-urlencode 'account=ac_p8smm8gzd2nj8trx' \
--data-urlencode 'pickup_name=John Doe' \
--data-urlencode 'pickup_address=700 Clark Ave' \
--data-urlencode 'pickup_postal_code=63102' \
--data-urlencode 'pickup_phone=3148675309' \
--data-urlencode 'delivery_name=Jane Doe' \
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chadhuber
chadhuber / twitterUserInfoFunctions.gs
Last active October 27, 2016 06:16 — forked from laurenancona/twitterUserInfoFunctions.gs
Add custom functions to a Google sheet to pull user info directly from Twitter REST API
// Based on a script by @laurenancona here:
// https://gist.github.com/laurenancona/1f3b8ce7a50e7d24ad04adccebce3fa3
// Which was based on script by @SarahMarshall here:
// http://sarahmarshall.io/post/70812214349/how-to-add-twitter-follower-counts-to-a-google
// For these keys, create an application at https://dev.twitter.com
var CONSUMER_KEY = 'INSERT CONSUMER KEY';
var CONSUMER_SECRET = 'INSERT CONSUMER SECRET';
Domain Name Domain Type Agency City State
mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
ease.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
ess.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
labor.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
moteachers.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
pr.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
jobs.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
msecc.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
firstlady.mo.gov State/Local Govt Non-Federal Agency Jefferson City MO
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chadhuber
chadhuber / variables.json
Created October 11, 2015 18:43
ACSVariableDictionary.json
This file has been truncated, but you can view the full file.
{
"variables": {
"for": {
"label": "Census API FIPS 'for' clause",
"concept": "Census API Geography Specification",
"predicateType": "fips-for",
"predicateOnly": true
},
"in": {
"label": "Census API FIPS 'in' clause",