Search Results for "texniccenter old version" - Page 2

Showing 629 open source projects for "texniccenter old version"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 1
    go-resiliency

    go-resiliency

    Resiliency patterns for golang

    Resiliency patterns for golang. Based in part on Hystrix, Semian, and others. Currently implemented patterns include circuit-breaker (in the breaker directory), semaphore (in the semaphore directory), deadline/timeout (in the deadline directory), batching (in the batcher directory), retriable (in the retrier directory). I will occasionally bump the minimum required Golang version without bumping the major version of this package, which violates the official Golang packaging convention around...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    dyff

    dyff

    diff tool for YAML files, and sometimes JSON

    A diff tool for YAML files, and sometimes JSON. dyff is inspired by the way the old BOSH v1 deployment output reported changes from one version to another by only showing the parts of a YAML file that changed. Similar to the standard diff tool, it follows the principle of describing the change by going from the input file to the target to the input file. Input files can be local files (filesystem path), remote files (URI), or the standard input stream (using -).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Serverless Appsync Plugin

    Serverless Appsync Plugin

    Serverless plugin for appsync

    Deploy AppSync API's in minutes using this Serverless plugin. This plugin exports some handy variables that you can use in your yml files to reference some values generated by CloudFormation. This plugin adds some useful CLI commands. AppSync is currently using an older version of the Graphql Specs. This plugin intends to use modern schemas for future-proofing. Incompatibilities will either be dropped or attempted to be fixed. Old-style descriptions (using #) are supported by AppSync...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Branchless workflow for Git

    Branchless workflow for Git

    High-velocity, monorepo-scale workflow for Git

    ... and branches without having to check them out first. git move: The ability to move subtrees rather than "sticks" while cleaning up old branches, not touching the working copy, etc. Anonymous branching: reduces the overhead of branching for experimental work. In-memory operations: to modify the commit graph without having to check out the commits in question. git next/prev: to quickly jump between commits and branches in a commit stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Visitor Management and Staff Sign In | Sign In App Icon
    Visitor Management and Staff Sign In | Sign In App

    Sign In App is a modern, enjoyable way to sign in visitors and staff, and book desks and meeting rooms.

    Our visitor management system streamlines registration, check-in, and authorization processes, while our facility management tools streamline room booking, resource allocation, and asset management. We prioritize security with our advanced risk mitigation measures, including health and safety protocols, emergency messaging, and robust analytics for thorough auditing.
    Learn More
  • 5
    BladeOne Blade Template Engine

    BladeOne Blade Template Engine

    The standalone version Blade Template Engine without Laravel

    BladeOne is a standalone version of Blade Template Engine that uses a single PHP file and can be ported and used in different projects. It allows you to use blade template outside Laravel. Dynamic blade components are not supported (reason: performance purpose) and custom features aimed for blade, but everything else is supported. This version does not support PHP 5.x anymore. However, you can use the old version that is 100% functional with PHP 5.6 and higher. By standard, The original Blade...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Thread Affinity

    Thread Affinity

    Bind a java thread to a given core

    Lets you bind a thread to a given core, this can improve performance (this library works best on linux). Java-Thread-Affinity will try to use JNA to provide access to native thread-handling functions. JNA should be installed on your system to get the most from this library. Java-Thread-Affinity currently depends on JNA version 4.4.0, which in turn depends on a version of GLIBC >= 2.14. If your operating system is an old one, with a version of GLIBC released before 2011, this library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LinkChecker

    LinkChecker

    Check links in web documents or full websites

    LinkChecker is a free, GPL licensed website validator. LinkChecker checks links in web documents or full websites. It runs on Python 3 systems, requiring Python 3.8 or later. The version in the pip repository may be old, to find out how to get the latest code, plus platform-specific information and other advice see doc/install.txt in the source code archive. If you do not want to install any additional libraries/dependencies you can use the Docker image which is published on GitHub Packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    diff2html

    diff2html

    Pretty diff to html javascript library (diff2html)

    Each diff provides a comprehensive visualization of the code changes, helping developers identify problems and better understand the changes. Each diff features a line-by-line and side-by-side preview of your changes. All the code changes are syntax highlighted using highlight.js, providing more readability. Similar lines are paired, allowing for easier change tracking. We work hard to make sure you can have your diffs in a simple and flexible way. The AI community building the future....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Qogir Gtk Theme

    Qogir Gtk Theme

    Qogir is a flat Design theme for GTK

    Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2-based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc. In Gnome 42 can not use the Qogir-dark theme, so I renamed all dark themes to Dark, so you need to remove all old themes and reinstall the last version. Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
    Learn More
  • 10
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

    GitHub action to set up PHP with extensions, php.ini configuration

    ... systems based on the above Ubuntu and Debian versions are also supported on best effort basis. If the requested PHP version is pre-installed, setup-PHP switches to it, otherwise it installs the PHP version. Specific versions of extensions available on PECL can be set up by suffixing the extension's name with the version. This is useful for installing old versions of extensions that support end-of-life PHP versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel Backup

    Laravel Backup

    A package to backup your Laravel app

    ... a backup of your files and databases is very easy. In addition to making the backup, the package can also clean up old backups, monitor the health of the backups, and show an overview of all backups. If you need to backup multiple servers, take a look at our laravel-backup-server package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NvChad

    NvChad

    Blazing fast Neovim config providing solid defaults and a beautiful UI

    NvChad is a neovim config written in lua aiming to provide a base configuration with very beautiful UI and blazing fast start time (around 0.02 secs ~ 0.07 secs). We tweak UI plugins such as telescope, nvim-tree etc well to provide an aesthetic UI experience. Lazy loading is done 93% of the time meaning that plugins will not be loaded by default, they will be loaded only when required also at specific commands, events etc. This lowers the start time and it was like 0.07~ secs tested on an old...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EMBA

    EMBA

    The firmware security analyzer

    EMBA is designed as the central firmware analysis tool for penetration testers and product security teams. It supports the complete security analysis process starting with firmware extraction, doing static analysis and dynamic analysis via emulation and finally generating a web report. EMBA automatically discovers possible weak spots and vulnerabilities in firmware. Examples are insecure binaries, old and outdated software components, potentially vulnerable scripts, or hard-coded passwords...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pokete

    Pokete

    A terminal based Pokemon like game

    Pokete is a small terminal-based game in the style of a very popular and old game by Gamefreak. Imagine that you’re a Pokete Trainer and you travel around the world to catch/train as many Poketes as possible with the ultimate goal of becoming the best trainer. First of all you get a starter Pokete (Steini), that you can use to fight battles with other Poketes. Use W, A, S and D to move around. When entering the high grass (;), you may be attacked by a wild Pokete. By pressing 1 you can choose...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    drf-yasg

    drf-yasg

    Automated generation of real Swagger/OpenAPI 2.0 schemas

    Only the latest version of drf-yasg is supported. Support of old versions is dropped immediately with the release of a new version. Please do not create issues before upgrading to the latest release available at the time. Regression reports are accepted and will be resolved with a new release as quickly as possible. Removed features will usually go through a deprecation cycle of a few minor releases. If you are looking to add Swagger/OpenAPI support to a new project you might want to take...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    React Icons

    React Icons

    svg react icons of popular icon packs

    ... to recognize which icons are used in your project. From version 3, vertical-align: middle is not automatically given. Import path has changed. You need to rewrite from the old style. You can add more icons by submitting pull requests or creating issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Serverless Webpack

    Serverless Webpack

    Serverless plugin to bundle your lambdas with Webpack

    ... function. Support of serverless invoke local and serverless invoke local --watch. Support of serverless run and serverless run --watch. Integrates with serverless-offline to simulate local API Gateway endpoints. Cleaned up configuration. You should now use a custom.webpack object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Termin-Bot

    Termin-Bot

    Telegram bot to get notifications about free appointments

    ... "No free appointments" [NO_TERMIN_FOUND_STRING]. Then some free appointments are added to the system, and the phrase "No free appointments" disappears. There is a new phrase (e.g., "List of free appointments" [TERMIN_FOUND_STRING]) instead of the old one. Bot recognizes the change on the webpage and sends Telegram notifications about free appointments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    OLD LAMP Package With PHP 7.0  MYSQL 5.7

    OLD LAMP Package With PHP 7.0 MYSQL 5.7

    For working with old php applications

    If needed, please refer wiki page for virtual machine setup instructions. Also, watch video below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OLD LAMP Package With PHP 5.5  MYSQL 5.5

    OLD LAMP Package With PHP 5.5 MYSQL 5.5

    For working with old php applications

    If needed, please refer wiki page for virtual machine setup instructions. Also, watch video below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DOSBox

    DOSBox

    An Open Source DOS emulator to run old DOS games

    DOSBox emulates a full x86 pc with sound and DOS. Its main use is to run old DOS games on platforms which don't have DOS (Windows 7, 8, 8.1 and 10 / Linux / FreeBSD / Mac OS X)
    Leader badge
    Downloads: 19,507 This Week
    Last Update:
    See Project
  • 22
    AMD/ATI Pixel Clock Patcher 1.4.15
    AMD/ATI Pixel Clock Patcher modifies the AMD/ATI video driver to allow higher resolutions and refresh rates by removing the 165 MHz pixel clock limit for single-link DVI and HDMI, the 330 MHz limit for dual-link DVI, and the 400 MHz limit for VGA. Latest Version Recent changes: 1.4.15: Added support for R.ID Polaris/Vega drivers. Increased VGA limit to 800 MHz for other drivers. 1.4.14: Fix driver not found after installing Amernime Zone drivers. Added self-sign option and Info.txt...
    Leader badge
    Downloads: 2,345 This Week
    Last Update:
    See Project
  • 23
    FreeCol

    FreeCol

    Colonize the New World.

    FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation. You start with only a few colonists defying the stormy seas in their search for new land. Will you guide them on the Colonization of a New World? The last stable version release can be found here: https://sourceforge.net/projects/freecol/files/latest/download The latest test pre-release of the next version can be found here...
    Leader badge
    Downloads: 490 This Week
    Last Update:
    See Project
  • 24
    Steem SSE

    Steem SSE

    An update of legendary Atari ST emulator Steem

    Steem SSE ('ST Enhanced EMulator Sensei Software Edition' in full) is an updated version of Steem. Features have been added and emulation has been improved. Steem SSE's goal is to keep the Atari ST alive in the hearts and minds of old and new generations.
    Leader badge
    Downloads: 273 This Week
    Last Update:
    See Project
  • 25
    libmwaw

    libmwaw

    Import library for legacy Mac documents

    libmwaw contains import filters for many old Macintosh text document formats (MacWrite, ClarisWorks, ... ) and for some graphic, spreadsheet and presentation formats. It can handle with varying level of success about forty different formats (see the Wiki section for more details). libmwaw is based on librevenge (see https://sourceforge.net/p/libwpd/wiki/librevenge/ ).
    Leader badge
    Downloads: 233 This Week
    Last Update:
    See Project