Go to file
Muhammad Rameen Farooqui 6dd4af8228 Added blog function
2025-01-03 19:48:53 +05:30
.github Create dependabot.yml 2024-12-15 11:45:23 +05:30
Arduino Added Proximity Sensor code 2025-01-03 19:47:11 +05:30
bin Added configs 2024-12-13 22:04:00 +05:30
env Added envs 2024-12-13 22:06:07 +05:30
lib/python3.12/site-packages Added Python envs and package code 2024-12-24 09:47:04 +05:30
PycharmProjects 100Days 2024-10-26 14:55:49 +05:30
Visual Studio Code Projects Added blog function 2025-01-03 19:48:53 +05:30
Web Development Python Projects Updated link in README.md 2024-11-22 21:46:35 +05:30
.cache_ggshield Added Python envs and package code 2024-12-24 09:47:04 +05:30
.gitignore Added a .gitignore file 2024-11-29 20:51:27 +05:30
excuses.txt Update excuses.txt 2024-12-16 15:39:49 +05:30
lib64 Added Python envs and package code 2024-12-24 09:47:04 +05:30
LICENSE Update LICENSE 2024-12-15 11:56:19 +05:30
pyvenv.cfg Added Python envs and package code 2024-12-24 09:47:04 +05:30
README.md Update README.md 2 2024-12-15 18:45:51 +05:30

My Programming and Hardware Projects

Hi there guys, these are my 100-day projects. Feel free to modify them after cloning them. If you find any mistakes in my code, please share them with me or Pull a request. I just wanted to give my projects to anyone who needed them. You can clone this 100-Days-Of-Code folder or zip-download it on Linux, Mac, and Windows. But if you need to install git here are some methods below for different distributions.

Windows

Go to this website.

https://git-scm.com/downloads

And select download for Windows. Your download should start automatically. After it has finished donwloading click on the .exe file and then the installer will popup then follow along the script and you can install it.

Mac

As usual go to this website.

https://git-scm.com/downloads

And select download for Mac. It will take you to another page from there follow along the instructions and you will have Git installed on your Mac.

Linux

Debian and Debian-based distributions

sudo apt-get install git

For Ubuntu this PPA provides the latest Git upstream version

sudo add-apt-repository ppa:git-core/ppa
sudo apt update; apt install git

Fedora 21

yum install git

Fedora 22 and later

dnf install git 

Gentoo

emerge --ask --verbose dev-vcs/git

Arch Linux and Arch-based distributions

sudo pacman -S git

openSUSE

zypper install git

Mageia

urpmi git

Nix/NixOS

nix-env -i git

FreeBSD

pkg install git

Solaris 9/10/11 (OpenCSW)

pkgutil -i git

Solaris 11 Express, OpenIndiana

pkg install developer/versioning/git

OpenBSD

pkg_add git

Alpine

apk add git

The Git clone method

The git clone method works on any system including Linux. Just type the command given below and you have cloned it. But my recommendation is that you should update your git and make sure it is installed and that it is working fine and perfectly then only you should clone it.

git clone https://github.com/Arcron-ArchLinux/100-Days-Of-Code.git

After you have done cloning it type the command given below.

cd 100-Days-Of-Code

Then you can customize it according to your wish.

The Zip file method

The zip file method also works in any operating system including Linux, Mac, and Windows. Just click on the code button and you should see a option called zip download. After that, you should see a download bar on your browser or app. When it is downloaded run the commands below

unzip 100-Days-Of-Code.zip

cd 100-Days-Of-Code

And that's it you are all ready to go!

And also please star my repo!