Skip to content

SystemVll/SystemVll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 

Repository files navigation

banner

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, Windows';
end.

βš–οΈ Last Post

πŸ₯‡ Trophies

πŸ“Œ Actual Projects




Keep all your credentials safe in an elegant application.



An automated scanner document processor with Ai Vision, 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

 
 
 

Contributors