sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
map generator script tidying a6d94608df12c1c7f96e5e3290f80b537cc2104f Sylvain BERTRAND 2019-07-12 18:14:16
gfx stack update 5570ddb901ca177ddaa00a302fd66c3f1a73275b Sylvain BERTRAND 2019-07-08 19:03:09
gfx stack update 2720626971b434e7ba2126e9aee38ded4739aaa4 Sylvain BERTRAND 2019-07-02 02:34:17
gfx stack update 98f523c2a571a4c5a9fd7a71b661fc32eec9851b Sylvain BERTRAND 2019-06-24 20:17:18
gfx stack update 7381ebddee043978f83504ddd36bc2e993ed147c Sylvain BERTRAND 2019-06-18 11:29:00
improve the tw heuristic hls downloader e6d7d5ab9d2d6de264091b7350e237bbc8c59e10 Sylvain BERTRAND 2019-06-18 11:27:52
gfx stack update 04d2687fb069b1cf7445c0fc6a80add4fae19657 Sylvain BERTRAND 2019-06-10 20:55:47
gfx stack update 0d480323653125a21612ddd4564ede9da79135b2 Sylvain BERTRAND 2019-06-03 21:00:33
curl/libcurl update c92ed686e0d395e4d799cb358e1a236dbe92e736 Sylvain BERTRAND 2019-05-31 12:36:28
google silent crap 4a7de70aa27cae0e92fcd899f71a1b929b4c4c3b Sylvain BERTRAND 2019-05-31 00:42:29
gfx stack update 4638d4a34e07b9559a568a8445ddcded092572e8 Sylvain BERTRAND 2019-05-27 12:06:23
online map generator only in case of emergency c50d534010ed0e53e372aad868891ac025b39af7 Sylvain BERTRAND 2019-05-23 22:33:05
gfx stack update cb1dae4538e780bc0b61bd0b4e9dba754ec1ea64 Sylvain BERTRAND 2019-05-21 21:03:37
update the dhclient script f4fd8a320290e7b221fc7ecb874aac6c90cef6e1 Sylvain BERTRAND 2019-05-21 21:03:04
gfx stack update c4ac98c5ff7a911b3ea28277bc2a26880fead15d Sylvain BERTRAND 2019-05-13 00:56:12
gfx stack update f4f40b967d9018695f9ef2cfc1d8ae6ac652ae30 Sylvain BERTRAND 2019-05-05 16:29:25
fix mouse dpi programing from real linux dpi 8bc1b8c840c97b69bcf5985ccc9b808272d6a44e Sylvain BERTRAND 2019-05-01 21:34:00
st update 65227a6066db0184b848c18fefcc808a062096f1 Sylvain BERTRAND 2019-04-22 18:15:42
gfx stack update 6d88b857b58746eeba42ecd80783a86b83c80873 Sylvain BERTRAND 2019-04-22 00:32:26
gfx stack update f15d969566f9086bafde3a4bc93002f4754c8cb9 Sylvain BERTRAND 2019-04-15 00:54:25
Commit a6d94608df12c1c7f96e5e3290f80b537cc2104f - map generator script tidying
Author: Sylvain BERTRAND
Author date (UTC): 2019-07-12 18:14
Committer name: Sylvain BERTRAND
Committer date (UTC): 2019-07-12 18:14
Parent(s): 5570ddb901ca177ddaa00a302fd66c3f1a73275b
Signer:
Signing key:
Signing status: N
Tree: 883c6e3d74f94ac92b8c6cf923c945baa8d81528
File Lines added Lines deleted
files/map.sh 12 7
File files/map.sh changed (mode: 100755) (index de5f82a..4641c1c)
... ... curl=/nyan/curl/current/bin/curl
12 12
13 13 # vitrolles: 43.46 5.24861111111 # vitrolles: 43.46 5.24861111111
14 14 # marseille: 43.296346 5.369889 # marseille: 43.296346 5.369889
15 # "paper_size": "Din A0"
15 # aubagne: 43.29083 5.57083
16 #
17 # typical: at 43.28 latitude, 0.01 longitude is ~800 meters
18 # typical: at 5.58 longitude, 0.01 latitude is ~1400 meters
19 # XXX: broken, "paper_size": "Din A0"
16 20 cat >/tmp/map.json <<EOF cat >/tmp/map.json <<EOF
17 21 { {
18 22 "title": "emergency map", "title": "emergency map",
19 "bbox_bottom": 43.40,
20 "bbox_left": 5.2480,
21 "bbox_right": 5.2490,
22 "bbox_top": 43.50
23 "bbox_bottom": 43.28,
24 "bbox_left": 5.58,
25 "bbox_right": 5.60,
26 "bbox_top": 43.29
23 27 } }
24 28 EOF EOF
25 29
30 # XXX: broken
26 31 #$curl "https://api.get-map.org/apis/paper_formats" #$curl "https://api.get-map.org/apis/paper_formats"
27 32 # not tested: "layout" parameter # not tested: "layout" parameter
28 33 #$curl "https://api.get-map.org/apis/layouts" #$curl "https://api.get-map.org/apis/layouts"
 
... ... EOF
33 38
34 39 #$curl -X POST "https://api.get-map.org/apis/jobs/" -H "Content-Type: application/json" -d @/tmp/map.json -i -o /tmp/job.txt #$curl -X POST "https://api.get-map.org/apis/jobs/" -H "Content-Type: application/json" -d @/tmp/map.json -i -o /tmp/job.txt
35 40 # WAIT FOR 15 SECONDS # WAIT FOR 15 SECONDS
36 #$curl "https://api.get-map.org/apis/jobs/64267" -o /tmp/job-results.txt
37 #$curl -O "https://api.get-map.org/results//064267_2019-05-23_21-53_emergency-map.png"
41 #$curl "https://api.get-map.org/apis/jobs/71079" -o /tmp/job-results.txt
42 #$curl -O "https://api.get-map.org/results//071079_2019-07-12_19-57_emergency-map.png"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main