An open API service indexing awesome lists of open source software.

https://github.com/systemvll/systemvll


https://github.com/systemvll/systemvll

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

![banner](https://github.com/user-attachments/assets/484c1d55-7321-4c2b-9d99-0648f5c7e92f)

```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






Learn How Exodus Centralized Servers Can Be A Danger

🥇 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.