Skip to content

Commit b0c9eef

Browse files
committed
better example q
1 parent de6d3b9 commit b0c9eef

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

i.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<br />
153153

154154
<div>
155-
<a href="?i=https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4">video example (mp4)</a>
155+
<a href="?i=https://i.imgur.com/9yR28qL.mp4">video example (mp4)</a>
156156
</div>
157157
</div>
158158
</body>

pages/go/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Start</h2>
2424
</script>
2525
<h2>CLI</h2>
2626
<script type="editor" data-lang="sh">
27-
27+
2828
# more: https://github.com/stopsopa/go-lang-research
2929

3030
go mod init # https://go.dev/doc/tutorial/getting-started
@@ -47,19 +47,17 @@ <h2>CLI</h2>
4747
# https://pkg.go.dev/cmd/go#hdr-List_packages_or_modules
4848
# some experiments with that:
4949
go env GOPATH | tr -d '\n' to get path to go binaries installed globally
50-
51-
export PATH="${PATH}:$(go env GOPATH | tr -d '\n')/bin"
50+
51+
export PATH="${PATH}:$(go env GOPATH | tr -d '\n')/bin"
5252
# add this to your ~/.bashrc or ~/.zshrc to mount installation
5353
# you can override the path using:
5454
go env -w GOBIN=/path/to/your/bin # https://go.dev/doc/tutorial/compile-install
55-
5655

57-
5856

5957

60-
package manager https://pkg.go.dev/search?q=quote
6158

6259

60+
package manager https://pkg.go.dev/search?q=quote
6361
</script>
6462
</div>
6563
</div>

pages/mac/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,19 +849,17 @@ <h2>Install MacPorts</h2>
849849
<script type="editor" data-lang="sh">
850850

851851
https://www.macports.org/install.php
852-
853852
</script>
854853
<h2>Change hostname</h2>
855-
854+
856855
<script type="editor" data-lang="sh">
857-
856+
858857
sudo scutil --set HostName m4mini
859858
sudo scutil --set LocalHostName m4mini
860859
sudo scutil --set ComputerName m4mini
861860
dscacheutil -flushcache
862861

863862
# restart mac
864-
865863
</script>
866864
<h2>M1, M series spec nanometers</h2>
867865
<a href="https://github.com/stopsopa/gphotos-research?tab=readme-ov-file#m1-chip-supported-codecs"

0 commit comments

Comments
 (0)