Search Results for "soncpp-src-0.5.0" - Page 4

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

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    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

    Sudo Remover

    Removes Sudo from Linux to be more Secure ...

    .... ; # sudo -i ; su root ; sudo -i ; su root ; sudo -i ; su root ; https://archive.org/details/sudo-remover https://gitlab.com/mrfaildeveloper/sudo-remover https://bitbucket.org/dominussathanas/sudo-remover/src/main/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VUC

    VUC

    Software to help you set up your Venice Unleashed Server.

    ...Using VUC, it is as simple as two clicks to enable or disable your server's features to your heart's content. This project is constantly in development, and it will go through many changes until it hits Version 1. With Version 0.5.0, we've brought you a major design overhaul. By Version 1.0.0, we plan on bringing you all in-game maps to the menu, and hopefully, if no difficulties arise, the ability to add community made Venice Unleashed mods to your server. Last but not least, enjoy your time playing Venice Unleashed!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    libfacedetection

    libfacedetection

    Library for face detection in images

    ...The file examples/detect-image.cpp and examples/detect-camera.cpp show how to use the library. The library was trained by libfacedetection.train. You can copy the files in directory src/ into your project, and compile them as the other files in your project. The source code is written in standard C/C++. It should be compiled at any platform which supports C/C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5

    Linux Kernel for server 5.4.140-sigmade

    Lite version Linux Kernel for server

    Lite version Linux Kernel for server Disabled: - Wi-Fi - Bluetooth - Industrial drivers - Sound drivers and others multimedia dirvers Only Ext4 filesystem INSTALL #!/bin/bash cd /usr/src wget https://sourceforge.net/projects/kernel-5-4-140-sigmade/files/linux-kernel-5.4.140-sigmade.tar/download -O kernel.tar tar -xvf kernel.tar dpkg -i headers.deb image.deb libc-dev.deb rm kernel.tar
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Java Data Loader

    jdl is a loader utility for moving data from (CSV or XML) into a db.

    usage: java [-options] -jar jarfile -c <arg> -d <arg> [-l <arg>] -c,--conn <arg> conn file -d,--data <arg> data file -l,--load <arg> load file Into src/test/resources you can find some sample (conn, data and load) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sx-emcalc

    sx-emcalc

    Multifunctional electronics calculator

    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vue-Lazyload

    Vue-Lazyload

    A Vue.js plugin for lazyload your Image or Component in your app

    Vue module for lazyloading images in your applications. Some of goals of this project worth noting include being lightweight, powerful and easy to use, work on any image type, add loading class while image is loading. It supports both of Vue 1.0 and Vue 2.0. You can configure which events you want vue-lazyload by passing in an array of listener names. This is useful if you are having trouble with this plugin resetting itself to loading when you have certain animations and transitions taking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    ls-aur-src - source packages for ls-aur
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    The libbuspirate is a C library to talk with the bus pirate hardware (http://dangerousprototypes.com/docs/Bus_Pirate) in raw, binary scripting mode. The libbuspirate allows to quickly write a short C program to test interfacing with your favorite hardware. The library has mainly be used to interface through SPI with RF transceivers such as CC2500, MRF24J40, Ethernet controller such as ENC28J60, EEPROMs such as 24C02, 24FC1025, LCD display (PCD8544 / Nokia5110), LED display (HT1632), ......
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Monaural Beats

    # This is the Monaural Beats Shell Script for GNU / Linux ... ;

    .... ; https://sourceforge.net/projects/monaural-beats/files/ https://gitlab.com/mrfaildeveloper/monaural-beats/-/tree/master/ https://bitbucket.org/dominussathanas/monaural-beats/src/master/ https://archive.org/details/monaural-beats-sh/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Babel Plugin Root Import

    Babel Plugin Root Import

    Add the opportunity to import modules by the root path

    ...Note that this array is nested inside the plugins array. By default, the import will be relative to the working directory of the process running babel. Typically this means you'll have import paths like ~/src/foo.js. You can change the prefix of "./" to e.g. "src" or "src/js" with this config option. By default everything is resolved relative to the current working directory. You can change this with the root config option. To use it effectively, you'll need to configure babel with one of the JavaScript config file variants, rather than JSON.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    DOBase64

    DOBase64

    Codifica tus archivos en Base64

    DOBase64 codifica el archivo seleccionado en Base64. El resultado puede copiarse al portapapeles. También puedes copiar el correspondiente atributo "src" que habría que utilizar en etiquetas HTML (basándose en el MimeType del archivo).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17

    Audius downloader

    Audius.co downloader with visuals and option ?search=[query]

    ...query="+document.getElementById("txtSearch").value; document.getElementById("fraResult").src=ssqry; $.get(ssqry, function(data, status){ sResult=data; console.log(status); }); } function fnLoadAudio(iResultNr){
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    GenerateAndDownloadHash is a servlet that generate checksums in GNU-style. Has been tested on WildFly 10.1/Tomcat 9/Tomcat 8. See src/config.properties for configuration. Source code available on Github: Server side: https://github.com/davidesestiliwork/MyWebProject2 Client side: https://github.com/davidesestiliwork/MyWebProjectClient Token generator: https://github.com/davidesestiliwork/TokenGenerator Note: This web app require GnuPG to work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IntrospectDB

    IntrospectDB

    File System Relational / Object Oriented DBMS/CMS

    Introspect is a File System oriented Database Management System And CMS built on UNIX as a Python and HTML webapp. For the latest version use the Bitbucket repository: https://bitbucket.org/mieszkowski/introspect/src/master/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DragonOS_LTS
    ...DragonOS LTS an out-of-the-box Lubuntu 18.04 based x86_64 operating system for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. This is a brief summary of the software included, while not complete, it covers the bigger named packages and some of the drivers installed for the various supported SDRs such as the HackRF One, RTL-SDR, and LimeSDR. Universal Radio Hacker GNU Radio Aircrack-ng GQRX Kalibrate-hackrf wireshare gr-gsm rtl-sdr HackRF IMSI-catcher Zenmap inspectrum qspectrumanalyzer LTE-Cell-Scanner CubicSDR Limesuite ShinySDR SDRAngel SDRTrunk Kismet BladeRF
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 21
    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: 1 This Week
    Last Update:
    See Project
  • 22
    DragonOS_10
    ...DragonOS_10 an out-of-the-box Debian Buster based operating system for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. This is a brief summary of the software included, while not complete, it covers the bigger named packages and some of the drivers installed for the various supported SDRs such as the HackRF One, RTL-SDR, and LimeSDR. Aircrack-ng GQRX Kalibrate-hackrf wireshare gr-gsm rtl-sdr HackRF IMSI-catcher zen map firmware-iwlwifi/ralink/atheros/b43 inspectrum qspectrumanalyzer LTE-Cell-Scanner CubicSDR Limesuite ShinySDR SDRAngel SDRTrunk Kismet
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    XLSUnit

    XLSUnit

    Compare Two Excel Testing API

    This project encompasses Apache's POI testing class ExcelCompare.java in a testing API. Source: https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/ExcelComparator.java Available here: <dependency> <groupId>net.sf.ennahdi</groupId> <artifactId>xlsunit</artifactId> <version>0.0.1</version> <scope>test</scope> </dependency> Link to Maven: https://mvnrepository.com/artifact/net.sf.ennahdi/xlsunit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GPT-2 FR

    GPT-2 FR

    GPT-2 French demo | Démo française de GPT-2

    ...Tensorflow and gpt-2-simple are required in order to fine-tune GPT-2. Create an environment then install the two packages pip install tensorflow==1.14 gpt-2-simple. A script and a notebook are available in the src folder to fine-tune GPT-2 on your own datasets. The output of each workout, i.e. the folder checkpoint/run1, is to be put ingpt2-model/model1 model2 model3 etc. You can run the script deploy_cloudrun.shto deploy all your different models (into gpt2-model) at once. However, you must have already initialized the gcloud CLI tool (Cloud SDK).
    Downloads: 0 This Week
    Last Update:
    See Project