Skip to content

Instantly share code, notes, and snippets.

View mikewlange's full-sized avatar
💡
The dude abides

Mike Lange mikewlange

💡
The dude abides
View GitHub Profile
@mikewlange
mikewlange / evaluate_img.py
Created November 30, 2019 02:09
/AIML'/im2latex-master/evaluate_img.ipynb
{
"cells": [
{
"metadata": {
"lines_to_next_cell": 2,
"trusted": true
},
"cell_type": "code",
"source": "import click",
"execution_count": null,
@mikewlange
mikewlange / conftest.py
Created November 30, 2019 02:07
/automl_service/conftest.py
{
"cells": [
{
"metadata": {
"lines_to_next_cell": 1,
"trusted": true
},
"cell_type": "code",
"source": "def pytest_addoption(parser):\n parser.addoption(\"--host\", action=\"store\",\n help=\"run all combinations\")",
"execution_count": null,
@mikewlange
mikewlange / webpack.config.js
Created November 30, 2019 02:05
/accurapp/test-app/webpack.config.ipynb
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "const { buildWebpackConfig } = require('webpack-preset-accurapp')\nmodule.exports = buildWebpackConfig()",
"execution_count": null,
"outputs": []
@mikewlange
mikewlange / Untitled1.ipynb
Created November 30, 2019 01:55
/AIML'/im2latex-master/Untitled1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Untitled1.ipynb
Created November 30, 2019 01:53
AIML'/im2latex-master/Untitled1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Untitled1.ipynb
Created November 30, 2019 01:47
/AIML'/im2latex-master/Untitled1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / hello_world.py
Created November 30, 2019 01:39
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()
@mikewlange
mikewlange / evaluate_img.py
Created November 30, 2019 00:14
/AIML'/im2latex-master/evaluate_img.py
{
"cells": [
{
"metadata": {
"lines_to_next_cell": 2,
"trusted": true
},
"cell_type": "code",
"source": "import click",
"execution_count": null,
@mikewlange
mikewlange / Untitled.ipynb
Created November 30, 2019 00:08
/Untitled.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Untitled.ipynb
Created November 30, 2019 00:06
/Untitled.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.