Showing 701 open source projects for "arduino source code"

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
    A wizard/procedure and a framework to make it easy to publish PROGRESS procedures as WebServices generating the WSDL and WS code, without requiring the developer to learn XML or the framework itself. There are many choices to deploy the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SEG-Y Zip
    SEG-Y files need special compression because they don't compress well using gzip and the like. The code is cross-platform C++ using nothing else than standard system libraries. This is a spin-off from the OpendTect project (http://opendtect.org).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    CD-R eRRoR coRRectoR

    Error correction program for CD, based on 16-bit Solomon-Reed code.

    rrenc - reads all of files which are to be written into XCD, computes an array of redundant data (usual 16-bit Solomon-Reed code) and prepares paramfile for mode2cdmaker; rrdec - reads all of files (including redundant data) from XCD and writes them to your hard disk, computes the contents of damaged sectors and insert them into proper places. Sequel of: http://forum.doom9.org/showthread.php?t=93048 http://forum.sharereactor.ru/showthread.php?t=59777
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    entdec

    entdec

    This is the simple program lets you decode file, conains html entities

    ..., ed:"<©>". It isn't easy to edit such simbols code. Using this program, you may do this sequence of characters easy to manualy editing. In our example, you get"<©>". Usage: endec input_file output_file Programs gets only two parametres: input and output file names. Working, it indicates currient status and result of work. Tecnical details: This is a simple fixed buffer file processor. It reads and analysis every string for right entities and correct it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5

    RegAxe - Regular Expression Tester

    A tool for testing regular expressions.

    RegAxe is a tool for testing regular expressions. You can paste Java or PHP style formatted regular expressions and it will be automatically converted before executing the test if necessary. All found matches will be listed and the corresponding text passages are highlighted in the input text area.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Tonic EPC

    .EPC (Electronic Product Code) Encoding/Decoding Library for .NET

    Tonic EPC is an EPC (Electronic Product Code) Encoder/Decoder library written in C#. It aims to support the latest EPC TAG Data Standard (see http://www.gs1.org/gsmp/kc/epcglobal/tds/) with focus on id and tag uri handling. Have a look at the project wiki for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ID3.NET MP3 Tagging Library
    ..., lyrics, etc.) from various online services such as Amazon, ChartLyrics.com, Discogs and more. ID3.NET has been moved to GitHub. The code in the SourceForge SVN repository has been frozen and all further commits will happen on the GitHub repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The goal of this package of classes is to generate XHTML code perfectly indented and without errors. It also allows to manipulate HTML templates. There's one PHP class by HTML tag and some classes contain facility methods to set the content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OPyCua

    OPyCua

    OPC UA communication stack written in python

    The goal of this project is to implement an OPC UA communication stack using the python programming language. Currently we are working on a series of articles, describing how we can use python to implement the communication stack. Some code snippets have already been written!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10

    RSS Reader

    A small RSS client

    A small and lightweight RSS client that uses .NET 3.5 Client Profile frame work. It allows you to subscribe for feeds and read them. RSSReader was written in C# and is open-source and free project. You can download it binary and start to use or you can checkout source code from SVN repository and help to develop project. Any registered user can post new bug or feature request ticket. Any help would be appreciated. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    XLSQLATOR

    A tool to convert Excel sheets into SQL code

    Build a tool with nice GUI as well as powerful options to automate building SQL DDL and import statements from an Excel Sheet / Workbook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AjaxReady

    AjaxReady makes your AJAX requests really simple to do!

    AjaxReady is a small JavaScript library that allow you to make asynchronous requests in really simple mode! Provides really simple methods and utilities functions that allow you to write your application with less code as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MIDI 2 Arduino-Fluxamasynth

    Perl script / Arduino sketch for converting MIDI to C

    Perl script / Arduino sketch for convertig SMF to play on an Arduino Fluxamasynth shield.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ExiProcessor

    Command-line program for processing Efficient XML Interchange (EXI)

    ExiProcessor is a command-line program that encodes text XML files into binary EXI and decodes EXI files into XML. It uses the open source Java-based library EXIficient (http://exificient.sourceforge.net) as the EXI parser. In essence, ExiProcessor is a command-line interface to EXIficient. ExiProcessor can help people learn about the various EXI encoding and decoding options and how those options affect compression ratios. The source code itself can also be used as an example of how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Figerty Editor

    Basic HTML Editor with Visual Realtime Preview

    Figerty Editor is a basic HTML editor with a visual Preview system that allows you to view your design in one window while you code in the other. The preview window updates in realtime as you type. Aimed at designers, Figerty Editor is in early stages and great features are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DataScript is a formal language for modelling binary datatypes, bitstreams or file formats. This project provides a parser and code generator for generating Java codec classes from a DataScript specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    For Java developpers who need to request SOAP server... until SOAP is deprecated. This is a client Java API. It does not require neither perform any code generation. It fits within a single jar file. soap-dust is validated against real servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JAMP (acronym Javascript Ajax Mysql Php) is powerful and fast framework, distributed with GNU licence, in it is enclosed a suit environment for the development WEB applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    table2volume

    Convert data format from table object to volume object.

    Table2Volume is used for converting data from table object format to volume object with uniform grids, To compile the source code, the KVS environment is necessary to be installed in advance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    html5media

    html5media is a DITA-OT plugin and authoring UI for media insertion

    HTML5Media is a DITA Open Toolkit plugin and authoring UI that helps DITA content creators insert media such as video, audio and animated graphics into DITA source. When the DITA-OT outputs HTML to an HTML5-aware browser, the html5media plugin transforms the DITA media xrefs into HTML5-complient video, audio and canvas tags. The authoring UI helps writers preview media before insertion into DITA source. XML playlists provide a means of storage for media metadata. There are two zipped files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    AppletJAX

    JavaScript API for complex cross-multi-site messaging and management

    Bring multiple Web site's services together into a single application without having to build complex server-side code, proxies and signed applets. Combine HTML5's cross-site messaging and the ease of use of REST into a single powerful API and you have AppletJAX! Based on a simple "listener" or "observer" style interface, AppletJAX takes the hassle of managing who's messaging who, who's listening to who, which message belongs to whom and replaces it all with simplicity and elegance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    RTP/CDP Software Suite

    Practical Implementation of a Control Data Profile for RTP

    Proof of Concept of a Control Data Profile for the Real-time Transport Protocol: Linux and 8bit MCU implementations of a serial communication infrastructure plus documentation. All code licensed under GNU GPLv3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PiXasso
    PiXasso is an easy-to-use application (inspired by LateXiT for Mac OSX) which typesets snippets of LaTeX code and creates pictures exportable in various formats via drag-and-drop. Once created, snippets remain available in the history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BinaryNotes is the Open Source ASN.1 (Abstract Syntax Notation One) framework for Java and .NET based on annotations/attributes. The framework has the flexible ASN.1 compiler, the runtime library that supports BER, DER and PER, and the Message Queues
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    (Hyper)Markup can: 1) Edit HTML or text files, 2) tidy up your HTML source code and produce formatted text, 3) Flexisibly generate XML codes or XHTML files from given HTML files with XML template and XSL stylesheet.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.