Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View dannyblaker's full-sized avatar

Block or report dannyblaker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. densezip densezip Public

    Dense Zip is an archiver tuned for the smallest possible output — recompression, context mixing, and backend racing. Beats gzip/xz/zstd/7z on size.

    Rust 1

  2. learn-stock-market-prediction learn-stock-market-prediction Public

    A comprehensive educational guide to machine learning for stock market prediction. Covers statistical methods (ARIMA), classical ML (Random Forest, XGBoost), deep learning (LSTM), and reinforcement…

    Python 1

  3. Advanced-Django-Project-Example Advanced-Django-Project-Example Public

    A django project showcasing advanced features such as multi-level geo-blocking, robust email validation including domain blacklisting, phone number validation by country code, Google Recaptcha, for…

    JavaScript

  4. mall-path-optimizer mall-path-optimizer Public

    Generate a 3D interactive virtual mall then traverse it using Nearest-Neighbor + 2-opt (TSP) heuristic in order to find the most optimal walking path to visit all shops across all floors, factoring…

    Python

  5. saas-analytics-postgres saas-analytics-postgres Public

    Use SQL queries to answer critical SaaS growth questions with PostgreSQL. Realistic schema for a mock project management app (Free/Basic/Premium plans), 1000+ sample users, 50+ analytics queries f…

    Jupyter Notebook

  6. queue-chat queue-chat Public

    A scalable AI chat using queues: Each message is a Celery task routed via RabbitMQ. You can watch your position in the queue count down in real-time before a local Ollama model streams the reply. R…

    Python