Search Results for "parallel port control" - Page 6

Showing 452 open source projects for "parallel port control"

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

    USBTMC_Explorer

    GUI for interaction with USBTMC connected device.

    ...The 'usb_port' folder contains all objects for a standalone USB port interface. The USBport object inherits from tkinter Frame and ClientManager and generates events for connection, disconnection and data transfers to and from endpoints. This object is intended to be embedded in an instrument control application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cyclops

    Cyclops

    An advanced platform for writing functional applications in Java 8

    Fast purely functional datastructures (Vector, Seq / List, LazySeq / LazyList, NonEmptyList, HashSet, TreeSet, TrieSet, HashMap, LinkedMap, MultiMap, TreeMap, BankersQueue, LazyString, Discrete Interval Encoded Tree, Zipper, Range, Tree, DifferenceList, HList, Dependent Map). Structural Pattern Matching API (deconstruct algebraic product and sum types). Improved type safety via the removal of unsafe APIs -- E.g. Unlike Optional, Option has no get method (which could throw a null pointer) --...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Graceful process restarts in Go

    Graceful process restarts in Go

    Graceful process restarts in Go

    ...Usually, this is achieved by starting a new process, somehow transferring clients to it, and then exiting the old process. There are many ways to implement graceful upgrades. They vary wildly in the trade-offs they make, and how much control they afford the user. No old code keeps running after a successful upgrade. The new process has a grace period for performing initialization. Crashing during initialization is OK. Only a single upgrade is ever run in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    BACnet for Dynamic C

    BACnet stack for Rabbit 4000/5000/6000

    This is a Dynamic C port of the BACnet stack at http://sourceforge.net/projects/bacnet. This BACnet library provides a BACnet application layer, network layer and MAC layer communications services for systems based on the Rabbit 4000, 5000 and 6000 processors. The rich feature set of the BACnet stack provides an ideal platform for developing Rabbit based control devices which can use the many BACnet tools out there to reduce the development time and effort.
    Downloads: 0 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
    Weylus

    Weylus

    Use your tablet as graphic tablet/touch screen on your computer

    ...No apps except a modern browser (Firefox 80+, iOS/iPadOS 13+) are required on your tablet. Start Weylus, preferably set an access code in the access code box and press the Start button. This will start a webserver running on your computer. To control your computer with your tablet you need to open the url http://<address of your computer>:<port set in the menu, default is 1701>, if possible Weylus will display to you the url you need to open and show a QR code with the encoded address. If you have a firewall running make sure to open a TCP port for the webserver (1701 by default) and the websocket connection (9001 by default).
    Downloads: 204 This Week
    Last Update:
    See Project
  • 6
    kangle is a light, high-performance web server.support fastcgi/isapi/ajp/uwsgi/scgi/hmux protocol.include a http manage console. Full support access control. memory/disk cache. virtual host can run in seperate process and user. and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    igel

    igel

    Machine learning tool that allows you to train and test models

    A delightful machine learning tool that allows you to train/fit, test, and use models without writing code. The goal of the project is to provide machine learning for everyone, both technical and non-technical users. I sometimes needed a tool sometimes, which I could use to fast create a machine learning prototype. Whether to build some proof of concept, create a fast draft model to prove a point or use auto ML. I find myself often stuck writing boilerplate code and thinking too much about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WxPic
    WxPic allows, with a PC and an adapter (programmer), to program a PIC micro-controller, by loading a HEX file, reviewing and/or editing the configuration or memory and writing and/or verifying the device flash memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    galacteek

    galacteek

    Multi-platform browser for the distributed web

    galacteek is a multi-platform Qt5-based browser and semantic agent for the distributed web. Be sure to install all the gstreamer packages on your system to be able to use the mediaplayer. After opening/mounting the DMG image, hold Control and click on the galacteek icon, and select Open and accept. You probably need to allow the system to install applications from anywhere in the security settings. Docker images are available. They run the full GUI inside a virtual Xorg server (using Xvfb). A VNC server runs on TCP port 5900 of the container, just use a regular VNC client to access the interface. ...
    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
    SoundHelix

    SoundHelix

    Versatile algorithmic random music generation software written in Java

    SoundHelix is a free versatile Java framework for algorithmic random music composition. SoundHelix can generate random songs, play them (for example, on any number of MIDI devices or MIDI-capable software synthesizers) and is highly customizable using XML configuration. SoundHelix also allows writing the generated music as MIDI files. SoundHelix produces music that is actually enjoyable to listen to.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 11

    PyBitBanger

    Python controlled hardware.

    With the demise of the parallel port, a simple way for a Python script to control external hardware has disappeared. The goal of this project is to use relatively simple hardware like an Arduino Nano and the Microchip MCP23S17 port expander as an extensible bit banger. Ideally, all hardware should be leaded and breadboard friendly for easy project prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ZED Online

    ZED Online

    An online multiplayer real time strategy game

    ...The game will use port 8000 TCP. If the game can not bind the server to port 8000 it will try the next port until 8009. We recommend to forward all ports 8000-8009 TCP
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13

    EEPROM_editor

    EEPROM programmer for the SST39SF040 chip.

    This is a single purpose programmer for a 4MB EEPROM chip which is intended to be used as a universal logic device in a state machine. This fills the gap between circuits that are too complex for discrete logic gates while also not being suitable for Arduino type control. FPGAs are suitable for these applications, but the learning curve is steep, the tools are complex and for small one off projects, not worth the effort. An Arduino Nano will be used as an interposer between a Python script doing the programming and SPI connected port expander chips used for generating the required signals. This makes project development simple with relatively simple tools, simple hardware and a shallow learning curve. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 14
    LBRYcrd

    LBRYcrd

    The blockchain that provides the digital content namespace for LBRY

    ...What if anyone in the world could publish digital content, anyone else in the world could access it (for free or for payment), and that entire system worked without any centralized authority or point of control? LBRY uses a public, proof-of-work blockchain that is very similar to Bitcoin. The blockchain is the foundation of the protocol stack. The most salient feature of the LBRY blockchain is the association of a normalized string of characters (a “name”) with a structured set of metadata. This coupling is called a claim. The LBRY blockchain stores names and metadata in a parallel Merkle tree, separate from the tree used to store transaction data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NPS

    NPS

    Lightweight, high-performance, powerful intranet penetration proxy

    ...Powerful extension functions, everything is available (cache, compression, encryption, traffic limit, bandwidth limit, port reuse, etc.) Domain name resolution has functions such as custom headers, 404 page configuration, host modification, etc.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    exa

    exa

    A modern replacement for ls

    You list files hundreds of times a day. Why spend your time squinting at black and white text? exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WinLIRC
    WinLIRC, the Windows port of the Linux Infrared Remote Control package. Control your computer via remote!
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 18

    Monitor Profile Switcher

    Save and easily switch between Windows multi monitor configurations

    ...The tool is designed for users with two or more monitors who in certain situations would like to quickly change their monitor setup (e.g. enable/disable a TV which is attached to the HDMI port, make an attached TV the primary display to remove tearing switch which monitor is on the left/right...). Along the monitor state and setup the resolution is also saved and restored. The program works by saving a current monitor setup as configured using the windows control panel to an xml file. Once saved the configuration can be quickly restored at any time. ...
    Leader badge
    Downloads: 699 This Week
    Last Update:
    See Project
  • 19
    esprint

    esprint

    Fast eslint runner

    esprint (pronounced E-S-sprint) speeds up eslint by running the linting engine across multiple threads. esprint sets up a server daemon to cache the lint status of each file in memory. It uses a watcher to determine when files change, to only lint files as necessary. It also has a CI mode where it does not set up a daemon and just lints in parallel. In order to use esprint, first place an .esprintrc file in the root directory your project. This is similar to a .flowconfig if you use flow types. The .esprintrc file describes which paths to lint and which paths to ignore. You can also override the port to start the background server on. esprint will find the root of your project automatically and lint the whole project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MeTA1

    secure, reliable, fast MTA

    MeTA1 is a message transfer agent that has been designed with these main topics in minds: * Security * Reliability * Efficiency * Configurability * Extendibility MeTA1 consists of five main modules of which only one runs as root: * mcp: the main control program is similar to inetd(8): it starts all other MeTA1 modules and watches over their execution. mcp runs as root in order to bind to port 25 and to change the uid of the processes it starts. * smtps: the SMTP server receives e-mails. * smtpc: the SMTP client sends e-mails. * smar: the address resolver provides lookups in various maps including DNS for mail routing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    TerminalServer

    Turns a Raspberry PI into a terminal server

    Remotely control your networking equipment using a Raspberry Pi (Raspbian or Raspbian Lite) and a browser. -Download from a terminal: wget sourceforge.net/projects/terminalserver/files/TerminalServerInstaller_V_V_V.sh where V is the version. -Make the script executable: chmod u+x TerminalServerInstaller* -Run the script: TerminalServerInstaller_V_V_V.sh where V is the version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    IGA PEH

    Isogeometric Analysis (IGA) of Piezoelectric Energy Harvesters (PEH)

    Isogeometric Analysis (IGA) is a modification of the Finite Element Method (FEM), which uses Non-Uniform Rational B-Splines (NURBS) as shape functions. With NURBS in the Kirchhoff-Love plate theory framework, the geometry is precisely represented, and the second-order derivatives appearing in its weak form can be efficiently approximated. In this work, we analyze piezoelectric energy harvesters (PEH) with the IGA, considering the Kirchhoff-Love plate theory. The work includes cantilever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laser Flash Method

    Laser Flash Method

    Measurement of specific heat and thermal diffusivity of materials

    ...The program is designed for simultaneous use of two TC3000 units. The measurement is triggered when an external trigger signal from a ruby laser is applied to one of the digit of digital I/O port of the PCI-1710UL board. The program includes a help system called F1. The application uses an external library (Advantech DAQNavi SDK) and driver to control the PCI-1710UL board.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    flmodem

    flmodem

    Fork of Fldigi allowing for much faster data over the FM 9600 port.

    ...Currently there is only 1 modem which uses the extra bandwidth and speed: * OFDM (in-progressm check back March 2021) Most modems in Fldigi also work in Flmodem (but not all) Flmodem contains all the core-features of Fldigi, such as transciever-control. NOTE: This software is in pre-release / pre-alpha testing. Expect things to break unexpectedly. FEB 2021
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    lin_guider
    ...It supports Philips, Logitech, uvc webcams, QHY5, QHY6, DSI2PRO, QHY5L-II-M, QHY5L-II-C, QHY5-II, ATIK, Starlight Xpress, ZWO ASI astrocams for video and FTDI chip-based, parallel port-based (LPT), GPIO-based, GPUSB devices, Nexstar-protocol based and QHY5, QHY6, QHY5L-II-M, QHY5L-II-C, QHY5-II, ATIK, Starlight Xpress, ZWO ASI astrocams for pulse guiding. Starlight Xpress ltd. is helping this project http://www.sxccd.com/
    Downloads: 4 This Week
    Last Update:
    See Project