Showing 17 open source projects for "auto parts"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    LosslessCut

    LosslessCut

    The swiss army knife of lossless video/audio editing

    LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby...
    Downloads: 278 This Week
    Last Update:
    See Project
  • 2
    socket.io

    socket.io

    Realtime application framework (Node.JS server)

    socket.io is a JavaScript library that allows for realtime, bi-directional communication between web clients and servers. It is composed of two parts: a Node.js server and a JavaScript client library that runs in the browser. socket.io is focused on both reliability and speed, delivering an immensely powerful, fast and yet easy to use realtime engine that’s used by just about everyone: from Microsoft Office and Zendesk to hackathon winners and small startups. It’s considered one of the most...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Nipe

    Nipe

    An engine to make Tor network your default gateway

    ... over IPv4 and does not yet support IPv6, meaning that users with IPv6 connectivity may bypass Tor routing. It includes a Dockerfile to facilitate containerized usage, requiring sufficient network capabilities (e.g. NET_ADMIN) inside the container. Behind the scenes, the code is modular: for instance, parts of the logic around installation and utility functions are separated into Perl modules (e.g. in lib/Nipe/Utils/Install.pm).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Refine

    Refine

    Build your React-based CRUD applications, without constraints

    ... by CRUD operations and provides industry-standard solutions for critical parts like authentication, access control, routing, networking, state management, and i18n. Instead of being a limited set of pre-styled components, Refine is a collection of helper hooks, components, and providers. They are all decoupled from UI components and business logic, so that they never keep you from customizing your UI or coding your own flow.=
    Downloads: 3 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Amazonka

    Amazonka

    A comprehensive Amazon Web Services SDK for Haskell

    An Amazon Web Services SDK for Haskell with support for most public services. Parts of the code contained in this repository are auto-generated and automatically kept up to date with Amazon's latest service APIs. You can find the latest Haddock documentation for each respective library on the Amazonka website. A release changelog can be found in lib/amazonka/CHANGELOG.md. The AWS service descriptions are licensed under Apache 2.0. Source files derived from the service descriptions contain...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also available...
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 8
    comFramework

    comFramework

    Framework for CAN communication interfaces including code generator

    comFramework presents a flexible, widely customizable CAN communication interface for embedded applications; it covers the CAN stack down to the hardware driver. Signal based application code is linked to the frame based HW abstraction layer. The interface imposes easy to fulfill requirements on the integration environment and will fit in most embedded platforms. A powerful code generator auto-codes those parts of the interface, which depend on your specific CAN network databases...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Monster Mash

    Monster Mash

    New Sketch-Based Modeling and Animation Tool

    ... pipelines. Under the hood it builds a lightweight surface and auto-assigns handles so you can grab and move parts intuitively, with smooth deformations propagating across the body. Because it runs interactively, artists iterate rapidly—blocking poses, trying alternate proportions, or recording short performances—before exporting results downstream. It’s equally useful for education, previs, and indie production where fast iteration trumps photorealism.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10

    nano_voltmeter

    Nano voltmeter based on the Arduino Nano

    A very simple nanovoltmeter with picovolt resolution. The high resolution is possible by using a chopper, auto correlation, a modified delta-sigma analog to digital converter, a 16 bit PWM with passive five pole RC filter configured in a self nulling loop. All signal processing after the chopper is done in the AC domain with the circuit configured as a nulling amplifier. AC amplifier gain is 10,000,000 and the amplifier is fed into the Arduino ADC. This gives resolution of 100 pV per bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    REST Client

    REST Client

    REST Client Extension for Visual Studio Code

    REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight. Send GraphQL query and author GraphQL variables in editor. Send cURL command in editor and copy HTTP request as cURL command. Auto save and view/clear request history. Compose MULTIPLE requests in a single file (separated by ### delimiter). View image response directly in pane. Save raw response...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    immutability-helper

    immutability-helper

    Mutate a copy of data without changing the original source

    React lets you use whatever style of data management you want, including mutation. However, if you can use immutable data in performance-critical parts of your application it's easy to implement a fast shouldComponentUpdate() method to significantly speed up your app. Dealing with immutable data in JavaScript is more difficult than in languages designed for it, like Clojure. However, we've provided a simple immutability helper, update(), that makes dealing with this type of data much easier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    KwaMoja

    KwaMoja

    Out of Africa comes KwaMoja. A fresh start for webERP!

    KwaMoja is designed to help you manage your business in a more efficient and profitable manner. It combines your book keeping needs with all the tools to plan your inventory purchases. It will let you know when your factory needs to start manufacturing parts in order to keep up with orders. It will help you better manage your cash flow. All these and more will help your business become more efficient, and greater efficiency will equal greater profits. KwaMoja is a fork of the once popular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ShoutCast Control Panel Alpha

    ShoutCast Control Panel Alpha

    Shoutcast Control Panel with AutoDJ

    This is an old panel that was opensource which i have been working on for the last few years. The developer stopped a few years ago and i have been playing around with it for some time now tweaking it and changing a few parts. I am not a programmer by any means but just been interested in playing around with Shoutcast Scripts. You may find this script interesting and works very well on low resources. Some of you might even remember the script as i have not changed much in the coding just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SID Soldering Iron Driver

    SID Soldering Iron Driver

    Soldering iron driver

    Soldering Iron Driver is a HW/SW project to controll cheaply available soldering iron handpieces allowing user to have a professional level soldering station for the cost of a handle and few readily available parts. SID is tested with - HAKKO 907 handpiece - HAKKO 908 handpiece - QUICK 907A handpiece (HAKKO klon, different characteristics of the sensor) - GORDAK handpiece (HAKKO klon, different characteristics of the sensor) - ATTEN handpiece (HAKKO klon, different characteristics...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    File Splitter
    A free file splitting tool that cuts large files into smaller parts and a merge-script which you can copy to otherwise-too-small memory sticks etc and then put them together on the target computer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    themaCreator

    themaCreator

    themaCreator - create posts from files

    themaCreator is an auto posts creator which allows you to generate full posts from files. It has image and file uploading features, IMDB grabber, extract all information from files and more. The program helps to create posts from files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
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.