Skip to content

Instantly share code, notes, and snippets.

View steveseguin's full-sized avatar
🎯
Focusing

Steve Seguin steveseguin

🎯
Focusing
View GitHub Profile
@steveseguin
steveseguin / install_opencv.sh
Created February 13, 2018 17:33
install opencv 3.4
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt-get -y autoremove
# 2. INSTALL THE DEPENDENCIES
# Build tools:
sudo apt-get install -y build-essential cmake
@steveseguin
steveseguin / install_tensorflow.sh
Created February 13, 2018 18:58
install tensorflow for ubuntu 16 and python+3.5
sudo apt-get update
sudo apt-get install python3-pip python3-dev -y
pip3 install tensorflow
@steveseguin
steveseguin / classicube-map-generator.ipynb
Created December 31, 2019 11:13
ClassiCube Map Generator.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@steveseguin
steveseguin / install.sh
Last active February 14, 2020 23:03
GStreamer and FFmpeg for Raspberry Pi ; master builds
#!/bin/bash --debugger
set -e
if grep -q BCM2708 /proc/cpuinfo; then
echo "RPI BUILD!"
RPI="1"
fi
grep -q BCM2 /proc/cpuinfo && sudo apt-get update && sudo apt-get upgrade -y
@steveseguin
steveseguin / getUserMedia.js
Last active April 21, 2020 23:05
Camera getUserMedia /w Mobile Support
function grabVideo(quality=0, audioEnable=false){
if( activatedPreview == true){log("activeated preview return");return;}
activatedPreview = true;
log(quality);
log("trying with quality:");
var audioSelect = document.querySelector('select#audioSource');
var videoSelect = document.querySelector('select#videoSource');
var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform);
@steveseguin
steveseguin / CONTRIBUTING.md
Last active September 13, 2020 02:44
simple cla

You hereby grant Steve Seguin (Steve) a perpetual, worldwide, royalty-free, irrevocable, non-exclusive, and transferable license to use, reproduce, prepare derivative works of, publicly display, publicly perform, distribute the submissions, and to sublicense such rights to others. The rights granted may be exercised in any form or format, and Steve may distribute and sublicense to others on any licensing terms, including without limitation: (a) open source licenses like the GNU General Public License (GPL), or the Berkeley Software Distribution license (BSD); or (b) binary, proprietary, or commercial licenses.

You hereby represent that you are the sole and original author of all Submissions and that, to the best of your knowledge, the submissions do not infringe upon the rights of any third party.

You implicitly agree to these terms with your continued submission.

body {
margin: 0;
}
video.tile {
position: absolute;
transform: rotate(90deg);
transform-origin: bottom left;
width: 100vh;
{
"ping":"pong",
"jcalado":"jcalado is awesome",
"python":"python > node"
}
.tile {
max-width:200px !important;
}
video {
max-width:200px !important;
}
@steveseguin
steveseguin / emojis.json
Created June 6, 2021 21:56 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z