Skip to content
View SwenneHacks's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Student at Codam Coding College
  • Amsterdam
  • X @swenne
Block or Report

Block or report SwenneHacks

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
SwenneHacks/README.md

Typing SVG

About me in C Language:

#include <libraries.h>

int main(void)
{
  char*   school      = "Codam Coding College";
  char*   projects[]  = {"Webserv","C++ Modulos","Containers"};
  char*   languages[] = {"C","C++","Swift","Python","HTML/CSS"};
  char*   tools[]     = {"MacOS","Vim/Emacs","Google Cloud","Visual Studio Code"};
  int     experience;
  int     success;
  
  while(learning(languages)) 
  {
      evaluating(projects);
      peer_to_peer(school);
      new_skills(tools);
      experience++;
  }
  success = ten_thousand_hours(experience);
  return(success);
}

twitter linkedin

Pinned Loading

  1. TerminalScreenSaver TerminalScreenSaver Public

    Such a bouncy year.

    C 1

  2. myCpp myCpp Public

    Practicing C++ language (42Network)

    C++

  3. AdventOfCode AdventOfCode Public

    https://adventofcode.com/

    Python

  4. myPrintf myPrintf Public

    Rewriting the standard C printf function to then add it to my library. Codam's [42 Network] ft_printf 2020

    C

  5. gnl-dummy-test gnl-dummy-test Public

    A handy function that reads files (on multiple descriptors) line by line.

    C

  6. my-stdlib my-stdlib Public

    My ultimate C-Language library (with my own added functions).

    C