Showing 837 open source projects for "i-conized"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    OpenTomb

    OpenTomb

    Game engine for playing tomb raider 1 - 5 levels.

    ... with jpeg and png libs, vorbis (ogg support), OpenGL, OpenAL, freetype 2, LUA, BULLET. Youtube engine work example: http://www.youtube.com/watch?v=Jf3JGm67oS0 I need some help in game behavior algorithms, level parsing, e.t.c. Needed for work: 1) Original Tomb Raider levels 2) Font .ttf 3) Config files (config.lua and autoexec.lua)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    OpenRTDynamics

    A framework for implementing real-time control systems

    - - - T H I S P R O J E C T M O V E D T O G I T H U B - - - A framework for the implementation of advanced real-time control systems which uses signal/block-based schematics (like Simulink) extended by several features like state machines and online-exchangeable sub-simulations. Besides, this framework properly handles multiple threads, their communication, allows to synchronise control systems to external events (e.g. variable timers or incoming network packages) and provides many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    In a fit of recreational programming, I wrote this 8080 assembler. God only knows why I picked a 30 year old processor.... I guess I just loved that old processor.. Maybe thats why I have 2 of them in the attic. ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Linux driver for Novation Launchpad

    Linux driver for Novation Launchpad ID 1235:000e

    ----- ENGLISH ---- Driver for the Novation 'launchpad' NOVLPD01 NOT FOR 'LAUNCHPAD S' For more information about my launchpad project, go here: http://videca.wordpress.com/2012/09/24/endriver-for-novation-launchpad/ ---- FRANCAIS ---- Driver pour le launchpad NOVLPD01 de Novation, PAS POUR LE 'LAUNCHPAD S' Pour plus d'informations sur mon projet launchpad, faites un tour ici : http://forum.ubuntu-fr.org/viewtopic.php?id=1043581
    Downloads: 5 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    PLC-EMU is a Programmable Logic Controller EMUlator for automation applications on linux with digital/analog IO cards, with C functions, Ladder Diagrams,or IEC61131-compliant Instruction List/Structured Text. It is a cheap and open alternative to PLCs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    CodilitySolutions

    Solved training lessons from website codility.com

    This project contains solutions for all training lessons that can be found on website codility.com: https://codility.com/programmers/lessons/ The solutions are written in programming language C, because I presumed that it is the most basic language anyone can easily understand and the fact that many other languages have a basis in C means the code can be easily rewritten in that language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    IICSAR

    An ASCII Rougelike - RPG

    IICSAR is an ascii rougelike - rpg, that means that there is turn based combat and text graphics, as well as a randomly generated "dungeons" and permadeath. This is a little project i worked on during boring/free hours in school and since, despite its semplicity, was coming out as something that is somewhat enjoyable, i decided to upload it here, source code included. It's not much, but i hope you all will enjoy it and that someone might find it useful :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    dynamips-MinGW

    dynamips-MinGW

    Dynamips on MinGW

    Instead of requiring cygwin and all it's dependencies, I'm going to build Dynamips on MinGW. I am currently using a fork of the latest GIT source. So far, I've been able to run things that I can run with the Cygwin version, and some of the broken features are on par. I've also been able to merge in the 'unstable' PowerPC core which can run things the 'stable' cannot. Transport wise, I've gotten it to talk with pcap and UDP. I have the groundwork to make it dynamic so that pcap isn't...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 10

    UDP Game Broadcast Bouncer

    Play old LAN games across the world!

    A light utility program that uses wpcap (somewhat needlessly) to redirect UDP packets allowing individuals to play Warcraft 3, Starcraft, and Unreal Tournament 2003, without the use of a game server across subnets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    bif-c, a near fig-FORTH in C

    Building a FORTH in C for practice.

    C language implementation of my BIF 6809 variant of fig-FORTH. May be interesting to programmers with C background who want to understand the high-level version of the low-level of FORTH. Those requiring a fully functioning FORTH may look elsewhere. (The releases are usually out of date. Best to browse the code repository and download the latest snapshot.) There is now a basic how-to to get you started in the [wiki]. (I am now mirroring the project at http://sourceforge.jp/projects/bif...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    lguicd

    Utility to change directory when in gnome-terminal via a dialog

    lguicd is a utility that lets you change directory while in gnome-terminal running the bash shell via a GTK dialog. I wrote it myself. It is Free and Open Source software. At the moment there is only a version available for Ubuntu 17.04 64 bit standard flavor (Unity).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Fondement Michtam

    Few useful tools that will be liberally used in all my projects.

    ... this is really more a tree than a stack discipline. Fondement Michtam offers primitives to: - Setting 2 main stacks. - The general purpose rStack. By convention, any new created object is stacked on it. - The pStack used for stocking (short lived) results of intermediate computation. - Macros for stacking data, Marking and Releasing. If I am not mistaken, this would be the Pascal way of doing things. - Macro for switching to a local stack when need arise. And that's it. Th
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    8 Sounds USB
    XMOS based, USB2 audio card, low power consumption, small form factor, 8 synchronous input channels and 4 stereo output channels.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15

    Musical Game Studio

    An Adventure Game Engine

    This is a fork off OpenSLUDGE, originally created by Tim Furnish, that used to live here on SourceForge. Now being modified by me to fit the adventure game musical I want to make… We'll see where this goes. Unlike OpenSLUDGE, this project will break compatibility with old SLUDGE games, in order to allow me to change some fundamental things in how the engine works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mtCellEdit

    mtCellEdit

    mtCellEdit is a lightweight spreadsheet program

    mtCellEdit is a lightweight spreadsheet program that is designed to handle simple day to day tasks. I have put the most important facilities I want into a small customized program which means I can avoid the problems of larger programs such as slow operating speeds and overcomplicated user interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    i-nex

    i-nex

    i-nex system hardware lister

    I-Nex is an application that gathers information for hardware components available on your system and displays it using an user interface similar to the popular Windows tool CPU-Z.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 18
    SW Test Automation Framework
    The Software Testing Automation Framework (STAF) is a framework designed to improve the level of reuse and automation in test cases and test environments. The goal of STAF is to provide a complete end-to-end automation solution for testers.
    Leader badge
    Downloads: 177 This Week
    Last Update:
    See Project
  • 19
    experix laboratory control system

    experix laboratory control system

    instrument control, data acquisition display and analysis

    ... pipes. Interfaces accessible via commands and scripts: file i/o modelled on stdio and stdlib; usb control and bulk transfers; socket operations; webcam; graphics via framebuffer. Applications (not all available yet for download) include: cell poker (like an atomic force microscope); tissue mechanical tester; fluorescence photobleaching; alternating laser excitation fluorescence; fluorescence intensity distribution analysis; iverilog simulation analysis.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    IrrigationController

    Smart Home Irrigation System

    ... for temperature sensors. * Soil Moisure Sensors are responsible for sensing if the soil of irrigated flowers are wet or not. These sensors are attached to the Sensor Controller Module via slow speed I2C bus. The modules use 2-pin probes and drives them with 4 kHz square wave in order to avoid oxidating the probes. In my implementation I used these small water pumps from Conrad: http://www.conrad.hu/conrad.php?name=Products&pid=539090 The whole system is powered by a 12V / 4A SMPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    realpaths

    Prints aboslute paths of existing files.

    .... realpath(3) has a coulple other glitches i noted however some might be found in realpaths(1) - - but the major issue is whether guessing is allowed. it is NOT tested by a world of people so note it's "a beta"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    nxlog

    nxlog

    A multi-platform universal log collector and forwarder

    NXLog is a modular, multi-threaded, high-performance log management solution with multi-platform support. In concept it is similar to syslog-ng or rsyslog but is not limited to unix/syslog only. It can collect logs from files in various formats, receive logs from the network remotely over UDP, TCP or TLS/SSL . It supports platform specific sources such as the Windows Eventlog, Linux kernel logs, Android logs, local syslog etc. Writing and reading logs to/from databases is also supported....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    mymssqldump

    A tool to dump data from SQL Server in text format

    SQL Server is sometimes difficult to get data from i some generic format, such as CSV. This program does just that. It allows SQL Server and Sybase (but this is not tested) tables to be exported in a variety of formats, including JSON, CSV and MySQL / MariaDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WinCMOC (M6809 C Compiler)

    WinCMOC (M6809 C Compiler)

    A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)

    WinCMOC v0.6 is here! So many new features, I cant remember them all. Please uninstall old versions before installing. This is a port of the CMOC compiler (written by Pierre Sarrazin) to Windows. Currently CMOC does not support linking, so, I've written front end tools which edit CMOC's output so that it can be assembled and linked via LWTOOL's. A simple C editor in included which makes it easy to compile/build and run the xroar emulator. Please visit the CMOC website: http...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    AutomationPowerLine

    Home and industrial automation with Power Line Comunication

    In this project i want to create a simple layer, this layer help the people to create a home or industrial automation with Power Line Communication. I use the chip ST7580, in particular i use the evaluetion kit: EVALKITST7580-1 for my test
    Downloads: 0 This Week
    Last Update:
    See Project