Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
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.
Written in C++, Books is a database book-keeping program where the user can add, edit, print, sort, and remove books. The data enter-able includes Author, Title, Publication year and cost. All information is stored in a .dat file (but not in a particular format).
Pigeon Planner aims to be a simple to use pigeon database. Add, edit, remove pigeons and view their details such as name, image, sex, colour, pedigree, relatives and results in the user-friendly interface.
Now stored at https://github.com/gregorydgraham/DBvolution
Available from Maven Central: nz.co.gregs.dbvolution
Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes.
Simple declaration of a DB table:
@DBTableName("mytable")
public class MyTable extends DBRow {
@DBColumn("numeric_code")
@DBForeignKey(Code.class)
private DBNumber numericCode = new DBNumber();
@DBColumn("uid_mytable")
@DBPrimaryKey
@DBAutoIncrement
private...
OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
Simple swing database is a small platform indipendent database which stores records in a file format of csv.The program was for my friend,who wanted to have access to the data in a file format of CSV (utf8).Being able to search/edit/remove/add new record
Connect to DB2, Oracle, MS SQL and Mysql database.
Add, edit and remove connections.
Multiple connections simultaneously.
Load/execute SQL.
Export table/data as SQL/CSV/html.
Import data from delimited/fixed length file.
Loader with advanced option
Khaktus is a web-based contact management suite written in PHP. It can currently add/remove/modify users of the system and user information, add/remove contact information, add interactions between users and contacts, and create reports.
A program to manage hash databases; gdbm databases etc. It performs simple operations on them; insert new records, remove records, list records etc. It is intended primarily as a programmer's aid, when writing programs based on these databases. It has a
mySQLweb is web interface for building SQL queries to MySQL databse. Query builder allows user to add and remove tables, set relations, apply criterias etc. Results are output in a table. The look is easy to change - it is simply CSS formatted XHTML.
deskbird is the most intuitive desk booking app for your hybrid office.
With deskbird, creating an efficient workplace has never been easier.
For companies in need of a people-centric workplace management solution so employees can see who is in the office, schedule their office and work-from-home days, and book resources for office days.
MongoAdmin able to:
- Add elements to the base. Supports three types: String, Int, Double.
- Remove items.
- Edit objects. Can not change the type, it is necessary to delete and create the right type.
- Export and import data. Use own format. Does not support the 'mongoimport' format. Export can specify to remove collection before importing.
- Allows you to bookmark frequently visited places.
- Copy the line by double clicking on the object
Not able to:
- Execute commands MongoDB
- Create queries. ...