Showing 40 open source projects for "myfp2esp32-user-guide-306_02.pdf"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    raspberry-pi-os

    raspberry-pi-os

    Learning operating system development using Linux kernel and Raspberry

    This project provides a step-by-step educational guide on building a simple operating system kernel entirely from scratch, specifically targeting the Raspberry Pi 3. The operating system, referred to as RPi OS, is inspired by the Linux kernel but remains intentionally minimal to focus on clarity and teaching fundamental OS concepts. Each lesson introduces a kernel feature and demonstrates its implementation within RPi OS, followed by a comparison to how the same concept is realized in the Linux kernel. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Booting-Aids_2_

    Helps you to Boot your Experimental Assembly Language programs

    To boot and run your experimental assembly language programs, booting them with either a USB Memory Stick or a DVD. This is Not for Linux. Program only tested on Windows 7 Laptop. The Memory Sticks have to be formatted FAT 32 with a Volume Label = "FINDING" ). The memory stick should have 1 single Fat32 partition It must be of very low capacity, of 128 Meg bytes maximum? Because the memory stick must Not have a MBR system. Copy your own experimental program to the empty memory stick...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pc Calculator is a clever note and formula editor combined with an advanced and strong scientific calculator. Being an editor it is extremely user-friendly allowing all possible typing and other errors to be easily corrected and fast recalculated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Linux/UNIX assembly programming portal.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5

    Cryptography Tools

    Classic & Modern Cryptography tools

    Cryptography Tools is a project to develop demonstration tools on classic (currently Caesar and Playfair) & modern crypto-systems, including private & public key encryptions, digital signatures, cryptographic hashes and authenticated encryption.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenPoplog is a multi-language, incrementally-compiled virtual machine-based development environment with its own extensive teaching and support material, supporting the languages Pop-11, Prolog, Common Lisp and ML on Unix, VMS, Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MPS and µMPS are general-purpose computer system simulators based on MIPS R3000 processor. Both feature a X Window user interface, documentation, and a development kit. They have been successfully ported on several platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Customizable Instruction Set Simulator

    Customizable simulator of virtual CPU with multitasking.

    Project implementing simulator of virtual CPU with additional tools. Application written in C# 4, .Net Framework 4.0 , Visual Studio 2010 Features: - IDE- like environment with MDI interface - Customizable (plug- ins) architecture: instruction sets, directives, registers, additional MDI windows - Own assembler using Intel syntax producing binary programs - Simulation of i386- like CPU operating on multi- level cache and RAM - Simulation of debugger and memory view - Features of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HALT is a developer friendly programming and simulation environment for the Motorola 680x0 family of processors. Targeted at academia, it is centered around ease of use and utility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    NES Sound Test

    A program for the NES that can test the audio

    A program written in 6502 assembly for the ca65 assembler(which is part of cc65) that shows a list of available sounds to test and will allow the user to choose which sound to play. I made this so I can better understand how the sound works in the NES and hopefully someday emulate the sound in my future NES emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SOPA is an hobby opensource operating system written in both C and Assembly. The first purpose of this project is for me to learn and hopefully help other when learning about OS development. Feel free to contribute!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Visual Boy Advanced Emulator for Windows. This will allow instructors to teach the GBA software/hardware and home brew developers to build run their code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libNT - The Number Theory Library
    libNT is a Number Theory Library which is based on a BigInteger Class. It will contain several algorithms for solving Number Theory Problems. Written in the IDE Code::Blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RubyMoss is a Web - Based Framework written with Ruby on Rails, intended to support all analysis and data processing for Mossbauer Spectroscopy. Written under BSD License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a remake of the original New World Computing engine used in Might and Magic 6, 7 and 8. Developed in C++, DirectX, OpenGL, new engine extends capabilities of of it's predecessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lib Along32 is a function library of linux nasm, which is mainly moified from Irvine32 lib, the auxiliary library in "Assembly Language for Intel-based Computers", written by Kip R. Irvine.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Minimal Linux Like Kernel
    It is a minimal linux like kernel for x86 architecture. It is mostly the source code from the tutorial "Roll your own toy UNIX-clone OS" written by James Molloy: http://www.jamesmolloy.co.uk/tutorial_html/index.html It is encoded in a bash script.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Computer Aided Intruction/Tutor Software.Multier. Tier 1: DB server MSSQL ,MySQL or ODBC providing Membership Data (Name,Address...) Tier 2 Web Server Display progress of Students for Parents etc Tier 3 Mobile Device for logging Progress of Students
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Crocos is a small opensource UNIX-like kernel, designed with simplicity in mind, for educational purposes. It is developed in several steps to allow people to understand how a tiny operating system can be built from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Lisp multilanguage design implemented on Smalltalk. Featuring an OOP macro system that works across all the languages. Contains all other languages as Lisp dialects. Fully OOP. Fully documented guided tour. language specs too. assembler, prolog, C#...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Real-time collision detection library for physical simulations in virtual environments. Includes support for self colliding objects as needed for simulation of textiles and clothes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Matho is a OS Independant Application and API for mathematical operations, features include curve sketching, calculus, iterative formulae, algebra solver, 2d/3d geometry and mechanical and statistical functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next