Search Results for "mac script executor" - Page 85

Showing 4061 open source projects for "mac script executor"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 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
  • 1
    this script is to visualize the coordinates data. the input is ncbiblast tabular format or a simple coordinates file. output is a png graph file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    abstrasy
    Abstrasy is a programming language inspired by LISP and SCHEME. It is easy to learn and offers a revised syntax for application requirements and improve its readability. It is implemented as a script interpreter (programmed in Java based).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    In the name of Allah the most merciful and gracious. Peace and prayers upon prophet Mohamed and all prophets. This project automates the call to michlet (www.cyberiad.net/michlet.htm) to compute the total resistance of a triamaran with certain main/side hulls arrangement. This can help in developing optimization codes. Simply enter the desired stagger,separation in the .sci file and run this .sci file. It will embed your inputs in michlet in.mlt file, call michlet automation script and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    TCP-Watcher

    Monitor TCP ports on serveral hosts

    This small ruby script is written as a school project. The intention is to monitor ports over TCP connection. Append the results in a MySQL database, and notify via gmail / google apps mail, if a port isn't connectable. You could run it as a cron job, or make a while true .... sleep 300 Remember to install the gems. ignore the warnings from tlsmail. MySQL instructions: mysql -u root -p <root password here> CREATE DATABASE sites; GRANT ALL ON sites.* TO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5

    Translate VCF

    Determine functional consequences of mutations in a vcf file

    Takes vcf file input and determines functional consequence of mutations with regard to UCSC known genes, refseq genes or ensembl genes. Will use UCSC known gene annotation by default. A correctly formatted CDS file must be used containing CDS sequences and gene table info (i.e. info from knownGene.txt for UCSC genes, refGene.txt for RefSeq or ensGene.txt for ensembl as downloaded from the UCSC downloads page [http://hgdownload.cse.ucsc.edu/downloads.html or ftp://hgdownload.cse.ucsc.edu/])...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    im2ascii

    Image to ASCII converter that takes character shape into account

    im2ascii is a small python script that converts images to ascii-art. Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape. Pro: Better ascii-art quality (see screenshots for examples) Con: Matching is very resource intensive Dependencies: Python 2.7, PIL, numpy, scipy
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    SekkyoCode

    SekkyoCode

    PHP Text-to-Image Encoding

    This PHP script can encode text and convert it to image by 3 ways (v1/2/3). Content will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SimpleContactForm

    SimpleContactForm

    A simple and lightweight contact form written in PHP

    The SimpleContactForm script is a simple and lightweight PHP contact form. It has been designed so that it can be inserted into an existing web page and minor changes can be made very quickly and with little effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    openLDAP management utility

    Perl script to manage users in openldap

    This tool provides the user with the ability to create ldap users, create Organizational Units, user groups. So far the idea was to make this a tool simple enough to quickly manage users without needing a lot of extra perl modules. With that said the only module necessary is Net::LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10

    dogbackup

    A simple Bash script using wget to download every song from Dogmazic

    Dogmazic.net is a French libre music website, run by a volunteer organisation. It currently provides open-licensed music in ogg and/or mp3 format, for streaming and free download. This software is a simple bash script that, once run, will start to download every song available from Dogmazic in the specified format, default being mp3. When the script is running, it is looping endlessly and keeps on downloading new songs that are registered on Dogmazic. Currently there's more than 50...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    code-compress

    Minimize your code files

    This small script allows you to minimize (take off spaces, new lines, etc...) to minimize them so that they are smarter ! Because I am French, all my open-source documentation is written in French AND in English (I start by French, and then I write in English).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Directory Indexer

    Directory Indexer

    Simple File Indexer for your website

    This is a simple PHP script designed to index all your files in the root folder of your website. Of course you can ignore certain files, like the index and other pages from the website. It isn't very complicated to edit, config and mod this script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    VR Script

    Irc Script

    Desenvolvimento do VR Script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SQL Server Data Scanner

    Search for a specific value in all user tables in SQL Server.

    I have always liked to code applications that automatically scan for information in Oracle database (See Oracle PL/SQL Data Scanner Script at http://ntic974.blogspot.fr/2011/09/oracle-plsql-data-scanner-script-v02.html) so I have quickly coded this application that searches for a specific string in all user tables in a SQL Server environment. Enter your connection string in the APP.CONFIG file, then launch the application. It asks you for a valueto search, then search for the entered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Redundancy due to cut-paste operations in text creates bias in machine learning for NLP. This module takes a directory and produces a subset of the files in that directory (in a list) with an upper bound on similarity between two files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DictionaryReader

    Research OCR Project

    DictionaryReader is a research project; the aim of which is to create software that can automatically import data from mixed-script dictionaries. (For example, a Tibetan-English dictionary.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WebSQLClient

    Dynamic web data entry client for JDBC data sources

    Web SQL Client is a light-weight HTTP server allowing an end-user to access JDBC data sources via generated data entry screens. It has purposely been designed to be used with standard web browsers wireless tablet PCs and is highly configurable. WebSQLClient is capable of connecting to any JDBC datasource. Its main purpose is to provide rapid data model driven development. The WebSQLClient data entry forms are generated by querying the database system table information, but can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Just Another Script Preprocessor

    Just Another Script Preprocessor

    Just Another Script Preprocessor

    A small program for changing script file of Warcraft 3 map
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    oge2d

    Cross-platform 2D game engine

    Open Game Engine 2D is a full features and cross-platform 2D game engine. It aims to help developers to create 2D games with only flat files (such as ini and script files), so that games could be written once and played under any platform supported. This engine is a pure 2D game engine written in C/C++. It is base on SDL and AngelScript. So, it also aims to run in any platform supported by SDL and AngelScript, such as Windows, Linux, MacOS, iPhone, Android, Windows Phone, Symbian,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    XTLRobot: The Escape
    Este proyecto se ha creado con la intencion de explicar como realizar un Videojuego de principio a fin en Unreal Development Kit. En la sección "Files" podrá encontrarse el instalador del Videojuego así como todo el código Unreal Script, mapas del juego, tutoriales de aprendizaje y el documento englobándolo todo que sera presentado como Proyecto de Fin de Grado.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FTP Uploader Command Line

    Windows Ftp Uploader Command Line

    Programa para poder subir (upload) archivos desde la consola de sistema de Windows. Esta utilidad os permite realizar procesos script (batch) para subir archivos grandes. Desarrollado con VB.NET su codigo os permite la integración dentro de vuestras aplicacions con .NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CRUMp

    A probabilistic prediction system of protein phosphorylation sites

    CRUMp is based on a kernel-based learning method called Classification Relevance Units Machine (CRUM). Given an input set of protein sequences in FASTA format, the system outputs the position, residue type (S, T, or Y), and the estimated probability of each tested site being phosphorylatable. Latest downloadable files: - crump-0.2.0.tar.gz: CRUMp GNU Octave package - crump-0.2.0.zip: CRUMp MATLAB script - crumptestset.fasta: A testing dataset in FASTA format. The sequence headers list...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PyLottery

    PyLottery

    A pygame designed to draw number balls in ways of hungry snake.

    A pygame designed to draw number balls in ways of hungry snake. The script is first designed for the ending lottery game in PyCon Taiwan 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    nod32 mirror script
    nod32 mirror script - program to create mirror updates for the operating systems Windows, Linux, FreeBSD. Uses wget, unrar, php-cli, as well as use any http or ftp server donate: webmoney DOLLARS:[Z236273931106] RUB:[R574120979454] EURO:[E429331894125] BEL RUB:[B130923155775] UKR RUB:[U237736057414]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    tacacs+pam-install

    tacacs+ pam authentication script install for Cisco devices.

    TACACS+ This is the tac_plus tool created by shrubbery.com. None of the code has been changed or altered. I have simply provided a script to expedite the install for those of us who are not the best at Linux. This script has only been tested on RedHat 6, CentOS 5-6, and Fedora 16. Instructions: 1. untar file 2. cd to file 3. sh quick-install
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB