Found 322 repositories(showing 30)
enkimute
:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
naksyn
Stealthier variation of Module Stomping and Module Overloading injection techniques that reduces memory IoCs. Implemented in Python ctypes
codingplanets
"Overload" is a python program that sends active connections to any target of some sort. It is used to perform a DoS/DDoS attack.
bintoro
Function overloading for Python 3
arpitbbhayani
Function overloading for Python
dzautner
Python like decorators in Javascript with pseudo operator overloading.
deepanshumehndiratta
A Python library to overload the basic Data-Model to convert it to reactive data structures making it possible to fuse reactive programming with ordinary imperative programming.
Suor
Overload python 2 functions
Lucretiel
A python library for overloading functions on type and signature.
PennyLaneAI
A tool for source-to-source transformations and operator overloading in Python
bolaft
A Python package for advanced function dispatching and method overloading based on complex, nested, and parameterized types. Inspired by functools' singledispatch decorator.
python
Discussion about discussion overload, see https://mail.python.org/mm3/mailman3/lists/overload-sig@python.org/
mateosss
Dependency free implementation of first order logic with python operators overloading
mohdcodes
In this repo I have solved the python's method overloading problem
Leawind
A Typescript lib to evaluate expression with operator overloading and Python-style array slicing using tagged template literal.
Moulika1322
Practice Python OOP concepts with inheritance, method overriding, and method overloading examples for systematic learning and placement preparation.
AnoRebel
Its a small python program that scrapes a website and its needed pages to obtain all schools(primary and secondary) in Tanzania. Warning: Scrape according to website terms of service, dont just overload any server.
kr1shnaakhurana
ZenLang — A clean, minimal, modern programming language designed for simplicity, readability, and power. Features include custom .zen scripts, ZenOut standard library, Python-based interpreter, planned class overloading, encapsulation, package management, and full module support. Lightweight, fast, and easy to extend https://zenlang.xo.je/
chatasweetie
overloading operators in python
idf
Python OVERloading (pover) methods with type hints
thetianshuhuang
Overload Python's print function for fun and profit!
AnoRebel
Its a small python program that scrapes a website and its needed pages to obtain all schools(primary and secondary) in Tanzania. Warning: Scrape according to website terms of service, dont just overload any server
EdwardLab
A file link sharing program using Python Flask, designed to handle large files with secure, time-limited download links. It prevents direct linking, abuse, and server overload by requiring users to request download links with valid expiration times.
mrdodgerx
A Python-based phpMyAdmin brute-force tool with a resume feature. It efficiently attempts login credentials, supports pausing and resuming attacks, and uses controlled concurrency to prevent server overload. Ideal for penetration testers and security researchers automating phpMyAdmin password cracking.
dima-quant
Nimic is a pure Python module that facilitates writing AOT compilable code with a subset of Python (DSL). Based on ctypes built-in module, it includes emulation of native types, pointers and operations on them, implementing dispatch, operator overloading, and templates. Nimic closely follows Nim programming language, to which nimic code transpiles.
GarikRC
A spammer written in Python 2.7 for Whatsapp, Skype, Facebook and Email. It has an easy to use Terminal Gui and a feature to get the Ip of your Skype friends. It can also delete the complete skype history for preventing an overload of messages.
D-Niermann
C++ implementation of a simple Boltzmann Machine. in this project I tinkered with the creation of a custom matrix class, using operator overloading, dot products and learning how to properly use pointers and memory allocation. I also wanted to see how fast plain C++ is, especially in comparison with Python.
venugopalpg96
Web Scraping in Python In this appendix lecture we'll go over how to scrape information from the web using Python. We'll go to a website, decide what information we want, see where and how it is stored, then scrape it and set it as a pandas DataFrame! Some things you should consider before web scraping a website: 1.) You should check a site's terms and conditions before you scrape them. 2.) Space out your requests so you don't overload the site's server, doing this could get you blocked. 3.) Scrapers break after time - web pages change their layout all the time, you'll more than likely have to rewrite your code. 4.) Web pages are usually inconsistent, more than likely you'll have to clean up the data after scraping it. 5.) Every web page and situation is different, you'll have to spend time configuring your scraper. To learn more about HTML I suggest theses two resources: W3School Codecademy There are three modules we'll need in addition to python are: 1.) BeautifulSoup, which you can download by typing: pip install beautifulsoup4 or conda install beautifulsoup4 (for the Anaconda distrbution of Python) in your command prompt. 2.) lxml , which you can download by typing: pip install lxml or conda install lxml (for the Anaconda distrbution of Python) in your command prompt. 3.) requests, which you can download by typing: pip install requests or conda install requests (for the Anaconda distrbution of Python) in your command prompt. We'll start with our imports:
taylor8294
Enables overloading (polymorphism) of functions and methods in Python 3.8+
TechAle
No description available