ServiceDesk Plus, a world-class IT and enterprise service management platform
Design, automate, deliver, and manage critical IT and business services
Best in class online service desk software. Offer your customers world-class services with ServiceDesk Plus Cloud, the easy-to-use SaaS service desk software from ManageEngine, the IT management division of Zoho. Track and manage IT tickets efficiently, resolve issues faster, and ensure end-user satisfaction with the cloud-based IT ticketing system used by over 100,000 IT service desks worldwide. Manage the complete life cycle of IT incidents, problems, changes, and projects with out of the box ITIL workflows. Create support SLAs, define escalation levels, and ensure compliance. Automate ticket dispatch, categorization, classification, and assignment based on predefined business rules, and set up notifications and alerts for timely ticket resolution. Reduce walk ins and unnecessary tickets by giving your users more control. Enable end users to access IT services through your service catalog in the self-service portal. Help users create and track tickets and search for solutions.
Learn More
Instant Remote Support Software. Unattended Remote Access Software.
Zoho Assist, your all-in-one remote access solution, helps you to access and manage remote devices.
Zoho Assist is cloud-based remote support and remote access software that helps you support customers from a distance through web-based, on-demand remote support sessions. Set up unattended remote access and manage remote PCs, laptops, mobile devices, and servers effortlessly. A few seconds is all you need to establish secure connections to offer your customers remote support solutions.
vipera is a designer of applications for the programming language Python. It has two main objectives:
1) The design of an application from an educative point of view, paying special attention to the documentation and design of classes.
2) The automatic generation of base code for software projects.
vipera is a combination of basic tools for the design of applications in the early stages of development, allowing the creation of modules (libraries) and definition of their basic...
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
Embedded Help System is jquery plugin for procedural ("How to") user interface assistance and it's easy to integrate into any web interface that supports Jquery. The point is to offer help to user in their working interface and in actual situation
. From Fortune 500 to small businesses with remote workers, every industry can gain from premium endpoint security.
DriveStrike protects devices and data in the event of loss, theft, or use in remote locations. Remotely locate, lock, and wipe devices you manage to prevent data compromise. DriveStrike prevents data breaches to ensure confidentiality, compliance, and a competitive edge.
Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized.
For eg,
public class MyImpl extends BeesAlgoImpl {
public double function(double[] x) {
//Min sigma Xi^2 or Max -sigma Xi^2
double result = 0;
for (int j = 0; j < var; j++) { //var = no of variables -
public field in BeesAlgoImpl class
result = result + (x[j]-1) * (x[j]-1);
}
return (-result);
}
//constructor
public MyImpl(){
//super( .... ) - set the no of variables, parameters n, m, e,
ngh, nep, nsp (look into the bees algo paper), no of iterations,
uperlimit and lower limit of search, integerize - search only integers
true or false
}
public static void main(String[] args){
MyImpl a = new MyImpl();
a.run();
int i=0;
a.optimalPoint[i]; //Xi of the optimal point
}
}
I can not find a simple graphical rutin to draw a geographic sphere with geo-coordinate grid on the Canvas.
I need to move , rotete this globe and change the eye point.
And an other function to get a geographic coordinates from mouse position.
A PHP-MySQL based software to estimate size of software projects. This tool was made to help software project managers to know function points of its projects easier, providing all necessary calculations and reports.
HR Outsourcing Built for Small and Midsize Businesses
Payroll. Benefits. Compliance. Technology. All in one place.
TriNet is a leading provider of HR outsourcing solutions built for small and midsize businesses. Its platform combines payroll, benefits, risk management, compliance, and HR technology in one integrated system. Through its PEO (Professional Employer Organization) and HR Plus (ASO) offerings, TriNet helps companies streamline HR administration, stay compliant, and access enterprise-level benefits. Businesses can run payroll efficiently, manage compliance with complex state and federal regulations, and offer competitive employee benefits with ease. The company’s intuitive HR platform also automates time tracking, leave requests, and onboarding. With TriNet, organizations can focus on growth while ensuring their people and processes are supported by expert HR guidance.
Nelisys is Web-based Management System, NMS, to manage and monitor system, network including: Router, Switch, Wi-Fi Access Point, Server, Networking services, etc. There are also performance and fault management function.
Depending on a SICK lasescan and a created environment landscape a routing function will be implemented to give a robot a few waypoint to drive from a start point to a choosen destination.
A project management suite that has modularity as its focal point. If your project requires A, B and C you don’t need to have D, E … Plural Z in order to have it function. This tool is not made for a specific industry its made for your industry.
DBG is a full-featured PHP Debugger and Profiler. Makes it easier to find problems or bugs in PHP scripts. DBG supports back-tracking, watching variables, viewing arguments passed to all nested function calls at any point of execution. Opensource.
A PHP CLI tool to analyze PHP scripts and count their SLOC (source lines of code) as defined in the COCOMO II standard. Will analyze all scripts in a given directory. SLOCs are used as base for software cost estimations using the functionpoint analysis.
It is generally not wise to compare two floating-point values for
exact equality, for example using the C == operator. The fcmp package
implements Knuth's suggestions for safer floating-point comparison
operators as a C function.
A compact Arduino library to parse a subset of NMEA sentences
...From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function.
NMEA sentences can easily be sent to an output stream with the sendSentence() function which computes and appends the checksum, as well as the correct <CR><LF> terminators.
Added :
Handle UTC time with zero up to 6 decimals seconds ( microseconds ), with or without decimal point.
...