19-day longest streak
-
overleaf-mcp-server
MCP server for Overleaf projects. Syncs LaTeX files via Git, parses sections, equations, and citations, and exposes them to AI clients for assisted paper review, LaTeX fixes, and content generation.
Python ★ 37 14d agoExplain → -
DevLens
Lost in a new codebase? DevLens scans your Python project and scores every file from 0 to 100 based on how hard it is to understand. It uses code complexity metrics, git history signals, and optional AI to pinpoint the files your team will struggle with. It also shows project statistics (languages, lines, directories) and summarizes files with AI.
Python ★ 26 14d agoExplain → -
arxiv-reader-mcp
Want to search arXiv papers, fetch metadata, and extract full-text PDFs without leaving your editor? This MCP server connects any MCP-compatible client (Claude Code, etc.) directly to arXiv.
Python ★ 21 12d agoExplain → -
DevJobsScraper
Tired of manually searching for remote developer jobs? This Python Discord bot scrapper collects and structures listings from Emploitic, making them ready for analysis or integration into dashboards and job boards
Python ★ 10 10d agoExplain → -
VisionCompressor
Block-matching motion estimation inspired by the one used in Twitch, YouTube, and Zoom. Feed two images, inspect motion vectors and residual heatmaps. Three-step search, batch processing, YCrCb/BGR/Y-only modes. Interactive PyQt6 GUI and CLI.
Python ★ 7 10d agoExplain → -
MidnightMuseum
An immersive 3D museum experience developed using OpenGL 3.3. This project explores real-time rendering, dynamic lighting systems, and interactive gameplay mechanics within a high-fidelity virtual environment.
C ★ 7 4mo agoExplain → -
nashlab
A collection of Game Theory concepts, models, and implementations exploring strategic decision-making, equilibria, and rational behavior in competitive environments.
Python ★ 4 6mo agoExplain → -
java-socket-programming
This repository is demonstrating network programming concepts using Java sockets, covering both TCP and UDP protocols, as well as packet manipulation.
Java ★ 3 4mo agoExplain → -
Algeria-2-0-FineTuning-workshop
This repository contains resources and examples used in my workshop for Algeria 2.0 for creating your own mini AI workshop using large language models (LLMs) and datasets from Hugging Face.
Jupyter Notebook ★ 3 6mo agoExplain → -
GenesisKnight
Can the knight visit every square on the chessboard exactly once?, This is where the genetic algorithm steps in: by evolving generations of possible tours, selecting the most promising ones, it gradually guides the knight toward the perfect journey one that covers every square exactly once
Python ★ 2 7mo agoExplain → -
d3visuals
A collection of interactive data visualizations built with D3.js, showcasing various chart types, statistical methods, and analytical techniques for visual data exploration.
JavaScript ★ 2 4mo agoExplain → -
mcp-servers ⑂
Model Context Protocol Servers
★ 2 6mo agoExplain → -
Git-GitHub-Essentials-Workshop
A workshop for GDG Algiers as part of the GDG Integration Program, where I explained the essentials and fundamentals of Git and GitHub.
★ 2 7mo agoExplain → -
Phynix
A compiler for the PHYLOG language, built with FLEX and BISON, featuring lexical, syntax, and semantic analysis, symbol table management, error handling, and object file generation.
C ★ 1 1y agoExplain → -
data-analysis-project
This repository focuses on facial landmark extraction, preprocessing, and analysis using PCA (Principal Component Analysis / ACP). It provides tools to process a facial dataset, extract meaningful geometric and statistical features, and perform dimensionality reduction for visualization and further analysis.
Jupyter Notebook ★ 1 1y agoExplain → -
Traffic-Sign-Detector-With-SIFT
This project focuses on developing a traffic sign recognition system using the Scale-Invariant Feature Transform (SIFT) algorithm. The goal is to detect and recognize traffic signs in images with diverse backgrounds
Python ★ 1 1y agoExplain → -
data-cleaning-nyc-airbnb
The New York City Airbnb Data Cleaning Project aims to preprocess and clean the publicly available Airbnb dataset for New York City to make it reliable and ready for analysis or machine learning tasks.
Jupyter Notebook ★ 1 1y agoExplain → -
MinMaxala
How would the Minimax algorithm choose its very first move in Mancala? Mancala, also known as Awalé, is an African-origin sowing game played on a board with six small pits on each side and a store at each end. Each pit starts with four seeds, and the challenge is to sow them strategically to outscore your opponent
Python ★ 1 10mo agoExplain → -
web3-motoko-workshop
A Web3 development workshop project that demonstrates how to build decentralized applications (DApps) using Motoko on the Internet Computer. It serves as a practical introduction to smart contracts, state management, and Web3 concepts.
Motoko ★ 1 10mo agoExplain → -
concurrent-programming-java
A comprehensive collection of Java multithreading and concurrency examples demonstrating fundamental thread synchronization patterns, the producer-consumer problem, and advanced multi-queue systems.
Java ★ 1 6mo agoExplain → -
zed ⑂
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
★ 1 7mo agoExplain → -
scrcpy ⑂
Display and control your Android device
★ 1 7mo agoExplain → -
gdg-docs ⑂
Documentation for GDG's code guidelines and workflow
★ 1 7mo agoExplain → -
apriori-qos-asd
Enhanced Apriori rule mining with a custom asymmetric quality function using tunable α and β to control penalties for false positives and false negatives. Includes comparison with traditional metrics like confidence and lift.
Jupyter Notebook ★ 1 1y agoExplain → -
Primality-Test-Algorithms
Implement three algorithms to check if a number n is prime. Test each algorithm with different values of n, measure performance, and compare results visually.
Jupyter Notebook ★ 0 1y agoExplain → -
Gentle-Coding ⑂
An ongoing, collaborative meta-analysis about Human-AI-Interactions. We aggregate data and knowledge to build a non-abrasive, user-friendly prompting framework tailored to LLM mechanics, ensuring reasoning stability and a friction-free prompting environment that is safe for the human psyche and wellbeing.
★ 0 11d agoExplain → -
CS50x-Problem-Sets
CS50x-Problem-Sets: Solutions to Harvard's CS50x course problem sets, exploring core computer science concepts like algorithms, data structures, C, Python, SQL, and web development.
C ★ 0 1y agoExplain → -
Harvard-University-CS50x-Final-Project
DoIt! is a web application designed for managing tasks, likely inspired by common "To-Do List" apps. It helps users organize and keep track of their daily or long-term tasks. This project is the final submission for the Harvard CS50x course.
HTML ★ 0 1y agoExplain → -
RegressionX
This repository is dedicated to my learning journey in linear regression. I'm following tutorials, experimenting with different datasets, and implementing regression models to deepen my understanding.
Jupyter Notebook ★ 0 1y agoExplain → -
ML-DL-Resources
This repo is my personal collection of books, articles, and resources about Machine Learning and Deep Learning. Whether you're just getting started or diving deep into advanced topics, you'll find something valuable here.
★ 0 1y agoExplain → -
Parallel-Quick-Sorting
Parallel-Quick-Sorting is a repository showcasing the implementation of the Quick Sort algorithm optimized for parallel processing.
C ★ 0 1y agoExplain → -
Complexity-practices
"Complexity-Practices" is a repository dedicated to exploring algorithms, and computational complexity through hands-on exercises and practical implementations.
Jupyter Notebook ★ 0 1y agoExplain → -
SuffixArray-AlgorithmsAndComplexities
This repository explores the construction of a suffix array using various sorting algorithms (Quick Sort, Heap Sort, Merge Sort, Bucket Sort) and analyzes their practical complexities. It also includes a study of the search complexities within the suffix array.
Jupyter Notebook ★ 0 1y agoExplain → -
Pattern-searching-in-a-text
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
Random-Data-and-Matrix-Algorithms
This repository contains Python implementations for random data generation, search algorithms, sorting, matrix generation, matrix multiplication, and matrix power computation, along with complexity analysis.
Jupyter Notebook ★ 0 1y agoExplain → -
Sum-computation-algorithms
This repository contains two different algorithms designed to compute a specified sum. The purpose is to compare their time complexities through practical measurements by varying the size of n.
Jupyter Notebook ★ 0 1y agoExplain → -
Time-Quantum-Programming-with-Periodic-Interrupt-1CH
Assembly project demonstrating interrupt-driven task scheduling: single-task mode with 1-second timer and multi-task mode with 5 tasks triggered every 5 seconds, featuring modular interrupt management.
Assembly ★ 0 2y agoExplain → -
unsloth ⑂
Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train OpenAI gpt-oss, DeepSeek-R1, Qwen3, Gemma 3, TTS 2x faster with 70% less VRAM.
★ 0 5mo agoExplain → -
openai-agents-python ⑂
A lightweight, powerful framework for multi-agent workflows
★ 0 7mo agoExplain → -
openai-cookbook ⑂
Examples and guides for using the OpenAI API
★ 0 7mo agoExplain → -
Sokoban-Puzzle-Solution ⑂
in this repo we are resolving SokobanPuzzle using algorithms .
★ 0 1y agoExplain → -
full-blockchain-solidity-course-py ⑂
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
★ 0 2y agoExplain → -
AgenticGemini
An AI coding agent built in Python with the Gemini Flash API. Features an agentic loop with tool calling for reading, writing, and executing code to iteratively improve a codebase.
Python ★ 0 9mo agoExplain → -
markitdown ⑂
Python tool for converting files and office documents to Markdown.
★ 0 1y agoExplain →
No repos match these filters.