Search Results for "python file format interface" - Page 22

Showing 1086 open source projects for "python file format interface"

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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1

    Invoice With Roshi

    Offline invoicing tool updated with latest GST rules

    A simple easy to use tool where you can create invoices and store locally. The software is 100% offline, that is, it does not need the internet to work (although you do need the internet during setup).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a MATLAB model of an end-to-end chain compliant to the DVB-T2 standard (ETSI EN 302 755 available from www.etsi.org). It was originally developed within the DVB consortium (www.dvb.org) by AICIA, BBC, Pace, Panasonic and SIDSA.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    System Storage Manager

    A single tool to manage your storage

    System Storage Manager provides easy to use command line interface to manage your storage using various technologies like lvm, btrfs, encrypted volumes and possibly more. In more sophisticated enterprise storage environments, management with Device Mapper (dm), Logical Volume Manager (LVM), or Multiple Devices (md) is becoming increasingly more difficult. With file systems added to the mix, the number of tools needed to configure and manage storage has grown so large that it is simply...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    WaveShop

    WaveShop

    Fast, bit-perfect audio editor that doesn't modify samples needlessly

    WaveShop is an audio editor for Windows XP/Vista/7/8. Unlike many similar apps, WaveShop is bit-perfect, meaning samples aren't altered unless they need to be. Editing a portion of an audio file only affects that portion; the rest of the file is untouched. Blocks of audio can be cut and pasted without changing their contents at all. This is especially useful for patching a finished master without corrupting its dither.
    Downloads: 97 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    aeneas

    aeneas

    Automagically synchronize audio and text (aka forced alignment)

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment). aeneas automatically generates a synchronization map between a list of text fragments and an audio file containing the narration of the text. In computer science this task is known as (automatically computing a) forced alignment.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    DSTK - DataScience ToolKit

    DSTK - DataScience ToolKit

    DSTK - DataScience ToolKit for All of Us

    ...DSTK is written in C#, Java and Python to interface with R, NLTK, and Weka. It can be expanded with plugins using R Scripts. We have also created plugins for more statistical functions, and Big Data Analytics with Microsoft Azure HDInsights (Spark Server) with Livy. License: R, RStudio, NLTK, SciPy, SKLearn, MatPlotLib, Weka, ... each has their own licenses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LogicalLogViewer

    LogicalLogViewer

    Parses a log file, shows the relevant information in a table

    Parses a log (file or http), shows the relevant information in the form of a table. Allows filtering, searching, limited keyword highlighting. Is fully customizable: - which information to show - adding alternative parsers - reads from a file or a http server Current alpha version supports multiple parsers, for which the specification is found in an XML file (which should have the extension '.lpc'. The interface is not customizable yet. If you're interested in how it is done, check out the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyGObject for Windows

    PyGObject for Windows

    All-In-One PyGI/PyGObject for Windows Installer

    Cross-platform python dynamic bindings of GObject-based libraries for Windows 32-bit and 64-bit.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 9
    Gnuplot Editor

    Gnuplot Editor

    Interactive gnuplot script editor

    ...The program is written in python (works with 2 and 3) with a Qt4 user interface, which makes it platform independent (tested in Linux, OS X 10.7 and Windows XP). You must have gnuplot installed to run this program. The debian package was build with Ubuntu 12.10.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 10

    App-Ink.net - Image Encryptor

    Encrypt youre images on a pixel level

    Image Encryptor allows you to encrypt youre image on a pixel level. This is a very inuitive approach since the image keeps its original file format and will appear as noice. You have full control to encrypt the images multiple times with different passwords. Decrypting an image with a wrong password will not result in a ‘wrong password’ message, but in a useless noisy image which makes automated brute force attacks very difficult.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AlienVault OSSIM

    AlienVault OSSIM

    Open Source SIEM

    OSSIM, AlienVault’s Open Source Security Information and Event Management (SIEM) product, provides event collection, normalization and correlation. For more advanced functionality, AlienVault Unified Security Management (USM) builds on OSSIM with these additional capabilities: * Log management * Advanced threat detection with a continuously updated library of pre-built correlation rules * Actionable threat intelligence updates from AlienVault Labs Security Research Team * Rich...
    Leader badge
    Downloads: 92 This Week
    Last Update:
    See Project
  • 12
    Neoformat

    Neoformat

    A (Neo)vim plugin for formatting code

    Neoformat uses a variety of formatters for many filetypes. Currently, Neoformat will run a formatter using the current buffer data, and on success, it will update the current buffer with the formatted text. On a formatter failure, Neoformat will try the next formatter defined for the filetype. By using getbufline() to read from the current buffer instead of file, Neoformat is able to format your buffer without you having to :w your file first. Also, by using setline(), marks, jumps, etc. are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    yabdialog for Haiku

    yabdialog for Haiku

    yabdialog displays dialogs, alerts and panels on the Haiku Desktop

    yabdialog (previously called hdialog) is a CLI utility that displays a variety of dialogs, alerts and panels with more control over color and placement than you get with the alert and filepanel commands included with Haiku. It also contains additional widgets and lets you control your clipboard. The yabdialog command should be callable from any scripting language that can issue a SYSTEM call and receive string data back from standard input. All parameters must be supplied, in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Crispy Checksum

    Crispy Checksum

    Track your file and folder changes and detect corruptions

    Crispy Checksum builds and maintains a checksum file (MD5 based, so far) for a specified folder and lets you verify the changes and detect slow data loss due to upcoming disk failures. Using its intuitive user interface, you can view changes in that folder and update the checksum file(s) continuously. You can obtain the source code at: https://crispy-cow.de/git/cchksum.git/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ws2300

    Python driver for the LaCrosse WS-2300

    Ws2300 manipulates the LaCrosse WS-2300 weather station via its RS232/USB interface. It can read and write values, and can continuously log data from WS-2300 to a file or SQL database. All available documentation can be read online at http://ws2300.sourceforge.net/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Chromensics - Google Chrome Forensics

    Chromensics - Google Chrome Forensics

    A Google chrome forensics tool

    The Chromensics tool is developed to read all information from chrome browser directory and present it to user, in easy readable tabular format which can be explored in descent interface without running the chrome browser. The tool will also allow you retrieve information from other chrome installation brought from different machine for analyzing. The acquired artifacts can be exported in PDF report to present it in court of law or to superiors. -Update 04/02/2017- Standardized all date...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Media Player Classic Home Cinema
    ...Once installed, Media Player Classic Home Cinema launches quickly, although there's no modification to the pop-up Explorer menu to launch a video clip with this tool except through "Open With." A separate menu option would have been nice. The player's interface is a little awkward. To open a file you don't get a standard browser window, but a list of recently opened files in drop-down format along with a Browse button that then offers an Explorer window.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Websocket Server in a Pure Data patch

    Websocket Server in a Pure Data patch

    a single patch for direct communications between Pd and web browsers

    NEW : pd-vanilla version requiring only mrpeach external library ! download link (and notes) : https://sourceforge.net/projects/websocketserverinapatch/files/ "websocket-server in a patch.pd" single Pd file contains a reusable and fully documented websocket server, meant as an easy way to experiment with Pure Data <-> web-browsers communications through websockets, without the need of other software (like node.js or python) or any specific external to compile (just one deken library is required). A demo is included in the same patch : 'Flames', a simple cross-browser, multi-touch and multi-player graphical interface which makes Pd play creepy sounds :) Just try it : In Pd (vanilla) on Windows, Mac or Linux, install the 'mrpeach' library via 'Help->Find externals' menu, then open the patch and fire any recent web-browsers (on same machine or other computer, smartphone or tablet on same local network) with the URL provided at the top of main windows, and you're good to go !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MNoteLite

    MNoteLite

    MNoteLite is a simple todo manager

    MNoteLite is a simple but effective note manager to help you manage your tasks without advanced scheduling. MNoteLite has a multiligual interface. You can simply Backup the entire database with one mouseclick. You can also export all notes to CSV. What's new in Version 1.1.1.56: - Now you can simply save your notes also in RTF(Rich Text Format) - Email function - New field '% done' for tasks - Bugfixing A new version is coming soon I am glad to announce that the new version on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ITD-Assembler

    A tool to detect mid sized tandem duplications

    This tool uses de novo assembly to detect Tandem Duplications in next gen assembly data. it takes as an input a bam file and outputs results in a custom format. It is linux based and has been developed primarily in haskell, and some parts in C and python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    angular-filemanager

    angular-filemanager

    JavaScript file manager Material Design folder explorer

    A very smart filemanager to manage your files in the browser developed in AngularJS following Material Design styles by Jonas Sciangula Street. This project provides a web file manager interface, allowing you to create your own backend connector following the connector API. By the way, we provide some example backend connectors in many languages as an example (PHP-FTP, PHP-local, python, etc). Pick files callback for third parties apps. Directory tree navigation. Copy, Move, Rename (Interactive UX). Delete, edit, preview, download. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The beginnings of a word-processor coupled with a database. These programs are used by the translation industry to check the accuraccy of a translation by running the associated word pairs through a machine translation program. Will now open the same files it closes with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25
    Animated Transparent Jpeg Maker

    Animated Transparent Jpeg Maker

    Converts other animations and video files to the ajpeg file format.

    It converts other animations (pngs, gifs, videos and image sequences) to the ajpeg file format. It also includes a small viewer for the ajpeg files. It is optimized for SIMD instructions (MMX, SSE and so on) and to use multiple cores/CPUs simultaneously. Minimum system requirements: 1.5 GHz single core processor, 1 GB RAM Recommended system requirements: 2 GHz dual core processor, 2 GB RAM What's new in this version: - most of the interface was redesigned; - added several functions like changing brightness/contrast/saturation or flipping horizontally/vertically; - added visual indicators for the selected video area in the import/convert video window; - both the internal and the external viewer now have a context menu; - right click context help implemented; - automatically warns the user about saving the changes to the current animation; - displays informations about the memory of the application; - a few small bugs solved.
    Downloads: 0 This Week
    Last Update:
    See Project