Skip to content
View rikkarth's full-sized avatar
👾
👾
Block or Report

Block or report rikkarth

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

Hi , I'm Ricardo Mendes | @Rikkarth

github contribution grid snake animation

👾about me🤖

Deeply passionate about software development, constantly seeking to expand my skills and contribute meaningfully to the field.

My journey into programming was sparked by my love for video games, which also taught me a lot about problem-solving.

I consider myself a bit of a nerd, always eager to learn more about the world around me, especially when it comes to science and technology.

Open-Source | Contributing

stleary/JSON-java

apache/commons-configuration

meme gif about windows ex-ceo repeating the word developers

rikkarth :: Top Langs

Pinned Loading

  1. tooler-tools tooler-tools Public

    Tooler-Tools: A versatile Java library for backend and CLI developers, offering a growing collection of tools to simplify your development tasks.

    Java 3

  2. stleary/JSON-java stleary/JSON-java Public

    A reference implementation of a JSON package in Java.

    Java 4.5k 2.6k

  3. i3wm-xrandr-horizontal-and-vertical-... i3wm-xrandr-horizontal-and-vertical-monitor-config
    1
    # this command will configure your dual monitors for horizontal + vertical setup, 
    2
    # where horizontal is primary and vertical is secondary (right)
    3
    # you can find the name of each monitor by typing 'xrandr'
    4
    
                  
    5
    xrandr --output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate right --output DP-0 --off --output DP-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 0x492 --rotate normal --output DP-2 --off --output DP-3 --off
  4. git-log-beautify git-log-beautify
    1
    # this command will create an alias at 'git sla' which will print a very simple and beautiful log to the terminal
    2
    git config --global alias.sla 'log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --branches'
  5. rikkterm rikkterm Public

    A Terminal on the Web

    JavaScript

  6. propme propme Public

    PropMe: Simplify and Automate Java file generation from properties effortlessly!

    Java