Search Results for "python script plugin" - Page 26

Showing 1506 open source projects for "python script plugin"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    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: 0 This Week
    Last Update:
    See Project
  • 2

    Relaxed FD Discoverer

    Search for function dependencies into databases

    Relaxed FD Discoverer is a python script which allows to search for different type of functional dependencies just editing the script. This script is based on TANE and FD_Mine algorithms, it can be ported to distribuited architetture easily and it uses the concept of "global cut" (soon the documentation file). At moment, documentation and script's variables name and comments are in italian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    python-sms-responder

    Recieves SMS, executes a function, sends a confirmation.

    This Python 2 program checks a gmail account every few minutes. When an SMS from a phone matching a particular message is received, it executes a function and sends a confirmation message. As many functions (matching different messages) as the user desires can be added. You must have IMAP enabled in the gmail account used by the program. Since the password is in plain text, I use a special dedicated Gmail account for this program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KScriptDbg4

    KScriptDbg4

    A GUI to Perl & Python script debugger

    KScriptDbg4 is a GUI to Perl & Python script debugger. This GUI is the result of the port to KDE4 / Qt4 of Protoeditor, a project by Thiago Silva, based on release 1.1beta3. It offers the main functions of a debugger : set breakpoints, run the script step by step, enter a function, step outside a function, display global and local variables, watch for variables or expressions ... Local or remote scripts can be debugged; remote debugging uses the DBG protocol through libraries provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    PyMod

    PyMod

    (OBSOLETE) PyMOL Plugin for Homology Modeling of Protein Structures

    This is the UNOFFICIAL mirror to PyMod. Since the release of PyMod2.0, this repository will no longer be maintained.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    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. The script also checks if all the needed files exist, if all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    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. Tools used: Python 2.7.3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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. Tools used for coding and testing: Python 2.7.3, MySQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SHA512Cracker

    Sha512cracker a simple python script to crack sha512 hashes

    Sha512cracker is a tool designed to recover password etc... from sha512 hashes.It is written in python 2.7 and it is under GPLv3 License.It is not optimized and it is slow compared to hashcat so it is ment for really weak password and its goal is to be easy to use and to be insanely fast.For more info take a look at README file inside the folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    vnStatSVG should be the best web front-end to vnStat (a network traffic logger). It only requires a CGI-supported http server setup but also generates a great graphical report with SVG. NO PHP REQUIRED! It works for Linux server, cluster and even for a busybox based embedded Linux system. It has been tested with Apache, Nginx and even the lightweight httpd server of Busybox. vnStatSVG is friendly to generic Linux hosts, servers, embedded Linux systems and even Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    SEMaintenanceUtility

    A maintenance toolbox for cleaning up Space Engineers saves.

    ... 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: 0 This Week
    Last Update:
    See Project
  • 16

    runpy

    Runpy - Python Application Runner

    runpy is an utility tool for running a Python script. It provides a simple method to use a version of Python, build the Python path, and run a Python script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    This vim plugin provides the ability to convert current file to colored HTML, BBcode, (in future) LaTeX or whatever you have written specification for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AcerHK GUI

    AcerHK GUI

    GUI interfaces for Acer Hardware driver -- acerhk.ko

    ... to provide radio on and off controls. 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: 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. - Requires BioPython (3) and Bioservices...
    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
    A Rhythmbox (http://projects.gnome.org/rhythmbox/) Plugin that deletes the current playing song in playlist from the harddisk. Also generates a undelete script which can be used to restore the song from the trash bin and uses libnotify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Wordpress EU Cookie Script / Plugin

    An easy to install wordpress plugin for complying to the eu cookie law

    === Device & Browser Compatibility === Displaying correctly on all major devices and browsers apart from Internet Explorer 6 on http://www.browserstack.com ====================================== === Description === Rankguard provides a non-intrusive notification in the wordpress footer allowing your website visitors to accept cookies. Our plugin makes use of implied consent like the UK Government and Youtube. =================== === Installation === 1. Upload the folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SYDI is a project aimed to help system administrators in getting started with their Network Documentation. It can document Windows Servers, MS SQL Servers, Exchange Organizations and Linux systems.
    Downloads: 23 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.