Skip to content

Commit

Permalink
Thu Dec 29 08:32:14 AM MSK 2022 update
Browse files Browse the repository at this point in the history
  • Loading branch information
hightemp committed Dec 29, 2022
1 parent 1612a2e commit 4378408
Show file tree
Hide file tree
Showing 8 changed files with 13,318 additions and 7,127 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
CGI счетчик посетителей на nim в базу sqlite3.
Выводит сохраненную плашку с [![](https://img.shields.io/badge/statistics-0-yellowgreen)](http://canarytokens.com/terms/tags/2qs7xuyjlmoilq7bqivpp8ksd/submit.aspx)

```
libsqlite3 3.40.1
```

---

[![](https://asdertasd.site/)](http://canarytokens.com/terms/tags/2qs7xuyjlmoilq7bqivpp8ksd/submit.aspx)
Expand All @@ -15,4 +19,4 @@ CGI счетчик посетителей на nim в базу sqlite3.
<source src="https://asdertasd.site/mp4?file.mp4" type="video/mp4" />
<img src="https://asdertasd.site/">
</video>
```
```
File renamed without changes.
Binary file added libsqlite3.so.0
Binary file not shown.
22 changes: 14 additions & 8 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
nim \
--gcc.exe:musl-gcc \
--gcc.linkerexe:musl-gcc \
--passL:-static \
-d:release \
--opt:size \
c wapp_simple_nim_stats.nim
nim c -r wapp_simple_nim_stats.nim

# nim \
# --gcc.exe:musl-gcc \
# --gcc.linkerexe:musl-gcc \
# --passL:-static \
# -d:release \
# --opt:size \
# c wapp_simple_nim_stats.nim

rm -rf /home/hightemp/.cache/nim

# nim c \
# --gcc.exe:musl-gcc \
# --gcc.linkerexe:musl-gcc \
# --passL:-static \
# --dynlibOverride:sqlite3 --passL:"sqlite3.o -lm -pthread" \
# -o:sqlite3.so \
# -d:release --opt:size \
# wapp_simple_nim_stats.nim

# --passL:"sqlite3.o -pthread" \

if [ "$?" != "0" ]; then
echo "====================================================="
echo "ERROR"
Expand Down
20,417 changes: 13,299 additions & 7,118 deletions sqlite3.c

Large diffs are not rendered by default.

Binary file modified sqlite3.o
Binary file not shown.
Binary file added sqlite3.so
Binary file not shown.
Binary file modified wapp_simple_nim_stats
Binary file not shown.

0 comments on commit 4378408

Please sign in to comment.