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
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
An easy-to-use generator for large numbers of passwords.
Originally for my school's IT Department, I have now released the sourcecode under the GNU GPL. It supports the random generation of huge numbers of passwords that can be determined in a variety of ways.
System and Network Monitor (SNM) will monitor and graph computing devices using snmp, ping & custom modules, also alerts via email. SNM is written in Perl for Win32 & Linux, runs 24*7, recording results in RRD for later display via a web browser.
M-Ping is a graphical front-end for several well-known network services. Currently supported are ping (with graphical statistics), whois and traceroute. In the future support for others might be added. M-Ping features a user interace based on the Qt libr
JScript is Java Interpreter that parse and execute pure java code and share the resource with current JVM. In addition, a java command line console is included. It's easy to create script program in Java grammar by it.
PROSE is a system that performs controlled, systematic, and efficient modification of the code of running Java applications without requiring them to be shut down. PROSE is an infrastructure that supports software adaptation by extending apps at runtime.
Glassbox is an automated troubleshooting and monitoring agent for Java apps that diagnoses common problems with one-click. Drop in a .war file from http://www.glassbox.com and find out what's wrong with your existing web apps, without any code chang
Small JAVA-program for managing a ping-request to 4 different destinantions including a profile management for up to four favorite destinations. The complete ping-history can be saved.
Portscan is a simple TCP port scanner (connect scan, similar to nmap -sC).
It is implemented with threads for better speed.
Please see the code and review it. Criticism is more than welcome.
Helps needed to make it robust.
Windows port of the freedesktop.org DBus. The code is now part of the official DBus releases: http://www.freedesktop.org/wiki/Software/dbus#Windowsport. But you could find binaries here.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
AdminUCV NGN is NMS written in Java/C++, that supports IPv4 and IPv6. It brings a SNMP based manager (SNMP v1 and v2c), a graphical tool to monitor the network, a traps receiver, a MIBs compiler and tools such as ping, tracert, port scanner and sniffer.
Night Elf is a collection of utilities and proof of concept code I have written over the years. I've previously kept it in a private CVS repository. I now share it with the world.
Main sourcecode is moved at https://github.com/jpahullo/planetsim. We recommend authors of contributions sections to move your code to github. Since then, contributions remain here for your use at will.
PlanetSim is an object oriented simulation framework for overlay networks and services. This framework presents a layered and modular architecture with well defined hotspots documented using classical design patterns.
The OSDaB Project is a collection of useful C++ and Qt code snippets, tips, tricks and whatever could be useful for software developers. Code is released under the terms of the GNU GPL version 2 or later (or other open source licenses where stated).
SDBoot is a complete bootloader solution (MCU side and PC side), free, with sourcecode for AVR MCU chip. It features a checksumed protocol for safe programming.
The Make Controller is an open microcontroller platform for Makers of all kinds, by MakingThings. Note - current code is hosted on the MakingThings site at https://www.makingthings.com/svn
The FUDF code is meant to be used as a basis for developing a UDF2.50 compliant filesystem. The code is designed to be applicable across multiple platforms, and for easily adding/removing functionality from the code.
This code programmed into an AVR microcontroller wired to the receiver's JTAG port allows loading unsigned code on SMP8634 based media receivers enabling you to boot other operating systems e.g. Linux. (Only x30Xt receivers are currently supported)
SimpleAVROS is RTOS designed special for AVR microcontrollers. Supported Compiler - AVR Studio. Language - Assembly. This is RTOS consist of sourcecode. Supported microcontrollers - ATmega48; In the future- ATmega88/168, ATmega164/324/644, AT90usb82/162
The CMS-Bandits is a set of php scripts, with online html editor, calendar, search engine, rss reader, revision log, personal nickpage, comment system, webcrawler and even more.
This project is designed to help programmers understand the resource utilization of their code in the Java Virtual Machine and provide real time feedback via a GUI interface.
This is an opensource project for the calculation of the mathematical constant Pi. If you are a mathematician or programer please contribute ideas or code for this project. Non professionals are also welcome to contribute.
truereality is a open source n64 emulator. the aim of this project is NOT to run commercial games, instead it should be a piece of c sourcecode which teaches you how to do software emulation in a portable way.
A data parallel scientific programming model. Compiles efficiently to different platforms like distributed memory (MPI), shared memory multi-processor (pthreads), Cell BE processor, Nvidia Cuda, SIMD vectorization (SSE, Altivec), and sequential C++ code.
Ermdia is a yet another implementation of Kademlia, which is one of the algorithm of ditributed hash table (DHT), in Erlang. This software is lightweight, fast and easy to understand since an amount of sourcecode is quite small.