Skip to content
View 4D4J's full-sized avatar
💞
Cyber Lover
💞
Cyber Lover

Highlights

  • Pro

Block or report 4D4J

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
4D4J/README.md
program WhoAmI;

procedure whoAmI(name: string; job: string; codingLanguage: string; website: string);
begin
  writeln('Hello, my name is ', name);
  writeln('I''m a ', job);
  writeln('I dev with ', codingLanguage);
  writeln('Visit my PortFolio here ', website);
end;

begin
  whoAmI('4D4J aka Rapido', 'independent developer and cybersecurity lover', 'TypeScript, Python, C, Java, and more . . .', 'https://www.rapido-cyber.dev');
end.

Executed :

   Hello, my name is 4D4J aka Rapido
   I'm a independent developer and a cybersecurity lover
   I dev with TypeScript, Python, C, Java, and more . . .
   Visit my PortFolio here https://www.rapido-cyber.dev

Top Langs

4D4J GitHub stats

My PortFolio

Rapido =)

Pinned Loading

  1. Mind-Mapper Mind-Mapper Public

    Mind Mapper is an intuitive and lightweight application for organizing your ideas and projects in the form of mind maps. Whether you're a student, professional, or creative, this tool helps you vis…

    TypeScript 9 1

  2. BS_Studio BS_Studio Public

    a website for a sneakers addict

    HTML

  3. CodingTime CodingTime Public

    SCSS

  4. Better-Tools Better-Tools Public

    A usefull minecraft datapack to add better tools in your game

    mcfunction

  5. PriBox PriBox Public

    PriBox, 100% anonym, crypted and NoLog chatbox using P2P connexion

    TypeScript 1

  6. razm0x02 razm0x02 Public

    A C++ DLL injector

    C++