92 projects for "learning" with 2 filters applied:

  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    sperm

    sperm

    Collection of reverse engineering articles curated for learning

    ...These articles originate from multiple technical communities and platforms and are exported into Markdown format to maintain a consistent and readable structure. sperm focuses on educational material that explores reverse engineering techniques, mobile analysis, and related technical discussions. Its goal is to preserve useful learning resources and make them easier for researchers, students, and security enthusiasts to browse in a single location. sperm emphasizes that the materials are intended strictly for study and technical exchange rather than misuse. By maintaining these articles in a version-controlled repository, the content remains accessible and easier to navigate.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ByePassHub

    ByePassHub

    2500+ UNRESTRICTED unblockers, games, exploits, bookmarklets, and AI

    ByePassHub is an open-source project focused on aggregating and organizing tools, techniques, and resources related to bypassing restrictions in various digital environments, such as network limitations, content blocks, or platform constraints. It acts as a centralized hub that compiles different bypass methods and utilities, providing users with a structured way to explore alternative access strategies. The project is typically organized as a collection of scripts, guides, and references...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    whoami.filippo.io

    whoami.filippo.io

    A ssh server that knows who you are. $ ssh whoami.filippo.io

    whoami.filippo.io powers a diagnostic service that reports what your client and connection look like from the other side, making it a handy mirror for network and TLS debugging. It surfaces details such as your IP address, protocol versions, cipher suites, SNI, and other attributes that are otherwise tedious to confirm across layers. The tool emphasizes clarity and minimalism, helping engineers quickly verify configuration changes in browsers, proxies, VPNs, or CLI tools. It is especially...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    crawler

    crawler

    Collection of JS reverse engineering examples for web scraping study

    crawler is a collection of web scraping and JavaScript reverse engineering examples designed for learning how modern websites protect their data and how those protections can be analyzed. It contains many case studies that demonstrate how to analyze and replicate request parameters, cookies, and encryption logic used by real websites. Each directory in the project focuses on a specific target service or scenario, showing how browser network requests and JavaScript code can be studied to reproduce API calls programmatically. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    spider_collection

    spider_collection

    Collection of Python web scraping scripts for data extraction tasks

    spider_collection is a collection of Python web crawler scripts created primarily for experimentation, learning, and practical scraping tasks. spider_collection gathers multiple independent spiders designed to collect data from different platforms and services, demonstrating a variety of scraping techniques and workflows. These crawlers make use of common Python scraping tools such as requests, parsel, BeautifulSoup, and the Scrapy framework to extract structured information from web pages. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    watercrawl

    watercrawl

    AI-ready web crawler that extracts and structures website content

    WaterCrawl is an open source web crawling and data extraction platform designed to transform website content into structured data suitable for machine learning and AI workflows. It enables developers and researchers to crawl web pages, extract meaningful information, and convert it into formats that are easier to process and analyze. It provides a modern crawling system that can automatically navigate links, control crawl depth, and collect content from targeted sections of a website. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server implements multiple spam filters

    The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server which implements auto-whitelists, self learning Hidden-Markov-Model and/or Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, Senderbase and multiple other filter methods. Click 'Files' to download the professional version 2.8.1 build 24261. A linux(ubuntu 20.04 LTS) and a freeBSD 12.2 based ready to run OVA of ASSP V2 are also available for download. ...
    Leader badge
    Downloads: 40,459 This Week
    Last Update:
    See Project
  • 8
    Halfrost-Field Frostland

    Halfrost-Field Frostland

    This is the place to blog

    Halfrost-Field is a large public “knowledge and blog repository” maintained by a developer who documents a wide variety of computer-science, programming, and machine-learning content — from classic algorithms, ML fundamentals, to system design and broader engineering topics. The repository is structured like a personal technical blog/book: it contains “contents” directories with Markdown-based notes, tutorials and guides. For example, there is a full machine learning course outline (regression, neural networks, SVMs, unsupervised learning, anomaly detection, large-scale ML, even application examples like OCR), that reads like a self-study curriculum. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AMBIT:Chemical Structure DB&Web Service

    AMBIT:Chemical Structure DB&Web Service

    Chemical structures database & machine learning with web services API

    AMBIT offers a cheminformatics data management for chemical substances, structures and nanomaterials. Flexible structure, similarity and study queries storage, descriptor calculation and predictive models building via REST web services.User interface for creating read across assessment and generating reports, aligned with regulatory and industrial requirements. Command line applications also available. Integration with third party tools and databases.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Website@School

    Website@School

    Website CMS specifically designed for schools

    ...It also supports collaboration through fine-grained role-based access control, enabling safe teamwork among pupils, teachers, and staff. Designed as both a CMS and a learning tool, Website@School helps prepare pupils for future ICT skills and international collaboration.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    python-fxxk-spider

    python-fxxk-spider

    Collection of 100+ Python web scraping projects and crawler examples

    python-fxxk-spider is a curated collection of Python web scraping and crawler projects gathered in a single repository for reference and learning. It aggregates many independent scraping examples that target a wide range of websites, online services, and public data sources. Instead of being a single crawler tool, it functions as a catalog of ready-made Python spider implementations that demonstrate different scraping techniques. python-fxxk-spider includes scrapers for social media, e-commerce platforms, job listings, music services, video platforms, and various content sites. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    The Lemur Project

    The Lemur Project

    Search engine and data mining applications and ClueWeb datasets.

    The Lemur Project develops search engines, browser toolbars, text analysis tools, and data resources that support research and development of information retrieval and text mining software, including the Indri search engine in C++, the Galago search engine research framework in Java, the RankLib learning to rank library, ClueWeb09 and ClueWeb12 datasets and the Sifaka data mining application.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    Scylla

    Scylla

    Intelligent proxy pool for collecting and managing public proxies

    ...In addition to the API, the system provides a web-based interface where users can view available proxies and monitor their global distribution through a visual dashboard. It is commonly used by developers who need scalable proxy management when gathering data from the internet or building datasets for machine learning.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Team Maker is software that helps instructors quickly create cooperative learning teams. It works by surveying students based on a set of questions the instructor picks, and then builds teams based on these student responses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    the hotdog web browser

    the hotdog web browser

    The hotdog web browser and browser engine

    the hotdog web browser project is a hobbyist web browser and layout engine written entirely from scratch in Go to explore how browsers work under the hood, implementing core components like an HTML parser, CSS rendering, UI toolkit, networking, and layout logic without relying on heavy external dependencies. It’s far from being a complete or spec-compliant browser, but it’s designed to be a learning platform and experimental codebase for anyone curious about browser internals and rendering architecture. The repository includes custom named modules such as ketchup for HTML parsing, mayo for CSS rendering, and a minimal OpenGL/GLFW-based UI toolkit termed mustard, among others. Because it’s handcrafted with minimal dependencies (only OpenGL and GLFW outside the standard library), it emphasizes understanding every part of the browser stack. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    lxspider

    lxspider

    Educational Python web scraping case collection for many sites

    lxSpider is a collection of web scraping examples designed primarily for learning and experimentation with data extraction techniques. It gathers numerous crawler implementations that demonstrate how to collect data from a wide range of websites and online services. It focuses heavily on practical cases that illustrate how different platforms handle requests, authentication parameters, and anti-scraping protections. lxSpider includes examples targeting areas such as e-commerce platforms, social media services, content sites, research databases, and information portals. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Mara CMS

    Mara CMS

    The file based CMS with full-featured editing

    ...Features include direct editing of the actual webpage so you see your changes as you type, drag and drop photo and video content addition, easy YouTube video linking, a photo gallery that can also double as a presentation or lecture slideshow, a secure contact form, rollback of changes, plus much more. For the experienced Web developer, Mara's use of industry standard HTML5 and CSS3 instead of proprietary markup or database structures makes for a shallower learning curve. If you already understand the fundamentals of webpage creation you can get productive really quickly. Open source, unrestricted, and free to use. Coders are welcome to contribute themes or plugins to the project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    mzitu

    mzitu

    Python crawler that downloads image galleries and analyzes titles

    ...Using text segmentation and frequency analysis, the project can create a word cloud representing common keywords found in the dataset. This makes the repository both a scraping example and a small data analysis experiment built around the collected content. Overall, mzitu serves as a learning-oriented implementation of Python web scraping, data processing, and visualization techniques.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    jd-autobuy

    jd-autobuy

    Python tool that automates JD.com login and product purchase tasks

    ...Users can configure parameters such as the product ID, quantity, refresh interval, and purchase behavior using command-line options. jd-autobuy is intended primarily for learning purposes and demonstrates how automated scripts can interact with web services and online shopping systems .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Free Dean's Office for MOODLE
    Manage subscriptions to the Moodle course, contract with students, educational services, the trajectory of learning, academic groups, individual and group training, student record-books, learning processes, milestones, current and final grades, etc.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    ...DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CommSy

    CommSy

    Web-based Community System

    CommSy is a webbased community system, originally developed at the University of Hamburg, Germany, to support learning/working communities. For a more indepth description see the project home page. For questions or comments contact finck@commsy.net. Code is now hosted at GitHub. See https://github.com/commsy/commsy Documentation is available under: http://docs.commsy.net You can grep the latest development build of CommSy from http://jenkins.effective-webwork.de/job/CommSy%20Dev/lastSuccessfulBuild/artifact/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ILIAS LMS
    ILIAS is a web base learning management system (LMS, VLE). Features: Courses, SCORM 1.2 and 2004, mail, forum, chat, groups, podcast, file sharing, authoring, CMS, test, wiki, personal desktop, LOM, LDAP, role based access, see http://www.ilias.de/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Heartbleed

    Heartbleed

    A checker (site and tool) for CVE-2014-0160

    Heartbleed contains a compact, purpose-built implementation for detecting the infamous Heartbleed vulnerability in OpenSSL’s TLS heartbeat extension (CVE-2014-0160). It focuses on demonstrating and testing the flaw rather than being a general-purpose security toolkit, which makes the code approachable for learning and auditing. The project illustrates how a malformed heartbeat request could coax vulnerable servers into leaking memory contents, including potentially sensitive data. Because it’s small and self-contained, it’s often used as a reference to understand the vulnerability mechanics without wading through large codebases. The repo also serves as a historical snapshot of a watershed moment in modern Internet security and the practical lessons it forced the industry to learn. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    docebo reborn

    Docebo is not dead !! Docebo LMS reborn

    Docebo is a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application for e-learning This projects aims to save the open source comnunity of docebo, still active on http://www.elearningcommunity.net NEW: You can find the fork that aims to continue the development as formalms project at http://sourceforge.net/projects/forma/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB