Code Monkey home page Code Monkey logo

[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

zoomer's Projects

4096 icon 4096

A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)

anus icon anus

anus programming language compiler

anusai icon anusai

it takes a sentence and makes a bunch of sentences

b3st icon b3st

Wurst installer with Baritone

badgerm-client icon badgerm-client

A failed GTA V mod project. This is what I wrote, feel free to steal it, I no longer care

basilisk icon basilisk

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

bettercs icon bettercs

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

cars icon cars

Caleb's Auto Rice Script (Arch Linux only)

cheatsheet icon cheatsheet

cheat sheet to refer to when i forget how to code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.