Showing 26 open source projects for "3270 terminal for linux"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • VoIP Business Phone Systems Icon
    VoIP Business Phone Systems

    Hosted VoIP service for businesses. Feature-rich. Awesome service.

    Intulse’s VoIP internet phone and connectivity solutions are designed to increase productivity through VoIP software dashboard apps, VoIP CRM integration (ex. Salesforce & HubSpot), softphones, time-based routing, virtual receptionists, customized greetings, unlimited extensions, and more. Customers who choose Intulse as their cloud VoIP provider get the power of a feature-rich system that can be customized to best-fit how they do business. Intulse’s communications specialists work closely to help select and implement features to ensure each business gets the most out of their system and services.
  • 1

    Presage

    the intelligent predictive text entry platform

    Presage (formerly Soothsayer) is an intelligent predictive text entry system. Presage generates predictions by modelling natural language as a combination of redundant information sources. Presage computes probabilities for words which are most likely to be entered next by merging predictions generated by the different predictive algorithms. Presage's modular and extensible architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic...
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 2
    The Systems Biology Results Markup Language is a language describing data. Unlike flat data formats, SBRML allows describing the origin of the data as well. This project hosts a library and tools for using SBRML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Project now hosted at GitHub: https://github.com/djparente/coevol-utils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Fekke's BMI calculator

    C# BMI Calculator with wizzard.

    An application written in C#, which will assist you in calculating your Body Mass Index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple Scheduling Software Icon
    Simple Scheduling Software

    To Streamline Operations And Drive Productivity.

    Visual Planning is a simple yet powerful resource management and scheduling solution. Thousands of organizations are using it to share schedules with colleagues and work together more efficiently.
  • 5
    openDICOM.NET - DICOM library, console tools, DICOM viewer/browser for Mono/.NET and Beagle Desktop Search Plugin. The project supports ACR-NEMA and DICOM file formats and provides transcoding to XML. It is written in C# and licensed under (L)GPL.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    MpcReader retrieves comet and asteroid orbital data in MPC format from the web and store it on your computer in different formats. The data is fetched from the MPC. The main job of MpcReader is to convert plain MPC data to the format needed for KStar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    amici

    amici

    AMICI enables real-time execution of cyber-physical models (Simulink)

    AMICI, the Assessment platform for Multiple Interdependent Critical Infrastructures, simplifies and boosts experimentation with cyber-physical systems. AMICI enables the real-time execution of physical process models developed in Matlab Simulink, in a way that they can interact with real cyber systems, e.g., ad-hoc software or even real malware. The simulated physical models may come from a wide range of domains, e.g., power generation, power transmission, railway transportation, chemical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Random Integer Number Generator

    Random Integer Number Generator

    A small random number generator in C# formerly known as RGN

    A small random number generator programmed in C# as part of another project that may never see the light of day, so it was decided this useful portion should be released. Please note that this program was formerly called RGN, or Simple Random Number Generator.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    x2x (xbit2xbyte\xbyte2xbit)

    x2x (xbit2xbyte\xbyte2xbit)

    Converts xbits to xbytes, and back again if needed.

    xbit2xbyte and xbyte2xbit are designed as sample programs for programmers new to C# as well as a learning tool for the author. These two programs also fulfilled a genuine need to convert to xbits (megabit usually) to xbytes (megabytes, again usually) when dealing with things such as cartridge sizes ,which are generally expressed in megabits, and something the author frequently encountered. Thus, xbit can be used to convert whatever bit (mega, giga, etc.) to whatever byte (again, mega,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Insurance Agency Management System Icon
    Insurance Agency Management System

    Jenesis Agency Management System works best for independent insurance companies that focus on personal and commercial lines.

    Jenesis Agency Management System is purpose-built to help insurance agents seamlessly manage existing clients, market to potential prospects, improve business efficiency, and manage sales. Easy to use and affordable, Jenesis Agency Management System offers a variety of features that include automated logins, ACORD forms, carrier downloads, credit card integration, quote control, receipts and payments, InstaCheck, and more. By leveraging Jenesis Agency Management System, you can maximize your time and grow your revenue stream.
  • 10
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 7,802 This Week
    Last Update:
    See Project
  • 11
    Tool that compresses and decompresses fastq files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WordSegment

    WordSegment

    wordseg project is a word segment module implemented by C#

    wordseg project is a word segment module implemented by C#. It is used to segment text into tokens and to label token's attribute according its context and semantic by front-maximum matching and CRF algorithms. The following are some sentences need to be segmented: 张晓晨和付仲恺一起坐在家(西坝河东里社区)里的沙发上看非诚勿扰。 百度公司的名字源于“众里寻他千百度”这诗句。 After above sentences be segmented by wordseg, the result as follows for each sentence: 张晓晨[PER] 和 付仲恺[PER] 一起 坐 在 家 ( 西坝河东里社区[LOC] ) 里 的 沙发[PDT] 上 看 非 诚 勿扰 。 百度公司[ORG] 的...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CRFSharp

    CRFSharp

    CRFSharp is a .NET(C#) implementation of Conditional Random Field

    CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking and so on. CRF#'s mainly algorithm is the same as CRF++ written by Taku Kudo. It encodes model parameters by L-BFGS. Moreover, it has many significant improvement than CRF++, such as totally parallel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SVM# is a svm(support vector machine) classification implemented in C#. The project contains both train and predict modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is a framework for implementations of the MIMOSA OSA-CBM v3.2 standard, which is found at http://www.mimosa.org. It is designed to facilitate creation of OSA-CBM compliant modules that can be easily configured and maintained.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a Robot simulation game that allows you to write a robot in any language you might want. The robot communicates with the game using the internet and up to 32 robots can be run at a time. WARNING: The current version is not complete!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The aim of the project is to provide open source collection of algorithms in the field of spectroscopy: data handling and processing, modeling and artificial intelligence tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PileWorks provides the organizational structure for coordinating several different projects which approach some aspect of Pile Technology. PileWorks defines a set of interfaces and implements some basic infrastructure for Pile engines and agents.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 19
    Clay3D is a complete, extensible, and feature rich suite of network agnostic, scalable applications for the production of computer generated imagery and visual effects. Please see homepage for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Burkhard Heim's Mass Formula - A collection of programs that calculate the mass of a variety of sub-atomic particles, based on work by the late Burkhard Heim. http://www.heim-theory.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Robot Controlling System (RCS) - is a .NET-oriented software group for controlling remote mechanical objects, debuging and programming them by .NET-languages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    I want to use this Plantform for all addon's, which are used for the SecondLearning Grid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SeedSearcher: A Discriminative DNA/RNA motif searching tool. SNAP: A Sequence Analysis Platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A repository of scripts for the C# script engine that was created by Oleg Shilo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next