Showing 1122 open source projects for "risc-v"

View related business solutions
  • Scale Your Fulfillment with ShipBob Icon
    Scale Your Fulfillment with ShipBob

    For small to medium sized ecommerce business owners looking to grow locally or globally

    ShipBob is the leading global omnifulfillment platform designed for businesses of all sizes, providing them access to best-in-class supply chain capabilities.
  • Retreat Guru is a retreat marketing and management platform Icon
    Retreat Guru is a retreat marketing and management platform

    For Retreat centers and retreat leaders who want more efficient operations when it comes to managing their programs.

    Get the all-in-one retreat management system that will make it easier for you to manage bookings, rooms, programs, rentals, payments, and more.
  • 1
    tinygrad

    tinygrad

    Deep learning framework

    This may not be the best deep learning framework, but it is a deep learning framework. Due to its extreme simplicity, it aims to be the easiest framework to add new accelerators to, with support for both inference and training. If XLA is CISC, tinygrad is RISC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pypandoc

    pypandoc

    Thin wrapper for "pandoc" (MIT)

    Pypandoc provides a thin wrapper for pandoc, a universal document converter. Pypandoc uses pandoc, so it needs an available installation of pandoc. Pypandoc provides 2 packages, "pypandoc" and "pypandoc_binary", with the second one including pandoc out of the box. The 2 packages are identical, with the only difference being that one includes pandoc, while the other don't. If pandoc is already installed (i.e. pandoc is in the PATH), pypandoc uses the version with the higher version number,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    VVV

    VVV

    An open source Vagrant configuration for developing with WordPress

    ... for building and distributing development environments”. It works with virtualization software such as VirtualBox to provide a virtual machine sandboxed from your local environment. In addition to VirtualBox, provider support is also included for Parallels, Hyper-V, VMWare Fusion, and VMWare Workstation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Interactsh

    Interactsh

    An OOB interaction gathering server and client library

    ... mode (v) to see the whole request and response, along with an output file to analyze afterwards. Using the server flag, interactsh-client can be configured to connect with a self-hosted Interactsh server, this flag accepts single or multiple server separated by comma. Default servers are subject to change/rotate/down at any time, thus we recommend using a self-hosted interactsh server if you are experiencing issues with the default server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Resolver Risk Intelligence Platform Icon
    Resolver Risk Intelligence Platform

    Resolver gathers all risk data and analyzes it in context - revealing the true business impact within every risk.

    Choose the risk intelligence software used by over 1000 of the world’s largest organizations. Resolver makes it easy to collaborate and collect data from across the enterprise, allowing teams to fully understand their risk landscape and control effectiveness. Understanding your data is one thing; being able to use it to drive vital action. Resolver automates workflows and reporting to ensure risk intelligence turns into risk reduction.
  • 5
    Pandas Profiling

    Pandas Profiling

    Create HTML profiling reports from pandas DataFrame objects

    pandas-profiling generates profile reports from a pandas DataFrame. The pandas df.describe() function is handy yet a little basic for exploratory data analysis. pandas-profiling extends pandas DataFrame with df.profile_report(), which automatically generates a standardized univariate and multivariate report for data understanding. High correlation warnings, based on different correlation metrics (Spearman, Pearson, Kendall, Cramér’s V, Phik). Most common categories (uppercase, lowercase...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Electron Packager

    Electron Packager

    Customize and package your Electron app with OS-specific bundles

    ... be relatively large. A zipped, minimal Electron application is approximately the same size as the zipped prebuilt binary for a given target platform, target arch, and Electron version (files named electron-v${version}-${platform}-${arch}.zip). Building an Electron app for the Windows target platform requires editing the Electron.exe file. Currently, Electron Packager uses node-rcedit to accomplish this.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Clustering.jl

    Clustering.jl

    A Julia package for data clustering

    Methods for data clustering and evaluation of clustering quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    kotlin-logging

    kotlin-logging

    Lightweight Multiplatform logging framework for Kotlin

    Lightweight Multiplatform logging framework for Kotlin, written in Pure Kotlin. A convenient and performant logging facade. Version 5 is not backward compatible with previous versions (v.3, v.2, v.1). Group id (in maven) and package names changed. It is possible to use both version 5 and previous versions side-by-side so some of the code from the old version and some new. It is also possible to have libs using old version and use the new version (and vice-versa). After seeing many questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DataVoyager.jl

    DataVoyager.jl

    Julia wrapper for the Voyager data exploration tool

    This package provides Julia integration for the Voyager data exploration tool. DataVoyager.jl can be used for data exploration. It can help you visualize and understand any data that is in a tabular format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Infor M3 is a cloud-based, manufacturing and distribution ERP system Icon
    Infor M3 is a cloud-based, manufacturing and distribution ERP system

    Efficiently executing the complex processes of enterprise manufacturers and distributors

    Infor® M3 is a cloud-based, manufacturing and distribution ERP system that leverages the latest technologies to provide an exceptional user experience and powerful analytics in a multicompany, multicountry, and multisite platform. Infor M3® and related CloudSuite™ industry solutions include industry-leading functionality for the chemical, distribution, equipment, fashion, food and beverage, and industrial manufacturing industries. Leverage multisite, multicompany, multicountry, multicurrency, and multi-language support for 25+ languages and 50+ countries. Increase productivity with personalized, role-based homepages accessible through a wide range of browsers and devices. Take advantage of built-in functionality for chemicals, distribution, equipment, fashion, food and beverage, and industrial manufacturing industries.
  • 10
    Static Analysis Tools for PHP

    Static Analysis Tools for PHP

    Docker image that provides static analysis tools for PHP

    Docker image providing static analysis tools for PHP. The list of available tools and the installer is actually managed in the jakzal/toolbox repository. Docker image with quality analysis tools for PHP. To run the selected tool inside the container, you'll need to mount the project directory on the container with -v "$(pwd):/project". Some tools like to write to the /tmp directory (like PHPStan, or Behat in some cases), therefore it's often useful to share it between docker runs, i.e. with -v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    kotlin-result

    kotlin-result

    Multiplatform Result monad for modelling success or failure operations

    A multiplatform Result monad for modeling success or failure operations. The binding keyword allows multiple calls that each return a Result to be chained imperatively. When inside a binding block, the .bind() function is accessible on any Result. Each call to bind will attempt to unwrap the Result and store its value, returning early if any Result is an Err.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DashMap

    DashMap

    Blazing fast concurrent HashMap for Rust

    Blazingly fast concurrent map in Rust. DashMap is an implementation of a concurrent associative array/hashmap in Rust. DashMap tries to implement an easy-to-use API similar to std::collections::HashMap with some slight changes to handle concurrency. DashMap tries to be very simple to use and to be a direct replacement for RwLock<HashMap<K, V>>. To accomplish these goals, all methods take &self instead of modifying methods taking &mut self. This allows you to put a DashMap in an Arc<T> and share...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Vetur

    Vetur

    Vue tooling for VS Code

    Vue tooling for VS Code, powered by vls. Try it out with Veturpack. Vetur supports syntax highlighting for vue directives (e.g. v-if or :attribute=) and vue interpolations. The supported attribute string literals are ' and ". Vetur does not support the ` backtick literal, as it makes things more complex and there is no observed benefit of using it. Vetur lets you use snippets for each embedded languages. Vetur provides scaffolding snippets for quickly defining regions. They are vue snippets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    py2many

    py2many

    Transpiler of Python to many other languages

    Python is popular, and easy to program in, but it has poor runtime performance. We can fix that by transpiring a subset of the language into a more performant, statically typed language. A second benefit is security. Writing security-sensitive code in a low-level language like C is error-prone and could lead to privilege escalation. Specialized languages such as wuffs exist to address this use case. py2many can be a more general-purpose solution to the problem where you can verify the source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Learn Prompting

    Learn Prompting

    This website is a free, open-source guide on prompt engineering

    This website is a free, open-source guide on prompt engineering. Contributions are welcome! Harsh criticism is welcome too. We launched the first ever prompt hacking competition designed to enhance AI safety and education by challenging participants to outsmart large language models from May 5th to June 3rd! The competition featured 10 increasingly difficult levels of prompt hacking defenses and the chance to win over $35,000 in prizes. Coding is a great skill to learn alongside prompt...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RESTinio

    RESTinio

    HTTP/WebSocket server C++14 library

    RESTinio is a header-only C++14 library that gives you an embedded HTTP/WebSocket server. It is based on the standalone version of ASIO and is targeted primarily for the asynchronous processing of HTTP requests. Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported. Consider the task of writing a C++ application that must support some REST API, RESTinio represents our solution for that task. Server runs on the main thread, and responds to all requests with a hello-world message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spearmint

    Spearmint

    An inclusive, accessibility-first GUI

    Easily create, save, and run tests intuitively using Spearmint. Access your app's file directory and codebase while providing a fully functional in-app terminal and browser. When you're ready to continue developing your application, your Jest test files will be in your app's __tests__ folder. Writing tests is like eating your veggies: it's something everyone knows that they should do, but not everyone does. Spearmint provides a simple way to write tests that gives you confidence your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OverVue

    OverVue

    Prototyping Tool For Vue Devs

    OverVue is a prototyping tool that allows developers to dynamically create and visualize a Vue application, implementing a real-time intuitive tree display of component hierarchy and a live-generated code preview. The resulting boilerplate can be exported as a template for further development. Quickly start your project by importing components from popular Vue Component Libraries. Envision your project design with accurate component placement and sizing that persists upon project export....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    re-frame

    re-frame

    A ClojureScript framework for building user interfaces

    ... Lisp as "Maxwell's equations of software". Paul Graham described how Lisp was a competitive advantage for his startup. When we use Lisp, we get to leverage 50 years of foliated excellence from the very best minds available. And then there's also a thriving ClojureScript community which delivers modern ideas and best-in-class tooling. Although re-frame leverages React (via Reagent), it only needs React to be the V in MVC, and no more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    v8n

    v8n

    JavaScript fluent validation library

    v8n aims to be the most fluent and simple validation library for use in any context. The API is beautifully readable and allows for easy creation of complex validations in any part of your app. Even though there are many useful default validation methods, it's a breeze to add your own fluent rules to v8n and use them anywhere in your app. The name v8n is actually derived from the structure of the word "validation". If you look closely you will find that between the v and the n
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GTA V PVP MACRO

    GTA V PVP MACRO

    You will be invincible in PVPs. Free GTA V PVP macro.

    If you want to be invincible in GTA PVPs this program is for you. Free forever, no need to optimize. Just open the program click 1 from numpad and start beating your enemies. This program made by: HorizonPublish
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Briwped V Studio

    Briwped V Studio

    Screen recorder for Windows

    Briwped v Studio is a high quality screen recorder that comes with high quality audio, webcam recorder, high quality screen shots.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 24
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.0, April 10, 2024 (2.2.1 per coming soon) About...
    Leader badge
    Downloads: 17,732 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project