Skip to content
View BLACK0X80's full-sized avatar

Block or report BLACK0X80

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BLACK0X80/README.md

Cyber Weapons Stack

+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @+
@@       o o                                           @@
@@       | |                                           @@
@@      _L_L_                                          @@
@@   \/__-__\/ Programming isn't about what you know @@
@@   (|~o.o~|)  It's about what you can figure out   @@
@@   / \`-'/ \                                       @@
@@     _/`U'\_                                         @@
@@    ( .   . )     .----------------------------.     @@
@@   / /     \ \    | while( ! (succed=try() ) ) |     @@
@@   \ |  ,  | /    '----------------------------'     @@
@@    \|=====|/                                        @@
@@     |_.^._|                                         @@
@@     | |"| |                                         @@
@@     ( ) ( )   Testing leads to failure              @@
@@     |_| |_|   and failure leads to understanding    @@
@@ _.-' _j L_ '-._                                     @@
@@(___.'     '.___)                                    @@
+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @+
[root@BLACK0X80 ~]# whoami
> BLACK — Systems Programmer, Egypt
[root@BLACK0X80 ~]# cat skills.txt
> C | C++ | Rust | Python | Assembly | TypeScript | Go | Shell
[root@BLACK0X80 ~]# ls projects/
> BLACK-KERNEL/  BLAZE/  AUREON/  NEXUS-UI/
[root@BLACK0X80 ~]# ./philosophy.sh
> "Code is the closest thing to magic that actually works."
[root@BLACK0X80 ~]# _

FUN FACT :

The first computer bug was an actual bug — a moth found inside Harvard's Mark II computer in 1947. Grace Hopper logged it.

PROFILE METRICS

System Auth

total stars followers

LEETCODE STATS

LeetCode Stats

LeetCode Contest Rating

LeetCode Activity

Architect of Seven Masterpieces

CONTRIBUTION GRID SNAKE

Cyber Matrix BLACK0X80 Spider

TECH HUMOR

Jokes Card

PROGRAMMING WISDOM

"You know what I say? It's the little details that are vital. Little things make big things happen."

— Hans Landa, a man who understood clean code before it existed.

INTERACTIVE ZONE

Chess Tournament

ANYONE can take a turn on the board
Make your move !!. It's black(solid) to play(instructions beneath)

A B C D E F G H
8 8
7 7
6 6
5 5
4 4
3 3
2 2
1 1
A B C D E F G H

To move a piece to a postion

Choose one from the following table :

FROM TO (Just click a link!)
E4 E3
E7 C8, D5, F5, G6, G8
E8 D7, D8, F7
F6 F5
G4 F4, G1, G2, G3, G5, G6, G7, G8, H4

Having fun? Ask a friend to play next move to get the next turn !

How it works When you click on a link it will submit a new issue with the desired move, create the issue and a GitHub action is triggered, which in turn runs a small python script that performs the specified movement, updates this README file and commits the changes.
Last 5 moves in this game
Move Author
H2 to H3 @StackOverflowIsBetterThanAnyAI
G8 to G4 @Odinwattez
D1 to E1 @StackOverflowIsBetterThanAnyAI
H8 to G8 @benFrnklnDuck
E3 to H6 @StackOverflowIsBetterThanAnyAI
Top 10 most moves across all games
Total moves User
26 @BLACK0X80
14 @JayantGoel001
8 @viktoriussuwandi
6 @StackOverflowIsBetterThanAnyAI
5 @lulunac27a
3 @Sabyasachi-Seal
3 @harshendram
2 @Basvdlouw
2 @TomfromBerlin
2 @SagXD

Connect 4 Dots

Here you can play Connect4. Just click a number under the grid to move. It's red turn.

1 2 3 4 5 6 7
---
---
---
---
---
---
1 2 3 4 5 6 7
Last 5 moves in this game
Move Author
4 @harshendram
2 @StackOverflowIsBetterThanAnyAI
5 @StackOverflowIsBetterThanAnyAI
5 @StackOverflowIsBetterThanAnyAI
6 @StackOverflowIsBetterThanAnyAI
Top 10 most moves across all games
Total moves User
35 @StackOverflowIsBetterThanAnyAI
12 @BLACK0X80
9 @viktoriussuwandi
6 @lulunac27a
5 @oxoovo
4 @benzlokzik
3 @jhoitenga
2 @JayantGoel001
2 @mauro-balades
2 @Cophhy

Cyber Operational Stack

CURRENTLY BUILDING

// BLACK-KERNEL v0.3
#include <kernel.h>
void init() {
    setup_idt();
    setup_gdt();
    init_memory();
    // Ring 0 achieved 
}
// BLAZE — Blazing Fast CLI
fn main() {
    let engine = Engine::new()
        .with_threads(MAX)
        .with_cache(true);
    engine.ignite(); // 
}

SYSTEM STATUS

Epic System Monitor

SECURITY CLEARANCE: LEVEL 0

⠀⠀⠀⠀⠀⠀⠀⢀⣤⣶⣾⣿⣿⣿⣿⣿⣿⣶⣤⡀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠀⠀⠀⠀⠀
    "I love rumors! Facts can be so misleading,
     but rumors — true or false — are often 
     revealing."  — Hans Landa
⠀⠀⠀⠀⠀⠀⠀⠉⠛⠿⣿⣿⣿⣿⣿⣿⠿⠛⠉⠀⠀⠀⠀⠀⠀⠀

Access granted. Welcome back, operator.



Landa Masterpiece


Popular repositories Loading

  1. BLACK-KERNEL BLACK-KERNEL Public

    C 2

  2. BLACK0X80 BLACK0X80 Public

    Python 1

  3. BLAZE BLAZE Public

    Rust 1

  4. AUREON AUREON Public

    Python 1

  5. NEXUS-UI NEXUS-UI Public

    TypeScript 1

  6. CORTEX-AI CORTEX-AI Public

    Python 1