Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
ProCoder123
@ProCoder123
Public Apps
Vault Cheat Sheet
1 year ago
cheat sheet for vault commands
Hashicorp Cheat Sheet
1 year ago
Simple Hashicorp Cheat Sheet Static Site
Clear Linux - Enable pipewire w/ Noisetorch
2 years ago
Linux Cheat Sheet
2 years ago
little Linux cheat sheet, I'll be updating and revising. leave any feedback and recommendations in the comments.
Display Browser info w/ Flask
2 years ago
Browser Insight is a lightweight web application that provides users with essential browser information at a glance. By displaying your IP address, User Agent, and basic Browser Type, Browser Insight enables you to quickly verify your browser details and connectivity status, while also offering a convenient way to check if your VPN or proxy is functioning as expected.
User Event Logger
2 years ago
Script simulates instances of users logging in and out of a system and logs the info in chronological order
Simulated Load Balancer Testing in Python
2 years ago
This Python project simulates a server connection system and tests the functionality of a load balancer. The load balancing system uses a random server selection algorithm to distribute incoming connections evenly. The program includes functions to close connections, calculate server load, and ensure availability. The simulation generates a random number of connections, and the program prints out the connection information, server load, and the total number of servers. This project provides a basic understanding of load balancing and how it can be implemented in Python.
Portfolio Site
2 years ago
Simple Pokemon Table
2 years ago
Practice the python OOP class/object concepts invoking table objects, utilizing attributes and methods to create a table. This is a webpage displaying a table of Pokemon types, strengths and weaknesses. It is rendered through Python Flask framework, the prettytable method generates a table in html format, and it's returned in the route using the render_template_string function, all the HTML and CSS is added directly on the python code in this method.
Inventory/Budget Management Web App - Python + Flask
2 years ago
*Click the full screen button on left corner to test outside Webview for full functionality. This is a Python Flask web application for managing an inventory of products. The application uses the Flask framework to handle HTTP requests and responses, and includes three routes: "/" (the root route), which renders the index.html template. "/add", which allows users to add products to the inventory. This route handles both GET and POST requests, and saves the updated inventory to a pickle file on the server. "/view", which displays the current inventory and the total value of all products. This route uses a custom Jinja2 filter to round numbers, and sorts the inventory by product name. The application loads the inventory data from a pickle file on startup, and writes changes back to the file whenever a new product is added. The application also includes a custom Jinja2 filter for rounding numbers, which is used to format prices and total values in the view template.
2 forks
View more