Search Results for "kohonen visual basic" - Page 10

Showing 1175 open source projects for "kohonen visual basic"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    DingoRPGTool

    DingoRPGTool

    Random generators for tabletop RPG games (D&D, Pathfinder, D20, etc)

    A collection of random generators for DMs/GMs of tabletop RPG games, great for Dungeons & Dragons (D&D or dnd), Pathfinder, D20 or any other tabletop system out there! Use this program to ramp up the depth of your narrative and roleplay. This tool can help you add atmosphere and detail to the world you build, in advance or on the fly. Find inspiration, add variety, and spice up your NPC’s! Randomly Generates: - Tavern Names - NPC Personality Quirks - NPC Physical Traits - City...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    General software and open source projects
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    IES-BellX
    Alarm Clock for Secondary School based on Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Skole Værktøjer

    Skole Værktøjer er et AddIn (udvidelse/tilføjelse) til Word.

    Skole Værktøjer er et AddIn (udvidelse/tilføjelse) til Word. Udvidelsen tilføjer rent visuelt et faneblad til Word kaldet "Skole Værktøjer". I selve fanebladet er der en række muligheder, blandet andet: * Undersøg et dokument for plagiat med internettet: Det dokument som er åbent i Word bliver undersøgt, sætning for sætning, på en online søgemaskine f.eks. Google. Hvis der findes et match, da sættes en kommentar, hvor der beskrives hvad og hvor der er fundet et match. * Undersøg et...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    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
  • 5
    The Troll Virus

    The Troll Virus

    Source Code of The Troll Virus

    Downloads: 42 This Week
    Last Update:
    See Project
  • 6

    猜数字创新玩法

    A creative game

    这个游戏包含了传统玩法,还有创新玩法。希望大家能提供好的创意!
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7

    Mojde Persian Bible Software

    نرم افزار مژده، مخصوص کتاب مقدس

    نرم افزار مژده، مخصوص کتاب مقدس، شامل: ۵۰ ترجمه کتاب مقدس، آیه یاب (جستجوگر) فارسی، بیش از نیم میلیون کراس رفرنس (ارجاع آیه‌ها)، مطالعه همزمان ترجمه‌های مختلف بصورت موازی و آیه به آیه، کتاب‌های تفسیر و راهنما و نقشه‌های کتاب مقدس
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Game Backup Monitor

    Game Backup Monitor

    Automatically backup your saved games with optional cloud support.

    I'd like to thank Sourceforge for their hosting, but this project has been moved to GitHub and will no longer be updated here. Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application. Game Backup Monitor was designed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FlangeZ

    FlangeZ

    a small software to calculate and design flanges according to ASME

    FlangeZ is a small software to calculate and design flanges according to ASME code “Rules For Bolted Flange Connections With Ring Type Gaskets” This project uses icons of "Open Icon Library" and "Tango project"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    CamDesk

    CamDesk

    The Desktop Webcam Widget

    CamDesk is a free, open source, desktop webcam widget, that was created as home surveillance application. Although others have used it for demonstrations even with CamStudio, and QuickTime Player for screen casting.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 11
    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry is a programming language (native compiler) made in VB6 (Visual Basic 6.0). *---------------------------------------------------------* |Libry Compiler 4.1 Documentation (c) by Kinex Development| Introduction: ----------------------------------------------------------- Libry Compiler is a 32-Bit Compiler which compiles directly into machine code and produces a small PE file. Libry's syntax is in a style of C language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    AES256 Password Manager

    AES256 Password Manager

    Portable, secure and open source AES256 password manager

    AES256 Password Manager is a secure, portable and open source password store that uses AES256 encryption. AES256 is a fork of a project originally started by Leprechaun https://github.com/Leproide/CryptStore It's written in .NET but it can be easly be run under OSX or Linux OS using Wine. License: GNU GPL V3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RSE

    Email Encryption using HYBRID Encryption RSA+AES

    ...Due to RSA algorithm's limits, it uses AES to encrypt the message and subject of the email. It creates a .PEM for every new user login. And then RSA to Encrypt the AES Key. The basic UI has been created with PyQt5. PyCrypto and Crypto libraries have been used. Visual Studio was used as the primary IDE. This code has still some flaws. Any kind of contribution would be greatly appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Device Control with vb and uC

    Controlling your devices with vb.net and 8051

    ...Normally in the field many devices are connected or many such subsystems are connected to a system running on OS like XP and Linux. In this project we have targeted Window OS, in which we can develop software using Visual Basic 2010. Here, Simple software is designed which can control the Serial communication or COM Port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Endico - Text Encrypt

    Endico - Text Encrypt

    Fastest way to make secure text.

    Help to convert text into secret codes , so that you can mail,chat and transfer text securely to prevent hacking. How to use : Step one - Open Endico 14 Step two - Decide what to do (Text Encode/Text Decode) Step three - If You Selected Text Encode -> Then Type/Copy/Open .txt file to convert. Step four - Copy the converted text into clipboard to chat,mail,print process etc. Step five - If you want to Decode the code the again follow step two. Step six - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CODDNS

    CODDNS

    Custom Open Dynamic DNS, an integrated solution for DNS management.

    The coddns system is a HTML-PHP-DB console working through scripts with Bind9 to provide a dynamic DNS resolution over the hosts registered through the console. It has two work modes: WAN Mode: This is the default work mode, coddns will act as resolver for every host registered. In the moment you provide a tag and an IP, the system will resolve any query made over that tag into the IP you set. If the IP is dynamic, and you have installed the coddns client into your PC, raspberry Pi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Archive Cloud

    Archive Cloud is a framework based document warehouse software

    Archive Cloud is a Kohana framework based document warehouse software. Giving you possibility to manage small and large scale documents archives and warehouses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Petri-LLD is a graphical development environment for real-time automation control and is written in Java. It is based on a form of Petri net, and compiles to a number of programmable logic controller (PLC) languages as well as Java and Visual Basic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    The DotNetWikiBot Framework was developed so that it can offer a helping hand with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    IPit!

    IPit!

    Change Windows networks settings!

    IPit! allows you quickly changing between windows networks previously configured. If you need to change quickly your network configuration for home, work or even public places like hotels, you just have to configure the Ip, subnet, dns ,Gateway and proxy. The main form start at the system tray and you can access networks and configuration from a contextual menú. The first time you execute, ipit creates a new xml with your current Ethernet Configuration. Then you can open the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Custom Tasks for NAnt. All are welcome to Contribute...!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Constructeur de DOM

    Constructeur de DOM

    Facilite la présentation des éléments d'une page web

    Dresse, indente et colore les éléments du DOM d'une page web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Générateur d'arborescence

    Générateur d'arborescence

    Génère une arborescence de répertoires et de fichiers

    Indiquer le chemin de l'un de vos répertoires pour voir s'afficher l'arborescence de tous ses répertoires et fichiers enfants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A working example and libraries for the Open SOAP interface to ECONZ Wireless's EService application, a mobile job dispatch software solution that enables jobs to be dispatched and for employees to log time, attendance and job information via cell phone
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB