I am trying to make a discord bot where whenever someone pings @everyone in discord then it sends a custom video, this is with python. Please comment...
# Welcome to Marko!
So, while I was browsing around on github, I stumbled upon [Marko](https://marko-py.readthedocs.io/en/latest/). And I thought it...
# Hosting Red discord bot on repl.it!
### Some of you might be having a discord community! And when it comes to communities, it comes to discord bots...
The People who become Successful in life are the ones who are challenging themselves everyday, improving themselves and living their life with good ha...
Python is one of the easiest programming languages and it carries the highest significance to boost your potential in the real world. Learn by startin...
How to change the file extension for every file in the current directory
Have you ever needed to change the file extension for every file in the current directory but didn't want to have to manually do it for every file? We...
My methods for bypassing those pesky blocked websites (proxys!)
There are many ways to get around blocked websites, but one of the best is a proxy. There are many current proxies that work and are not blocked in sc...
Hello everyone!!! 👋 This is my first tutorial so please leave feedback :D
So the first thing we will want to do is make a list of the alphabet. Ther...
# Bouncing DVD Logo

The site i...
Slowprint. Rolling text. Hackerman animation. Whatever you want to call it.
It's a popular little detail to add into your game to make it look cooler...
This is a draft of my JavaScript library, SortaCanvas. This is a JS canvas library that is similar to p5.js, but with less of the drawbacks.
User gui...
Hello! I am going to explain how to write a computer virus.
**NOTE: It is not against the law or a crime to make a computer virus. However, if that v...
Well, this isn't really a tutorial but I thought it would help anyway to put it here.
These are the answers to the CodingBat(Java) Recursion-2 answers...
### - My First Tutorial -
Here a simple tutorial by [Qerewrad](http://repl.it/@qerewrad)
```py
print("hello user")
```
Output: hello user
````py
impor...
5 Good Habits You Need to be a Successful Programmer
The People who Live their life with good habits enjoy happiness, calm and peace in their life. We need to live our life with good habits, which help u...
# Custom "Event Listeners"
This tutorial is short and simple - but this problem stumped me for a while, so I decided to post it here in case anyone el...
#### Clicker Game
## Hello!
This is a beginner's tutorial on how to make a clicker game. I am @thatpyguy and will release more tutorials in the future...
from random import choice
from turtle import *
from freegames import floor, vector
state = {'score': 0}
path = Turtle(visible=False)
writer = Turtle(...
## An alternative to Uptime Robot
So a few days ago I found a project called [Upptime](https://upptime.js.org/), basically it is a uptime monitor and...
SSH stands for "Secure Shell", and it basically allows you to connect to your computer remotely. Here's a screenshot of `ssh`ing into Ubuntu from a Wi...
# What is FreeDNS?
[FreeDNS] (https://freedns.afraid.org) is a service created by Joshua Anderson, where people share their domains that you can use...