Cap. 6 - Padrões de Projeto (Engenharia de Software Moderna)
Código fonte dos exemplos usados no [Capítulo 6](https://engsoftmoderna.info/cap6.html) do livro [Engenharia de Software Moderna](https://engsoftmode...
# What is CSRF?
CSRF is when attackers "forge" requests, that is, making fake requests that the user didn't actually make. This only works if the user...
Hello! I know I've been pretty inactive in Repl Talk (I've been doing [Github](https://github.com/BD103) and PyPI Packages), but I decided to make thi...
well, no worries. i mean, if you know a coding language just click that plus button and your off to creating a program...
but what if you don’t know...
# Hi!
Have you ever wanted to make a CLI (Command-line Interface)? Well I have, and if you're reading this, you probably want to too. So, let's begin!...
# Render on demand
If you don't need to render to the screen in Three.js constantly, e.g a static scene that only needs to be updated on user input, i...
###### HAHAHAAH, the emoji md works! >:)
# Make your own animation - Tutorial!
##### 🐍 A step by step tutorial on making a *python* animation 🐍
> Ma...
x86 Assembly Tutorial Part 1 (it’s big I promise...)
Hey.
x86 assembly time.
And yes, I know @JustAWalrus made a tutorial on this already but as much as you may or may not be a fan of him I think we ca...
(note: this only applies to x86 PCs)
When your computer starts up, what does it do?
Well, the processor first loads a special firmware called the BIOS...
# Discord Bot ~~24/7~~
That's not Possible **( ゚д゚)つ** Bye.
**Just Kidding**. Well with this Method you can make your Bot go Online ~~for as long as...
While loops have grown to become a staple ingredient in our codes. We use it for a lot of purposes.
### Some Common Uses Of While Loops
+ Binary sea...
Username and Passwords in repl (username is wilsons and password is school)
This template should help you know how to create passwords and username.
If you want to use this, the username is: wilsons and password is: school
(It...
Inspired by [ @PDanielY 's original post ](https://repl.it/talk/learn/The-safety-of-replit-Is-replit-really-as-safe-as-people-think/115876)
This is a...
# Hi!
This tutorial took awhile, i've been trying to figure this out for a long time.
## Installing Homebrew
If you don't know, [Homebrew](h...
# Hi there!
Have you ever face that you just start a server, but the web view of Repl doesn't show? Or you want to go to a website for any reason wit...
The safety of replit. Is replit really as safe as people think?
*Before I start this, I just wanted to say, this isn't mean to scare you into not using repl.it and I am just staying some security things they need...
# Custom HTML Elements
Hello! In this tutorial I'll be showing you how to make your own custom elements! There are two different kinds of custom HTML...
this is python tutorial by: @Qerewrad
1- remember to write:
```py
from termcolor import colored
```
> if this tutorial helps you upvote this post plz...