Skip to content

Instantly share code, notes, and snippets.

View iamjonbradley's full-sized avatar

Jonathan Bradley iamjonbradley

View GitHub Profile
// 20200504202107
// https://goisn.net/maxhomeinspections/rest/order/9131ed7d-2ba5-4ab7-8e93-5d0d6f3011fc?username=9121802d-560f-486f-994f-0d174244f11c&password=77179b1f-3415-4bad-bf19-c404b62ff5d5
{
"status": "ok",
"order": {
"id": "9131ed7d-2ba5-4ab7-8e93-5d0d6f3011fc",
"oid": 30043,
"canceled": "no",
"show": "yes",
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@amberorchardofficial">
<meta name="twitter:title" content="Amber Orchard - Creative Web Studio">
<meta name="twitter:description" content="Amber Orchard was started to help businesses flourish and assist growth at a sustainable rate, without utilizing gorilla marketing tactics">
<meta name="twitter:creator" content="@amberorchardofficial">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="https://amberorchard.com/images/logo-circle.png">
<div class="contactform">
<div class="fulcol">
<div class="lft">First Name</div>
<div class="rgt">[text* your-name]</div>
</div>
<div class="fulcol">
<div class="lft">Last Name</div>
<div class="rgt">[text* last-name]</div>
</div>
<div class="fulcol">
@iamjonbradley
iamjonbradley / Question.txt
Created November 15, 2016 06:57
Question
So people are mad cause Hillary has the popular vote and I get that, but do you know why the founding fathers created it? They did so a select few states couldn't decide an election. Which makes since, because if you think about it; if NY, TX and CA all voted the same that could control an election and how would that would be fair? That's why they created the electoral college and why we vote as a state for a rep to vote for us.
@iamjonbradley
iamjonbradley / view.php
Created September 12, 2016 17:46
example controller view action
<?php
public function view($id = null)
{
$article = $this->Articles->find('all', [
'conditions' => ['Articles.id' => $id],
'contain' => ['Categories', 'Users']
])->first();
if (empty($article)) {
$article = $this->Articles->find('all', [
clone the repo to opt/juniper
git clone https://github.com/iamjonbradley/juniper-ncui.git
---------------------------------------
--- command line ---
---------------------------------------
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386

Keybase proof

I hereby claim:

  • I am iamjonbradley on github.
  • I am jonbradley (https://keybase.io/jonbradley) on keybase.
  • I have a public key whose fingerprint is F266 D7AA 92B5 DF02 2C0A DF27 1017 0BE2 F8B4 72E3

To claim this, I am signing this object:

Jonathan R. Bradley

Work Experience

Telit Iot Platforms

Senior Developer for IoT Platforms Portal Currently working on integration for Leaflet Map system utilized by Mapbox, Open Street Maps, Mapquest and others. Configured the portal to utilize Leaflet for all widgets in the dashboard system, thing and connection views for mapping. Build a sycronys utility to load all things with a location to load on a map; up to 150k things based upon browser limitation; utilizing a GO backend and ElasticSearch. Built numerious widgets and utilities utilizing the CakePHP framework to allow for Unit Testing utilizing Code Ception and PHPUnit.

Adelpo

Senior Developer for MDS

2014-10-20 02:45:35 -0400
./configure
--prefix=/usr/local/Cellar/php56/5.6.2
--localstatedir=/usr/local/var
--sysconfdir=/usr/local/etc/php/5.6
--with-config-file-path=/usr/local/etc/php/5.6
--with-config-file-scan-dir=/usr/local/etc/php/5.6/conf.d
--with-iconv-dir=/usr
--enable-dba
@iamjonbradley
iamjonbradley / cinepaint-csv-ubuntu.sh
Created June 30, 2011 17:39
CinePaint install script for Ubuntu
echo ubuntu-cvs.sh - install from CVS source on ubuntu
echo Copyright 10.19.2008 Robin.Rowe@cinepaint.org
echo License BSD
echo INSTRUCTIONS: This script downloads and builds CinePaint from CVS.
echo If you are a member of the CinePaint dev team, you want cvs-dev.sh
echo Expect it to take hours to download and build cinepaint from scratch.
echo Fetching cinepaint from SourceForge CVS...
mkdir cvs
cd cvs
echo Press [Enter] when prompted for CVS password...