https://github.com/systemvll/systemvll
https://github.com/systemvll/systemvll
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/systemvll/systemvll
- Owner: SystemVll
- Created: 2025-04-25T17:31:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T12:56:54.000Z (5 months ago)
- Last Synced: 2026-01-15T16:59:10.361Z (5 months ago)
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

```pascal
program Profile;
type
TProfile = record
Description: string;
Languages: string;
Tools: string;
Servers: string;
end;
var
Profile: TProfile;
begin
Profile.Description := 'Low-level programming enthusiast.';
Profile.Languages := 'C, C++, Go, C#, PHP, Python, TypeScript, Lua, Perl ...';
Profile.Tools := 'Docker, Vite, Kubernetes, Git, Jenkins ...';
Profile.Systems := 'Linux, FreeBSD, Cisco, Windows';
end.
```
⚖️ Last Post
🥇 Trophies
📌 Actual Projects
TAuth
Keep all your credentials safe in an elegant application.
Montscan
An automated scanner document processor with Ai Vision, AI naming, and Nextcloud upload.
Espnix
An Open-Source POSIX system that is made to run on Espressif System that contain its virtual machine.
Blindflare
Blindflare is an HTTP/HTTPS based protocol designed around a client-server architecture where the client is responsible for encrypting data before sending it to the server.