An open API service indexing awesome lists of open source software.

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

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 pyautogui

or

- $ pip3 install pyautogui