Search Results for "linux .deb files" - Page 35

Showing 1576 open source projects for "linux .deb files"

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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    HdfUtil is a collection of utilities to ease the exchange of HDF5 files between C++, Matlab and Python. The long term goal is integration into the main HDF5 distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PyRoboSim2D

    Python+Pygame robot simulator 2D

    2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org) Download the .py file and two .bmp files: -->back2_800_600 for background -->any of the robo1.bmp through robo4.bmp for robot image (different colors). The map of the "room" can be changed by modifying the list of obstacles. Read more in ReadMe.txt and in the .py file comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Everpad

    Everpad

    Evernote client well integrated with linux desktop

    ...It also supports note attachments, notebooks, and tags, so you can organize content in the same way you do on official Evernote clients. Because it plugs into the desktop search, you can surface notes alongside local files for faster retrieval. It was created to fill the gap for Linux users who didn’t have an official Evernote client but still wanted a smooth, native-like experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    elogv

    Python script to read portage elog files

    Elogv is a simple tool written in python that allow you to easily read portage elog files. Development takes place in github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5

    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
  • 6

    encrypted-backup

    A program to archive, encrypt, and store files for offsite backups.

    A program to archive, encrypt, and store files for offsite backups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    Python ctypes module for the Irrlicht Engine SDK for 2d/3d games and graphics. Compatibility with all Python versions, wich support ctypes module. Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    gmf_synth

    A graphical interface GUI for Fluidsynth Soundfont Player

    A graphical interface for software synthesizer or sound-samplers. Currently supported is fluidsynth. Can be used to play SoundFonts, SF2 and MIDI files. Required is an installation of fluidsynth. Written in Python / Qt4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    epgstuff

    multisource epg collect & stream.

    EPG collecting and streaming software. The collection can be done from XMLTV files, DVB Adapter, Website or IP Streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn more customers into advocates. Icon
    Turn more customers into advocates.

    Fight skyrocketing paid media costs by turning your customers into a primary vehicle for acquisition, awareness, and activation with Extole.

    The platform's advanced capabilities ensure companies get the most out of their referral programs. Leverage custom events, profiles, and attributes to enable dynamic, audience-specific referral experiences. Use first-party data to tailor customer segment messaging, rewards, and engagement strategies. Use our flexible APIs to build management capabilities and consumer experiences–headlessly or hybrid. We have all the tools you need to build scalable, secure, and high-performing referral programs.
    Learn More
  • 10
    WUU was a program to keep your World of Warcraft UI addons updated with the most popular mod sites. It is no longer updated, and the domain used in the source code for updates is no longer owned by the maintainers. As such, the released files were deleted - but the source is still here, in case there's something to learn from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Open-source weather database system for storage of weather/water observations, forecasts, analysis fields, and hindcasts. includes loading program for GRIB files. Visit project website (http://wdb.met.no) for further information. Please note: this project has now moved to http://wdb.met.no
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A set of very optimized tools for indexing/querying huge genomes/files. Provided so far: a very fast exact mapper, and an unconstrained split-mapper
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Dvipdfm tool for SCons

    SCons tool to cooperate with dvipdfm program

    SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. This is a SCons extension (tool) which enables usage of the dvipdfm program to convert dvi files to pdf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PyProperties

    Provides support for properties files in Python 3.x

    pyproperties provides support for properties files in Python. Being written entirely from scratch it is not in any way derived from java.util.Properties. There are projects which try to mimic j.u.P. This is not one of them. It can read, parse and store properties files but also provides some more advanced functionality like manipulating comments and type-guessing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JADfactory

    JADfactory

    Application to make JAD files

    A simple application to make jad files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PACS VM

    PACS VM

    ISO - Customized version of dcm4chee 2.17.3 for MySQL.

    1. Add JBoss Application Server 4.2.3.GA for JDK 6. 2. Cleanup for Windows and deprecated files. 3. Off CONSOLE records - http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    musicexamples

    musicexamples

    (LaTeX package to) Manage music examples in LaTeX documents

    'musicexamples' consists of a LaTeX package, LilyPond configuration files and Python scripts to manage music examples in LaTeX documents. It supports any kind of images but was created with the LilyPond (www.lilypond.org) notation software in mind. It is part of the 'openLilyLib' family of LilyPond related resources. Please visit the project website for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BUP Extractor

    Unpack quarantined files from McAfee AV

    McAfee VirusScan 8.7/8.8 packs and XORs malware to prevent the system from being re-infected and being re-detected by future AV scans. This tool is built using Python and extracts the malware into a folder with the information about the detection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GeneticM

    Grow beat reactive digital art with ProjectM

    GeneticM takes ProjectM preset files and allows you to breed them together to evolve and grow new visualizations with unique traits and visual effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ops is a C++ library and a Python module for reading configuration files. The files are written in Lua, which makes the configuration files easy to read and write for the beginner, and yet very powerful for advanced users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    RAWR - Rapid Assessment of Web Resources

    A web interface enumeration tool for simplifying red team reporting.

    Introducing RAWR (Rapid Assessment of Web Resources). There's a lot packed in this tool that will help you get a better grasp of the threat landscape that is your client's web resources. It has been tested from extremely large network environments, down to 5 node networks. It has been fine-tuned to promote fast, accurate, and applicable results in usable formats. RAWR will make the mapping phase of your next web assessment efficient and get you producing positive results faster!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Advanced Launcher

    Advanced Launcher

    xbmc application launcher

    The Advanced Launcher add-on is able to launch any Linux and Windows applications that support command line instructions directly from the XBMC GUI. This Add-on also provide the possibility, to download from several Internet databases and manage meta-data informations and images linked to these applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    leadsheet

    leadsheet

    Leadsheet for your band: Song scroller and PDF creator.

    Specify the songs you play in a chord-like text format. Generate either PDF files or a dynamic HTML song scroller. PDF/web-based, so usable by all.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    LastBit Suite

    LastBit Suite

    A steganographic program to hide files into images

    This is a steganogric program that uses images last bits to hide information ( files ). It can crypt data with a rotation and a xor key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WTMParse

    WTMParse

    Python script to parse Unix-like WTMP files

    Python script that was originally intended for use in forensic examinations that parses WTMP files from Unix-like operating systems and generates a CSS-styled HTML report containing login terminal, username, log start date and login time/date in a table. Good for postmortem forensic examinations or as a way of getting "last" like information where you don't have the ability to boot the machine in question but can grab the wtmp.
    Downloads: 0 This Week
    Last Update:
    See Project