Showing 396 open source projects for "bochs 32 bit"

View related business solutions
  • Revolutionize Employee Time Tracking with Touch-Free Biometric Technology Icon
    Revolutionize Employee Time Tracking with Touch-Free Biometric Technology

    Transform Any Tablet into a Sophisticated, Face Recognition Time Clock

    Simplify and modernize your time tracking with a touch-free solution. Say goodbye to costly, tiny screens and embrace quick, accurate, and secure time management.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    lazautoupdate

    lazautoupdate

    In-line updating from a Sourceforge or GitHub project for Lazarus

    ... the AutoUpdate method * The Update pack is designed to make deploying updates to the web as easy and painless as possible * The applications are designed for Windows 32bit/64-bit and also Linux 32-bit/64-bit Wiki Page: http://wiki.freepascal.org/LazAutoUpdater -minesadorada
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MagicBox

    MagicBox

    Message Box Generator for AutoHotkey

    MagicBox is a development tool to assist in the creation of message boxes. MagicBox generates the code for a variety of message box functions, namely: • MsgBoxEx • MsgBox • SHMesssageBoxCheck • MessageBoxIndirect • SoftModalMessageBox • MsiMessageBox • WTSSendMessage • TaskDialog • TaskDialogIndirect Requirements: AutoHotkey 1.1.23 or higher, Unicode, 32 or 64-bit.
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 3

    ampclib

    Arithmetic Multlple Precision Computation Library

    ampclib is a simple to use platform independed C++ library for arithmetic multiple precision computations with a ritch and self explaining interface. It provides number theoretic functions and primality tests. The ampclib consists of three classes: +Integer (multiple precision integers) +Rational (multiple precision rational numbers using the Integer class) +Primes (prime number computations and number theoretic functions for unsigned 32 bit integers) The latest release contains...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Optimize texts copied from websites, like wikipedia. What this tiny utility can do: - remove formatting from the text - specify each line width - indent the text with any characters or meta character. - and more... PayPal: https://www.paypal.me/eagle6789 BTC: 1AP6bypSaFt7ptFydmjuWWWS8a9MCWRt3m Contact me : me49544@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5

    steel-batallion-64

    A Windows 7 64 bit "driver" for the Steel Batallion Controller

    This amazing controller has gotten little attention in the last few years, and with Mechwarrior Online coming up I wanted to take on the challenge of making it work in Windows 7 64 bit. A driver already exists for 32 bit systems. This project makes use of the following open source projects: http://vjoystick.sourceforge.net/site/ http://steelbattalionnet.codeplex.com/ WARNING WARNING WARNING You must use an xbox->usb connector adapter NO GREATER than 3 FEET. They come in 3ft and 6ft versions...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Webcam Capture API

    Webcam Capture API

    Allow integrated or USB-connected webcams to be accessed from Java

    This library allows you to use your built-in or external webcam directly from Java. It's designed to abstract commonly used camera features and support various capturing frameworks. Assume a situation when your code depends on some capturing framework, but suddenly you have to drop it and use a different, maybe newer one (e.g. replace archaic JMF with newest GStreamer). By doing this you will have to rewrite significant piece of your code because these frameworks are completely different and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    flightgear1-win32-portable

    Portable, non-official version of Flightgear 1.0 gpl2 license.

    Portable non-official version of Flightgear 1.0 gpl2 license. open-source flight simulator. For the full, nonportable version, see http://home.flightgear.org/about/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Perix Operating System - 16/32/64 Bit
    Perix is a 16/32/64-Bit protected mode kernel, bootable and capable of running with or without an operating system. It is written in Turbo Pascal 7.0 for DOS, Delphi 7.0, Pascal Pro, Virtual Pascal v2.1, Delphi XE2 64-Bit, TASM, TASM32 and JWASM. The latest version, 0.01I, supports multi-processor. Added Open Watcom C++ and Borland C++ examples.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Football Viewer
    WARNING: Disable windows defender before installing the app. Don't worry, our app is totally safe. If the application fails to install, download the folder located in the tab "files" and execute the setup. ________________________________________________________ The 1.0.0.3 update for the app adds: -American footbal (soccer)l leagues (For now only Major League Soccer) -English language (Yaaaay!) -An update check button ________________________________________________________
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10

    or1ksim64KPU

    Krypto-processor (KPU) on OpenRISC architecture

    This simulation of a KPU (general purpose Krypto-processor) extends the OpenRISC or1ksim simulator to cover the OR 64-bit standard, and runs encrypted in user mode with 32-bit data and addressing encrypted in 64 bits of physical space. Privileged supervisor processes cannot read user-mode data, nor modify it without being noticed. This demonstration shows that it is possible to modify standard architectures (such as OR) to support KPU operation. The aim is to make user mode processes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    jMIPS

    MIPS processor in Java

    A MIPS processor modeled in Java for educational purposes and aimed at undergraduate Computer Architecture courses. It presently runs MIPS 32-bit R3000 ELF executables on any platform where Java itself will run. Five successively more sophisticated models of a pipelined MIPS RISC processor are included. Though the code is deliberately kept clear and simple in order that readers are able to figure out how a real processor works through the medium of the code, it will soon be able to run a real...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Create Website From Text File

    Create Website From Text File

    A Website Builder / Creator Script to Create Website From a Text File

    ... to the 64-bit system over the 32-bit system for better performance and features. You can copy and paste the code easily on the Terminal / Console program on this operating system, by using the keyboard shortcut keys like Ctrl+Insert for copying selected text and Shift+Insert for pasting copied text OR ELSE Middle Click Mouse Button / Wheel For Pasting on Terminal / Console. Press F4 to launch the Terminal from any Folder on the File Manager. This will set your working directory automatically.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    autocrc uses 32-bit CRC-sums to verify the integrity of files. The CRC-sums are parsed both from filenames and from sfv-files. autocrc can perform CRC-checks recursively. After it's done it prints a summary of the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Quick-Save-Live

    Quick-Save-Live

    Quick Safety and Rescue System

    This Linux Live CD provides a Quick Way to Save Files from the Hard Drives to an External Drive for Safety and Rescue Purposes. This GUI System gets started in less than 28 seconds and is able to auto mount all drives including external ones, but excluding encrypted drives, for user access. On Startup, this system provides a dual pane file manager for copying files and folders between the panels, by way of a simple drag and drop facility. Following are the limitations of this system : 1....
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    MultiBootUSB-Live

    MultiBootUSB-Live

    Portable System for installing many Linux Distros on to a Pen drive

    This project provides a Live DVD for the multibootusb program, for installing multiple Linux Distros on to a single Pen drive and able to boot from it. This is a portable system, which does not require any installation. Video Below. This system can be started through the DVD Drive OR VirtualBox (See Below). This .iso file can also be written on to a small dedicated pen drive ( ~ 1 GB ) through this DVD's multibootusb program and further used for writing linux images on to other pen drives (...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ASBAAC

    salt-bridge and aromatic-aromatic analysis

    The software ASBAAC, easily calculate salt-bridge and aromatic-aromatic contact of multi-chain protein complex. ASBAAC is written on AWK programming language and this software is run from C shell Unix prompt in 32-bit CYGWIN OS .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SGA Conversion and Analysis Tool

    Convert SGA format multimedia files to PNG and AVI format

    This program is a utility for viewing, analyzing, and converting the data in SGA format multimedia files used by Digital Pictures in their games for the Sega Mega CD, Sega Super 32X, Sega Saturn, 3DO video game systems, and Windows PCs into formats that can be read by media player software on modern PCs.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    Excel2LaTeX

    Excel2LaTeX

    The Excel add-in for creating LaTeX tables

    Making tables in LaTeX can be tedious, especially if some columns are calculated. This converter allows you to write a table in Excel instead, and export the current selection as LaTeX markup which can be pasted into an existing LaTeX document, or exported to a file and included via the \input command. Known to be compatible with Windows Excel 2000–2016 (32-bit and 64-bit) and Mac Excel 2004, 2011, and 2016. May also be compatible with other versions that support .xla add-ins. Does not work...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20

    uru binaries

    Use multiple rubies on your Linux, OS X, and Windows systems.

    Be more productive using the multiple rubies on your 32/64-bit Windows, Linux, and OS X systems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21

    Firebird Net Provider For VBA&VB6

    Firebird ADO.NET Provider For VBA & VB6

    This project provides connection and command to Firebird database with ADO.NET technology. The content used is "FirebirdSql.Data.FirebirdClient.dll" and requires the Framework 4.5.2. Before testing the example, run the "_Install.bat" file in the "FbLib" folder as an "administrator" and install it on your system, according to the Office architecture (32/64 bit). "Sample" files have been prepared as "Embedded" without the need for Server software. If you are going to use the Server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GnuPlot Add-in for Excel

    GnuPlot Add-in for Excel

    The power of GnuPlot combined with the ease of Excel

    An alternative to Excel graphics which facilitates use of GnuPlot directly in Excel sheets. GnuPlot scripts are stored in Excel along with the generated graphs and can be instantly edited and regenerated without leaving the Excel environment. Data can be read from Excel sheets by a cell range ("A1:C400") or using an Excel named range. For Excel 2010, 2013, and 2016, 32 and 64 bit.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    DinkToPdf

    DinkToPdf

    C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine

    .NET Core P/Invoke wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF. Copy the native library to root folder of your project. From there .NET Core loads the native library when the native method is called with P/Invoke. You can find the latest version of the native library. Select the appropriate library for your OS and platform (64 or 32-bit). The library was not tested with IIS. The library was tested in console applications and with Kestrel web server both...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24

    Five Deck Maverick

    Poker , Card game

    5 rotating drums with a full deck of cards on each drum. Written in FreeBasic for Windows. 32 or 64 bit Comes with FreeBasic sourcecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TOS

    An operating system for tenputer

    Downloads: 0 This Week
    Last Update:
    See Project