Showing 106 open source projects for "using"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    XSCHEM

    XSCHEM

    Schematic circuit editor for VLSI and Mixed mode circuit simulation.

    ...A VHDL, Verilog or Spice netlist can be generated from the drawn schematic, allowing the simulation of the circuit. Key feature of the program is its drawing engine written in C and using directly the Xlib drawing primitives; this gives top speed performance, even on very big circuits. I have succesfully managed to simulate complete VLSI projects with this tool, both digital (Verilog / VHDL) and analog (Spice). Schematics can be printed in SVG, PNG, PDF, formats. XSCHEM runs on Linux or other Unix-likes with Xorg server and on Windows with the Cygwin layer and required tools installed. ...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 2
    Tkgames is a site for games written using the powerful tcl/tk language. These include my original tesselation puzzle Polypuzzle, and recent additions Hearts, Spider, Yahtzee and the tooo addictive, Tktk.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3

    Portable Text Encryption

    Single Linux or Windows binary for secure text encryption

    ...Linux and Windows binaries. I don't make cute interfaces, it just works. https://codeberg.org/BloodFeastMan/pte I would also recommend FTC, encrypts both files and text using the same interface as PTE, and a separate encryption and hashing engine I wrote in Crystal, and is much faster than PTE: https://sourceforge.net/projects/ft-crypt/
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    Network Caller ID
    The NCID (Network Caller ID) project is Caller ID (CID) distributed over a network. The project contains the NCID package and 4 optional client packages. Each package is described at the NCID web site. A non-inclusive list of 3rd party addons is also available at the web site Available Packages: NCID - contains the server, gateways, and a client with output modules LCDncid - a client that uses LCDproc to display Caller ID on a LCD display NCIDandroid - a client and gateway for...
    Downloads: 14 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    libptpmgmt

    PTP Management library to communicate with linuxptp using IEEE 1558.

    The libptpmgmt Project provides a library to communicate with LinuxPTP using IEEE 1558 management messages over a network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Tcl/Tk radio FM

    TEA5767 FM radio GUI

    A FM radio using Arduino, TEA5767 and Tcl / Tk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SDigest

    File hashing tool using MD5, SHA1, SHA256, SHA512

    Most file hashing utils involve specifying a file in a dialog, or dragging a file to an input box, SDigest simply resides in the file context menu, and will display a pop-up showing MD5, SHA1, SHA256, and SHA512 message digests of the selected file
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    qsoLog by KD7KDO

    Manual QSO log entry/editing program using PYTHON3

    qsoLog is a program written by KD7KDO for logging conversations between amateur radio (HAM) operators and storing a record of these conversations in a qsoLogBook which conforms to the ADIF 2.0 specification and the output file qsoLogBook may be uploaded t
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    runabc

    Runabc is a user interface supporting abc music notation software

    Runabc is a graphic user interface to the abcMIDI, abc2svg and abcm2ps packages which normally run in a command window. In addition it contains numerous tools for editing and processing and analyzing abc and midi files. Runabc has been included in the sourceforge abc music project. It is now becoming a separate project on its own.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    BT Auto Locker

    BT Auto Locker

    A Bluetooth-based proximity locking tool for Windows

    Welcome to BT Auto Locker! Begin using the application within seconds—no complex setup necessary. Simply download the portable version and benefit from immediate, automatic Bluetooth-based locking to safeguard your PC. BT Auto Locker is an intelligent utility for Windows that automatically locks your computer whenever a trusted Bluetooth device (such as your phone, headphones, or watch) moves beyond the specified range, ensuring your system remains secure.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    tkwintrack

    tkwintrack

    Tk window tracking

    ...While tracking individual windows in a GUI with the mouse pointer, tkwintrack outlines them and displays their pathname in a small widget. Window pathnames reported in this pathname widget may be copied to the clipboard using a keyboard shortcut. To run tkwintrack, you need package windetect as well. NOTE: - The green download buttons generated by SF don't cope with two packages. Better ignore them and go directly to the Files tab to get what you really need. - The .tar.gz files include the unix manual page, which the .zip files lack. - Tkwintrack is the successor of wintrackgui (its name before release 2.0.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    WinHasher

    Very simple file and text hashing tool for Windows

    Tiny script will find hash digest of files or text by calling on Microsoft's "certutil.exe", using MD4, MD5, SHA1, SHA256, SHA384, or SHA512. Simple and self explanatory. *EDIT 5/3/25, I just realized that there is another project entitled "WinHasher", it appears to kind of do the same thing but uses native code rather than Microsoft's "certutil". If that's what you're looking for, it's here: https://github.com/gpfjeff/winhasher
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    netabc

    netabc creates and renders html files with abc music notation

    Netabc.tcl is a user interface for creating web pages that display the contents of abc music notation files using Jef Moine's Abc2svg JavaScript library. Every browser whether it is on a desktop, cellphone or tablet has a JavaScript engine that can render this music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BlackTools tcl

    BlackTools tcl

    ultimate channel management tcl script for eggdrop

    BlackTools is the most complete channel management tcl script for eggdrop/windrop who can manage channels from all the IRC networks, although some modules are specifically designed only for Undernet network. Offers everything you need for you to start using your eggdrop by having a lots of commands, protections, modules that make your channel more safe and your life easier.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    ...TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    LapTrackerTK

    LapTrackerTK

    RC car lap counter tracker

    LapTrackerTK is a full featured RC Car lap counter. Multiple cars can be tracked displaying lap count, lap time, Fast Time, MPH or KMH, Fast MPH or KMH. Individual racers laps are saved along with each races results. Posted in the wiki for a DIY Transponder unit for under $10. Supports TCP, Serial (COM), or Keyboard input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TclFltk

    Dynamic Extension for TCL/TK

    Implements a Tcl binding for the Fast Light Tool Kit portable GUI development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple timer program. Features in the new version: 1. You can switch it to the mini/full size mode by using the mini/full button. 2. You can choose the color of the main window by using the color button. 3. The program records the last time you ran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OzGIS free open-source  mapping system

    OzGIS free open-source mapping system

    Analysis and display of Census, business, government attribute data

    OzGIS is an extensive mapping system for the analysis and display of geographically referenced data. Map data are downloaded from Census bureaux and map agencies or extracted from your own databases. The system can be used to to support management decisions associated with, for example, government planning, marketing, sales, site and personnel location, advertising and research. Systems for Windows, Mac and Ubuntu, source code, sample data files and manuals are included. DOWNLOAD to...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    tcl-virtualscrolling

    Virtual Scrolling without a frame or canvas wrapper

    This code implements virtual scrolling using callbacks to configure and populate the rows. Each row display is configured with a callback and the data for each row is populate with a callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tkPacman

    tkPacman

    A GUI for the 'pacman' package manager of Arch Linux

    ...It only interacts with the package database via the CLI of 'pacman'. So, installing and removing packages with tkPacman or with pacman leads to exactly the same result. tkPacman is started using your normal (unprivileged) user account. You can browse through available and installed packages as a normal user. Anytime, you perform an action that requires 'root' privileges, you are asked to authenticate. tkPacman can use 'su', 'sudo', 'gksu' or 'kdesu'.
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 22

    OzAPI Tcl/Tk

    GUI and drawing for Fortran and 'C' programs

    OzAPI is source code that enables user interfaces to be developed and graphics output to be designed for FORTRAN and 'C' programs using Tcl/Tk libraries. An example fortran program is supplied which you would normally use as a starting point for your application. The GUI is usually menu driven, and there are various dialogs that can be used. Graphics are based on the GKS graphics standard for drawing text, lines polygons etc Code extracted from the OzGIS mapping system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Recent Document Tracker (RecDocTracker)

    Recent Document Tracker (RecDocTracker)

    Track and Search your recent documents and folders, customizable

    Recent Document Tracker Implements a similar function to Windows 7 Jumplists by tracking recent documents and folders, then by using document type icons in the taskbar tray you can pop-up a menu of recent documents sorted by last access time (like Jumplists) allowing you to quickly search for the files/folders you need. You can also pin/exclude documents as well indicate which documents are open is MS Office applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    FireTcl

    Web desktop apps using Tcl

    It's a framework for developing desktop apps using web technology and Tcl. It embeds Tcl inside a browser with websocket support. Here there is a paper explaining the benefits of server applications: http://www.tcl.tk/community/tcl2004/Tcl2003papers/roseman.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CooKit is Tcl interpreter with many extensions closed in single binary file. It lets end-users to run advanced Tcl applications using just this single file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next