Search Results for "python script plugin" - Page 8

500 projects for "python script plugin" with 1 filter applied:

  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1

    PyDoc

    Python documentation plugin for Eclipse

    PyDoc is a simple and convenient plugin. It saves time to Python developers using Eclipse SDK and PyDev without any need to switch between development environment and documentation. PyDoc Online is a lightweight branch with docs for Python 2.6 - 3.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    removeNULLbytes

    strip a binary file of null bytes.

    ...removeNULLbytes was made to solve this problem. It will read a master list line by line, remove any NULL bytes, and then write the result into a second file. It treats all files as binary. This is a simple python script. So simple in fact, that anybody with half an inkling can string together a working approximation with a few minutes on stackoverflow.com. However, if you're as lazy as I am, you'll look for a script already written to do the job for you. This is that script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    nwbas2ecce

    nwbas2ecce converts nwchem basis set files to the ECCE format

    The basis sets included with ECCE have -- as far as I can tell -- not been updated for many years. In addition, many of the newer basis sets that come with nwchem aren't included, such as the def2- series. nwbas2ecce is a python script that aims to automate as much as possible of the conversion process of a nwchem basis set file into the files necessary for ECCE to included it in the basis set tool. The process isn't completely automatic, but I also believe that it shouldn't be to avoid stuff-ups -- however, the amount of manual editing is kept to a minimum. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    RSAT

    RSAT

    A script to perform SAT attacks on RSA

    SAT solvers are being used more and more in partial key exposure attacks. The scope of this script is to show that SAT solvers can be used in partial key exposure attacks of RSA with very good results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Voucher Script
    Denovo Voucher Script (DVS) is a ready to use vouchers/coupons/offers/discounts/cashback website you can install on your domain in a matter of minutes, easily configurable and can be customized as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    py-collectd-csv

    A python module and scripts for fetching specific CollectD CSV data.

    CollectD-CSV is a small project providing utilities for analyzing CollectD CSV data locally. CollectD_CSV module provides functions for fetching data with a specified time interval and regular expressions matching the end of the path without the datestamp. The fetched data can be saved into files or returned as a list. fetchCSV.py script can be used to fetch the data matching the given parameters and save to files in a specified directory. monitorCSV.py script calculates the minimum,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Scala Scripting Hook for Liferay

    Support for Scala in Liferay script console

    This hook adds support for the Scala language as scripting langage in the Liferay script console. Cherry on the cake, this plugin is written in Scala, so this is a good example to write Liferay plugin with Scala language !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sofia

    Sofia

    Software de Modelado de Base de datos Sofia

    ...Sofia desarrolla el Modelo Lógico de una base de datos y convertir este modelo en un Script SQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10

    Google Mass Search

    Export google search result links to file.

    Google Mass Search is a small script written in python to get large number(as you need) of urls from google search results of a specified string. It is really simple to use but fast & powerful. You can specify a search string, no. of results filename, and some optional fields. GMS retrieves all the required links in a few seconds and save it to the file. It also eliminates the redundant links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenRAVE
    Moved to https://github.com/rdiankov/openrave An open-source, cross-platform, plugin-based robot planning environment for autonomous robotics. Includes services like collision detection, physics, (inverse) kinematics, sensors, robot controls, python bindings, and a network scripting environment.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12

    tiki2epub

    tool for creating an ePub-ready archive from a live Tiki site.

    An experimental plugin for Tiki Wiki CMS Groupware, the proposed goal is to create a sanitation script which will allow a Tiki Admin to create content ready for publication as an ePub. This script is intended to remove any non-publishable content and create a package ready for re-packaging using an external application, it is NOT intended to build the ePub directly (at this time).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Speaking gmail checker

    Python + espeak gmail checker

    Script that periodically checks your gmail account and speaks if you have unread email. Features: - logs into, and checks your gmail accounts - if you have unread email: - textual info about it appears in console/terminal - "you have X unread email" is spoken using espeak - if you have no unread email: - textual info about it appears in console/terminal Requirements: - POSIX OS - python: import imaplib import os import time - espeak - soundcard, speakers/headphones Installation/running: - modify gmail.py inserting your username and password - modify gmail.py inserting desired delay value in miliseconds - run: python gmail.py Author: pkrawczak@gmail.com 2013-02-06 13:54:51 Caution: Even though this program uses SSL use only at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PyModo

    A light Python wrapper for Modo

    The goal of this script is to eliminate selection headaches using the ScriptQuery interfaces and provide a more 'pythonic' library that closely matches Modo's design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Screenshot Paste plugin for Trac

    Screenshot Paste plugin for Trac

    A Trac plugin to allow pasting screenshots or images with one click

    A Trac plugin to allow pasting screenshots or other images captured or copied in the clipboard directly as attachements to tickets, Wiki pages, etc., without the need to first saving as images and then uploading them. Once the plugin is installed in Trac, you can easily attach a screenshot or any image you have in the clipboard to a Ticket or Wiki page, with one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    setip3

    Post your public IP to enom.com

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    zopoclient

    Scriptable GTK based Python MUD Client

    ...Alternatively, in script mode, the action text is interpreted as Python code. The mud, match objects and defined variables are accessible from any feature. For the more advanced user, the implementation is small and extensible. Specially the gtkmud/mud API is easy to understand. It is thread-safe enabling multiple threads to input data to the target MUD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Python Script to process a wave file and transform to movement (key frames) on Blender 2.5. Input: sound file (.wav) Output: Key frames direct into the selected object Work to meshes and bones (location, scale or rotation in any axis)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gnuplot2TightPDF

    Gnuplot2TightPDF

    Python script that produces a tight pdf from gnuplot with psfrag text.

    ...Requires: Python 2.4 - 2.7, LaTeX and the system commands ps2epsi and epstopdf which comes in with any ghostscript installation. Dr. Shibaji Banerjee Department of Physics St. Xavier's College, Kolkata Included: Main file: gpt2pdf.py demo file: demo.plt demo file; K.plt and K.txt Usage: gpt2pdf demo gpt2pdf K The script is written in pure python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Sonata Last.fm Album Art Fetcher

    A plugin for the Sonata mpd music client to download album art.

    This plugin is for the Sonata mpd client to download album art from last.fm. I realized the currently used Rhapsody downloader doesn't really work, so I made this one. It can be installed as a normal plugin, or as a built-in plugin, in place of the rhapsody covers file. A patch is included to accomplish this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Luma

    LDAP browser and administration utility

    Luma is a graphical utility for accessing and managing data stored on LDAP servers. It is written in Python, using PyQt and python-ldap. Plugin-support is included and useful widgets with LDAP-functionality for easy creation of plugins are delivered. Following plugins are available: - Browser - Search - Templates
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    ...You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video: http://goo.gl/dSiAL Hakin9 IT Security Magazine Article about IOSEC http://goo.gl/aQM4Di (different format -> http://goo.gl/JKMUPN) IJNSA Article at http://goo.gl/LLxRdX WP Plugin Page http://goo.gl/nF5nD CHANGES v.1.8.2 - Iptables Auto Ban Bash Script Included - Token Access via Implicit Deny - Reverse Proxy Support - reCAPTCHA Support Do you want more features? Check for third party addons http://sf.net/projects/iosecaddons Gökhan Muharremoğlu
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Err

    Err

    err is a plugin based chatbot designed to be easily extensible

    err is a plugin based chatbot designed to be easily deployable, extensible and maintainable. It allows you to start scripts interactively from your chatrooms for any reason: random humour, starting a build, monitoring commits, triggering alerts ... It is really easy to add your own feature. Features Backends support: - XMPP : Tested with hipchat, openfire and Jabber but should be compatible with any standard XMPP servers. - CampFire support - Supports MUCs (chatrooms) -...
    Downloads: 0 This Week
    Last Update:
    See Project