Showing 398 open source projects for "c-bus"

View related business solutions
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    RAMvader

    RAMvader

    A C# library which provides access to other processes' memory space.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader [DESCRIPTION] A .Net (C#) library which provides access to other processes' memory spaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SeelWorks.MPCHC

    A C# Implementation of the MPC-HC API

    This Control uses Windows messaging and WM_COPYDATA to communicate with and control MPC-HC with simple, easy-to-use methods, events, and connected objects. Note: This is a work in project and not everything is working completely. I'm still working it out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DotNet Code Helpers Library

    DotNet Code Helpers Library

    DotNet Code Helpers Library

    DotNet Library v0.2 contains some of the useful methods and codes to make C#, VB.Net languages and other DotNet languages easier in control and development. Soon, full Code Documentation will be included inside the code files followed by Web Documentation and Code Examples, If God wills
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TheForest Mods (rebuilt)

    TheForest Mods (rebuilt)

    In case the official files don't get updated, try these ones. B-)

    Since The Forest gets pretty regular updates, previously-released mod files get out of date pretty quickly. Sometimes, their authors don't re-release them using the new modlibrary, and you can't use them anymore. This projects's goal is to just re-compile the existing mods (from their released source code) to make them compatible with the latest version of The Forest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Kinetic Software - Epicor ERP Icon
    Kinetic Software - Epicor ERP

    Discrete, make-to-order and mixed-mode manufacturers who need a global cloud ERP solution

    Grow, thrive, and compete in a global marketplace with Kinetic—an industry-tailored, cognitive ERP that helps you work smarter and stay connected.
  • 5

    JSONLIB

    JSON made simple for .NET

    JSON data manipulation library, built for simplicity. Create JSON object from common data types (array, list and dictionary). Parser is based on regular expressions and can handle nested structures. Access data using implicit typecast. Tutorial with all examples included. For details visit Wiki section. New in v2.0.0: Added serialization and deserialization methods!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    RsDesign.Controls

    WinForms Controls & Docking Forms

    Controls are working on operating systems Windows (on the platform. NET Framework 4.0). All components support visual styles: Visual Studio 2010, Office 2007, Office 2010. You can create and connect to other styles. In a set of more than 48 components including DataGridView and Docking Forms.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    TWAIN for C-Sharp (C#)

    TWAIN for C-Sharp (C#)

    A C# interface for TWAIN

    [Important] The project moved to GitHub. Please use the following GitHub project page from now on: https://github.com/twain/twain-cs A C# interface for the TWAIN image capture API, that also includes a toolkit layer, a diagnostic application and a sample application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    The ComponentLib library contains classes and controls used by other my projects: VocabularyTest (sourceforge.net/projects/vocabulary-test); HomeCollection (sourceforge.net/projects/homecollection)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Nemiro.OAuth

    Nemiro.OAuth

    Class library for authorization via OAuth in .NET Framework

    Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework. The library provides mechanisms for implementing OAuth clients, and also contains a ready-to-use clients for popular websites. The library support OAuth 1.0 and 2.0, and also has ready-to-use OAuth clients for: Amazon, Facebook, GitHub, Google, Microsoft Live, Mail.Ru, Odnoklassniki.ru, Twitter, VKontakte (vk.com), Yandex (yandex.ru).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Say goodbye spreadsheets and wall calendars. Hello automated task and employee scheduling. Icon
    Trusted by thousands, Operto Teams (formerly VRScheduler) puts everything you need to get your vacation rental work done in one place. It's the calm, organized way to manage your cleaning or vacation rental property management staff.
  • 10
    Michel Max - WPF Color Picker

    Michel Max - WPF Color Picker

    Michel Max - WPF Color Picker

    The Michel Max - WPF Color Picker is a Control for color selection in WPF applications, with three layout options being "Spherical", "Rounded" or "Squered". Libary and Example available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    qxdotnet

    qxdotnet is a server side ASP.NET wrapper for qooxdoo library

    http://qooxdoo.org is a great JavaScript framework. It contains lots of UI controls that would be useful when developing ASP.NET applications. But qooxdoo designed to communicate with server via RPC method. It is not comfortably. The main qxdotnet idea is a creating C# mirror objects for qooxdoo UI controls. State of the objects on the server and the client is synchronized with AJAX. For example, you just create a C# "button" control and place it on the form. After you start your ASP.NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CSharp MARC

    CSharp MARC

    Full featured editor for reading and manipulating MARC Records

    *** THIS PROJECT HAS MOVED TO GITHUB *** https://github.com/frozen-solid/CSharp_MARC/ ********************************************************** C# MARC: C# class structures for reading and manipulating Library of Congress MARC records using the MARC21 standard. Based upon the PHP Pear package File_MARC (http://pear.php.net/package/File_MARC) by Dan Scott. C# MARC Editor: A full featured SQLite based editor for quickly modifying MARC records and exporting them to MARC21...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    linq-cube

    LinqCube is a small utility library to define in-memory cubes.

    LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries. Why? Often you have the requirement to build some reports. For example all open cases over time, all open cases over time and status etc. Your queries are complicated enough to end up in large SQL Views or dozen's of single SQL Queries. Implementing a real OLAP Cube would be an overkill, because you only have 10.000s of rows. LinqCube was build to reduce SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Glimpse Plotting Library

    Glimpse Plotting Library

    WPF Plotting Library

    Glimpse is a .NET 4.6 plotting library for WPF projects. It currently contains five classes: a scatter plot, a line graph, an histogram, a raster plot to display matrix data and a tree plot to visualize recursive XML data. Main attributes can be customized through the respective constructors, additional changes are available through public properties. To use the packaged classes just reference the library in your project, instantiate a new plot and add it to a display container of your choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Michel Max Spread - XLSX Loader/Creator

    Michel Max Spread - XLSX Loader/Creator

    Michel Max MMSpread is an API XLSX files without the MS Excel ins...

    The Michel Max - MMSpread is an API to generate XLSX Spreadsheets without having the Microsoft Excel installed in the Machine. It allows you to Load XLSX files and edit them, or even create them from nothing, without having annoying alerts when it is open. It supports the following Microsoft Excel items: - All styles (font, border, background, etc). - Validation: List ONLY, and it has to be sequential. - Conditional Formula Formatting. - Comments. - Number Format. Extra...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CQL

    CQL

    an all new query language and a sequel to SQL

    The project was developed for C/C++ programmers who are not familiar with SQL syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A library for reading and removing DRM schemes from eBooks. The one and only purpose of said library is providing the ability to access the content of legally obtained eBook under conditions of DRM management server failure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SystemWebCompanion

    Migrated to github https://github.com/ngeor/SystemWebCompanion

    Attention: code migrated to github: https://github.com/ngeor/SystemWebCompanion A complementary library to ASP.NET helping perform some tasks common in web applications. The NuGet package is available here: https://www.nuget.org/packages/SystemWebCompanion/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dotNetRDF is a .Net Class Library for working with RDF and SPARQL programatically built with C# 3 for the .Net Framework 3.5/4.0/Silverlight 4 and WIndows Phone 7. It provides a simple object model for representing RDF, SPARQL Queries and Updates and understands all common RDF and SPARQL syntaxes. Extensive documentation is available on the website and support is available via the mailing lists.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    RainDoll aims to be an implementation of a symmetric-encryption utility for desktop users written in C#/.NET and Windows Forms with two goals: security and simplicity. It uses cryptographic standards for security, and has a smart, compact interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Automation Middleware (SAM) est un framework permettant de batir des applications sous forme de modules. Il fournit des bibliothèques COM Delphi implémentant la gestion des évènements, Dispatch etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Michel Max - Coalesce for .NET
    Have you ever wonder “why doesn’t I have a Coalesce on .NET?”, well now you have, with this library you can use the Coalesce for Boolean “bool?”, “byte?”, “char?”, “DateTime?”, “decimal?”, “double?”, “short?”, “int?”, “long?”, “object”, “sbyte?”, “float?”, “string”, “ushort?”, “uint?” and “ulong?”. Note: Objects like a Custom Control need to have their own Equals implementation. Documentation in English and Brazilian Portuguese.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ASP.NET PDF Viewer by GroupDocs

    ASP.NET PDF Viewer by GroupDocs

    Secure, Browser-Agnostic ASP.NET PDF Viewer with DRM Features

    This sample project is created by the GroupDocs showcase team to demonstrate key benefits of an ASP.NET PDF viewer built using the commercial library – GroupDocs.Viewer for .NET. The viewer allows you to display PDF documents across all standard web-browsers (IE8+, Chrome, Mozilla Firefox, Safari 5+, Opera, etc.) without having to install any software or plugins on end-user machines. Another core feature – is the ability to display PDFs in a read-only mode, so that end users can’t...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    APIFilmAffinityIMDb

    APIFilmAffinityIMDb

    API for FilmAffinity and IMDb

    API for FilmAffinity and IMDb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    UpdateSharp

    A simple auto-updater built in C#.

    Ever needed an easy way to update your program without much code? Have a look at UpdateSharp. It consists of 1 DLL file, and 1 CSPROJ. Its super easy to use, and is fully automatic - your users don't need to do anything. So what does it do? Well, it checks the version of the application currently installed against the one on your webserver. If they aren't equal, the updater will run. Its lightweight, and takes just a few seconds to update the software (excluding download...
    Downloads: 0 This Week
    Last Update:
    See Project