Misure and Train ML across apps and games
Deep Learning Fmk in Python with support Theano and TensorFlow
This script allows to delete tweets from timeline
Authentication info is stored into a file (remove it to re-auth)
Tries to handle rate limiting thanks to header metadata returned by Twitter API
Makes use of one application client and a user client (rate limiting is different)
Customize the 'tweet_matches' method to return True when you want to delete the tweet
| # Tested on Python 3.5 | |
| # Requires https://play.google.com/store/apps/details?id=com.ianovir.hyper_imu | |
| # A stripped down version of https://github.com/ianovir/HIMUServer | |
| import socketserver | |
| import datetime | |
| class TheUDPHandler(socketserver.BaseRequestHandler): |
To be reorg
joaquimrocha/Skeltrack#28 https://openkinect.org/wiki/Main_Page
https://www.leboncoin.fr/consoles_jeux_video/1065635375.htm?ca=21_s https://www.leboncoin.fr/consoles_jeux_video/1065154956.htm?ca=21_s http://pterneas.com/2014/05/06/understanding-kinect-coordinate-mapping/ https://github.com/KinectEx/KinectEx http://kinecttoolbox.codeplex.com/
| # Retrieve random icons from IconArchive.com and show them into Sense HAT | |
| from sense_emu import SenseHat | |
| from urllib.request import urlopen | |
| from urllib.parse import urljoin | |
| import re | |
| import PIL.Image | |
| from io import BytesIO | |
| SITE_URL="http://www.iconarchive.com/" |
| MEDICAL DEVICES | |
| http://gyko.microgate.it/it | |
| http://www.molinarilife.it/wordpress/wp-content/uploads/2014/03/Scheda-T-PLATE.pdf | |
| https://www.myvert.com/ | |
| http://www.myotest.com/ | |
| http://www.lizardmed.eu/it/pedana-lizard-ultimate/57-scheda-tecnica-pedana-lizard-ultimate.html | |
| http://www.myotest.com/ | |
| LASER LENSES AND LASER LINE BEAMS |
| import glob | |
| import subprocess | |
| from math import sqrt, ceil, pow, log | |
| from PIL import Image | |
| import os | |
| from joblib import Parallel, delayed | |
| FFMPEG_BINARY_ABSOLUTE_PATH = 'E:\\Applicazioni\\ffmpeg-20151213-git-906c0b7-win64-static\\bin\\ffmpeg.exe' | |
| IMAGE_FORMAT = 'png' |
A curated list by Eric Elliott and friends. Suggest links in the comments below.
This is a very exclusive collection of only must-have JavaScript links. I'm only listing my favorite links. Nothing else makes the cut. Feel free to suggest links if you think they're good enough to make this list. The really curious should feel free to browse the comments to find other links. I can't guarantee the quality of links in the comments.
Some of these links are affiliate links, meaning that if you make a purchase, I might earn a little money. This has absolutely no bearing on whether or not links make the list. None, whatsoever. However, it does allow me more resources to fight poverty with code. Every little bit counts.