git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| CREATE TABLE testf (dtime t, number N(12), curr Y) | |
| INSERT INTO testf (dtime, number, curr) VALUES (DATETIME(), 8027846523, 1234567890.1234) | |
| RETURN .T. |
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "net/http" | |
| "strings" | |
| ) |
| #!/usr/bin/env python | |
| ## Python 2.7 script | |
| ## Use it as workaround for Kodi LibreELEC wrong date time bug, when used on Raspberry Pi 3 over WiFi. | |
| ## Log in into LibreELEC over SSH, create this script as executable, | |
| ## | |
| ## $ nano fixtime.py | |
| ## $ chmod +x fixtime.py | |
| ## | |
| ## and call it from autostart.sh |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| LPARAMETERS lp_cPJM | |
| LOCAL l_cPJX, l_cRun, l_cParam | |
| ? "Run foxbin2prg.exe..." | |
| IF EMPTY(lp_cPJM) | |
| IF NOT (TYPE("_vfp.ActiveProject")="O" AND NOT ISNULL(_vfp.ActiveProject)) | |
| ? "Error. Project file must be open!" | |
| RETURN .F. | |
| ENDIF | |
| l_cPJX = _vfp.ActiveProject.Name | |
| _vfp.ActiveProject.Close() |
This gist is based on the information available at golang/dep, only slightly more terse and annotated with a few notes and links primarily for my own personal benefit. It's public in case this information is helpful to anyone else as well.
I initially advocated Glide for my team and then, more recently, vndr. I've also taken the approach of exerting direct control over what goes into vendor/ in my Dockerfiles, and also work from
isolated GOPATH environments on my system per project to ensure that dependencies are explicitly found under vendor/.
At the end of the day, vendoring (and committing vendor/) is about being in control of your dependencies and being able to achieve reproducible builds. While you can achieve this manually, things that are nice to have in a vendoring tool include:
| #EXTM3U | |
| #EXTINF:-1,ARD | |
| https://mcdn.daserste.de/daserste/de/master.m3u8 | |
| #EXTINF:-1,ARD ONE | |
| https://mcdn.one.ard.de/ardone/hls/master.m3u8 | |
| #EXTINF:-1,ARD Alpha | |
| https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 | |
| #EXTINF:-1,ARD Tagesschau | |
| https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8 | |
| #EXTINF:-1,ZDF |