BaseMax
Open Source Maintainer. Full-Time Open-Sourcerer. Full-stack programmer. In the path of a real computer engineer... (Compiler enthusiast)
@GitHub Open Source MaintainerThe Internet, Remote
Pinned Repositories
AwesomeCompiler
The Big list of the github, open-source compilers.
AwesomeInterpreter
The Big list of the github, open-source interpreters.
DecodeQueryStringC
A tiny library for decode value of the query string using c with utf8 support and html entities.
DotWhitespace
DotWhitespace is an esoteric programming language using Python.
FilterInputJs
Tiny and Powerful Library for limit an entry (text box,input) as number,string or more...
GitHub-Repository-Export-List
Python: A tiny script to get list of all repository of a GitHub user and generate HTML output with style.
GooglePlayWebServiceAPI
Tiny script to crawl information of a specific application in the Google play/store base on PHP.
PowerHash
Design and development Crypto algorithms.
TelegramCommunicationJS
A pure script to communicate with Telegram server without any Third-party tools and library.
Donya
Donya is an Operating System. Yet Another Linux distro built using a package management system.
BaseMax's Repositories
BaseMax/gregorian_to_jalali
If you want to convert Gregorian date to Jalali, here is collection of minimal solution for most programming languages.
BaseMax/LaravelBigDataTest
PHP Laravel: Develop a test environment in Laravel with more than 20 Million user rows. (A project in blade laravel and another SPA in vue js infinite scroll)
BaseMax/MaxBase.org
Max Base: A repository for my Main website. (English version)
BaseMax/FileUploadExpressTS
This is a simple File Upload API built with Express.js and TypeScript. It allows users to upload and serve files, such as images or documents. You can customize this API for your specific needs and use it as a foundation for building file handling features in your applications.
BaseMax/FirstNestTS
First NestJS project powered by TypeScript (Simple CRUD)
BaseMax/list-data-drugs
This Python script scrapes drug-related information from the "Talk to Frank" website and saves the extracted data in both JSON and YAML formats. It utilizes the `requests` library to fetch the webpage, `BeautifulSoup` for HTML parsing, and `json` and `yaml` libraries for data storage.
BaseMax/DrumMachine
A Python-based drum machine with a graphical user interface using Tkinter and Pygame.
BaseMax/github-actions-tehlug
In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.
BaseMax/MyMoneyInUSD
Calculate how much you should receive today if your payment was billed at a previous exchange rate. A simple web-based calculator that helps you determine how much money you should receive today if your payment was billed at a previous exchange rate.
BaseMax/php-network-check
A lightweight PHP script that logs incoming HTTP requests, capturing details like method, headers, body, and file uploads. It sends real-time reports to a Telegram chat, making it ideal for developers and admins to monitor traffic, debug APIs, and track server activity. Easy to set up and customize for both development and production environments.
BaseMax/ben-shopping-portal
Ben Shopping Portal is a PHP web app for managing product serial numbers. It allows Super Admins to import serial numbers via Excel and track usage, while Sellers can enter and mark serial numbers as used. Built with PHP, PDO, Bootstrap, and MySQL.
BaseMax/custom-editor-react
Front-end implementation of a real-time collaborative text editor built with React.js. It integrates seamlessly with a backend powered by Node.js, Express, and Socket.IO to provide a live editing experience.
BaseMax/editor-realtime-collaborative
Backend implementation of a collaborative Markdown editor using Node.js, Express, and Socket.IO. The frontend can be developed using React.js to provide a seamless, real-time editing experience.
BaseMax/github-actions-compile-c
Automatically compile and test a simple C program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs GCC, compiles the C code, and runs the resulting program, ensuring it functions as expected without manual intervention.
BaseMax/github-actions-compile-golang
Automatically compile and test a simple Go program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs Go, compiles the Go code, and runs the resulting program, ensuring it functions as expected without manual intervention.
BaseMax/laravel-11-docs-swagger
A simple project with Laravel 11, which is a management panel along with a simple blog web service with CRUD operations.
BaseMax/laravel-vat-calculator
A comprehensive web application designed to facilitate accurate and efficient VAT calculations. Built on the Laravel 11 framework, this project leverages modern web development practices to deliver a robust and user-friendly platform.
BaseMax/liveblocks-javascript-authentication
A simple implementation of user authentication for Liveblocks using JavaScript. Liveblocks is a platform that enables real-time collaborative experiences in web applications. This example demonstrates how to authenticate users and manage access to rooms.
BaseMax/liveblocks-javascript-demo
Showcasing how to use Liveblocks to create collaborative real-time experiences in a web application. The project shows how you can display the number of users currently online in a room using the Liveblocks API.
BaseMax/minimal-window-lib
MinimalWindowLib is a lightweight C library designed to abstract window creation, keyboard, and mouse input handling across different platforms. It provides a minimal and efficient API for developers who need low-level control without the overhead of larger frameworks.
BaseMax/my-site-url-finders
A simple Python-based web crawler that extracts and filters URLs from a given website while avoiding unwanted paths and file types. The crawler follows links recursively within the same domain and provides a clean list of URLs found across the website.
BaseMax/TCP-Chat-C
A lightweight and efficient TCP chat server built with C. This project demonstrates how to handle multiple client connections, broadcast messages, and manage user sessions using C's high-performance networking capabilities.
BaseMax/TCP-Chat-CPP
A simple TCP-based chat server and client written in C++. This project was originally created by Max Base, and later ported to C++ by Kambiz Asadzade.
BaseMax/TCP-Typescript-BUN
A lightweight and efficient TCP chat server built with TypeScript and Bun. This project demonstrates how to handle multiple client connections, broadcast messages, and manage user sessions using Bun's high-performance networking capabilities.
BaseMax/InstagramExpressTS
Welcome to the Instagram-Clone-Express-TS repository! This project aims to replicate the core features and functionality of the popular social media platform, Instagram, using Express.js and TypeScript. By building this clone, you'll gain hands-on experience in building a modern web application with a focus on backend development and API design.
BaseMax/marp-md2slide
Marp MD2Slide is a simple tool for converting Markdown presentations into HTML slides using Marp. It helps you create elegant and professional-looking slides using Markdown syntax.
BaseMax/MaxBase
BaseMax/simple-api-typescript
A lightweight and minimal REST API built with TypeScript, Express, and SQLite.
BaseMax/tiobe-scraper
A simple web scraper to fetch the latest programming language rankings from the TIOBE Index. The data is extracted using Bun, TypeScript, and Regular Expressions, then saved as JSON and YAML.
BaseMax/youtube-downloader-js
A simple Node.js script to fetch YouTube video information using the @distube/ytdl-core library.