• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป git

git

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:gameengine (3)
  • tips:radxa (3)
  • tips:sensors (3)
  • tips:ubuntu (3)
  • tips:android (2)
  • tips:archlinux (2)
  • tips:db (2)
  • tips:galileo (1)
  • tips:hw (1)
  • tips:linux (1)
  • tips:opencv (1)
  • tips:speech (1)
  • tips:vpn (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • git (tips)

Fulltext results:

git
57 Hits, Last modified: 7 years ago
====== 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
13 Hits, Last modified: 8 years ago
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
12 Hits, Last modified: 7 years ago
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
10 Hits, Last modified: 11 years ago
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
9 Hits, Last modified: 10 years ago
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
9 Hits, Last modified: 11 years ago
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
8 Hits, Last modified: 3 years ago
====== 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
8 Hits, Last modified: 6 years ago
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
7 Hits, Last modified: 8 years ago
-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
7 Hits, Last modified: 8 years ago
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
6 Hits, Last modified: 11 years ago
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
6 Hits, Last modified: 8 years ago
/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
4 Hits, Last modified: 8 years ago
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
4 Hits, Last modified: 3 years ago
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
4 Hits, Last modified: 6 years ago
/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>
blender
3 Hits, Last modified: 6 months ago
k80
3 Hits, Last modified: 17 months ago
otp
3 Hits, Last modified: 5 years ago
xtion @tips:sensors
3 Hits, Last modified: 11 years ago
simon @tips:speech
3 Hits, Last modified: 9 years ago
ceph-on-k0s
2 Hits, Last modified: 13 months ago
fish
2 Hits, Last modified: 2 years ago
tmux
2 Hits, Last modified: 9 years ago
zfs
2 Hits, Last modified: 3 years ago
install @tips:archlinux
2 Hits, Last modified: 3 years ago
postinstall @tips:archlinux
2 Hits, Last modified: 3 years ago
mariadb @tips:db
2 Hits, Last modified: 9 years ago
postgres @tips:db
2 Hits, Last modified: 7 years ago
checkin @tips:galileo
2 Hits, Last modified: 3 years ago
minecraft @tips:gameengine
2 Hits, Last modified: 8 years ago
networknamespaces @tips:linux
2 Hits, Last modified: 7 years ago
linux @tips:radxa
2 Hits, Last modified: 10 years ago
xenial @tips:ubuntu
2 Hits, Last modified: 8 years ago
agid
1 Hits, Last modified: 4 years ago
blocksync
1 Hits, Last modified: 9 years ago
cvat
1 Hits, Last modified: 5 years ago
gstreamer
1 Hits, Last modified: 2 years ago
kvm
1 Hits, Last modified: 10 years ago
optimus
1 Hits, Last modified: 5 years ago
overpass
1 Hits, Last modified: 5 years ago
taskfile
1 Hits, Last modified: 3 years ago
bv9500 @tips:android
1 Hits, Last modified: 4 years ago
decompile @tips:android
1 Hits, Last modified: 6 years ago
minetest @tips:gameengine
1 Hits, Last modified: 8 years ago
dell @tips:hw
1 Hits, Last modified: 3 years ago
android @tips:radxa
1 Hits, Last modified: 11 years ago
cyanogenmod @tips:radxa
1 Hits, Last modified: 11 years ago
yakkety @tips:ubuntu
1 Hits, Last modified: 9 years ago
zfs-on-root @tips:ubuntu
1 Hits, Last modified: 8 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki