Podnova Player  Windows library  Podnova home
License: All
Sort by: Popularity

Category  > Development


FreeFrameSDK

FreeFrameSDK

FreeFrame is an open-source cross-platform real-time video effects plugin system. It provides a framework for developing video effects plugins and hosts on Windows, Linux, and Mac OSX. Freeframe is currently supported by many host applications including for example EyesWeb, VJamm, Resolume, Flowmotion, EffectTV, Isadora, VisualJockey.

  • Publisher: InfoMus Lab - DIST - University of Genova
  • Last updated: March 25th, 2022
Toad for Oracle Freeware

Toad for Oracle Freeware

The Toad for Oracle Freeware is a tools that enable you to become more proactive by automating maintenance, ensuring optimal performance, and mitigating the risk of change.Main Features:- Unicode support. - Browse schema objects. - Create and maintain objects. - Write and maintain scripts and codes in editor.

  • Publisher: Quest Software
  • Last updated: September 28th, 2016
SQL Search

SQL Search

SQL Search is a free add-in for SQL Server Management Studio and Visual Studio 2017, that lets you quickly search for SQL across your databases. Main features: - Find fragments of SQL in tables, views, stored procedures, functions, jobs, and more - Quickly navigate to objects wherever they happen to be on a server - Search across multiple object types and multiple databases.

  • Publisher: Red Gate Software Ltd
  • Home page: www.red-gate.com
  • Last updated: November 9th, 2016
SQL Prompt

SQL Prompt

SQL Prompt is a SQL IntelliSense and code-formatting tool that can be used along with MS Visual Studio. Using this tool, you can immediately spot issues that could eventually cause problems with performance, behavior, or security. It also helps you minimize delays in deployment and reduce maintenance costs.

  • Publisher: Red Gate Software Ltd.
  • Home page: www.red-gate.com
  • Last updated: June 26th, 2021
Serif WebPlus Starter Edition

Serif WebPlus Starter Edition

Serif WebPlus Starter Edition is a program that allows you to add web gadgets like blogs, forums and hit counters. It offers you over 100 pre-designed stickers, buttons and icons, you can import your own text and images, create an interactive website by hosting YouTube videos, adding a Google map or inserting a Flash photo gallery.

  • Publisher: Serif (Europe) Ltd
  • Home page: www.serif.com
  • Last updated: January 26th, 2016
Free Monitor for Google

Free Monitor for Google

Free Monitor for Google is a free search engine position software designed for SEO specialists and webmasters. Google Monitor sends a query to Google and shows you a position of your site by your target keywords and also how well your competitors are doing.

  • Publisher: CleverStat
  • Last updated: September 10th, 2008
Git Extensions

Git Extensions

Git Extensions is a toolkit aimed at making working with Git under Windows more intuitive. The shell extension integrates into Windows Explorer and presents a context menu on files and directories. The program offers the necessary tools to work with Git, but it's intended for experienced users.

  • Publisher: Henk Westhuis
  • Last updated: June 16th, 2023
Advanced Design System

Advanced Design System

Advanced Design System is the leading electronic design automation software for RF, microwave, and high speed digital applications. ADS pioneers the most innovative and commercially successful technologies, such as X-parameters* and 3D EM simulators, used by leading companies in the wireless communication & networking and aerospace & defense industries.

  • Publisher: Agilent EEsof EDA
  • Last updated: September 21st, 2011
Npgsql

Npgsql

Npgsql is an open source ADO.NET Data Provider for PostgreSQL, it allows programs written in C#, Visual Basic, F# to access the PostgreSQL database server. It allows any program developed for .NET framework to access database server. It is implemented in 100% C# code.

  • Publisher: The Npgsql Development Team
  • Last updated: February 21st, 2016
Komodo IDE

Komodo IDE

Komodo IDE is an integrated development environment that allows editing, debugging and testing software. The tool supports various languages and platforms, including but not restricted to JavaScript, HTML, Node.js, HTML, XML, Perl, PHP and Python. It has a nice interface layout, not very different from those of other IDEs.

Python - PIL

Python - PIL

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later.

  • Publisher: pythonxy.com
  • Last updated: June 28th, 2013
Python - pyreadline

Python - pyreadline

pyreadline is based on UNC readline by Gary Bishop. Basically, a readline is an editor that uses commands and key combinations in order to execute different functions or commands. Pyreadline is an extension for Python, based on the old UNC Readline. In fact, pyreadline is the next evolution of that software.

  • Publisher: Gary Bishop
  • Last updated: November 10th, 2011
Google App Engine

Google App Engine

Google App Engine is a platform that lets you build and run applications on Google’s infrastructure. Google App Engine makes it easy to build and deploy an application that runs reliably even under heavy load and with large amounts of data. It supports apps written in Java, PHP, Python and Go.

  • Publisher: Google
  • Last updated: November 7th, 2016
Python - xy

Python - xy

Python(x,y) is a free scientific and engineering development software for numerical computations, data analysis and data visualization based on Python programming language, Qt graphical user interfaces, Eclipse integrated development environment and Spyder interactive scientific development environment.

  • Publisher: pythonxy
  • Home page: www.pythonxy.com
  • Last updated: December 9th, 2013
Python - nose

Python - nose

Python - nose is a discovery-based unittest extension (e.g. NumPy test module is using nose). Nose collects tests from unittest.TestCase subclasses, of course. But you can also write simple test functions, as well as test classes that are not subclasses of unittest.TestCase.

  • Publisher: pythonxy
  • Home page: code.google.com
  • Last updated: October 26th, 2016
numexpr

numexpr

Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your cores, which may accelerate computations, most specially if they are not memory-bounded.

  • Publisher: Python Software Foundation
  • Last updated: June 28th, 2013
Python - h5py

Python - h5py

HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. A major design goal of h5py is interoperability; you can read your existing data in HDF5 format, and create new files that any HDF5- aware program can understand.

  • Publisher: Andrew Collette
  • Home page: code.google.com
  • Last updated: October 1st, 2011
Subversion Edge

Subversion Edge

Subversion Edge is a professional SCM management tool for Windows OS. Simplify Subversion installation, automate upgrades, and manage instances, and users in a centralized, simple way. Main features: - Plenty of powerful features that let you manage user roles, and repositories in a scalable way. - Single install with everything you need to get started.

  • Publisher: CollabNet, Inc.
  • Home page: www.collab.net
  • Last updated: February 11th, 2016
Python - pylint

Python - pylint

Python - pylint is an open source program that analyzes Python source code looking for bugs and signs of poor quality. You can customize the program to show errors or conventions that are important to you. Pylint can be automated in your project using Apycot, Hudson or Jenkins.

  • Publisher: Logilab
  • Home page: www.pylint.org
  • Last updated: April 30th, 2015
Microsoft Visual C++ 2005 Express

Microsoft Visual C++ 2005 Express

Enables you to write managed applications for the .NET Framework. Visual C++ 2005 Express Edition includes a fully ISO-compliant implementation of the Standard Template Library (STL). STL is a general purpose library of algorithms and data structures that is based on a concept known as generic programming.

  • Publisher: Microsoft
  • Last updated: December 8th, 2010
Auto Updater

Auto Updater

You will never need to log onto FTP to change AU's settings. YOU control where the content goes. If you'd like to have your uploaded images above your content or perhaps display the author's name else where on the page, you are in full control. You can place any element of the output anywhere you want without programming experience

SciTE4AutoIt3

SciTE4AutoIt3

SciTE4AutoIt3 is a modified version of SciTE code editor with a customized lexer for syntax highlighting and syntax folding for the AutoIt3 language. It contains SciTE, wrapped into a single installer with all needed configuration settings and a set of utility programs like AutoIt3Wrapper, SciTEConfig, Tidy, and Au3Stripper.

  • Publisher: Jos van der Zande
  • Last updated: October 9th, 2018
Python - formlayout

Python - formlayout

formlayout is a tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code (it requires Python 2.x and PyQt4 4.y, with x >= 5 and y > 3). The main advantage of formlayout over similar libraries is that it's very simple to use/install and that it's so light (it just needs PyQt4 to run).

  • Publisher: Pierre Raybaut
  • Home page: code.google.com
  • Last updated: February 14th, 2017
Topcon Link

Topcon Link

Topcon Link is a conversion utility for Topcon instruments.Main features: - Import data files from all Topcon instruments - Convert all Topcon data files and many industry-standard data files to corresponding file formats. - Open and display data in easy to use tablets and screens.

  • Publisher: Topcon Corporation
  • Last updated: August 29th, 2012
UltiDev Cassini Web Server

UltiDev Cassini Web Server

UltiDev Cassini is a free, light-weight and redistributable web server that can host ASP.NET 3.5, 3.0, 2.0 and 1.1 applications and static HTML sites.

  • Publisher: UltiDev LLC
  • Home page: ultidev.com
  • Last updated: July 29th, 2010