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

Organizations

@BadgerM-Development-Team @PenisOS-dev @6Sixty6

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

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: Arch 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: Firefox
  • Code Editor: Vim
  • Desktop Environment: Gnome>
  • 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 Loading

  1. spotify-buddy spotify-buddy Public

    show what song you're playing

    Python