Search Results for "script%20runner%20roblox" - Page 11

Showing 692 open source projects for "script%20runner%20roblox"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • AI-First Supply Chain Management Icon
    AI-First Supply Chain Management

    Supply chain managers, executives, and businesses seeking AI-powered solutions to optimize planning, operations, and decision-making across the supply

    Logility is a market-leading provider of AI-first supply chain management solutions engineered to help organizations build sustainable digital supply chains that improve people’s lives and the world we live in. The company’s approach is designed to reimagine supply chain planning by shifting away from traditional “what happened” processes to an AI-driven strategy that combines the power of humans and machines to predict and be ready for what’s coming. Logility’s fully integrated, end-to-end platform helps clients know faster, turn uncertainty into opportunity, and transform the supply chain from a cost center to an engine for growth.
    Learn More
  • 1

    ipcvis

    Visualize Inter Process Communication

    Small python script that can visualize Inter Process Communication on Linux. It can create a graph of TCP and Unix sockets, pipes and also process hierarchy. Short (59 sec) demo visualizing ssh client connecting to ssh server on the same Ubuntu host: http://youtu.be/8XFKwzkexQY Longer (2 min 13 sec) demo visualizing ZoneMinder surveillance solution operation (stopping, starting, enabling and viewing camera): http://youtu.be/kM7klE61Ibk Tested on Ubuntu 14.10 and Debian 7. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    A fresh approach to autocomplete implementations, specially for Django. Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10), Django (multiple) choice support, Django (multiple) model choice support, Django generic foreign key support (through django-querysetsequence), Django generic many to many relation support (through django-generic-m2m and django-gm2m). Multiple widget support: select2.js, easy to add more. Creating choices that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Provides auxiliary tools for the Monte Carlo particle transport code FLUKA (www.fluka.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Boto3

    Boto3

    AWS SDK for Python

    Get started quickly using AWS with boto3, the AWS SDK for Python. Boto3 makes it easy to integrate your Python application, library, or script with AWS services including Amazon S3, Amazon EC2, Amazon DynamoDB, and more. Boto3 has two distinct levels of APIs. Client (or "low-level") APIs provide one-to-one mappings to the underlying HTTP API operations. Resource APIs hide explicit network calls but instead provide resource objects and collections to access attributes and perform actions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service+ for MS Dynamics 365 & Salesforce Icon
    Field Service+ for MS Dynamics 365 & Salesforce

    Empower your field service with mobility and reliability

    Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
    Learn More
  • 5
    Python-script syntax hi in Scribus

    Python-script syntax hi in Scribus

    Python script syntax highlighting in Scribus

    ...Select the script. 4. Then, use this: "Stsenariy-> Recent stsenarii-> Script". 5. The script reads the text, looking for keywords, comments, figures, and then allocates them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    QG fantasy maps plugins

    Some pythons plugins to enhance fantasy maps creation with QGis

    QGis permit the use of python script to handle maps. Here are some python code ready to use and modify, and some associated samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    rc522-python-script

    This is a python program for the RFID reader rc522

    This is a python program for the RFID reader rc522. it uses the bcm2835 libary and the rpi-rc522 library. Tutorial found here: http://bit.ly/1hYx5ao
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Microcode update notification

    Small startup script that notifies update info about CPU micorcode

    ...This is a really fast operation brought to you by microcode.ctl (in Ubuntu), and it permits to avoid waiting for an updated closed-source BIOS to solve bugs; it downloads the last microcode for your Intel or AMD CPU every time you update your system, and it installs it on every OS startup. This little script is designed to give you a way to see what's happening with CPU updates. On every startup, a popup notification throught libnotify shows you the old revision of the firmware, the newer version applied while booting and the releasing date of the last update. It works on Ubuntu linux, but you can help me to port this script on other linux distribution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    CSV Mesh Importer for Blender

    This is a Python script to import a CSV file to meshes in Blender.

    This is a Python script for Blender 2.5x and it imports a CSV file into Blender and creates meshes, such as vertices, edges and faces. This project has just started, please wait for a while. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 10

    CSV F-Curve Importer for Blender

    This is a Python script to import a CSV file to Blender f-curves.

    This is a Python script for Blender 2.5x and it imports a CSV file into Blender and creates f-curves. This project has just started, please wait for a while. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    netcfgtooltelnet

    netcfgtooltelnet

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via Telnet. The script reads the IPs of the devices from the NETWORK_IP file and sends the commands you enter in the CMD_FILE file to all the devices. Telnet username/password parameters are configured within the script. This feature can be further customized to prompt the user for them or read them from a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    netcfgtoolssh

    netcfgtoolssh

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via SSHv2. The script reads the IPs of the devices from the NETWORK_IP file, then gets the SSHv2/Telnet credentials from the SSH_USERPASS file and sends the commands you enter in the CMD_FILE file to all the devices. The script also checks if all the needed files exist, if all the IP addresses are valid and if all the devices are reachable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ospfdiscoverysnmp

    ospfdiscoverysnmp

    OSPF network discovery script via SNMP.

    OSPF_SNMP_v1.0.py is an OSPF network discovery script. It allows the discovery of all OSPF network devices in the network, without connecting to each of them or knowing all their IP addresses. The user must provide the IP and SNMP community string of a single OSPF device in the network (for example, a device in the core) and the script searches for all other OSPF routers. Prior to running the script, the user should configure SNMPv2 community string on the device and also include the subnet between his PC and the router into the OSPF process, so he has IP connectivity to all other OSPF nodes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pyFreeDnsUpdate

    FreeDNS update python script

    pyFreeDnsUpdate is a command line python script that updates the FreeDNS record for a given domain to the current public facing IP address detected by the local host. It requires a one time edit to configure a list of domain|api_key pairs, and after that it can be run as a chron job to perform a sync check and update push if needed. Activity is logged on a local text file, and DEBUG level can be enabled in case of troubles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    netmonsql

    netmonsql

    Network performance monitoring and logging script for Cisco devices.

    NetMon_Cisco_to_SQL.py is a basic network performance monitoring and logging script for Cisco devices. It gathers parameters (CPU Utilization, Used Processor Memory, Used IO Memory, UP Ethernet Interfaces density, in percent velues) from Cisco routers by parsing command outputs and exports them to a MySQL database. NetMon_Query.py is a query script for the MySQL database in the form of an interactive menu for generating statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    polypy
    **(9 march 2016) this project is continued on github : http://jaapkroe.github.io/polypy ** Python script to analyze (shortest-path) rings in structures read from xyz-files. It can be useful for example to identify defects in crystal structures or molecules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SEMaintenanceUtility

    A maintenance toolbox for cleaning up Space Engineers saves.

    ...The massive upshot of cleaning up saves include; - Fewer trash entities / entries means smoother operation - Removes the "lots of player entries causes significant UI lag" issue - A smaller, leaner file means that it's quicker to download; saving on bandwidth & quota as well as not lagging everyone by 1 person downloading a huge save A command line application / script, its intention is to be included into server watchdog scripts. E.g. regularly reboot & clean up the server. Works on Windows, Mac and Linux. The ultimate aim of this project is to be come obsolete, with its functions being performed natilvely by Space Engineers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Community Linux

    Community Linux

    USB Drive Writable Linux Distribution

    Community Linux is a USB drive based fully functional writable Linux Distribution. It boots and runs with a comparable speed as a hard drive installation. Community Linux allows one to create a low cost solid state development and production platform. For new ComLin drive creation, one needs to download the full install (comlin-016.tar.gz) ... (not just the scripts) Update: Community Linux will now run on most every machine. Update: Added Sound drivers, Intelligent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PyBrella

    Python script to automate umbrella sampling with AMBER

    PyBrella is a script designed to automate the umbrella sampling process, using the AMBER molecular dynamics package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CONTIGuator
    CONTIGuator is a Python script for Linux environments whose purpose is to speed-up the bacterial genome assembly process and to obtain a first insight of the genome structure using the well-known artemis comparison tool (ACT).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    UniPyRange

    Tool to fetch protein/DNA truncation constructs from Uniprot DB

    Very simple python script which saves you the pains of counting the amino acids/DNA bases in fasta files from the Uniprot and NCBI RefSeq Database (1, 2). Lets say you want the amino acid sequence of range 128-387 from a 1000 amino acid protein - this script will help you to avoid counting mistakes by just showing you the specified sequence in amino acids and coding DNA base pairs (ideal for amplification primer design) of a specified Uniprot ID
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This script can convert raw diffraction images to JPEG files. Support ADSC, MarCCD, Mar345, RAXIS and PILATUS, and can be run on Windows, Linux and Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AcerHK GUI

    AcerHK GUI

    GUI interfaces for Acer Hardware driver -- acerhk.ko

    ...It is also available at: http://cinnamon-spices.linuxmint.com/applets/view/219 Ubuntu AppIndicator Applet -- currently in development. Stay posted for this. Build Script for acerhk.ko. Use the 11.04+. Includes source code. Please see this projects Wiki for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Garmin Connect Python Uploader

    A python script to upload .tcx, .fit, and .gpx files to Garmin Connect

    This project, gcpuploader, helps you to upload files created by your Garmin fitness GPS (.tcx, .fit, or .gpx files) to the Garmin Connect web site (connect.garmin.com) once they are extracted from the device. It was developed because of Garmin's utter lack of support for Linux OS. This Python project has been tested in a limited capacity in Python 2.6.5 under Linux and Python 2.7.2 under Windows XP as well. **Tapiriik is an open source web service which syncs data between various...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Notepad++ Python Script

    Notepad++ Python Script

    A Python Scripting plugin for Notepad++

    A Python Scripting plugin for Notepad++. Complete easy script access to all of the editor's features (including absolutely everything in Scintilla). Configurable menus and toolbar options, assign shortcuts to scripts.
    Leader badge
    Downloads: 1,278 This Week
    Last Update:
    See Project