Skip to content
View Arsenic-ATG's full-sized avatar
  • Delhi, India
  • 01:31 (UTC +05:30)

Organizations

@llvm @EddieHubCommunity @MakeContributions @GDSC-USICT @Py-Contributors

Block or report Arsenic-ATG

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


Hi there ,I'm Ankur - aka Arsenic

I am currently trying to come back to open source and programming in general after a very long break.

  • ✂️ I'm currently working on my my Emacs Configuration and trying to get my entire github profile in order
  • ✉️ Best Medium to contact me is via mail
  • ⚡ Fun fact: This entire profile readme is in Nord Theme's color scheme.

Skills 🛠:

Programming languages :

C++ C Python Elisp Swift php

Frameworks and tools :

Qt SDL2.0 emscripten gcc llvm doxygen laravel

Documentation:

markdown org mode

Debugging

gdb lldb

Version Control

Git

Data Base:

MySQL

Operating System:

Emacs MacOS Windows

Terminal and Shells:

iterm-2 warp zsh bash

Text Editor

Emacs Xcode Sublime


Click to see my Profile stats 📊

NOTE : the above data (Most Used Languages) does not indicate my skill level or something like that, it's a github metric of which languages i have the most code on github


If you are looking 👀 to contribute to a project then check out the pinned repositories on my GithHub profile, I always make sure to leave some beginner friendly bugs (code, no-code, low-code) for new-commers to fix ( even this very readme have got some ), issues marked as good-first-issue must be the one you should be looking for.


Pinned Loading

  1. Tetris Tetris Public

    Tetris™ clone created in c++ and SDL

    C++ 23 11

  2. Awesome-Automations Awesome-Automations Public

    A repository Full of 😎interesting Automations

    C++ 55 19

  3. Emacs-config Emacs-config Public

    My emacs config file

    Emacs Lisp 8 3

  4. JATE JATE Public

    A text editor created in C which supports all features expected from a minimal text editor with no dependencies

    C 16 1

  5. GSoC 2023 : Enabling LLVM clang Ext... GSoC 2023 : Enabling LLVM clang ExtractAPI while building
    1
    # Overview
    2
    
                  
    3
    This project aims to give LLVM-clang the ability to generate
    4
    ExtractAPI symbol graph files as a side-effect of a regular
    5
    compilation job. This can enable using the symbol graph format as a
  6. GSoC 2021 : Extending gcc static ana... GSoC 2021 : Extending gcc static analyzer to support virtual functions calls.
    1
    # Overview
    2
    
                  
    3
    The project aims to make GCC's static analysis pass ( `-fanalyzer` option ) understand dynamic dispatch ( calls to virtual functions ) in C++.
    4
    
                  
    5
    This project will greatly benefit people who, like me, use static analysis pass to analyse their C++ programs for various problems at compile-time rather than spending a lot more time finding them at runtime, making the overall debugging process of any C++ project much faster and easier without using any additional tool except from the GCC compiler itself.