Skip to content

Instantly share code, notes, and snippets.

View NickEngmann's full-sized avatar
🏠
Working from home

Cyril "Nick" Engmann NickEngmann

🏠
Working from home
View GitHub Profile
@NickEngmann
NickEngmann / Magic Mirror EInk Install
Last active March 24, 2020 01:28
Raspberry Pi Zero W Install
#!/bin/bash
#
# Copyright 2020 Achim Pieters | StudioPieters®
#
# More information on https://Studiopieters.nl
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#!flask/bin/python
from clarifai.rest import ClarifaiApp
from clarifai.rest import Image as ClImage
app = ClarifaiApp(api_key='YOUR_API_KEY ')
# import a few labelled images
def main():
app = ClarifaiApp(api_key='YOUR_API_KEY')
this.setState({
listing: newListing
}, () => {
// Get concepts from clarifai
fetch('http://127.0.0.1:5000/', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
@NickEngmann
NickEngmann / tags.py
Created August 22, 2018 07:22
Snapshop code changes for Major League Hacking
#!flask/bin/python
from clarifai.rest import ClarifaiApp
from clarifai.rest import Image as ClImage
app = ClarifaiApp(api_key='YOUR_API_KEY')
# import a few labelled images
def main():
app = ClarifaiApp(api_key='YOUR_API_KEY')
@NickEngmann
NickEngmann / dell-inspiron
Created August 22, 2018 06:35
List of Dell-Inspiron Images
https://images-na.ssl-images-amazon.com/images/I/613lWUFlqwL._SL1057_.jpg
https://images-na.ssl-images-amazon.com/images/I/71VCxJ6RUCL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/61NJSAcof3L._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/414RSDWBGkL.jpg
https://images-na.ssl-images-amazon.com/images/I/41iXYWSitlL.jpg
https://images-na.ssl-images-amazon.com/images/I/416-NpYtefL.jpg
https://images-na.ssl-images-amazon.com/images/I/51EoQiXkAGL.jpg
https://images-na.ssl-images-amazon.com/images/I/617a-mlTNxL._SL1000_.jpg
https://images-na.ssl-images-amazon.com/images/I/51IJ3rdi-eL._SL1000_.jpg
https://images-na.ssl-images-amazon.com/images/I/617a-mlTNxL._SL1000_.jpg
@NickEngmann
NickEngmann / dell-xps
Created August 22, 2018 06:24
List of Dell XPS Laptop Images
https://images-na.ssl-images-amazon.com/images/I/61qaLKVCm7L._SL1480_.jpg
https://images-na.ssl-images-amazon.com/images/I/41cQ%2BBLRg6L.jpg
https://images-na.ssl-images-amazon.com/images/I/61o9hLOggLL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/61ZCl7VAC1L._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/81HlX2loM%2BL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/91x9YOB%2Bf5L._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/812PImEnGWL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/81oxBTFIYtL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/916lcfG4SnL._SL1500_.jpg
https://images-na.ssl-images-amazon.com/images/I/71xuuIhlLAL._SL1500_.jpg
@NickEngmann
NickEngmann / tim.json
Last active June 26, 2017 22:51
Fake Data from Tims Hub
{
"1s": "0.0074",
"30s": "0.0143",
"1m": "0.0289",
"30m": "0.7",
"1h": "1.4",
"6h": "6.1",
"12h": "12.2",
"1d": "23",
"1w": "183",
@NickEngmann
NickEngmann / data.json
Last active June 6, 2017 04:20
Waffle House Locations
{
"count": 10785236,
"photos": [{
"photo_id": 27932,
"photo_title": "Atardecer en Embalse",
"photo_url": "http://www.panoramio.com/photo/27932",
"photo_file_url": "http://mw2.google.com/mw-panoramio/photos/medium/27932.jpg",
"longitude": -64.404945,
"latitude": -32.202924,
"width": 500,