Skip to content
View Jellix's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Organizations

@HeisenbugLtd
Block or Report

Block or report Jellix

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

Pinned Loading

  1. Git aliases Git aliases
    1
    git config --global alias.compress "gc --prune=NOW --aggressive"
    2
    git config --global alias.fuck "reset --hard HEAD"
  2. Introspection, the Ada way Introspection, the Ada way
    1
    with Ada.Strings.Fixed;
    2
    
                  
    3
    package body Scope is
    4
    
                  
    5
      use all type Ada.Strings.Direction;
  3. mars_mpl mars_mpl Public

    Mars Polar Lander Simulation

    Ada 4

  4. scripts scripts Public

    A collection of useful and not so useful scripts

    Shell