Search Results for "notepad++ python script" - Page 17

Showing 1002 open source projects for "notepad++ python script"

View related business solutions
  • 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
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1
    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
  • 2
    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
  • 3
    AMPPS

    AMPPS

    AMPPS is a LAMP/MAMP/WAMP stack

    AMPPS is a stack of Apache, MySQL, PHP, Perl & Python. AMPPS enables you to focus more on using applications rather than maintaining them. With AMPPS you can create a website by installing any of the 330+ Apps, customizing it, and then simply publishing it on the internet via a wide choice of hosting service providers. A complete package on your desktop, same like the server that provides many open source web applications. Application Management, Domain management, Database management, etc...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4

    SQLiteWorkbench

    A python plugin to generate SQLite CREATE scripts on MySQL Workbench

    This project intends to update the old (now non-working) plugin for the MySQL Workbench (https://gist.github.com/mrprompt/7252060) created by Thomas Hemlich in 2009 (http://forums.mysql.com/read.php?152,262396,262396). As of version 6.2 Workbench no longer supports the LUA language for scripting, so the need to provide the open source community with an open-source ER tool for SQLite is now ever stronger. Current goal of the project is to translate Hemlich's LUA script into a working python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    VozBox. Más que una centralita.

    VozBox. Más que una centralita.

    VozBox. Asterisk VoIP PBX.

    ... - Customizing bash_login and bashrc 2 - Upgrade to version libpri-1.4.15 3 - Included new module-manager FOP2-1.0.3 4 - Inclusion of new packages and dependencies. 5 - Correction of errors in the installation. 6 - Upgrade to version webmin-1.710 7 - Correction of errors in the pbx-vpn script. 8- Inclusion of new script pbx-status.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Automated Build Tool

    Utility to install programs from tar archive

    This python script can decompress,configure,compile and install tar and zip archives with only one command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DataPipe for Oracle

    Ad-hoc data replication for Oracle database.

    Pipe your scalar data between Oracle databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    txt2speech

    A python script for txt to speech

    A python script for txt to speech that uses Google's text to speech program It utilizes this script: https://gist.github.com/markusfisch/873364
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    mitoMaker

    mitoMaker

    mitoMaker - a mitochondria assembly and annotation script

    mitoMaker is a pipeline script developed to simplify the assembly and automatic annotation of mitochondrial genomes, based on raw NGS reads and an optional target reference. mitoMaker calls well known assemblers and algorithms, such as SOAPdenovo, MIRA and blast+ and parses their results providing easily readable outputs, such as FASTA, GENBANK, SEQUIN, PNG and others. General pipeline: 1-iterative De Novo assembly, with different k-mer values, trying to assemble a build that matches...
    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
  • 10
    dezoomify

    dezoomify

    Download and losslessly untile Zoomify images

    The Dezoomify Python script takes a URL of a page with a Zoomify image in it, asynchronously downloads the image's tiles and losslessly stitches them together into a single image. You can also download several images at once in batch mode. Any zoom level of an image can be downloaded while the most zoomed in one is used by default.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Spam Money Counter

    Spam Money Counter

    A simple script to count money "sent" to your Gmail by spammers.

    You have a Gmail inbox and a bunch of spammers that keep sending you unrealistic offers to earn millions, and millions, and millions? Ever wondered how rich could you be if all those offers were true? Well, now you have a chance to know. This little application connects to your Gmail mailbox and analyses the Spam folder. If some huge money is found inside, the letter is deleted and the money amount is added to what you already "got" from other spammers. Of course, it's only good...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Maintainability Index

    Mainainability Index for C/C++/Java source code

    This is a python script for calculating maintainability index for C/C++ source code. It is based on lizard code complexity analyzer ( http://www.lizard.ws/ ) I tried contacting the original author of lizard to incorporate the maintainability index computation into the primary distribution but got no reply, hence this fork. This is a simple command-line utility. No guarantee is made about the validity of the calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CallPy

    Implements a bridge between octave and python

    Callpy is a group of octave and python scripts which is intended to make a bridge between the octave and the python language in a way that calling a python function from an octave script becomes something intuitive. It is possible to call an octave function from python too. In fact callpy is made up by three scripts. The first script (which is an octave function) is written in octave language, and the second one is a python script. The third is another octave script responsible for the python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    IBehave

    Behave is a little app to help people control themselves

    A Python script doing basic computer vision that takes control the webcam and with OpenCV processes the video stream to capture what is told to do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SVNStartCommitHelper

    Useful form to support SVN Commits as an SVN Start-Commit Hook Script

    ...! Thus being annoyed instead of feeling an incentive to deliver high quality descriptions here. The SVNStartCommitHelper is a client side start commit hook script (as a first version written in Python / Tkinter) exactly offering a well-structured form to fill in. The edited content is transformed and forwarded to the SVN commit dialog then. You still have full control on the commit message then. While using the helper you focus on message quality now instead struggling with message structure.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    myfitnesspal.com LeanGains updater

    How to easily use myfitnesspal.com with leangains

    A small Python script that talks to the API-less site myfitnesspal.com to automatically update daily macronutrient goals in order to implement the dietary portion of the LeanGains protocol. NOTE: MAY 10, 2015 -- With the most recent update to MyFitnessPal, this script is broken. These changes haven't been rolled out to all users yet. However, in the new version, MFP provides this functionality and this script is no longer necessary. For any questions please contact /u/cdingo on reddit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    wpwd

    Change system password web based

    Change system password web based. This quite simple web form provides a possibility to end users to change their own *NIX account passwords even if interactive logins are not possible, e.g. pure SFTP accounts. Currently this is realized by a bash script with embedded expect code (need expect to be installed) and is also rewritten in python using pyexpect, so that there are no more dependencies, except for a http server. Both versions can be used equally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pywin_hotkey2script

    pressing a key, it will call your script.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ldap nis 2 rfc2307bis

    ldap nis 2 rfc2307bis

    Migrate an ldap with nis schema to rfc2307bis schema

    A short script written in Python to migrate an ldap ldif file with nis schema to rfc2307bis schema. Synthax: ./ldap_nis_2_rfc2307bis.py <source ldif file> <dest ldif file>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Latest on Arxiv

    Parse the latest Arxiv RSS stream and get your institute preprints

    ... this software as a demonstration on how we do it at the Kapteyn Astronomical Institute. The script is run daily as a cron command. Feel free to take and modify this code any way you want. But if you are using it, I'd love to at least here from you and know I didn't put this up for nothing. The program has no major prerequisites, except the Python package pyPdf. It is build for Python 2.6.x series, but will probably work on many others as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    jadm (jail admin)

    jail framework with vnet, zfs and /etc/jai

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    bladedesigner
    The BladeDesigner package is a CAD/CAE tool providing classes for turbomachine blade design. So far it is optimized to be useful in the aerodynamic design process. It comes with a GUI but is most powerful with user defined python scripts.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    Erda

    Workflow automation of Thomas networks

    This script is supplementary to the article "Time series dependent analysis of unparametrized Thomas networks" and performs the workflow steps described in section 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wireless Attack Toolkit (WAT)

    Wireless Attack Toolkit (WAT)

    A push-button wireless hacking and Man-in-the-Middle attack toolkit

    This project is designed to run on Embedded ARM platforms (specifically v6 and RaspberryPi but I'm working on more). It provides users with automated wireless attack tools that air paired with man-in-the-middle tools to effectively and silently attack wireless clients. Some of the tools included in the kit are: Custom regex-based DNS Server DHCP Aircrack-ng suite Browser Exploitation Framework (Preconfigured for metasploit) Metasploit Python-based Transparent Injection Proxy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    wineportscripts

    Script helpers for making wine applications run system wide

    Script helper scripts to port software from windows to linux by making use of playonlinux framework. Scripts provided in this project shall help to make software that runs in wine/playonlinux available systemwide by putting the wineprefix on a centralized place and symlink wineprefix files against users homefolder where playonlinux exprects them. PlayOnLinux-Scripts create the nessessay folder and wineprefix structure. Python scripts will create folders and symlinks to application placed...
    Downloads: 0 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.