Skip to content

Instantly share code, notes, and snippets.

View tsturzl's full-sized avatar

Travis Sturzl tsturzl

  • Toro Robotics Colorado
  • Lyons, CO
View GitHub Profile
@tsturzl
tsturzl / designer.html
Created August 10, 2014 19:26
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../core-icons/core-icons.html">
@tsturzl
tsturzl / output.py
Last active December 3, 2015 23:13 — forked from mrbaboon/output.py
{
"changed": false,
"ec2_gunicorn_az1_out": {
"changed": false,
"msg": "All items completed",
"results": [
{
"_ansible_no_log": false,
"changed": false,
"instance_ids": null,

Keybase proof

I hereby claim:

  • I am tsturzl on github.
  • I am tsturzl (https://keybase.io/tsturzl) on keybase.
  • I have a public key ASA-VDK2AZfj2NiPZgUgQHz359gvOEVUBHkiF4gcYIqF4Qo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am tsturzl on github.
  • I am tsturzl (https://keybase.io/tsturzl) on keybase.
  • I have a public key whose fingerprint is F2A7 7D38 C092 5E99 FA05 A845 AFAC 32D8 F2F0 85F1

To claim this, I am signing this object:

@tsturzl
tsturzl / app.js
Created January 29, 2021 18:36
simple nodejs config example
var config=require('./config.json')[process.env.NODE_ENV || 'production'];
console.log(config.db.hosts)
console.log(config.redis.hosts)