Skip to content
View darvil82's full-sized avatar
:fishsticks:
<- food
:fishsticks:
<- food
  • Spain
  • 16:00 (UTC +02:00)

Highlights

  • Pro

Organizations

@StrataSource
Block or Report

Block or report darvil82

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
darvil82/README.md

I'm David, and I LOVE everything related to technology, and especially how it works. I find old tech fascinating and programming is likely my favorite hobby.

Great, but now look at these images, don't they look cool on a GitHub profile? People seem to like them.

Some other stuff about me

  • Yes, I am weird.
  • I love reading and writing clean code!

Almost forgot, I am available on these sites:

Codepen   Kofi   Email

If you prefer to contact me more informally, you can just reach me through discord (@darvil82).

Pinned

  1. lanat lanat Public

    A command line argument parser for Java 17 with ease of use and high customization possibilities in mind.

    Java 17 5

  2. terminal-game terminal-game Public

    a small wip game thingie for the terminal

    C++ 2

  3. Todo Todo Public

    A webpage to create and manage todos.

    TypeScript 4 1

  4. funny c++ funny c++
    1
    #include <iostream>
    2
    #include <inttypes.h>
    3
    
                  
    4
    struct Test {
    5
    	int x = 55;
  5. PBar PBar Public

    Small python library to display customizable progress bars on the terminal easily.

    Python 39 2

  6. java-terminal-text-formatter java-terminal-text-formatter Public

    Text formatting utilities to easily format text on the terminal for Java.

    Java