Showing 701 open source projects for "arduino source code"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    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

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    fiskalizacija

    Java code for signing and handling Croatian fiscal service requests

    Java code for signing and handling requests for Croatian fiscal service. Includes unsigned and signed xml samples. For completeness of project my personal testing key is included. Units tests with sample data are available for the ease of use. Whole Eclipse project is committed to source forge Git. Commercial support for implementation into different java application is available upon request. Enjoy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jPod Renderer is based on the jPod library, also hosted here at "jpodlib". This is the long awaited release for platform specific rendering code, both on AWT and SWT. To see jPod and jPod Renderer at work, have a look at www.cabaret-solutions.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PHP4sack
    A PHP encapsulation of the AJAX sack library so that developers need only code in PHP to implement AJAX, Feedback will be good to improve this component set. Now supporting cross browser drag and drop events, no other library dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    JetSet
    JetSet is a (meta) tool that lets your quickly create model tranformator tools for instances of a given source meta model. For XML to XML transformations you can also specify a target XML schema and JetSet makes sure that your output conforms to this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    winradius

    A radius protocol application is running on Windows platform.

    A radius protocol application is running on Windows platform. now the code of this application is copyed from freeradius 2.1.12 and be edited to fit the VS 2010.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    Framework (scripts, configuration, code) to build free and public services around travel and leisure data. That project makes an extensive use of already existing data sources such as Geonames and dbPedia, and adds some glue around those (eg, links).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CAD2Board

    CAD2Board

    is a Qt program to generate SMD chip shooter code

    Still struggling with Excel to setup your pick and place machine ? Cad2Board reads component mounting information from Eagle, Altium Designer and Mentor Expedition PCB designs. Component or component groups can be assigned to feeder slots by drag and drop. Any modifications for PCB population can be defined to generate PCB variants, consider rotations from unusual tape and reel packaging or to account in advance for CAD library or PCB design bugs. Generated setup data is stored in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RGBcube

    RGBcube

    Create movies for 3D RGB LED Cubes

    A few perl modules which can create xml files to run as movies on your 3D RGB LED Cube. The cubes internal firmware source code was not disclosed when i asked for it. So i developed this to create movies to upload onto the cube. See the Wiki for more information. Some additional xml animations for the cube are available in the Files section.
    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
    WFM Reader

    WFM Reader

    WFM file reader and exporter

    ... Legend with Min/Max - Added CSV / Image exporting - Removed 3rd party dependencies for straight recompile Many thanks to Kirk Wolak. https://sourceforge.net/users/kwolak Downloading of previous versions is not recommended. If you want to download the version with full source you can go to "Files" section and select appropritate item to download. ====== OBSOLETED DESCRIPTION ====
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 11
    earmark
    *** IMPORTANT NOTICE *** The source code of the earliest version of the EARMARK Data Structure is now available at http://www.github.com/essepuntato/EarmarkDataStructure Even if the SourceForge repository is still active, it concerns old versions of the API and it is not maintained anymore. *** SERVICE DESCRIPTION *** Extremely Annotational RDF Markup (EARMARK) is an ontological approach to the specification of markup structures on text content. It allows not only documents...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FleXML reads a DTD describing the format of XML documents; it may be specified as a URI to the DTD on the web. From this FleXML produces a validating XML processor with an interface to support XML applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XmlPL is a C like language with special syntax for creating and manipulating XML data. If you know Java, C or C++ and XPath then XmlPL is easy to learn. XML is a native data type and is processed more naturally using XML path expressions and inline XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Recursive Interpretation for XML

    An interface for recursive descent XML Parsing

    RIX common interface for parsing XML using recursive descent. It merges the 1-pass behavior of SAX with the ease of tree manipulation attributed to DOM. In short, RIX works by allowing client code to provide their production rules for any point in the parse tree. There are several advantages of RIX compared to DOM and SAX. DOM gives a full snapshot of the document being parsed, while RIX might be useful for when the document can be interpreted in one pass. Meanwhile, RIX lessens the overhead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    *** IMPORTANT NOTICE *** The source code of the earliest version of LODE is now available at http://www.github.com/essepuntato/LODE Even if the SourceForge repository is still active, it concerns old versions of the tool and it is not maintained anymore. *** SERVICE DESCRIPTION *** LODE is a service that extracts axioms and annotations from an OWL ontology, and renders them as ordered lists, together with their textual definitions, in a human-readable HTML page designed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QRMAN

    QRMAN

    Url Shortener and QR Codes Generator

    QRMAN an open source Url Shortener and QR Code generator with excellent features. Create, Manage, track Qr codes. Excellent statistics for every QR codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    csvtolatex

    converts csv-files to LaTeX Code

    csvtolatex converts csv-tables created by a spreadsheet software like MS Excel, Libre Office or Open Office Calc to a LaTeX table code you can directly include in your LaTeX-code. This program/script is for everyone using LaTeX and tables like measurement scales, where the tables can be changed from time to time. Like changing an equation to evaluate. This program/script is not designed for learning how to create a table in LaTeX. If there are some questions or if you like to develop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an RTF code emitter in MS .NET framework. Most frequently used features in MS Word are implemented, including font formatting, pictures, tables, footnotes, headers, footers, etc. No other libraries are required. LICENSE: LGPLv3 http://www.gnu.org/copyleft/lesser.html
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20

    LokiWeb

    Lightweight but flexible xml-based CMS sytem

    LokiWeb is a lightweight xml-based and modular Content Management System. Lokiweb source code is hosted on github: https://github.com/ynte/lokiweb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Programa de formatação de código Delphi (Object Pascal) para Html para postar códigos em Blogs em especial para o Blogspot. Program code formatting Delphi (Object Pascal) to Html codes to post in Blogs in particular for Blogspot. Vídeo de Demonstração Demo video http://www.youtube.com/watch?v=7LbdhOzDxwA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DocTo

    Command line converter for Word Documents

    Convert word documents into any other supported document format. Code available on http://Github.com/tobya/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jQuery4PHP
    jQuery4PHP ( jQuery for PHP ) is a PHP 5 library. Makes easy writing javascript code (jQuery syntax) using PHP objects. Develops Rich Internet Applications in an easy way without having to know javascript language with the help and power of jQuery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Postal Code Finder

    Postal Code Finder

    Bangladeshi Postal Code with District, Thana,Post Office and Post Code

    Code_finder is a standalone php script written by Akram Hasan Sharkar and Sazzad Hossain Sharkar. It has inner database of Bangladeshi Postal Code with District, Thana, Post Office and Post Code. This is easy to use script, works on single call and line of code. Anyone use this script for their standalone website or any kind of CMS. No need extra coding or programming skill to work with this script. Easy customizable and fully flexible calls and output. You can apply your own style if you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    etXML

    Emacs Table to XML: an easy way to convert any table to XML

    One tip for KITTI users: You can customize your XML format by modifying and evaluating the following code in emacs: (setq etxml-KITTI-dataset-schema "(\"object\" (\"name\" @0@) (\"truncated\" (round-with-threshold (string-to-number @1@ ) 0.07) ) (\"occluded\" @2@) (\"alpha\" @3@) (\"bndbox\" (\"xmin\" @4@) (\"ymin\" @5@) (\"xmax\" @6@) (\"ymax\" @7@)) (\"dimensions\" (\"height\" @8@) (\"width\" @9@) (\"length\" @10@)) (\"location\" (\"x\" @11@) (\"y\" @12@) (\"z\" @13@)) (\"rotation_y...
    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.