Skip to content

Instantly share code, notes, and snippets.

View dlederle's full-sized avatar
🤦‍♂️
👨‍💻

Dylan Lederle-Ensign dlederle

🤦‍♂️
👨‍💻
View GitHub Profile
@dlederle
dlederle / tableau truseted
Created March 22, 2022 15:15 — forked from r-wheeler/tableau truseted
tableau trusted python
#! python3
import requests
import sys
# replace these with configData
tableauServer = 'http://localhost/'
tableauUsername = 'Robin'
workbookView = 'WorldIndicators/GDPpercapita'
workbookView2 = 'WorldIndicators/Countryranks'
worksheetSuffix = '.csv'
@dlederle
dlederle / .eslintrc.js
Created July 20, 2017 15:20 — forked from nkbt/.eslintrc.js
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {
@dlederle
dlederle / about.md
Created September 10, 2011 14:17 — forked from fogus/about.md
Programming Achievements: How to Level Up as a Developer

Programming Achievements: How to Level Up as a Developer

This gist is part of a blog post. Check it out at: