Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
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.
This is my collection of Java classes. Major chunks include: robust logging system, JDBC connection pools, lightweight application server, general utility classes.... enjoy.
ProviderFactory is an assembly for the .NET framework that provides a layer of abstraction for ADO.NET data providers. This allows .NET programs to access databases in a uniform way, so that any ADO.NET data provider can be used without code changes.
Framework para creación rápida y visual de aplicaciones web
Práctico es un proyecto de Software Libre publicado bajo licencia GNU GPL v2.0 para la creación de aplicaciones web de una manera completamente visual y rápida.
MOVED TO GITHUB: github.com/unix4you2/practico
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
the PPHPLIB allows users to easy create standard web pages which are using a DB as a backend. In addition the library provides other functionallity, like classes for authentication and authorization, abstraction of DB layers and many more.
(EN) PublicSQL is a sql version which works with Javascript. It allocates sql instruction to query tables. The tables must created as a "Portable Table Format" - a specail format alike the CSV format. (DE) PublicSQL ist eine SQL-Version fuer Javascript
PureSilk Web System, a set of packages to harness the power of Python for building web applications. Packages include PWS HTTP Server, weblet base class modules, and the PureSilk XML Beans (pxb) package for processing XML in a more Python-esque way.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Py5 is a native port of the popular Python programing language to the IBM i (aka IBM's i5 (aka iSeries, (aka AS/400, OS/400)) operating system.
This project is obsolete. Use the 5733OPS licensed program, option 2 for full Python 3 support instead.
Entity-relation (ERW) database modeling tool for both windows and *nix/*nux. PyDBDesigner intends to be similar to Power Designer or Erwin. Both physical and logical models are supported. Main features are database modeling, SQL generation, documentation
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.
PyQDbf
PySide - QDbf
Binding
LGPL3
QDbf is Qt - DBF files
https://github.com/IvanPinezhaninov/qdbf
QDbf: Read or Write Dbf files, but not create new table
PySide is Python Binding for Qt Libraries
Pymerase is a tool intended to generate a python object model, relational database, and an object-relational model connecting the two. However it has been extended to also output webpages and can be easily extended to output whatever else you might like.
Python MyCMS is an application development platform built with robust MySQL integration allowing for easy creation of state and event driven web-based interfaces. Now also featuring a phpMyAdmin-style web interface to MySQL for administration.
This was previously documented as the location for receiving support for PyPI. Support requests are now handled at https://github.com/pypa/pypi-support
PySQLdb provides a simple and consistent programming interface to SQL databases,
in Python.
The PySQLdb classes are abstracted sufficiently for programmers consider writing tiny compilers (in python!) that take a SQL file and auto-generate code to acc
This project is a set of usefull classes to manage data from de database to the user interface. Based on a dictionary who match the DB table, the panel will be created.
This is a python script for Windows that allows you to convert CSV files to MySQL .SQL formatted text files with ease. Untested with other database formats. Please try it out and contact me if it works.
[IMPORTANT NOTICE]
This project is moved to my self website.The new SVN urls :
svn://www.qdac.cc/QDAC3
GIT url is:
git://www.qdac.cc/QDAC3.git
Please check out with the new urls.
QDAC 3.0 is a new version of Quick Data Access Component.Compare with version 2,the new version is base on XE6 and support all OS with XE6:Win32/Win64/Mac OSX/iOS/Andriod.
QDAC 3.0 Include follow sub components:
QXml/QJson/QLog/QWorker/QSort/QExp/QDB etc.
QDAC now is in progress.
Follow is from QDAC 2.0:
QDAC provide powerful memory dataset and can be load or save data to files , databases.
Support follow formats load and save:
* CSV/TXT
* MDS(Binary format)
* MDZ(Compressed binary format)
* XML(ADO compatible)
Support follow db in version 1.0:
* PostgreSQL
* SQLite(public or encrypt)
More information please see the document.
Url for 2.0:http://sourceforge.net/p/qdac
项目QQ群:250530692
项目主页:http://blog.qdac.cc
Keeps track of your SQL Queries and Database Connections.
QUOR is designed to help SQL developers to manage their database queries and connections in an organized way. Besides Select Statements and DML/DDL you can use so called Smart Queries. These are Select Statements with some restrictions that in turn can offer more guidance and editable results.
SQL statements can be used that are stored in the file system. A copy of those statements is transferred in the QUOR database and will be synchronized when the file is changed. Parameters for queries are supported. There are different modes for parameters. This may be useful for testing SQL statements originally embedded in source code. Besides queries also connection information is stored and it is also tracked which query was executed or can be executed with which database connection. For organization purposes queries and database connections can also be tagged manually.
It is also possible to use the command line to execute and export queries.