Search Results for "sony shared library" - Page 4

Showing 339 open source projects for "sony shared library"

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.
  • 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.
  • 1

    SEO Tool

    Seo Tool: AI Autoblogger for ArtikelSchreiber.com and UNAIQUE.net

    Seo Tool: AI Autoblogger for https://www.artikelschreiber.com/ and https://www.unaique.net/ Function: Create Mini site based on Config File on your server https://linktr.ee/textgenerator Use a Shared Hosting Server Change the "seo-marketing-tool.conf" config to fit your needs (eg: Create a Mini Site about "Cars" then change the AI Software API Keywords to "car") Start the Tool "python3 seo-marketing-tool.py" Your mini site will be created on your Shared Hosting Server HTML5 Templates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    html-sketchapp

    html-sketchapp

    HTML to Sketch export solution

    HTML to Sketch export solution. html-sketchapp turns HTML nodes into Sketch layers or symbols. Additionally, it allows exporting of shared text styles and document colors. The motivation behind this project was ability to easily share Front-End style guide with our Design team. html2asketch is a library that you can use to create a script that extracts specific parts of your website and saves them as layers, shared text styles, document colors and symbols. Your script can then be run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    direct-data-flow-lib

    The library for HPC data exchange

    The library for HPC data exchange in form of input and output channels transparent for users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AWS SDK for Ruby

    AWS SDK for Ruby

    AWS SDK for Ruby

    ...-dynamodb. Now each service gem uses strict semantic versioning, along with the benefits of continuous delivery of AWS API updates. With modularization, you can pick and choose which service gems your application or library requires, and update service gems independently of each other. You will need to configure credentials and a region, either in configuration files or environment variables, to make API calls. It is recommended that you provide these via your environment.
    Downloads: 0 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
    Zero Install
    Zero Install is a decentralised cross-distribution software installation system. Create one package that works everywhere! With dependency handling and automatic updates, full support for shared libraries, and integration with native package managers
    Leader badge
    Downloads: 10,574 This Week
    Last Update:
    See Project
  • 6
    Microcharts

    Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts

    Microcharts is an extremely simple charting library for a wide range of platforms (see Compatibility section below), with shared code and rendering for all of them! This project is just simple drawing on top of the awesome SkiaSharp library. The purpose is not to have an heavily customizable charting library. If you want so, simply fork the code, since all of this is fairly simple. Their is no interaction, nor animation at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SiliCompressor

    SiliCompressor

    Easy to use Video and Image compression library for Android

    A powerful, flexible, and easy-to-use Video and Image compression library for Android. It's usually said that "A picture is worth a thousand words". Images add flair and beauty to our android apps, but we usually have problems with these images due to their large size. With SiliCompressor you can now compress and use your images more smoothly. Due to the high resolution of our Smartphone cameras and cameras from other devices, Video files have become large in size and thus difficult for them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    libevent

    libevent

    Event notification library

    ... independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications, either by isolating each event_base so that only a single thread accesses it, or by locked access to a single shared event_base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BlackBelt - Gaian Library - AI Assisted

    BlackBelt - Gaian Library - AI Assisted

    Communications, Knowledge Network; Gateway; Encyclopaedia

    A high speed p2p Communications Knowledge Network and Encyclopaedia. Get Knowledge - Fast ! *** Distributed Autonomic-Performance-Tuning - A Goal-Seeking Swarming-Semiotic AI *** Video Conference Call. WASTE p2p Share / Distribute. Install Firefox or PaleMoon or WaterFox and then install us: Browse i2p sites. Browse Tor sites. Use the in-built Library to reach and consume content. Default installation starts your local/shared library with topics covered below: Privacy i2p Links Tor Links...
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    Shared user library for the SuperCollider programming language and synthesis environment. Repository may contain classes, re-usable functions, mini-applications, SynthDefs, Instruments, UGen source code (C) etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    mcip

    Management and Control Information Protocol

    MCIP is a lightweight inter-process communication (IPC) system. This project implements a protocol, a daemon and a shared library. It is aimed to be as simple, tiny and fast as possible, so it is adequate for embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists. While...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Transition

    Transition

    Easy interactive interruptible custom ViewController transitions

    Transition is a library that helps you build iOS view controller transitions. Implementing a nice interactive custom view controller transition involves quite a number of components. You have to implement the correct delegates, handle the switching between passive animation and active interaction phases, ensure the timing is right, think of interruption and cancellation, keep responsibilities separated... It quickly gets messy! This is where Transition helps you out: you just define...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mysql_replication_c

    MySQL 8.0 C\C++ replication listener

    The mysql_replication_c library is MySQL replication listener based on MySQL 8.0 code. Designed to easily use the MySQL replication protocol in C/C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cube-ui

    cube-ui

    Mobile UI library implement by Vue

    cube-ui is an elegant mobile component library based on Vue.js. From DiDi interior component library and has been put to business test for more than one year. Every component has full unit tests to provide assurance for continuous integration. Make quick response, fluent animation and close to native components as the goal, and pursue the perfection of the interactive experience. Follow a uniform design interaction standard and highly restore the design; Standardize the interface and unify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cxx.jl

    Cxx.jl

    The Julia C++ Interface

    The Julia C++ Foreign Function Interface (FFI) and REPL. Now, this package provides an out-of-box installation experience on 64-bit Linux, macOS and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dotNet4Java - .Net for Java

    dotNet4Java - .Net for Java

    The best Java library to work with .Net libraries and frameworks.

    The dotNet4Java is a .Net Runtime Library for Java which helps Java developers work with .Net framework and 3rd party libraries in Java with ease. It is designed to provide a way to interact with applications written in anyone of the .Net languages (such as C#, Visual Basic.Net, Delphi.Net, JScript.Net etc) from Java. Competitive Advantages: - dotNet4Java JAR can be easily added to artefacts repository like maven or ivy. - dotNet4Java is single jar file that can be very easily added to any...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    m64py

    m64py

    A frontend for Mupen64Plus

    M64Py is a Qt5 front-end (GUI) for Mupen64Plus 2.0, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over Mupen64Plus shared library.
    Leader badge
    Downloads: 215 This Week
    Last Update:
    See Project
  • 19
    ApertusVR

    ApertusVR

    Virtual Reality software library

    The main feature of ApertusVR is the so called "Distributed Plugin-in Mechanism" which means that not only humans could be involved in a multi-user virtual reality scene but any element of the Internet of Things like hardware, software, robot or any kind of smart device. ApertusCore is a programming library written in C++11, that fulfills modern software requirements as it is modular, embeddable, platform-independent, and easily configurable. It contains basic software interfaces and modules...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    libwlocate is a shared library that can be used for location-based services. It checks for WLAN-networks that are available near to a user and retrieves the current geographic position out of them. Thus no GPS is needed for positioning. This WLAN-based geolocation happens without using any of the commercial services that do the same but track the users position and data. libwlocate instead bases on the free OpenWLANMap project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java based component framework for application development, which distributes shared state using a decoupled publish and subscribe communications infrastructure and manages shared state through transactions with commit and rollback semantics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    TwoLAME

    MPEG-Audio Layer 2 (MP2) encoder

    TwoLAME is a fork of tooLAME - an optimized MPEG Audio Layer 2 (MP2) encoder. New features include a brand new frontend, fully thread-safe library (libtwolame), with an API very similar to LAME's.
    Leader badge
    Downloads: 373 This Week
    Last Update:
    See Project
  • 23
    Team Purple

    Team Purple

    Common stuff for Imprudence and Kokua open source metaverse viewers.

    The Imprudence and Kokua open source metaverse viewers are developed by Team Purple. This project is for the common stuff that is shared between the two viewers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Android Debug Database

    Android Debug Database

    A library for debugging android databases and shared preferences

    Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way. Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications. Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    MITIE

    MITIE

    MITIE: library and tools for information extraction

    This project provides free (even for commercial use) state-of-the-art information extraction tools. The current release includes tools for performing named entity extraction and binary relation detection as well as tools for training custom extractors and relation detectors. MITIE is built on top of dlib, a high-performance machine-learning library[1], MITIE makes use of several state-of-the-art techniques including the use of distributional word embeddings[2] and Structural Support Vector...
    Downloads: 1 This Week
    Last Update:
    See Project