Skip to content
View thejsa's full-sized avatar
Up to shenanigans
Up to shenanigans

Sponsoring

@TheEnbyperor

Highlights

  • Pro

Organizations

@Flipnote-Collective
Block or Report

Block or report thejsa

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

Hi there 👋

I'm Eva, a ✨ sorceress of technological shenanigans ✨ and freelance software developer :)

  • 🔭 I'm currently working on reverse engineering and reimplementing game servers at @KaeruTeam, where I lead development and overall management of the project.
  • 🌱 I'm currently learning C++ through 3DS homebrew development -- check out my work-in-progress game! https://github.com/thejsa/rhythm-run
  • ✨ My pronouns are she/her or they/them
  • 📫 You can reach me on Twitter as @thejsa_ or get in touch on Discord via the Kaeru Community guild 🎉

Pinned

  1. rhythm-run rhythm-run Public

    Rhythm Run game for Nintendo 3DS (work in progress! please do not use this as some sort of example)

    C++ 4

  2. Quick and dirty Flipnote Hatena serv... Quick and dirty Flipnote Hatena server (with query string sessions + basic authentication)
    1
    RewriteEngine On
    2
    RewriteCond %{REQUEST_FILENAME} !-f
    3
    RewriteRule . /index.php [L]
  3. KaeruTeam/nds-constraint KaeruTeam/nds-constraint Public

    Because Nintendo can't do SSL properly

    240 19

  4. clinet-discord clinet-discord Public

    Forked from Clinet/clinet

    Official repository for the Discord version of Clinet, a bot intended for conversation and fact-based queries.

    Go 1

  5. blz_osx.c blz_osx.c
    1
    /*----------------------------------------------------------------------------*/
    2
    /*--  blz.c - Bottom LZ coding for Nintendo GBA/DS                          --*/
    3
    /*--  Copyright (C) 2011 CUE                                                --*/
    4
    /*--                                                                        --*/
    5
    /*--  This program is free software: you can redistribute it and/or modify  --*/