Skip to content
View calebrwalk5's full-sized avatar
:shipit:
ahhhh
:shipit:
ahhhh
  • caleb@github:~$
  • 13:59 (UTC -04:00)

Organizations

@BadgerM-Development-Team @PenisOS-dev @6Sixty6
Block or Report

Block or report calebrwalk5

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

[Website]

anusO1
Lines of code

#include "anusio.h"

char *name = "Caleb";
char *langs[] = {"C", "C++", "Assembly", "Javascript", "Python"};
char *tools[] = {"Vim", "GCC", "G++", "NASM", "Python", "VS Code", "GNU/Linux", "Ghidra"};

int main() {
	printf("%s, %s, %s\n", name);
	for (int i = 0; i < 5; i++) {
		printf("%s", langs[i]);
		printf("\n");
	}
	for (int x = 0; x < 8; x++) {
		printf("%s", tools[x]);
		printf("\n");
	}
	return 0;
}

⚙️ What I use to get stuff done
  • OS: Kali Linux
  • Specs: Ryzen 5 1600X @4.20 GHz, GTX 980ti 2-way SLI, 48GB RAM @3000 MHz, ASUS ROG Strix B450-F Gaming, 850 watt PSU
  • Browser: Suckless Surf and Firefox
  • Code Editor: Vim
  • Window Manager: UWM
  • Keyboard: Razer Blackwidow Chroma with custom keycaps
  • Mouse: Razer Deathadder
  • Audio: Nobsound Tube Amplifier | Audio Technica ATH-M50X
  • Laptop: Lenovo Thinkpad R60
  • Laptop OS: Debian 10

thanks

https://stackoverflow.com/questions/1265040/how-to-count-total-lines-changed-by-a-specific-author-in-a-git-repository
https://github.com/Itz-Hyperz

Pinned

  1. PathOS PathOS Public

    16 bit operating system called PathOS.

    Assembly 24 3

  2. BetterCS BetterCS Public

    Forked from k0ez13/N3WTuX

    CS:GO internal cheat for Linux. gamesneeze-linux fork.

    C++ 7 1

  3. FidiGUI FidiGUI Public

    Fidi but graphical

    Python 3 1

  4. basilisk basilisk Public

    Basilisk is an AI project. He is named after Roko's Basilisk. Basilisk is based on GPT-2.

    Python 12 5

  5. anus anus Public

    anus programming language compiler

    Assembly 5

  6. uwm uwm Public

    Unintuitive Window Manager, based on DWM.

    C 3