Search Results for "multi roblox instance" - Page 4

Showing 111 open source projects for "multi roblox instance"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    HttpReports APM

    HttpReports APM

    HttpReports is an APM (application performance monitor) system

    HttpReports is an APM (application performance monitor) system for Net Core. Based on MIT open-source protocol, The main functions include statistics, analysis, visualization, monitoring, tracking, etc. It is very suitable for use in microservices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    StarSpace

    StarSpace

    Learning embeddings for classification, retrieval and ranking

    StarSpace is a general-purpose embedding-based learning framework that trains embeddings for entities (words, sentences, users, items) under various supervision signals (classification, ranking, matching). Instead of focusing on one task, StarSpace supports multi-task and multi-domain setups—for instance, you can train embeddings so that textual queries match item descriptions, sentences map to labels, or users align with liked items in the same embedding space. The training objective is contrastive: for a given query embedding, positive and negative examples are sampled and the model is optimized to score positive higher than negatives. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    maskrcnn-benchmark

    maskrcnn-benchmark

    Fast, modular reference implementation of Instance Segmentation

    ...It supports multi-GPU distributed training, mixed precision, and custom data loaders for new datasets. Built as a reference implementation, it became a foundation for the next-generation Detectron2, yet remains widely used for research needing a stable, reproducible environment. Visualization tools, model zoo checkpoints, and benchmark scripts make it easy to replicate state-of-the-art results or fine-tune models for custom tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kafka-Pixy

    Kafka-Pixy

    gRPC/REST proxy for Kafka

    Kafka-Pixy is a dual API (gRPC and REST) proxy for Kafka with automatic consumer group control. It is designed to hide the complexity of the Kafka client protocol and provide a stupid simple API that is trivial to implement in any language. Kafka-Pixy is tested against Kafka versions 1.1.1 and 2.3.0, but is likely to work with any version starting from 0.8.2.2. It uses the Kafka Offset Commit/Fetch API to keep track of consumer offsets. However Group Membership API is not yet implemented,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    stern

    stern

    Multi pod and container log tailing for Kubernetes

    Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color-coded for quicker debugging. The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new pod is added it automatically gets tailed. When a pod contains multiple containers Stern can tail all of them too without having to do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JSVerbalExpressions

    JSVerbalExpressions

    JavaScript Regular expressions made easy

    ...However, it is also exposed as VerEx().sanitize. Enabling control multi-line matching would cause the expression to not look for matches beyond the first line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Math Notebook

    Math Notebook

    Software to create mathematical drawings and notes.

    Math Notebook is designed with the goal to permit making mathematical notes as natural as writing in a real notebook. Therefore, to avoid overwhelming the user with a multitude of functions, only the implementation of the essentially ones has been aimed for. This is for instance reflected by the limited number of colors that items can have. Despite that, quite sophisticated notes can be obtained with just a few clicks.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    SoliditySHA3Miner

    SoliditySHA3Miner

    All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner

    All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner solves proof of work to mine supported EIP918 tokens in a single instance (with API).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DeepMask

    DeepMask

    Torch implementation of DeepMask and SharpMask

    DeepMask is an early, influential approach to class-agnostic object segmentation that learns to propose pixel-accurate masks directly from images. Instead of first generating boxes and then refining them, the network predicts a foreground mask and an “objectness” score for a given image patch, yielding high-quality segment proposals suitable for downstream detection or instance segmentation. The model is trained end-to-end to align mask shape with object extent, which markedly improves...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Ardb

    Ardb

    A redis protocol compatible nosql, it support multiple storage engines

    A redis protocol compatible nosql, it supports multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. Full redis-protocol compatibility. Most redis commands are supported, and a few new commands. Ardb commands VS Redis Commands. Multi storage engines supported. RocksDB, LevelDB, LMDB, WiredTiger, PerconaFT, ForestDB. Multi data structure types supported, String, List, Set, Sorted Set, Hash, Bitmap(String), HyperLogLog(String), 2D Spatial Index(Sorted Set), Stream. Replication compatible with Redis 2.6/2.8. Ardb instance work as slave of Redis 2.6/2.8+ instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NativeSQLPersistence

    Executing native SQL with native Java connection pool.

    ...JPA library is used to provide EntityManager compliance, it is not required for normal DatabaseAccessor. (used for DatabaseAccessorJPA) ATTENTION: You should use one DatabaseAccessor instance per database, so please use Singleton pattern in multi-thread environments like web applications. DatabaseAccessor is implementing DataSource interface, so you might use it directly in your existing code as an extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ActsAsTaggableOn

    ActsAsTaggableOn

    A tagging plugin for Rails applications for custom tagging

    ...If you do not wish or need to support multi-tenancy, the migration for add_tenant_to_taggings is optional and can be discarded safely. You can also add and remove tags in format of String.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Goozzee

    Goozzee

    Easily create,browse and share knowledge bases on Windows, Mac & Linux

    Goozzee allows you to easily create, browse and share knowledge bases & documentation repositories, using topic maps. Use this software to store notes, files of any type - even very large ones. Create links between your notes and files, and browse through your knowledge base by following these links, or simply search using the fast and powerful full text search engine. The GUI is written in C++ (using wxWidgets for easier cross-platform portability), and data is saved in a mysql...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TotesNotes

    TotesNotes

    Simple Popup Notes

    I was tired of always having to start a new instance of notepad to take a note of something during my busy work day. All the other note applications seem very bulky and didn't really work with the fast pace that I work at. So... I made TotesNotes!. Click the little tray icon and up pops a note pad to pop text into. There are even a few tabs if you want to seperate them a little bit. * Requires .NET 4.5 Note : If you dont see the icon in your tray, just drag it next to your clock....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Labelize

    Source code labels management

    ...And if they were 2 consecutive integers, you come to insert floats, by dot introduction, longer and longer, but it is too awful! So you want to move them back to integers for instance, respectul of our float hierarchy. Labelize is there to manage these numbered labels. Ultimately, numbers could be as increasing as possible from top to bottom of the text, and multi files sensitive. Even, file clustered : if wanted, least sensitive figures can be linked to files. E.g. if 15 files present, in a.text lbl123->lbl01123
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    hashdatabox

    HashDataBox

    ...HashDataBox is all the Visual components in your application instances can share the same DataBox, data sharing, simplifies client design, can also design multiple DataBox instance, multi-angle, multi-directional management data model. HashDataBox as MVP Model in the model layer is automatically "drive" associated changes the Visual components, without developer intervention, greatly reduces the complexity of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    myenv

    MyEnv - MySQL multi-instance environment

    MyEnv, derived from TVD-BasEnv, is a set of scripts to run comfortably multiple MySQL, Galera, Percona Server or MariaDB database instances on the same server. You can even run multiple database instances with different binary versions. MyEnv is more comfortable than mysqld_multi and provides more functionality. More details you can finde here: http://fromdual.com/myenv-mysql-basenv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Live Chat Plugin For CMS & CRM

    Live Chat Plugin For CMS & CRM

    eAssistance Pro offers to add live chat plugin on website

    Install updated version of eAssistance Pro live chat software which has more effective features whereby you can provide even better online customer support service. The software is fully flexible and customizable as per users requirement which is easily integrated on CMSs created website or eCommerce created online store such as WordPress, Joomla, Magento, Drupal, Zendesk and also eCommerce platforms like Big Commerce, Sales Force, Zen Cart, Prestashop, Shopify and eBayStores. For add live...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LQFB-analyser

    A lqfb delegation analyser. A 3d directed weighted multi graph.

    A rich client to analyse data from a liquid-feedback (http://liquidfeedback.org/) instance, for now it's a 3d graph explorer to inspect the delegations. It's an application based on the eclipse platform (indigo). To be precise its a directed weighted multi graph browser in 3d. Find out more in the wiki https://sourceforge.net/p/lqfbanalyser/wiki/Home/ . Generated reports https://sourceforge.net/p/lqfbanalyser/wiki/generated%20lqfb%20reports/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ColourChange TestMate

    ColourChange TestMate

    A Tool for use with API (or any other) colour changing water tests

    this is a simple timer that by default has 8 API water test kit result colour charts added. A timer runs for a set time and a window pops up showing the colours needed to check your results Test editor allows you to add / remove / edit tests can be used with any colour changing test kit all you need is a digital image of the test card
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Web KeePass Password Safe
    Web AND Mobile (Apple iPhone) based, multi user, java port of the KeePass project. A free, easy to use password manager which helps you to manage your passwords in a secure way. Focused on deep encryption and ease of use.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    MIDITOR

    MIDI multi track song writing in an ASCII editor!

    MIDITOR is a command line compiler that takes ASCII edited music which can be in the style of drum or guitar tablature but with accuracy. MIDITOR is comparable to a sequencer. It turns any ASCII editor into a MIDI editor, for loops, sequencing and composing. Any MIDI message can be sent at specific times including patch changes, control changes.... Tracks and channels can be easily rendered in parallel and the powerful macro preprocessor handles the repetitious nature of music writing....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mod_schema is an Apache module which allows instance XML document validations with the W3C schema language. The validation is based on Xerces C++ library and the module enables a Web tool for multi schema validations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Proper is a propositionalization framework written in Java containing several algorithms for generating propositional (and also multi-instance) data from relational databases. It produces data that can be used by the WEKA machine learning workbench.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Notepad++ Python Script Automation
    Provides a set of Python scripts that allow client apps to automate Notepad++ using the excellent Python Script plugin and the Python SimpleXMLRPC modules. Demo apps in IronPython, C#, and now a "pure"-Python2.7 console app. No .Net required!
    Downloads: 0 This Week
    Last Update:
    See Project