The "/CODE WINDOWS/myFocu..userProL_1_0_4_0.zip" file could not be found or is not available. Please select another file.

Search Results for "using class net.sourceforge.jtds.jdbc.driver" - Page 7

Showing 2922 open source projects for "using class net.sourceforge.jtds.jdbc.driver"

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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    BMDFM

    BMDFM

    Binary Modular DataFlow Machine (BMDFM)

    Binary Modular DataFlow Machine (BMDFM) is a software package that enables running an application in parallel on shared memory symmetric multiprocessing (SMP) computers using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the static and mainly dynamic scheduling of the dataflow instruction sequences derived from the formerly sequential program. The BMDFM dynamic scheduling subsystem performs a symmetric...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    LogEngine2 library

    Simple C++ library for easy and flexible logging

    LogEngine2 is a C++ header only library for easy and flexible logging. Contains small amount of code in compare with other logging libraries. Just copy the files from include folder to your project folder and use a C++20 compiler. LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle. LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function. Log line format is easy configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TTGO VGA32 Lite
    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Larsen Commander for OS/2 and eCS

    Larsen Commander for OS/2 and eCS

    Source code is here - https://sourceforge.net/projects/lcmd-git/

    Source code is now developed using GIT. Please use new project page here - https://sourceforge.net/projects/lcmd-git/ Larsen Commander for OS/2 Warp and eCS. Consists of two parts; 1) the underlying C++ G-Lib framework that build directly on top of native 32 bit OS/2 APIs and 2) the Larsen Commander application it self, written in C++ on top of that G-Lib framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    QUOR

    QUOR

    Keeps track of your SQL Queries and Database Connections.

    QUOR is designed to help SQL developers to manage their database queries and connections in an organized way. Besides Select Statements and DML/DDL you can use so called Smart Queries. These are Select Statements with some restrictions that in turn can offer more guidance and editable results. SQL statements can be used that are stored in the file system. A copy of those statements is transferred in the QUOR database and will be synchronized when the file is changed. Parameters for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    libCIGI

    C++ Library for the Common Image Generator Interface

    ... functions / classes are provided in CIGIGeneric.h and some other headers to support this. Helpers are provided for version interpretation and conversion of packet parameters to text. Testing is supported using the boost test framework to develop unit tests for each of the packets. Because the library is header-only it can easily support many platforms / compilers but this has not yet been tested. Note: Currently the use of bitfields in the library may cause erroneous use in some compilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LavoroL

    LavoroL

    Core operating system

    ...; * filldemo - graphics demo; * printmodes - print available graphic modes; * quit - exit operating system; * end - end session; * rm - remove file or directory; * cp - copy file; * mv - move file; * addline - append line to file; * mkdir - create directory; * batch - run batch file. You need to unzip and copy files to flash drive using Ventoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Secure Protocol Format

    Generic binary protocol library that prevents injection attacks

    ... constraints and, more importantly, demands that data fields to be described using binary metadata rather than text. The Secure Protocol Format, or SPF, was created as a simplified version of DER. In addition to delimiting data by length, it also affords programmers the ability to use text for describing data, just like tags are used in HTML and XML. Thus, SPF provides a simple and practical approach to preventing command injection attacks while allowing text to describe data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Unicoder

    Unicoder

    A Portable Wide-Character Terminal Output Package for C and C++

    Unicoder is a single header file that you add to your C or C++ projects which allows you to easily display unicode characters in the Terminal display irregardless of what compiler you are using. That is, it was written so that it would be portable so you can change platforms or compilers with ease. Currently it can be used on either the Windows or Linux platforms. Also, Unicoder can insert compiler specific commands that perform useful task such as clearing the console display or turn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10

    ESP32 ACME client

    ESP32 library for ACME protocol client (to get certificates)

    ACME client library for ESP32 Copyright © 2019, 2020, 2021, 2023, 2024 by Danny Backx ACME is a protocol (see https://tools.ietf.org/html/rfc8555 for automatic certificate management. Sites such as letsencrypt.org allow you to obtain free (no charge) certificates in an automated way using the ACME protocol. This library allows you to get certificates for IoT devices based on the ESP32. More info in https://sourceforge.net/p/esp32-acme-client/code/HEAD/tree/trunk/Readme.md...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    vici

    vici

    Vici - create a UNIX script using a flow chart interface.

    Description Vici aims to make the UNIX command line programs easily available to the users of Linux GUI desktop environments. A flow chart can be built with commands and their parameters. This can then be saved as a script which can be installed into the user's desktop as an application. The script supports all Linux commands, pipelines, file redirection, variables, functions, and multiple threads of control. The project includes associated programs for creating syntax charts for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SC

    SC is a C based meta/programming language/environment

    SC is a C based/compatible language that uses a binary source code format and a "special" editor to provide a far more advanced programming and meta-programming environment. The basic philosophy is to "simplify" the "form" and not the "meaning" of C. SC allows you to write source code that can analyze and modify itself. Which in turn allows you to create far more compact and powerful libraries, templates, toolkits and simply source code, using techniques similar to aspect and/or language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DNP3 Protocol Linux Arm POSIX code

    DNP3 Protocol Linux Arm POSIX code

    DNP3 Protocol Source code Library for Linux x86 x64 ARM PowerPC

    ... Demo Linux Shared Library includes simple (Outstation Server & Client C programs )example using a Command window and command line inputs. Get a free DNP3 Development Bundle http://www.freyrscada.com/dnp3-ieee-1815.php Interoperability : http://www.freyrscada.com/docs/FreyrSCADA-DNP-Driver-Object-Variation-Support.pdf Video Tutorial: https://www.youtube.com/playlist?list=PL4tVfIsUhy1abOTxSed3l56FQux5Bn_gj
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    flom

    flom

    Free Lock Manager

    ... and transactional sequence. libflom, the library shipped with FLoM, allows you to develop your own application using a simple C, C++, Java, Perl, PHP or Python client API. SSL/TLS security for network communication, X.509 certificates for peer to peer mutual authentication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SimpleDCS
    SimpleDCS is a Distributed Control System made easy - fully configurable both on hardware and a software level. Experimental stage (alpha)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AL-IV

    AL-IV

    ALFOUR Programming language. Simple, safe, power, multi-platform.

    A programming language AL-IV (ALFOUR) is a high-level imperative object oriented programming language with minimal introduction level, easy porting to any platform claiming a very high level of safety and stability, with a controllable level of code protection, high efficiency of an executable code, full independence from a target platform, minimal enter level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IEC 101 Protocol Linux  arm POSIX code

    IEC 101 Protocol Linux arm POSIX code

    IEC 101 Embedded Linux ARM, POSIX x86 x86-64 - c, c++ programming

    v21,06.012 Supports Embedded Linux (ARM, Coldfire, Power PC), Ubuntu Linux(X86, X86-64), Fedora, CentOS, Red Hat. IEC 60870-5-101 Linux SDK - includes Demo Linux Shared Library, simple (Server & Client C programs )example using a Command window and command line inputs. The source code will allow you to quickly compile your own examples with the features of your existing development environment to work with our IEC 101 library. IEC 101 Linux SDK contains Shared Library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VerifyFiles

    VerifyFiles

    Utility for backups

    Verifies backups in folders of mass storage devices with original copies in another device using lists of files, copying and deletion of files have been implemented respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    opticsbenchui

    Software for the automation of optics lab experiments

    OpticsBenchUI software is dedicated to the automation of optics lab experiments. Optics instruments are interfaced using several other open source projects among which dc1394, aravis, comedi. OpticsBenchUI allows inter-operation of digital cameras (Firewire, GigE Vision, CameraLink), actuators (RS232, USB, Ethernet), spatial light modulators (SLM), digital I/O and analog I/O boards (counters, DAC, ADC) and a Supercontinuum laser source (CP210X USB to UART bridge). Each instrument can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    NexTask

    Custom, simple, timed audio and visual reminders using cron scheduling

    NexTask is intended for the Raspberry Pi, though the source can be compiled of any Linux distribution. Using cron scheduling, the user can code reminders for their household. Currently, the display program has been built. The scheduling using cron must be set up manually. In the future, a GUI will be available to help build the scheduling scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    This library represents XLSX files writer for Microsoft Excel 2007 and above. The main feature of this library is that it uses C++ standard file streams. On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written. Hence, if using this library the structure of the future report should be known enough. The library...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    AnalysePlugin
    Shorten your time of reading mega bytes of log files! DE 2016-01 Supporting Don HO's NotePad++ see http://notepad-plus-plus.org/ This sources are a dockable pattern search plugin for Notepad++ version 5.1 or later. With this plugin you can search for multiple patterns in any of the opened documents in NotePad++. You may want to tune your search using all fancy tricks from NPP like regular expressions or escaped patterns and give each of the searches different colors...
    Leader badge
    Downloads: 711 This Week
    Last Update:
    See Project
  • 23
    modplug

    modplug

    A music tracker software for Windows.

    NOTE: This is a legacy sourceforge project. Please download the software from https://openmpt.org/ instead. The official code repository can now be found at https://source.openmpt.org/browse/openmpt/ OpenMPT is a Windows-based audio application used to produce music. The application was initially a private project developed by Olivier Lapicque and is a popular 'tracker' used by many musicians. OpenMPT is available as both a 32-bit and 64-bit application. For more information and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    FLTrator

    FLTrator

    FLTrator is a retro style scrolling arcade game using FLTK.

    FLTrator is an arcade game for Linux, Windows and OSX written with FLTK and licensed under GPL. You control a spaceship by keyboard, moving through a fast scrolling landscape full of hostile rockets and other obstacles. Besides your quick reflexes and your intuition you are assisted by your spaceships missiles and bombs to clear your way.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25
    tStudio3D
    tStudio3D is published here on SourceForge.net as part of an effort to curate it as an old-school game development platform -- as a museum artifact. This curation work is being done so that young enthusiasts can explore a sampling of the early tools in 3D game development from the late 1990s and early 2000s. In support of this curation effort, tStudio3D has been freshly rebuilt to run on Windows 11 using Microsoft Visual Studio 2022 (as of April 2023). No future development is planned...
    Downloads: 2 This Week
    Last Update:
    See Project
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.