Search Results for "obd source code" - Page 60

Showing 2961 open source projects for "obd source code"

View related business solutions
  • 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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Attempting to rebuild MC2 from the released source code from DX to OpenGL and allow to run on Linux. Any help appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    MMPCS

    Multi-Device & Multi-Platform Code Conversion System

    This project's full name is Multi Mobile Platform Conversion System. For example, WIPI Contents convert to Windows Mobile or Android Application. MMPCS will expand to iOS and Bada platform after first step of success.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DReport

    DReport

    Console tool for creating directory level reports.

    Tool to create a CSV report on directory hierarchies. Listing includes date range. Great for spreadsheet analysis to govern file archival. Another STDNOJ Project. By R.A Nagy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cosmic Drift

    Cosmic Drift

    A 2D shoot them up game respecting space physics. Alpha.

    Alpha version, for windows and linux. No sound yet. Has the ambition to make people live the feelings of actual space battles, with gravity, planets, asteroids. Dev idle currently, project may stay as is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5

    gdbplus

    gdb extension with powerful heap memory commands

    gdbplus is an extension to formal releases of GNU debugger gdb. On top of gdb functions, the extension provides additional commands to analyze heap data, object relationship, etc. These power features may shed light on tough issues such as memory corruption, debugging highly optimized code, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7
    wxGUp455

    wxGUp455

    wxGUp455 preserve manual code in inherited classes

    free, open source, cross-platform tool with gui to update wxFormBuilder inherited class files with preservation of manual entered code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    rp6simul

    rp6simul is a simulator for the RP6 robot (AREXX Engineering)

    The rp6simul project brings simulation software for the RP6 robot that is manufactured by AREXX engineering. Besides support for all peripherals on the robot base, the simulator also fully supports the m32 extension module, and both can be simulated either independently or simultaneously. Furthermore, a simple 2d environment can easily be created to test lighting, collision, motor speeds and so on. The simulator does not run native AVR files, but instead a thin wrapper is provided so that...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    Wishes Sender

    Plugin for Tlen.pl Polish - wide Instant Messeger

    Full description in Polish is located at : http://mkalat.pl/free/downloads.php?cat_id=8&download_id=27 Code repository at : http://github.com/MKalat/Wishes-Sender-Plugin
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10

    pvnet

    A virtual ethernet adapter

    PVNet is a project providing a virtual network interface. It generates numbers of pure virtual ethernet adapter. It is tested for Linux kernel 3.0.8 on amd64 cpu. Its code contains a kernel patch and module code. You can use it to create many ethernet cards. Each device has a single mac address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ray enchanter

    Ray enchanter

    Experimental raycasting engine

    Mix between wolf3d and roguelike, put in techno-magic setting (....maybe....). 1/3 of code is made by tutorials by Lode.vandevenne, so credit goes to him. http://lodev.org/cgtutor/ Distributes under LGPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    wwwmap

    SVG Based WWW Mapping Module Patch for WebKit

    wwwmap is patch codes which adds mapping functions to webkit. This functions are based on the following member submission for W3C. (http://www.w3.org/Submission/2011/04/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    slice language compiler which generates C++ code that allows interaction with lua scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CopperVex

    Vex plugin remote controlled from CopperLan

    This is a modified version of the Vex plugin including additional code to make it remote controlled from CopperLan network. It is typically a sample code showing how to CopperLanize existing plugins. CopperVex expose each parameter for high resolution editing from the network, and supports CopperLan enhanced musicality (free pitch, dissociated gating, voice management).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    rebind

    Lattice simulation of biochemical reactions and diffusion

    This site hosts code investigating the role of spatial heterogeneity in biochemical signaling. Motivated by several biological examples, we study the behavior of covalent modification networks when the activating component is localized to a planar membrane in either a random or clustered configuration. Reactions and diffusion are implemented on a three-dimensional lattice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    opmarshall

    code generator to marshall/unmarshall C and C++ data structures

    Opmarshall can encode/decode C and C++ data structures from/to a binary buffer. It's like CORBA or Google Protocol Buffer, but does not require an IDL (interface description language). Instead, your objects are simply defined in C/C++, which means that you use the SAME types in your code and on the wire (if you want to call remote systems).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GWT is an flexible and object-oriented 2d game engine. It uses Code::Blocks and is based on SFML2 to give the ability to port your code to multiple platforms. With the integrated all-in-one tool for game resources it's possible to develop games in a short time. And it's open source! (license coming soon) Status: planning phase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Radial 3D engine is a new engine based on my OK 3D engine. It has a compiler, bump/spec, lights, anims, particles etc. Hidden is virtual render path based on code of Brad Blanchard. For latest source or questions mail me (willemsenfrank@yahoo.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Metronono_qt

    Metronono_qt

    Simple metronome with manual tap function

    ...So...play with it :) Turn system volume down, no volume control is enabled in this release! Sound is system alert. I'm not responsible for any damage on your system, try it under your responsibility. Source code is not "evil" ( in fact is provided, there is nothing strange in it ) but I don't know what would happen using my code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LARMcess
    LARMcess is that "Linux Augmented Reality 3d Marker" . We will developing 3D Marker based on 2D Barcode(QR Code) on android OS. we can get the content's information from 2D barcode using android phone and display the content's 3D object and annou
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Generate scripting code from an iMacros macro and vice versa. Supported codestyles: VBS, VB, C#, Java, JavaScript, Php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cbitarray

    Class C++ for work with bits.

    ...Class CBitArray changes the size of a file in an operating time with a class that allows to write appendices and libraries working with bits, at more advanced level. The size of a code at use of this class doesn't grow strongly as at use of a sample class bitset. The environment of working out of class Microsoft Visual C ++ 6.0 SP6. Initial texts are freely extended within the limits of Open Source, the file of license GNU GENERAL PUBLIC LICENSE is in a file license.txt in archive. Archive CBitArray GPL.zip - in archive there are two appendices: bitset - an example of use of a class bitset, BitArray - an example of use of class CBitArray, CBitArray.h ,CBitArray.cpp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Prefix Tree

    A lighting-fast prefix tree and DAWG implementation in C and python

    A lighting-fast prefix tree (trie) and compressed prefix tree (DAWG) implementation. This library can be usefull for longest-prefix matching, code completion, dictionary compression, spell checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An open-source collection of materials for lectures, tutorials, labs, and software for a variety of primarily Computer Science courses. The materials include various course notes, presentation slides, source code samples, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Math Bricks
    Lightweight modelling program in which you can create, try and adjust your control (not only) system. Kernel of this program is MBricks - cross-platform collection of bricks. Created in Math Bricks system can be implemented in one *.h file.
    Downloads: 0 This Week
    Last Update:
    See Project