1811 programs for "i-conized" with 1 filter applied:

  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 1

    Handel bałtycki

    Próba symulacji handlu za pomocą algorytmu mrówkowego.

    Program jest próbą modelu cyfrowego handlu w basenie Morza Bałtyckiego w średniowieczu. Wykorzystuje nieco zmodyfikowany algorytm mrówkowy do wyznaczania tras handlu i rozpowszechniania się towarów lub monet. Obecna wersja symuluje ruch jednego rodzaju mrówek z jednym rodzajem towarów. Możliwy jest podgląd ścieżek feromonowych. Obecnie brak możliwości skonfigurowania parametrów algorytmu (np. wpływu feromonów) poza kodem źródłowy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    mod_detect

    Detects changes to your Website, finds malware

    I have several websites and some time ago I found code in one of my websites that I did not create. One of those scripts was able to send spam and the other one had some malware code in it. Now you can argue that my website was just not safe enough because who ever placed this code had been able to get in. That is true and the ideal situation is to have such a safe website that nobody can break in. But sometimes this is hard to achieve. mod_detect was developed to at least find code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MacaronDB

    A set of classes for manage databases like DB2 (for i & Express C)

    Bienvenue dans le projet MacaronDB. MacaronDB est une librairie fournissant un jeu de classes destinées à faciliter le travail avec les bases de données DB2 pour IBMi, DB2 Express C, et MySQL 5. Ce projet a déménagé et est maintenant hébergé sur Github : https://github.com/gregja/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Magnet Transfer

    Starts Magnet downloads in a torrent client on a remote computer

    This project was created as a response to the transition from .torrent to Magnet URI's on many Torrent sites. Many people have the same setup as I do, where .torrent files are saved in a shared folder on a server, so that the Torrent Client automatically starts the download. This application includes a client and a server, coded in Java. The server application, listens, on the configured port for, Magnet URIs to be sendt from the client. When one is recieved, the configured torrent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 5
    JImageMan

    JImageMan

    Digital Image Manager and Batch Image Processor

    This is yet another digital image manager. After using many other fine manager applications I found some things I wanted in an image manager that didn't exist in just one manager so I tried to create one that had all the features that I liked in one manager. One notable feature is the meta data or tags are stored in the image file itself so that when you move your image library the metadata and all the tagging work you did goes with the images. It is not perfect but it has been in use...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Mtv.it Video Downloader
    Mtv.it Video Downloader ti consente di scaricare i contenuti di Mtv.it e offre una comodissima interfaccia grafica a RTMPSRV, che può essere usata per scaricare da siti simili (Mtv.com, BBC...). E' basato su RTMPDUMP 2.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    punykit

    PunyKit - it's a very simple webkit-based browser.

    Rocket science it is not: PunyKit, a puny WebKit-based browser. PunyKit is a browser I created in about an hour or so, maybe less. It is a QtWebKit centred application that displays the page in a "mobile browser similar" manner, and keeps that oh-so-useful WebInspector open in a separate window next to it. What I'm aiming for is something that is as close to the iPhone simulator as possible, but with a web-inspector and (Yay!) works on machines which weren't made by the Apple corporation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GLUT Complex Function Plotter

    GLUT Complex Function Plotter

    GCFP is an open-source tool for visualizing complex functions.

    GLUT Complex Function Plotter (GCFP) is an open-source tool for visualizing complex functions using OpenGL. It can be customized using LUA. Please note: I wrote GCFP while learning for an exam in complex analysis to understand the behavior of some complex functions. As it has proven useful to me I thought I would share it though obviously GCFP could be improved in many ways..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JMusicMan

    JMusicMan

    Music Manager focusing on ID3 tags and internal player

    Free GPL License There is a ".deb" file for Ubuntu and Debian style Linux's and a Windows installer in the binaries section. An RPM package is coming soon. This started out as a project to allow ID3 tag management with features I did not find in the run of the mill player/managers out there for MP3 music. It has the ability to set and change album art as well as load devices with exactly the number and size of files to fit in a known file system size. Like for devices. It is up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 10

    MySQL DB Cleanup Script

    PHP Script to drop tables on all/some databases with wildcards

    I see there is no way in MySQL to drop tables using wildcards like 'temp_%', this simple PHP will help us do the following. 1. specify databases like 'anything%', so you check only the databases you need to. 2. specify tables like 'temp_%' , 'temp3_%' in an array so any number of temp wildcards possible. 3. loop through all databases and tables matching to drop the temp tables. This makes it easy for you dropping many temp tables but be very careful about the wildcard, things may...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A framework for creating automatically-assembling trees of objects. Intended to parallel another interface as strictly a data I/O structure (e.g. file load/save in parallel with a GUI displaying it.) Adaptable to any hierachical data format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SimpleJ is a collection of easy to use multi-purpose Java beans. They provide commonly used methods for handling I/O, arithmetic, and general commonly used algorithms used in computer science. Intended audience: programmers and computer science students.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    IGNORAMUS is a Config Generator / Editor for Nagios 3.0. I developed it because I couldn't find one that suited my needs. It is a PHP Web-Based application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PCSysBlog is an easy to use blog system. Eventually using web forms to handle installation, themes, and layout. Modular design will allow for development of add-on capabilities. I intend for PCSysBlog to maintain XHTML strict and CSS compliance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Jalli is a little java-based converter for chatlogs. At the moment it supports Pidgin, Empathy and mcabber. But there will follow many - platform-independant - others, I believe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Diskutilo is just another Jabber Client that will suit my needs and that I write to learn about Perl and Jabber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    StoffelLOC is a tiny tool to count the lines of code in a single file or a whole structure. I use it for Java, JSP and JavaScript (ServerSide) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PHP SQL Injection sCanner

    SQL Vulnerability Scanner

    PHPsic is a PHP SQLI scanner, currently supporting Error based and UNION queries (1 to 10 columns) MySQL vulnerabilities, it's a simple app and only needs a webserver and php to run. BETA 0.2 it's a simple update, i just added server info and deleted some stray variables and redundant functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Modern Assembly Language

    Assembler language for modern times

    Adding high level source code constructs to a low level language. As opposed to other assemblers MACRO constructs that give a pseudo high level construct, Modern Assembler Language will have it built in. I would _like_ to go for a C style language construct, but this may change over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Attraverso questo programma è possibile monitorare le attivita di una rete di utenti che utilizzano openoffice.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Application defines templates of VHDL structures, which allows us comfortly generate most used VHDL structures. It can also work with VHDL testbench templates from which can be created VHDL testbenches of existing projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Recursive to Iterative in Java

    Recursive to Iterative in Java

    converting java recursive methods to iterative ones. for educational purposes ,i didn't say much about the algorithm because this can be an interesting field of research for B.S. students.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    El programa PEscola és un programa de gestió d'una escola d'adults. Permet introduir la informació dels professors, de les assignatures i dels alumnes, matricular-los i posar les notes de les avaluacions amb els documents associats en .odt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    movemouse

    Move mouse pointer between screens with the keyboard

    ... applications and your hand is on the mouse anyway, movemouse is not so useful, but when you have your hands on the keyboard and want to jump to another window it is irritating to have to grab the mouse just to move the pointer to the other screen. This situation is where movemouse is very nice. In particular I find movemouse useful when I have four open konsoles, two on each screen -- I jump between them without needing to take my hands off the keyboard.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Star Files

    Star Files

    A FITS file sorting application.

    Welcome to the StarFiles Homepage! This application is designed to sort FITS star image files taken by professional astronomers at observatories. The application sorts the files by their image type: Bias, Dark, Flat, and Object. The Flat and Object images are sorted by filters U, B, V, R, and I. The application allows the user to create and save a profile of a given observatory's FITS header format, for future sorting use. This application also provides a header viewer for FITS image file.
    Downloads: 0 This Week
    Last Update:
    See Project