Skip to content
View calebrwalk5's full-sized avatar
:shipit:
ahhhh
:shipit:
ahhhh
  • caleb@github:~$
  • 16:36 - 4h behind

Organizations

@PenisOS-dev

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 "stdio.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;
}

⚙️ Specs
  • OS: Arch Linux
  • Specs: Ryzen 5 @4.20 GHz, RTX 4060 Ti, 48GB RAM @3000 MHz, ASUS ROG Strix B450-F Gaming, 850 watt PSU
  • Browser: Firefox
  • Code Editor: Vim
  • Desktop Environment: Gnome>
  • Keyboard: Glorious GMMK 3
  • Mouse: Razer Basilisk v3
  • Audio: Audio Technica ATH-M50X
  • Laptop: HP Victus Core i5 13th gen, RTX 4050, 16GB RAM

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. dotfiles Public

    my dotfiles

    Shell 1