Skip to content
View ifeelagood's full-sized avatar

Block or report ifeelagood

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

About Me

I'm Axel Anderson, a second-year Computer Science student at UNSW. My portfolio features a range of projects.

Skills

The programming languages I am most experienced with are Python and C++. I have written a little Java through university. I am also experienced with the DBMS sqlite and mariadb.

The areas I am most experienced in are writing REST APIs, web scraping, reverse engineering, text recognition, scripting (bash, python, powershell).

I used to daily drive linux, but now just manage personal servers running Debian and Ubuntu. I have lots of experience installing, troubleshooting and configuring software.

I also have minimal experience with deployment and CI/CD, such as Docker and Github Actions.

I am currently working towards mastering DSA through competitive programming questions. Please see my leetcode account for statistics.

Contact/Links

Leetcode

For any kind of enquiry, please do not hesitate to contact me at axel.s.anderson@student.uts.edu.au.

Pinned Loading

  1. zomboid_collection zomboid_collection Public

    Script to configure mods from a steam collection for Project Zomboid server

    Python 4

  2. PEBWalk PEBWalk Public

    C++ reverse shell POC, loading windows API functions by walking the PEB

    C++ 3

  3. Open In Sci-Hub Userscript Open In Sci-Hub Userscript
    1
    // ==UserScript==
    2
    // @name        Open In Sci-Hub
    3
    // @namespace   Violentmonkey Scripts
    4
    // @match       https://sciencedirect.com/*
    5
    // @match       https://link.springer.com/article/*
  4. inaturalist-dumper inaturalist-dumper Public

    Python

  5. CaptchaCRNN CaptchaCRNN Public

    Convolutional Recurrent Neural Network Solution to solve basic text captcha

    Python