Showing 731 open source projects for "replace"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Vue Class Component

    Vue Class Component

    ES / TypeScript decorator for class-style Vue components

    Vue Class Component is a library that lets you make your Vue components in class-style syntax. You can define component data and methods in the intuitive and standard class syntax by annotating the class with the @Component decorator. You can simply replace your component definition with a class-style component as it is equivalent with the ordinary options object style of component definition. By defining your component in class-style, you not only change the syntax but also can utilize some ECMAScript language features such as class inheritance and decorators. Vue Class Component also provides a mixins helper for mixin inheritance, and a createDecorator function to create your own decorators easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Whole Platform
    The Whole Platform is a technology for engineering the production of software. We provide an Eclipse based Language Workbench for developing, manipulating and transforming languages using a model driven approach.
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 3

    Anoa-Syntax-Editor

    Anoa-Syntax-Editor is a free and open source syntax editor.

    ... - Save file. - Easy-to-use editor. - Edit files in multiple tabs. - Reordering tabs easily using drag and drop. - Syntax highlighting. - Syntax completion. - Find & replace capability. - Code folding. - Line numbering. - Support many popular languages. - Run code directly (for selected languages). - Switch editor color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    R Markdown Cookbook

    R Markdown Cookbook

    R Markdown Cookbook

    R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown. R Markdown is a powerful tool for combining analysis and reporting into the same document. Since the birth of the rmarkdown package (Allaire, Xie, Dervieux, McPherson, et al. 2023) in early 2014, R Markdown has grown substantially from a package that supports a few output formats, to an extensive and diverse ecosystem that supports the creation of books, blogs, scientific articles, websites, and even resumes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    RMK 1.3

    RMK 1.3

    Remapping Mouse Keyboard Keys v1.3

    ...Full support on the 4 mouse axes (+ Y, -Y, + X, -X) to be assigned to any key on the keyboard . (Generally used for a Game's Vehicle Driving options and conditions). Change and replace keyboard shortcuts, with full AutoHotKey (AHK) language support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bayu Point of Sales

    Bayu Point of Sales

    Bayu Point of Sales and Inventory System

    ...Might be able to run as long as you can run NETCore runtime. Please inform me of any bugs. You can message me at BayuPos' FB page https://www.facebook.com/bayu.system or email me at bayupos [at] outlook [dot] com. Replace [at] and [dot] with the particular symbols. Thank you for using BayuPos. I hope this system somehow helps you in managing your businesses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    libevent

    libevent

    Event notification library

    The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    GloboNote

    GloboNote

    Create sticky notes, to-do list, journals & reminders all in one app

    GloboNote is a free and easy to use desktop note taking application. It lets you create sticky notes, to-do lists, journals, reminders and other notes in one place. There are no limits to the number of sticky notes you can create. Notes can be organize by groups and search using the search tool. GloboNote can be run in any OS that has Java 8 installed.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 9
    MNIST-WGAN

    MNIST-WGAN

    A C# WGAN

    ...To begin training the network, press the "Train" button, after which you may use the "Clear" button to reset the average error and average percent correct value textboxes. In order to use the project on an alternative dataset, one must replace the MNIST files, then rewrite IO.FindNextNumber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    CSS Injector

    CSS Injector

    Rapidly edit custom style of webpage

    ## CSS Injector is a browser extension for web designer to easily inject any CSS code into any webpage or website. ## Use it to tweak and fix website CSS #### It automatically saves your CSS code with local storage APIs ### Limitations - WebExtension only works on sites that allow content scripts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DETR

    DETR

    End-to-end object detection with transformers

    PyTorch training code and pretrained models for DETR (DEtection TRansformer). We replace the full complex hand-crafted object detection pipeline with a Transformer, and match Faster R-CNN with a ResNet-50, obtaining 42 AP on COCO using half the computation power (FLOPs) and the same number of parameters. Inference in 50 lines of PyTorch. What it is. Unlike traditional computer vision techniques, DETR approaches object detection as a direct set prediction problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    YTKNetwork

    YTKNetwork

    YTKNetwork is a high level request util based on AFNetworking

    ...You should inherit it and override some methods to define custom requests in your project. Your code is decoupled to detail network request framework, it's easy to replace it. Actually, YTKNetwork is originally based on ASIHttpRequest, we just spent two days to switch to AFNetworking.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Cleave.js

    Cleave.js

    About Format input text content when you are typing

    ...The idea is to provide an easy way to increase input field readability by formatting your typed data. By using this library, you won't need to write any mind-blowing regular expressions or mask patterns to format input text. However, this isn't meant to replace any validation or mask library, you should still sanitize and validate your data in backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sysbench

    sysbench

    Scriptable database and system performance benchmark

    ...New benchmarks can be easily created by implementing pre-defined hooks in user-provided Lua scripts. Can be used as a general-purpose Lua interpreter as well, simply replace #!/usr/bin/lua with #!/usr/bin/sysbench in your script. Execute events for this many seconds with statistics disabled before the actual benchmark run with statistics enabled. This is useful when you want to exclude the initial period of a benchmark run from statistics.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Feature: Detection host, lifting bracket, detachable design, easy to assemble and carry. The inspection host can replace the lens of the mat microscope, and it can be used as a mat microscope. Quickly locate the position of the small current leakage of the capacitor and lock the problem position. The software can only identify the algorithm and can display the temperature value of each chip. The software side quickly locks the problem chip by comparing and analyzing the normal/abnormal motherboard. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    Notable

    Notable

    The Markdown-based note-taking app that doesn't suck

    ...Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes via a third-party editor on mobile, have them synchronized via Dropbox, use Git, run a regex-based search and replace etc. A dark theme is also available. In the future support for custom themes will be added as well. Zen mode provides a minimalistic editing and reading experience, hiding everything that's not necessary. Notable is also keyboard friendly, has a quick open window, and we'll soon add a command palette too, so you won't have to click any buttons if you don't want to.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    ...Free interactive simulations developed by PhET team at Colorado University help teach multimedia lessons at both secondary and higher education levels. To certain extent, they can replace real lab experiments. Educational applets made by Walter Fendt include fields of physics, mathematics and astronomy. PICTT only delivered the translation and other localization services. This localization was sponsored by the Promotion of Information and Communication Technologies in Turkmenistan (PICTT) program. All credits for creation of the original content in English goes to authors: PhET: http://phet.colorado.edu/en/simulations/translated Walter Fendt Applets: http://www.walter-fendt.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ZORG, serverless X

    ZORG aims to replace X server.

    ZORG aims to replace X server. It will not be a server, but a "framebuffer" oriented with mostly libX11 compatibility. Many things should be moved on to the kernel space...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    INI_Backup

    Backup/restore all INI files from a directory

    ...This can be helpful if you have uninstalled a program or you have verified game cache from Steam and have lost some (or all) configuration files. Simply configure the target program & backup its configurations with this simple tool! (All backups will be created in a folder called "Replace" located in the same directory as the program itself.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WebFaceDetection

    Web Face Detection using OpenCvSharp, Emgu and Accord.Net with Json

    ...Reference files from Libs folder ( exclude cvextern.dll and opencvsharpextern.dll and face.xml ) .... Add Existing Item from Libs folder ( face.xml and opencvsharpextern.dll and cvextern.dll ) to your project, Set Copy if Newer. .... Replace Controllers/HomeControllers.cs from this HomeControllers.cs .... Replace contents of Views/Home/Index.cshtml from this Index.cshtml for Emgu Face Detection .... Replace contents of about.cshtml for OpenCvSharp Face Detection .... Replace contents for contact.cshtml for Accord.Net Face Detection .... RUN your project, Select Pictures with seen face for a test.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Philology

    Philology

    An easy way to dynamically replace Strings of your Android App

    An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needing to publish a new release on Google Play. Android Resources provide us with an easy way to internationalize our App: a file with all the strings used by our App and a copy of it for every language the App is translated to. Android OS does the rest choosing the proper file depending on the device's language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Icons8 Line Awesome

    Icons8 Line Awesome

    Replace Font Awesome with modern line icons

    Replace Font Awesome with modern line icons. Swap Font Awesome for modern line icons in one line of code. Line Awesome is a free alternative for Font Awesome 5.11.2. It consists of ~1380 flat icons that offer complete coverage of the main Font Awesome icon set. This icon font is based off of the Icons8 Windows 10 style, which consists of over 4,000 icons, so be sure to check that out if you need more specific icons.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    Ai-chan

    A simple chat bot written in Python.

    Ai-chan is a chat bot you can run offline. You can teach her new conversations, share her memory data, change her appearance, her name, the way she calls you, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    anno

    anno

    Go package for text annotation

    Go package for text annotation. There are two parts to anno, the first is a series of Finder functions that look for interesting articles (which it calls `Notes`) inside the text, returning a slice of Note structs. The second is the Expander, which replaces the text in each Note with something else, like the HTML for a link or something. It tells you the bytes that it found, the `Start` index and a string describing the kind of `Note`. The kind is useful for when you run pass `Finder`...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WP Bootstrap Navwalker

    WP Bootstrap Navwalker

    Custom WordPress nav walker class to implement the Twitter Bootstrap

    ...This walker is fully compliant with all Theme Review guidelines for wordpress.org theme submission. It requires no modification to be compliant but you can optionally replace the wp-bootstrap-navwalker text domain (which appears twice in the fallback function) with the text domain of your theme.
    Downloads: 0 This Week
    Last Update:
    See Project