Compare commits

...

5 Commits

Author SHA1 Message Date
Alexander Popov b8f6d98623
added pngcrush 2023-09-30 20:48:00 +03:00
Alexander Popov 026abad0ef
added jfxr 2023-09-30 20:43:20 +03:00
Alexander Popov 584ac01dcb
skillicons.dev 2023-09-30 20:32:19 +03:00
Alexander Popov fc30431842
added css frameworks 2023-09-30 20:25:47 +03:00
Alexander Popov ef5ed8cd26
added pegasus.lua 2023-09-30 20:17:46 +03:00
7 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
title: "🎹 Jfxr — инструмент для создания звуков для игр"
date: 2023-09-30T20:36:03+03:00
draft: false
tags: [gamedev, linux, tools]
---
* Ссылка: https://jfxr.frozenfractal.com/
* GitHub: https://github.com/ttencate/jfxr
![](jfxr.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -0,0 +1,27 @@
---
title: "🐎 Pegasus — веб сервер для веб приложений на Lua"
date: 2023-09-30T20:08:38+03:00
draft: true
tags: [http, libs, links, lua, development]
---
**Установка**
```sh
luarocks install pegasus
```
**Использование**
```lua
local pegasus = require 'pegasus'
local server = pegasus:new({
port='9090',
location='root/'
})
server:start(function (request, response)
print "It's running..."
end)
```

View File

@ -0,0 +1,8 @@
---
title: "Stylua"
date: 2023-05-09T19:39:22+03:00
draft: true
tags: [lua, links, development]
---
https://github.com/JohnnyMorganz/StyLua

View File

@ -0,0 +1,29 @@
---
title: "🖼️ pngcrush — инструмент для оптимизации сжатия PNG-файлов"
date: 2023-09-30T20:44:15+03:00
draft: false
tags: [tools, images]
---
`pngcrush` — Tool for optimizing the compression of PNG files.
`pngcrush` — Инструмент для оптимизации сжатия PNG-файлов.
URL: http://pmt.sourceforge.net/pngcrush.
Пакет есть в репозиториях `Arch` и `Ubuntu`.
**Пример работы утилиты:**
```sh
pngcrush -brute jfxr.png jfxr2.png
```
```text
Warning: versions are different between png.h and png.c
png.h version: 1.6.37
png.c version: 1.6.40
Recompressing IDAT chunks in jfxr.png to jfxr2.png
Total length of data found in critical chunks = 118940
Best pngcrush method = 7 (ws 15 fm 0 zl 9 zs 0) = 84876
CPU time decode 4.074774, encode 11.337994, other 0.100056, total 15.764133 sec
```

View File

@ -0,0 +1,13 @@
---
title: "🧑🏻 Skill Icons — Иконки для твоего резюме"
date: 2023-09-30T20:26:31+03:00
draft: false
tags: [tools, linux]
---
Ссылка на сервис: **https://skillicons.dev/**
Примеры иконок:
![](https://skillicons.dev/icons?i=linux,crystal,c,v,arduino,python,js,lua,php)
![](https://skillicons.dev/icons?i=html,css,sqlite,git,gamemakerstudio,markdown,pytorch,raspberrypi)

View File

@ -0,0 +1,27 @@
---
title: "💠 CSS фреймворки"
date: 2023-09-30T20:17:28+03:00
draft: false
tags: [css, web]
---
## 98.css
A design system for building faithful recreations of old UIs.
* Homepage: https://jdan.github.io/98.css/
* GitHub: [jdan/98.css](https://github.com/jdan/98.css)
## 7.css
A design system for building faithful recreations of old UIs.
* Homepage: https://khang-nd.github.io/7.css/
* GitHub: [khang-nd/7.css](https://github.com/khang-nd/7.css)
## NES.css — NES-style CSS Framework
NES.css is NES-style (8bit-like) CSS Framework.
* Homepage: https://nostalgic-css.github.io/NES.css/
* GitHub: [nostalgic-css/NES.css](https://github.com/nostalgic-css/NES.css)