Showing 122 open source projects for "c-bus"

View related business solutions
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
    Learn More
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
    Learn More
  • 1
    A collection of Metasyntaxes like EBNF for .Net including a definition file parser and an expression tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Nekoshka is a cross-platform open-source shell for Japanese dictionaries like edict and yarxi. It supports radical lookup, handwriting and direct keyboard input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Poga is software for processing of formal languages, especially for processing automata and grammars. It has modular architecture, it is programmed in C++ and it doesn't have a GUI (it has CLI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Based on the Buckwalter Morphological Analyzer (Version 1.0) for doing Arabic stemming and POS tagging. Includes a rewrite of the original Perl script, with better documentation and more flexible options, and a C++ interface (usable as a library or app).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    TengVert is a tool to transcribe text from one alphabet into another, primarily used to convert roman writing into J.R.R. Tolkiens Tengwar script, known as "elfish letters" in Lord of the Rings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BANAL - Banal And Not A Language. A prototyping notation compatible with Java and C# (via the largest possible common footprint between the two).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JPPL is an experimental, exploratory project aiming at the target of geting better (written) language analyzing software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EzerKb is a virtual keyboard for Windows. It emulates a keyboard with, for example, Russian, Greek, or Hebrew characters without actually installing a keyboard driver for that language. EzerKb works with most (but not all) Windows programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pes is an simple programing language. It has just few basic constructions and it has c-like & pascal-like syntax. The compiler output is Jasmin - an assembler for java virtual machine. It was my school project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
    Learn More
  • 10
    A library which allows loading and parsing of Babylon glossaries (i.e. dictionaries) from http://www.babylon.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A library to convert from Greeklish (aka. Greek written using the Latin alphabet) to real Greek.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ANT is a lightweight implementation in C of a kind of artificial neural net called Multilayer Perceptron, which uses the backpropagation algorithm as learning method. The package includes an introductory example to start using artificial neural nets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Softwareprojektpraktikum Maschinelle Übersetzung SS09 --- RWTH Lehrstuhl für Informatik 6 --- Software for automatic translation of natural languages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    dualword-wiki

    Wikipedia browser

    Wikipedia browser Features: - access to Wikipedia website only - dual browser (dual language) tabs Source code: http://github.com/dualword/dualword-wiki/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Zigoora

    Crowd Sourcing Translation

    The initial goal on Zigoora has been enabling people from different languages to communicate together. In other words, if you know another language additional to your mother tongue, then you can help somebody else understand and read in another language by translating just one sentence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Convert English grammar to computer programs, knowledge bases, and machine ready forms. Use exemplary grammar work by Randolph Quirk, Sidney Greenbaum, Geoffrey Leech, and Jan Svarvik. Quirky is a whimsical homage to "Quirk et al".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Dualword-PMC

    PMC browser

    PubMed Central browser. Source code: http://github.com/dualword/dualword-pmc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Yandex.NET.Translator

    Yandex.NET.Translator

    .NET library for Yandex.Translate service, used for text translation.

    Yandex.NET.Translator is a .NET library for Yandex.Translate web service (http://api.yandex.ru/translate), used for text translation. NuGet package : https://www.nuget.org/packages/Yandex.Translator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    BibleNLP

    Natural Language Processing using The Holy Bible

    This project attempts to develop natural language processing routines as applied to a Bible text domain. Many common technologies (e.g., tokenization, Brill POS tagger) are used in conjunction with theoretical paradigms (e.g., hierarchical word definition trees, phrasal concordance).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FreeLM

    Tool for creating, pruning and interpolating N-gram models

    This project, currently in its early stages, aims to implement N-gram counting, smoothing, and interpolation. The project may eventually incorporate a number of smoothing methods, but initially it will incorporate just one, which is not a standard method. It's similar in spirit but modified, interpolated Kneser-Ney, but uses the principle that the amount you discount should always be the amount that gets given to the backoff state (which makes the traditional count-of-counts stuff and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Making Hebrew properly searchable by IR software. Right now, most work is being done in our mailing list (planning), and on our github repository (concept code, see below).
    Downloads: 0 This Week
    Last Update:
    See Project