71 projects for "documentation" with 2 filters applied:

  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    HTML CSS

    HTML CSS

    Curso de HTML5 e CSS3

    ...It likely contains sample websites, examples of markup, styling, exercises, and reference materials related to web front-end development using HTML and CSS. CSS styling samples and layout demonstrations. Educational documentation (README, explanations). Structured project examples (e.g. small websites). Version history/incremental improvements.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    DIO Lab

    DIO Lab

    Repository for "Contributing to an Open Source Project on GitHub" lab

    ...It provides hands-on experience with the Git workflow, including forking repositories, creating branches, submitting pull requests, and collaborating with other developers. The repository also emphasizes the role of Markdown in writing effective documentation, guiding learners on how to create clear, well-formatted text for README files and project guides. While Markdown is used for documentation and presentation, the course encourages students to complement it with proper debugging tools and language-specific development practices. Overall, this project functions as a stepping stone for beginners aiming to build confidence and competence in the real-world.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    English-level-up-tips

    English-level-up-tips

    An advanced guide to learn English which might benefit you a lot

    English-level-up-tips is a comprehensive open-source guide designed to help learners improve their English language skills across a broad range of competencies, from vocabulary and grammar to listening, speaking, reading, and writing. Structured as a language learning tutorial, the project aggregates tips, strategies, explanations, and resources that go beyond simple phrase lists, encouraging learners to develop a deep understanding of how English works and how to use it effectively. The...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Marksheet

    Marksheet

    Free tutorial to learn HTML and CSS

    ...It explains core building blocks—elements, attributes, selectors, the box model, positioning—and connects them to the mental models needed for real layouts. The writing style aims to demystify jargon and teach a consistent vocabulary so learners can understand documentation and tutorials elsewhere. It includes diagrams and compact examples that illustrate concepts without burying readers in boilerplate. The material emphasizes progressive mastery, encouraging learners to build small pages and refine them with better structure and style. It’s a useful reference to revisit after your first projects, reinforcing fundamentals that make larger frameworks easier to learn later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Archbase

    Archbase

    Open source version of "Fundamentals of Computer Architecture"

    The archbase repository appears to focus on architectural patterns, foundational frameworks, or base scaffolds for building software systems (though exact intent may depend on the content). The name “archbase” suggests that it could be a baseline architecture or reference templates for projects, possibly spanning front-end, back-end, or full stacks. The repo likely provides starter code, directory structures, configuration files, core modules, and guidelines that enforce certain...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mall Learning

    Mall Learning

    Tutorial and sample-code repository

    mall-learning is a tutorial and sample-code repository that explores an entire e-commerce system architecture from backend to frontend. The associated “mall” project (with tens of thousands of stars) is an open-source full-stack e-commerce platform built with Spring Boot, MyBatis, Elasticsearch, RabbitMQ, Redis, MongoDB, MySQL and containerized via Docker. The learning repository breaks down architecture, business modules (products, orders, marketing, members), deployment (Linux, Docker,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wikibook Ada Programming
    The Demonstrations Programs for the Wikibook "Ada Programming".
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8
    Simulation of Urban MObility

    Simulation of Urban MObility

    SUMO is a microscopic, multi-modal traffic simulation.

    ...It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation. The code and the issue tracker can be found at https://github.com/eclipse-sumo/sumo/ The documentation can be found at https://sumo.dlr.de/docs/
    Leader badge
    Downloads: 352 This Week
    Last Update:
    See Project
  • 9
    Anti-Plagiarism (Check on plagiarism)
    ...The goal of this program is to help reduce the impact of plagiarism on education and educational institutions. Checking documents in a format *.rtf, *.doc, *.docx, *.pdf Check the source code C, C++, C#, Java, ... Download - https://ap.km.ua/ Documentation - https://ap.km.ua/
    Downloads: 2 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10
    CS Notes

    CS Notes

    Essential knowledge for technical interviews, Leetcode, and OS

    ...The repository also includes sections on system design, distributed systems, caching, and message queues, providing practical knowledge relevant to software engineering interviews and real-world applications. In addition, it emphasizes code readability, clean coding practices, and proper documentation formatting. The notes follow the Chinese copywriting typesetting guidelines for improved readability, and the project employs consistent HTML-based image formatting to maintain a polished, uniform presentation across all documents.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    0xcafed0c5

    0xcafed0c5

    An Interactive Java API Examples and Documentation

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Lisp Koans

    Lisp Koans

    Common Lisp Koans is a language learning exercise

    ...Each koan introduces a concept—symbols, lists, macros, multiple dispatch, reader syntax—then asks you to fill in the blanks and run the suite again. The feedback loop is intentionally tight: fail, reflect, fix, and rerun until the tests become a form of living documentation. Because koans are organized from fundamentals to metaprogramming, learners internalize not just syntax but also Lisp’s philosophy of code-as-data. The exercise format makes it ideal for workshops, katas, or leveling up engineers who have never touched a Lisp before. It’s minimal on infrastructure and maximal on discovery, encouraging use of a REPL and inspector while you solve each puzzle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ixy-languages

    ixy-languages

    A high-speed network driver written in C, Rust, C++, Go, C#, Java

    ixy-languages is a repository exploring the implementation of the ixy network driver (originally written in C) in multiple programming languages, showing how the same core logic can be expressed across language boundaries. The ixy driver is a minimal DPDK-based user-space NIC driver intended for education, demonstration, and controlled experimentation. This project reimplements the ixy driver architecture in Rust, Go, C++, Zig, and possibly other languages, maintaining the same driver...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Coding-Guide

    Coding-Guide

    Repository of coding guidelines, developer notes, learning resources

    Documentation across languages and frameworks. Continuously updated by the author.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    What happens when

    What happens when

    What happens when you type google into your browser and press enter?

    What happens when is a large collaborative documentation-style project that aims to answer in exhaustive detail the canonical interview/thought experiment question, “What happens when you type google into your browser and press Enter?” Rather than giving a high-level overview, the repository tries to break down every step in the process, from low-level events (keyboard press, OS events, keyboard interrupts), through OS-level handling (keyboard scan codes, key events), parsing, DNS lookup, networking (ARP, socket creation, TCP/TLS handshake), HTTP requests, browser behavior, HTML/CSS/JS parsing, rendering engine, GPU rendering, layout, to final drawing and user-visible output. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Deep Learning 500 Questions

    Deep Learning 500 Questions

    500 Questions on Deep Learning using a question-and-answer format

    DeepLearning-500-questions is a comprehensive handbook that compiles 500 important questions on deep learning, curated to serve as a valuable reference for AI engineer interviews and self-study. Edited by Tan Jiyong with contributions from Guo Zizhao, Li Jian, and Dian Songyi, the book systematically covers both theoretical foundations and practical applications of deep learning. The first sections focus on essential mathematics, machine learning basics, and deep learning foundations,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Freebasic Beginners Guide

    An updated Beginners guide to FreeBASIC

    The purpose of this project is to create and update a beginners guide to FreeBASIC. Over the years I have noticed that there was only three real ways to learn FreeBASIC. The FreeBASIC Documentation, the FreeBASIC Community Forum, and A old beginners guide written by Richard D. Clark and Ebben Feagan. Each of these sources are great, but they all assume some experience with a programming language. This Project is taking Richard D. Clark's and Ebben Feagan's "A Beginner's Guide to FreeBasic" and is editing, updating, reorganizing, and simplifying this guide. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18

    MatrixGame

    An environment to develop games based on a rectangular board

    MatrixGame is a development tool designed to quickly produce video games based on a rectangular board. A new game must be described as a new Java class extending the class Game that is enabled to use an interactive environment. For some examples please run the jar file after the download. A little menu opens letting you run all the developed games. Sources are inside the jar file that can be opened as a normal zip file. In the apk file you can find a partial Android porting.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    miniBachelor

    miniBachelor

    Mini Version meiner Bachelorarbeit

    Diese Mini-Code-Version meiner Bachelorarbeit dient mit ca. 370 Code-Zeilen als Beispiel des Farmer-Worker-Modells. Der C++ Code zeigt die Nutzung von Apache Thrift (zur Verteilung) und glpk (zum Lösen). Der Code besteht im Kern aus folgenden Dateien: - MiniBachelor.thrift: ca. 20 Zeilen IDL beschreibt den Teil, der für Farmer und Worker wichtig ist - Farmer.cpp, Worker.cpp: ca. 200 bzw. 120 Zeilen enthalten die Implementierung. - farmer.conf: praktisch, um nicht alle...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    eTests

    eTests

    Formative evaluation platform

    ...This software is actually in pre-alpha because some not essentials features are still missing. eTests uses several opensources libraries. See the 'Credits' section in the README file. There is no documentation for the moment. It will be done in the wiki as soon as possible. eTests was presented at FOSDEM 2013 during a lightning talk http://youtu.be/BM0QpD86je0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Spoon Knife

    Spoon Knife

    This repo is for demonstration purposes only

    The Spoon-Knife repository is a test project created and maintained by GitHub to help new users learn how to fork repositories and contribute through pull requests. It is intentionally simple, containing minimal HTML and CSS code, so that the focus is on practicing workflow rather than navigating a complex codebase. This project serves as a safe playground where developers can clone, edit, and submit changes without worrying about breaking anything meaningful. The repository is often used in...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    NXShield API's and Documentation Online API reference available at: http://www.openelectrons.com/NXShield/html/
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Mormon Documentation Project's goal is to gather, document, index, archive, and make accessible LDS publications in the public domain from The Church of Jesus Christ of Latter-day Saints.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some Wiki articles related to videogames and gamep-physics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The purpose of this project is to create a German translation of the book <a href="http://www.byteofpython.info">"A Byte of Python"</a> originally written in English by Swaroop C H.
    Downloads: 18 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next