https://github.com/white-devil09/dirty-hands
Chilled stuff
https://github.com/white-devil09/dirty-hands
c cpp mad-stuff python
Last synced: 3 months ago
JSON representation
Chilled stuff
- Host: GitHub
- URL: https://github.com/white-devil09/dirty-hands
- Owner: White-Devil09
- Created: 2022-12-21T17:45:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T20:43:09.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:48:40.330Z (4 months ago)
- Topics: c, cpp, mad-stuff, python
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chilled stuff
This repository contains some crazy codes
## Code description
- [Addition.c](https://github.com/White-Devil09/Dirty-Hands/blob/master/Addition.c) : Calculating sum and difference of long numbers that usually overflow in int, double and long double.
- [add_argc.c](https://github.com/White-Devil09/Dirty-Hands/blob/master/add_argc.c) : Demonstration of argc and argv.
- [argc.c](https://github.com/White-Devil09/Dirty-Hands/blob/master/argc.c) : Demonstration of argc and argv.
- [contious.py](https://github.com/White-Devil09/Dirty-Hands/blob/master/contious.py) : Mass message spammer.
- [fork.c](https://github.com/White-Devil09/Dirty-Hands/blob/master/fork.c) : fork bomb in C lang.
- [fork.cpp](https://github.com/White-Devil09/Dirty-Hands/blob/master/fork.cpp) : fork bomb in C++ lang.
- [fork.sh](https://github.com/White-Devil09/Dirty-Hands/blob/master/fork.sh) : fork bomb in bash.
- [thread.cpp](https://github.com/White-Devil09/Dirty-Hands/blob/master/thread.cpp) : demonstration of multi thread working using C++.
- [CSP.cpp](https://github.com/White-Devil09/Dirty-Hands/blob/master/CSP.cpp) : demonstration of critical section problem using C++.
- [heart.py](https://github.com/White-Devil09/Dirty-Hands/blob/master/heart.py) : Heart shape using python turtle.For using [contious.py](https://github.com/White-Devil09/Dirty-Hands/blob/master/contious.py) please install pyautogui by typing command . Also keep the file [animal.txt](https://github.com/White-Devil09/Dirty-Hands/blob/master/animals.txt) in the same folder/directory.
- $ pip install pyautoguior
- $ pip3 install pyautogui