Showing 14 open source projects for "karaoke source code"

View related business solutions
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 1
    CocoaLumberjack

    CocoaLumberjack

    A flexible logging framework for Mac and iOS

    CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS. First, install CocoaLumberjack via CocoaPods, Carthage, Swift Package Manager or manually. Then use DDOSLogger for iOS 10 and later, or DDTTYLogger and DDASLLogger for earlier versions to begin logging messages. Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. As of CocoaLumberjack 3.6.0,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Realm

    Realm

    Mobile database: a replacement for Core Data & SQLite

    Realm’s mobile database is an open source, developer-friendly alternative to CoreData and SQLite. Start in minutes, port your app in hours, and save yourself weeks of work. Available for Swift, Objective-C, Java, Kotlin, C#, and JavaScript. Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code. Realm’s local database persists data on-disk, so apps work as well offline as they do online. Realm is fully-featured, lightweight, and efficiently uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Doxygen
    Doxygen is a JavaDoc like documentation system for C++, C, Java and IDL.
    Leader badge
    Downloads: 10,767 This Week
    Last Update:
    See Project
  • 4
    Orx: Portable Game Engine

    Orx: Portable Game Engine

    Orx: Portable Game Engine

    Orx is a portable, lightweight, plugin-based, data-driven and extremely easy to use 2D-oriented game engine. As orx is data driven, it allows users to create games with a small number of lines of code and reduces drastically the development time.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 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.
  • 5

    DTDS

    Data Type Definition System

    DTDS is a system of definition of data types for unification of information exchange with use of different Samond Classes Library functions and for generation of source texts based on the completed data type definition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    open-dis

    open-dis

    Open-DIS implements the IEEE DIS protocol in multiple languages.

    An open source implementation of the Distributed Interactive Simulation (IEEE-1278) standard in C++, C-Sharp, Objective-C, Java, Javascript and XML. Example applications including sending and receiving native DIS traffic, X-Plane plugin, and WebSocket/Javascript/WebGL applications. See the individual code directories for each package of interest. This project is inactive and has migrated to a GitHub project at https://github.com/open-dis
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    HWSensors

    HWSensors

    All information from hardware sensors on your Mac

    HWSensors is a software bundle that includes drivers and applications that allow you to access information from hardware sensors available on your Mac. FakeSMC is an open source SMC device driver/emulator developed by netkas (http://netkas.org/). NOTE: FakeSMC & Plugins starting from v915 provide additional sensors information to HWMonitor then running on Macs. By installing FakeSMC on real Mac you should consider you know what you are doing and how to recover your system if something...
    Downloads: 71 This Week
    Last Update:
    See Project
  • 8
    TPlayer

    TPlayer

    media player focused on GPU acceleration

    a fast multimedia player using ffmpeg to decode, opencl to do fft on audio and opengl to render. same code is also hosted at https://gitorious.org/tplayer/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Appacts

    Appacts

    Appacts Open Source Mobile Analytics Platform

    Appacts was designed and developed with user in mind, leaving old style analytics services behind and starting fresh. We’ve looked for a way to empower our users by presenting data to them in a quick summarised view. We are here to make analytics exciting, engaging and more importantly productive, so you can make right decisions quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml. GraphNodes such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    http://sugartin.info http://gamedev.sugartin.info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is the source code for the Oregon State University Tree Tour application as of December 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OrderedDictionary combines functionality of NSMutableArray and NSDictionary on one unique class. Based on original code of Matt Gallagher, we expand and want to continue expanding the functionality of this powerfull new class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cocoa.php

    cocoa.php

    Cocoa framework for PHP

    cocoa.php is a set of PHP classes which emulate some of the features of Objective-C's Cocoa (or GNUStep) framework. The project is in its VERY early stages at the moment. My initial motivation was to provide enough functionality to read and write property list files - the aim being to make it very trivial to exchange data between a real Cocoa application and a web-based API. Code in the project was written from scratch and the only the names of the classes and methods are the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next