Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- git
- ====== GIT ====== ===== credentials and config ===== <file ini ~/.netrc> machine git.csgalileo.org login blabla password blabla </file> <file ini ~/.gitconfig> [user] name = Stefano Scipioni ema... ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git init --bare mv hooks/pos
- install @tips:opencv
- rces from release or ... <code bash> wget https://github.com/opencv/opencv/archive/3.4.1.zip unzip 3.4.... v opencv-3.4.1 OpenCV cd OpenCV </code> ... from git (better if compiling darknet) <code> cd /opt git clone -b 3.4 --depth 1 https://github.com/opencv/opencv.git opencv.git ln -sf opencv.git OpenCV cd Ope
- zsh
- h </code> <code> sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/t... sh)" chsh -s $(which zsh) </code> plugins <code> git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions </code> <file txt
- unreal @tips:gameengine
- dia developer account * Epic Games account * github account On first two accounts bind github account. Two branches: * [[https://github.com/NvPhysX/UnrealEngine|Unreal with flex]] * [[https://github.com/EpicGames/UnrealEngine|Unreal]] Prereq <
- openalpr
- enALPR ====== ===== Android ===== [[https://github.com/openalpr/openalpr/wiki/Android-compilation... roid -> set target === tess-two === * [[https://github.com/rmtheis/tess-two|github]] <code> git clone git://github.com/rmtheis/tess-two tess cd tess cd tess-two ndk-build android up
- kinectv2 @tips:sensors
- ect-v2-with-libfreenect2/|...leggi]] <code bash> git clone https://github.com/xlz/libfreenect2.git sudo apt-get install -y build-essential libturbojpeg libtool autoconf libu... eg.so.0 /usr/lib/x86_64-linux-gnu/libturbojpeg.so git clone https://github.com/OpenKinect/libfreenect2
- gnss
- ====== GNSS ====== * [[https://github.com/goblimey/ntripcaster|wonderful introduction on GNSS]] * ... device pygnssutils Configure ublox as [[https://github.com/semuconsulting/PyGPSClient/blob/master/exa... station]] and run an rtrip server with [[https://github.com/semuconsulting/PyGPSClient#socketserver|Py... 2020 ===== ==== ntrip caster ==== * https://gitlab.com/ihfazhillah/simple-ntrip-caster/-/tree/mas
- keras
- install -U keras_preprocessing --no-deps # tf 2 git clone https://github.com/tensorflow/tensorflow.git cd tensorflow # tf 1.15 wget https://github.com/tensorflow/tensorflow/archive/v1.15.0.tar.gz tar zxvf
- calibre
- -plugins.html|DRM kindle plugin]] ===== Adobe Digital editions ===== <code> apt install winetricks:i... </code> Run winetricks and install app: adobe digital edition With winetricks opend a commandline shell in "adobe digital edition" wineprefix Download python 32 bit ins... pto-2.6.win32-py2.7.exe </code> Download https://github.com/apprenticeharper/DeDRM_tools, unzip and fr
- ionic
- test1 blank cd test1 ionic cordova plugin cd .. git clone https://github.com/Cloudoki/ImageDetectionCordovaPlugin.git # create pacakge.json in ImageDetectionCordovaPlugin c... ode> example2 with cordova-plugin-camera-preview.git -> GianoDroidIonic <code> ionic start MyCameraApp
- cordova
- al/bin/node </code> install cordova-browser from git to have linux support <code> sudo npm install -g git://git.apache.org/cordova-browser.git </code> ===== Update ===== <code> sudo npm update -g </code> =====
- jupyter
- /code> ############################### https://github.com/goatchurchprime/jupyter_micropython_kernel/ <code> git clone https://github.com/goatchurchprime/jupyter_micropython_kernel.git pip install -e jupyter_micropython_kernel python
- atom
- tom-update <code> #!/bin/bash wget -q https://github.com/atom/atom/releases/latest -O /tmp/latest M... _INST" ]; then wget --progress=bar -q "https://github.com/$LATEST" -O /tmp/atom-amd64.deb --show-pro... lected \ atom-save-all \ </code> * [[https://github.com/facebook-atom/atom-ide-ui/blob/master/docs... vious' </code> ===== keyboard ===== [[https://github.com/pd-gmit/atom-cheatsheet/blob/master/atom_c
- jibri
- i with pulse and xdummy support <code | download> git clone https://github.com/prayagsingh/docker-jibri-pulseaudio.git </code> change Dockerfile with specific chrome version... pt-get install liblua5.2-dev cd /tmp wget https://github.com/luarocks/luarocks/archive/master.zip . unz
- zed @tips:sensors
- /code> ===== opencv native ===== example <code> git clone https://github.com/stereolabs/zed-opencv-native.git </code> change to <code> cap = cv2.VideoCapture(0, cv2.CAP_V4L) </code> ===== python api ===== <code> https://github.com/stereolabs/zed-python-api </code>