RaymonDev's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
chrislgarry/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
adam-p/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
acheong08/ChatGPT
Reverse engineered ChatGPT API
chubin/wttr.in
:partly_sunny: The right way to check the weather
rahuldkjain/github-profile-readme-generator
🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
alexandresanlim/Badges4-README.md-Profile
:octocat: Improve your README.md profile with these amazing badges.
Datalux/Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
py-pdf/pypdf
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
agronholm/apscheduler
Task scheduling library for Python
dair-ai/ML-Course-Notes
🎓 Sharing machine learning course / lecture notes.
journeyapps/zxing-android-embedded
Barcode scanner library for Android, based on the ZXing decoder
subzeroid/instagrapi
🔥 The fastest and powerful Python library for Instagram Private API 2024 with HikerAPI SaaS
xiph/flac
Free Lossless Audio Codec
prakash-chakraborty/free-tshirts-stickers-and-swag-for-developers
List of free tshirts, stickers and swags available for developers
vsakkas/sydney.py
Python Client for Copilot (formerly named Bing Chat), also known as Sydney.
drewthoennes/Bored-API
A simple and free API to find things to do when you're bored
chandanverma07/Ebooks
These are Some useful ebook
bobbyroe/threejs-earth
A scene containing a lovely multi-layered model of the earth
lnyaki/BigDataProject3
Automatic detection of fake twitter followers
AssemblyAI-Examples/dalle-mini-python-app
Create your own DALL-E application in Python with Streamlit.
RaymonDev/SnippetsVault
Your go-to collection of code snippets in various programming languages for quick reference and learning.
apertium/apertium-webext
Cross-browser WebExtension Interface for the Apertium APy service
ShubhamSKadam/List-of-free-Developer-Resources-online
A Compiled list of all the free developer resources online
brayanospina2005/starbucks
starbucks web page
RaymonDev/Gerstner-Wave-Simulation-Python
This repository contains a Python script that simulates a Gerstner wave using matplotlib and numpy. The wave parameters such as wavenumber, angular frequency, phase, and amplitude can be adjusted in the code to visualize different wave behaviors.
RaymonDev/Cherenkov-Radiation-Python
This code calculates and plots the Cherenkov radiation spectrum in water using the Frank-Tamm formula. The formula takes into account the speed of a charged particle and the refractive index of the medium to calculate the intensity of the radiation. The resulting spectra are plotted using matplotlib.
RaymonDev/RUSGen
This project is a Python script that utilizes the Reddit API (via the PRAW library) to retrieve a user's submission history and generates a summarized text using the BART (Bidirectional and AutoRegressive Transformers) model. The script saves the user data to a text file and appends the summarized text to another file.
RaymonDev/Square-signal-recovery
This code implements a signal recovery algorithm for a square wave signal.