Skip to content

SystemVll/SystemVll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

531089463-d733dce6-75dd-421d-9253-b90e3a25fbf0

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




Keep all your credentials safe in an elegant application.



An automated scanner document processor with OCR, AI naming, and Nextcloud upload.



An Open-Source POSIX system that is made to run on Espressif System that contain its virtual machine.


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.



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published