Showing 67 open source projects for "tix for python 2.6"

View related business solutions
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    SpeechRecognition

    SpeechRecognition

    Speech recognition module for Python

    ... install SpeechRecognition. The first software requirement is Python 2.6, 2.7, or Python 3.3+. This is required to use the library. PyAudio is required if and only if you want to use microphone input (Microphone). PyAudio version 0.2.11+ is required, as earlier versions have known memory management bugs when recording from microphones in certain situations. To hack on this library, first make sure you have all the requirements listed in the "Requirements" section.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Maltrail

    Maltrail

    Malicious traffic detection system

    Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user-defined lists, where trail can be anything from domain name, URL, IP address (e.g. 185.130.5.231 for the known attacker) or HTTP User-Agent header value (e.g. sqlmap for automatic SQL injection and database takeover tool). Also, it uses (optional) advanced heuristic...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    simplejson

    simplejson

    simplejson is a simple, fast, extensible JSON encoder/decoder

    simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies but includes an optional C extension for a serious speed boost. simplejson is the externally maintained development version of the json library included with Python (since 2.6). This version is tested with the latest Python 3.8 and maintains backward compatibility with Python 3.3+ and the legacy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Powerline

    Powerline

    Statusline plugin for vim with prompts for several other applications

    ... the project code. The code is tested to work in Python 2.6+ and Python 3. Originally created exclusively for vim statuslines, the project has evolved to provide statuslines in tmux and several WMs, and prompts for shells like bash/zsh and other applications. It’s simple to write renderers for any other applications that Powerline doesn’t yet support. JSON is a standardized, simple and easy to use file format that allows for easy user configuration across Powerline’s supported applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5
    Boltons

    Boltons

    250+ constructs, recipes, and snippets which extend the Python library

    Boltons is a set of pure-Python utilities in the same spirit as, and yet conspicuously missing from, the standard library. Due to the nature of utilities, application developers might want to consider other integration options. Boltons is tested against Python 2.6-2.7, 3.4-3.7, and PyPy. The majority of boltons strive to be “good enough” for a wide range of basic uses, leaving advanced use cases to Python’s myriad specialized 3rd-party libraries. In many cases the respective boltons module...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpsManage

    OpsManage

    Automated operation and maintenance platform

    ..., Python3.6 + HTML + JScripts. Front-end web framework, Bootstrap. Backend Web Framework, Django. Backend Task Framework, Celery + Redis. Programming language is Python 3.6. Operating System is CentOS 6+. Ansible version 2.6+. Deployment platform and node server Rsync 3+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    restless

    restless

    A lightweight REST miniframework for Python

    A lightweight REST mini framework for Python. Works great with Django, Flask, Pyramid & Tornado, but should be useful for many other Python web frameworks. Based on the lessons learned from Tastypie & other REST libraries. Restless tries to be RESTful by default, but flexible enough. The main Resource class has data methods (that you implement) for all the main RESTful actions. It also uses HTTP status codes as correctly as possible. Restless is BYOD (bring your own data) and hence, works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Keras TCN

    Keras TCN

    Keras Temporal Convolutional Network

    TCNs exhibit longer memory than recurrent architectures with the same capacity. Performs better than LSTM/GRU on a vast range of tasks (Seq. MNIST, Adding Problem, Copy Memory, Word-level PTB...). Parallelism (convolutional layers), flexible receptive field size (possible to specify how far the model can see), stable gradients (backpropagation through time, vanishing gradients). The usual way is to import the TCN layer and use it inside a Keras model. The receptive field is defined as the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    raxmlGUI
    RELEASE NOTE: Get raxmlGUI 2.0 at the NEW PROJECT LOCATION: https://antonellilab.github.io/raxmlGUI/ raxmlGUI is a graphical user interface to RAxML, one of the most popular and widely used software for phylogenetic inference using maximum likelihood. A userfriendly graphical front-end for phylogenetic analyses using RAxML (Stamatakis, 2006). Please cite: Silvestro, Michalak (2012) - raxmlGUI: a graphical front-end for RAxML. Organisms Diversity and Evolution 12, 335-337. DOI:...
    Downloads: 22 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    LabelImg

    LabelImg

    Graphical image annotation tool and label object bounding boxes

    LabelImg is a graphical image annotation tool. It is written in Python and uses Qt for its graphical interface. Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO and CreateML formats. Linux/Ubuntu/Mac requires at least Python 2.6 and has been tested with PyQt 4.8. However, Python 3 or above and PyQt5 are strongly recommended. Virtualenv can avoid a lot of the QT / Python version issues. Build and launch using the instructions...
    Downloads: 144 This Week
    Last Update:
    See Project
  • 11
    base64io

    base64io

    A stream implementation for Python that provides transparent base64

    A stream implementation for Python that provides transparent base64 encoding and decoding of an underlying stream. This project is designed to develop a class, :class:`base64io.Base64IO`, that implements a streaming interface for Base64 encoding. Python has supported native Base64 encoding since version 2.4. However, there is no streaming interface for Base64 encoding, and none is available from the community. The legacy base64.encode and base64.decode interface lets you shuffle data between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The 2D space game (top-down view), turn based game flow with RPG elements. ***The gameplay was inherited from game Space rangers. *** The first samples was made with python 2.6 (pygame/pyopengl). *** Currently the game is moving to C++ with SFML game framework*** Game is still far for ready to use/play. The reason of posting the raw code is to get advices from more experiences programmers how to make things better. Newest code is available in mercury repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    SBURB_alpha

    SBURB_alpha

    SBURB alpha as seen in the Homestuck webcomics

    Homestuck is property of the Huss. Orignally created on Python 2.6, moved to an executable file [WINDOWS ONLY] using py2exe. This is a program that replicates the conditions of the game SBURB which appears on the Homestuck webcomics. Further updates will make it more accurate. Current version: 0.0.0 No known bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    FineSplice

    FineSplice

    Enhanced splice junction detection and estimation from RNA-Seq data

    ...-supervised anomaly detection strategy based on logistic regression. Multiple mapping reads with a unique location after filtering are rescued and reallocated to the most reliable candidate location. FineSplice requires Python 2.x (>= 2.6) with the following modules installed: pysam (http://code.google.com/p/pysam/) and scikit-learn (http://scikit-learn.org/). For further details check out our publication: Nucl. Acids Res. (2014) doi: 10.1093/nar/gku166
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Webcamgrab

    Webcamgrab

    Create random JPG wallpaper from a user updatable list of webcams

    Webcamgrab randomly pulls a JPG image from a user maintained list of webcams and saves it to a specific file and location. Since the file name and location do not change, it can be selected for wallpaper. Written in Python 2.6, For Linux only, You will need to install or have installed Python and lynx (your Linux distro should offer them), I am using webcamgrab in Gnome 2. It should work with any GUI which lets you select a JPG for wallpaper, Can be launched once at start up or manually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cicm is a simple image collection manager. It uses (Py)GTK+ to view the images but otherwise is used from the command line. It has been tested on Python 2.6 .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

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

    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
  • 21
    sc2 battle.net spider

    sc2 battle.net spider

    Player spider for Starcraft 2 battle.net data

    A Starcraft 2 spider for all locales on battle.net; obtains ladder information, with persistence. Includes some functions to graph data and statistics, and show locale-wide ranks. REQUIRES PYTHON 2.6!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SpiKeDeteKt

    An automatic spike detection program to be used with new KlustaKwik

    This is an automatic spike detection program which takes account of probe geometry and produces a .mask file to be used with the new masked version of KlustaKwik. We recommend you use Python 2.6 or 2.7, e.g. a free academic version can be obtained from Entthought Python. The input files for SpiKeDeteKt are: .dat (raw data file) .probe (probe file, described below - user constructed) parameters.py (optional - otherwise it uses defaultparameters.py) SpiKeDeteKt outputs the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PGADI

    GADI - GUI Application Development Interface for python

    The ultimate goal of this project is to create an IDE which will supports drag and drop UI designing and coding. You know, if you want to code your program in the same program that helped you designed your GUI. The application will be cross platform (well as long you can install pyqt4 and will work for python 3.x and 2.7 (maybe 2.6) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    KSR10 USB Python controller

    Control the KSR10 Robot Arm (Velleman) through USB with Python.

    This project aims to control the KSR10 Robot Arm (Velleman) through USB with the programming language Python. Requirements: - Python (tested with version 2.6 and 2.7) - modules: pyusb (wich on itself requires libusb or openusb)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Green map

    Green map

    The map viewer application for Greencubes minecraft server

    You will need Python2.6 (http://www.python.org/ftp/python/2.6), PyQt (http://www.riverbankcomputing.co.uk/software/pyqt/download). Use x86 version of PyQt even you have x64 OS. If you use windows compiled version and have any problems with MSVCR90.dll you should install Microsoft Visual C++ 2008 Redistributable Package (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=29).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next