Skip to content

Instantly share code, notes, and snippets.

View AntoineDao's full-sized avatar
🌳
🐝 🐜

Antoine Dao AntoineDao

🌳
🐝 🐜
View GitHub Profile
### Keybase proof
I hereby claim:
* I am antoinedao on github.
* I am antoinedao (https://keybase.io/antoinedao) on keybase.
* I have a public key ASAIsUuuc0Lq7WC6_brnDoO3VSGGCOJOJT5fvMdcSfukDAo
To claim this, I am signing this object:
from flask import Flask
app = Flask(__name__)
import subprocess
process = 0
@app.route('/')
def hello_world():
return 'Hello, World!'
{
"swagger": "2.0",
"info": {
"version": "0.0.0",
"title": "Honeybee Server API",
"description": "A sample API definition for a honeybee server"
},
"schemes": [
"http"
],
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AntoineDao
AntoineDao / EnergyPlus SQLite Result Parsing.ipynb
Created July 9, 2020 19:09
Energy Plus Result Parsing Explorattion
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AntoineDao
AntoineDao / README.md
Created September 22, 2021 07:30
Script to batch update ladybug-tools github actions

Automating CI Script Updates

We have encountered issues where a CI template that is copied accross hundreds of repositories has to be updated. More specifically we had a dependency on semantic-release which caused issues because we used an unpinned version.

To resolve this we needed to list all repositories in a given Github organization and update their CI workflows.

Dependencies

This script requires the following installed dependencies:

  • Python 3
  • Git command line executable