Showing 21 open source projects for "soncpp-src-0.5.0"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    HUSTOJ

    HUSTOJ

    Popular Open Source Online Judge based on PHP/C++/MySQL/Linux

    ...In addition, please do not use the SHM file system in Docker, it will be unable to mount due to insufficient memory space The sandbox environment causes inexplicable runtime errors. The default location of script installation is /home/judge, where src is all source code, data is test data, etc directory is the configuration file of the judgment side, and the install directory is various tool scripts.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Emoji Mart

    Emoji Mart

    One component to pick them all

    ...Emojis also support multiple skin tones and can be GIFs or SVGs. You can use custom category icons by providing an object with the category name as key and the icon as value. Currently supported formats are svg string and src. First, you need to make sure data has been initialized. You need to call this only once per page load. Note that if you call init like this, you don’t necessarily need to include data in your Picker props. It doesn’t hurt either, it will noop.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    React Dashboard

    React Dashboard

    Isomorphic admin dashboard template

    ...You may use it to bootstrap the development of your next web app. You can open your web app in a browser, on mobile devices and start hacking. Whenever you modify any of the source files inside the /src folder, the module bundler (Webpack) will recompile the app on the fly and refresh all the connected browsers. React is a declarative, efficient, and flexible JavaScript library for building user interfaces. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PaperCSS

    PaperCSS

    The Less Formal CSS Framework

    ...We provide compiled CSS (paper.css) as well as minified CSS (paper.min.css). You can choose which components you may want to use. Only the components that get imported into src/styles.scss will be compiled into dist/paper.css. You can also play with original, source files, written in SCSS, in src/. You can customize PaperCSS easily, clone the repo, run npm install and make any changes to .scss files in src/. The main place you might want to make changes would be core/_config.scss, where you can specify new colors or fonts for your CSS build. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 5
    hello.js

    hello.js

    API library for connecting with OAuth2 services

    ...Compiled source, which combines all of the modules, can be obtained from GitHub, and source files can be found in Source. The Bower package shall install the aforementioned "/src" and "/dist" directories. The "/src" directory provides individual modules which can be packaged as desired. If a network string is provided: A consent window to authenticate with that network will be initiated. Else if no network is provided a prompt to select one of the networks will open. A callback will be executed if the user authenticates and or cancels the authentication flow.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Razzle

    Razzle

    Create server-rendered universal JavaScript applications

    ...Razzle has many examples, we might have one that fits your needs. You don't need to worry about setting up multiple webpack configs or other build tools. Just start editing src/App.js and go! If you have issues with css this might be related to postcss being resolved wrong.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    bootstrap-input-spinner

    bootstrap-input-spinner

    A Bootstrap plugin to create input spinner elements for number input

    A Bootstrap / jQuery plugin to create input spinner elements for number input. With version 3.3 I added an ES6 module beta version under src/es6-beta. It is not yet documented, but there is a test page as index-es6-beta.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TSDX

    TSDX

    Zero-config CLI for TypeScript package development

    ...TSDX will create a folder with the project template in it and install all dependencies. Once that's done, you're ready to rock. TypeScript, Rollup, Jest, ESlint, and all other plumbing are already set up with best practices. Just start editing src/index.ts (or src/index.tsx if you chose one of the React templates) and go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    react-native-swiper

    react-native-swiper

    The best Swiper component for React Native

    ...Make pagination visible, merge custom styles with the default styles, and add delay between auto play transitions. ScrollBy(index, animated), and Scroll by relative index methods available. Launch simulator to preview. Note that you just need to edit the source file src/index.js, the change will auto sync to examples. After development, you should add test for your modification and make all tests passed to prevent other contributors break the feature in the future accidentally. We use detox + jest for e2e test now, you can read Detox for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Blendid

    Blendid

    Blend of gulp tasks combined into a configurable asset pipeline

    ...It can be used as-is as a static site builder, or can be configured and integrated into your own development environment and site or app structure. The provided command will create default src and config files in your directory and start compiling and live-updating files! Try editing them and watch your browser auto-update! File structure is configured through a config/path-config.json file. This file is JSON so that other platforms like Ruby or PHP can easily read it in and use it to build asset path helpers for replacing hashed filenames in production. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ModularAdmin

    ModularAdmin

    Free Dashboard Theme Built On Bootstrap 4 | HTML Version

    ...You can add new themes by adding a new file in src/_themes/ folder. We separate the application's scripts across its components. For simplicity we use ES5 in this version, and just wrap each component's script in jQuery $(function() { }). JS configurations are defined in the src/config.js file. On build, application script files are merged together and copied to the dist/js/app.js folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tabler React

    Tabler React

    React components and demo for the Tabler UI theme

    ...For more examples and documentation see the demo website. You should now be up and running with live browser reloading of the example website while you work on Tabler React components in the /src folder. When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Graphpack

    Graphpack

    A minimalistic zero-config GraphQL server

    ...It uses webpack with nodemon and Apollo Server under the hood, so we get features like Live Reloading, GraphQL Playground, GraphQL Imports, and much more right out of the box. ES module imports and dynamic imports ()'s thanks to Babel. Runs graphics in development mode. Graphpack will watch for changes in your ./src folder and automatically reload the server. Creates a production-ready build under the project roots build folder. Alternatively, you can create a src/schema.js and use the template literal tag gql by graphql-tag. Graphpack can resolve both .js and .graphql files. For custom configuration, you can create a graphpack config file in cosmiconfig format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    bxSlider

    bxSlider

    Responsive jQuery content slider

    ...Along with this new build process the projects folder structure has been changed. You will find a dist folder with all assets ready to use, including both minified and unminified versions of the javascript. These assets should be ready to go. In src you will find the uncompiled assets, including a new less version of the css for bxslider. This is an important step for bxslider. It will help speed development up and keep work clean. It also paves the way for a big revamp we have planned in the future.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Britecharts

    Britecharts

    Composable Charting Library based on reusable D3.js components

    ...Britecharts components are distributed in UMD modules, each one exposing a D3.js component written with the Reusable API pattern. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the src pointing to the file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Koa React Universal

    Koa React Universal

    lightweight React-Koa2 universal boilerplate, only what is essential

    lightweight React-Koa2 universal boilerplate, only what is essential. This project is dedicated to building a simple yet powerful Koa-React-Universal boilerplate. All key ingredients are in src/development、src/production and webpack configurations, which are easy to understand、set-up and extend. We promise to use the most recent & official packages(as much as we can), no weird or tricky stuff, keeping this project clean and fully customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WORDPRESS/GULP STARTER KIT

    WORDPRESS/GULP STARTER KIT

    A starter kit for developing WordPress themes with Gulp

    Designing WordPress themes the old-fashioned way is time-consuming and error-prone. Automating the build process allows us to integrate best practices into our workflow while saving time. This project is a starter kit for developing highly optimized WordPress themes with Gulp, npm, and Sass, among other tools. This is not meant to be a starter theme or framework (although I have included a minimum viable theme to demonstrate some of the possibilities). It is, instead, a kind of project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jQuery navobile

    jQuery navobile

    A jQuery plugin that makes mobile navigation easy

    ...Navobile uses CSS to apply CSS3 translations, Mobile device detection, and fix the position of the nav. In the CSS file we used for this demo and the one that is included in the src folder the mobile breakpoint is at 765px using a media query, you can, of course, change this to suit your needs. Changing the timing function used by the transform alters Navobile's css. The available timing functions available are listed on MDN although we don't recommend any of the step timing functions. If you want something really bespoke you could use Lea Vearou's Cubic bezier tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ConvNetJS

    ConvNetJS

    Deep learning in Javascript to train convolutional neural networks

    ...It currently supports common Neural Network modules (fully connected layers, non-linearities), classification (SVM/Softmax) and Regression (L2) cost functions, ability to specify and train Convolutional Networks that process images, and experimental Reinforcement Learning modules, based on Deep Q Learning. The library allows you to formulate and solve Neural Networks in Javascript. If you would like to add features to the library, you will have to change the code in src/ and then compile the library into the build/ directory. The compilation script simply concatenates files in src/ and then minifies the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KineticJS

    KineticJS

    HTML5 Canvas JavaScript framework

    KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. KineticJS is a fast, robust, HTML5 Canvas Library that is no longer maintained. The last stable version is v5.1.0, and it's pretty darn solid. I am also no longer maintaining the CDN which hosted KineticJS files. If your site was using KineticJS hosted on Amazon's S3 CDN services, I'm very sorry for having to pull the plug, but it was getting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Investigo

    Investigo - DX9 Performance and Debugging Toolkit

    ...An article on Investigo can be found on Code Project: http://www.codeproject.com/Articles/448756/Introducing-Investigo-Using-a-Proxy-DLL-and-embedd If you want to work on Investigo and help move it forward, please join me on SourceForge! To clone the Mercurial repository: hg clone http://hg.code.sf.net/p/investigo/src investigo-src If you like this software please consider donating to help fund my open source development: https://sourceforge.net/donate/?user_id=3127940
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next