Showing 22 open source projects for "pick basic"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    IPLD Explorer Components

    IPLD Explorer Components

    React components for ipfs-webui

    ...The ES5-friendly version of the src dir is generated to the dist dir and the page components are all provided as named exports so you can import them. There are peer dependencies so that the parent app can pick the versions of common deps. You'll need to add relevant deps to your project. These components use redux-bundler and your app will need to use a redux-bundler provider in order to propagate the properties and selectors. You can find a basic example of this in ./dev/devPage.jsx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DataFrame

    DataFrame

    C++ DataFrame for statistical, Financial, and ML analysis

    ...You can run various statistical, summarization, financial, and ML algorithms on the data. You can add your custom algorithms easily. You can multi-column sort, custom pick, and delete the data. DataFrame also includes a large collection of analytical algorithms in the form of visitors. These are from basic stats such as Mean, and Std Deviation and return, … to more involved analysis such as Affinity Propagation, Polynomial Fit, and Fast Fourier transform of arbitrary length … including a good collection of trading indicators. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    NeuroMatch Academy (NMA)

    NeuroMatch Academy (NMA)

    NMA Computational Neuroscience course

    ...We have curated a curriculum that spans most areas of computational neuroscience (a hard task in an increasingly big field!). We will expose you to both theoretical modeling and more data-driven analyses. The Neuro Video Series is a series of 12 videos that covers basic neuroscience concepts and neuroscience methods. These videos are completely optional and do not need to be watched in a fixed order so you can pick and choose which videos will help you brush up on your knowledge. The pre-reqs refresher days are asynchronous, so you can go through the material on your own time. You will learn how to code in Python from scratch using a simple neural model, the leaky integrate-and-fire model, as a motivation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    App Ideas Collection

    App Ideas Collection

    A Collection of application ideas to improve your coding skills

    App Ideas Collection is a collection of application idea prompts created by Florin Pop designed to help developers improve their skills by building full applications. It is structured with tiers (Beginner, Intermediate, Advanced) so learners can choose ideas appropriate to their experience level. Each idea comes with a clear objective, user-stories, bonus features, and links to resources, making it more than just a list—it’s a guided roadmap. It’s aimed at people who might suffer from “what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    Gideros

    Gideros

    Gideros Release version

    Gideros is a cross-platform development environment for creating amazing games and interactive applications in 2D or 3D. It is easy to pick up, quick to develop, and robust to deploy. Code your game once and deploy it to Android, iOS, MacOS, tvOS, Windows, HTML 5, and more. Apart from supporting multiple platforms, Gideros also provides automatic screen scaling and automatic selection of proper image resolution, which makes supporting different screen resolutions, aspect ratios, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Concorde-EFB

    An Electronic Flight Bag for DC Design Concorde for MSFS 2024

    The Concorde EFB (v2.0.2) is an Electronic Flight Bag designed for pilots operating the Concorde, particularly with DC Designs in Microsoft Flight Simulator. This add-on facilitates flight planning through features such as, performance, fuel and time calculations. It also includes an airport database, METAR fetching capabilities, and basic runway feasibility cues as a training aid. The tool is intended for convenience and is open-source for community contributions.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    footswitch3basic

    footswitch3basic

    Audio Transcription software for Linux (Gstreamer) with a foot pedal

    Footswitch3basic is a media player for transcribers on Linux. Written in python using the bindings for Gstreamer it allows a transcriber to control the audio or video with a foot pedal, and includes a set of macros that integrate into LibreOffice. This allows the transcriber to control the media player from within Libreoffice as well, making it useful for those who do not yet own a foot pedal/foot switch. Control of the media player from LibreOffice can be via Hotkeys or an integrated...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    footswitch2basic

    footswitch2basic

    Audio Transcription software for Linux (Vlc) with a foot pedal

    Footswitch 2 (Basic) is a media player for transcribers on Linux. This version is a stripped down version of Footswitch2, containing only the absolute essentials for transcription. Written in python and using the python bindings for VLC it allows a transcriber to control the audio or video with a footpedal, and includes a set of macros that integrate into LibreOffice. This allows the transcriber to control the media player from within Libreoffice as well, making it useful for those who do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mega Boilerplate

    Mega Boilerplate

    Handcrafted starter projects, optimized for simplicity and ease of use

    Mega Boilerplate is a generator that creates fully wired starter projects focused on simplicity and ease of use, while still giving you flexibility in choosing your stack. Rather than a single fixed template, it lets you pick technologies like the Node.js web framework, database, CSS preprocessor, and client-side JavaScript framework, then outputs a project wired with that combination. It was inspired by the popular “Hackathon Starter” but aims to be more configurable by letting you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 10
    Pikkr

    Pikkr

    JSON parser to pick up values directly without performing tokenization

    JSON Parser which picks up values directly without performing tokenization in Rust. Pikkr is a JSON parser that picks up values directly without performing tokenization in Rust. Creates an index which maps logical locations of queried fields to their physical locations by using SIMD instructions and bit manipulation. Finds values of queried fields by scanning a JSON record using the index created in the previous process and learns their logical locations (i.e. pattern of the JSON structure)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Conan RPG 2D20 Spreadsheet
    Fan made Conan RPG 2d20 by Modiphius Spreadsheet. If you are a skilled Excel programmer and you are interrested in helping with the project do not hesitate to contact me at ulothar1980@gmail.com .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gnuplot Editor

    Gnuplot Editor

    Interactive gnuplot script editor

    Ever needed to tweak a gnuplot script and got annoyed by constantly changing the script file, run gnuplot and display the resulting image? The gnuplot editor generates a preview of the plot for every change you make and quickly allows to show the created image file with a simple keystroke. Lines with errors are highlighted in the code and gnuplot output is shown in a separate widget. In addition it features all basic editor options, syntax highlighting and menu macros for often used...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Python Advanced

    Python Advanced

    Intermediate Python Chinese version

    "Advanced Python" is the Chinese translation of "Intermediate Python". Python, as an "experienced" and "small and fresh" development language, has been loved by many talented men and women. We have also evolved from being the most basic Python fan to the old Python ghost over time. The book "Intermediate Python" is simple to read, and easy to translate. Whether you are a Python beginner or a Python expert, it will always show you the best things in Python. In the process of translation, the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Internet Radio Streamer

    Open Source Internet Radio Streamer software. Over 25 genres included!

    Mambo Audio - Internet Radio Streaming (Open Source Version) Level: Easy / General (Anyone can pick it up if they have general background) Langue: Visual Basic (.net) Licenses: MIT (All we ask for is credits if use any lines of coding - Free for commercial use also) Directed / Programmed by: Steve Aura http://www.vysilhq.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    The Umbrella

    A managed approach to Ad Hoc data reporting from Relational databases

    Ad Hoc reporting within a Microsoft environment can range from cut-paste of an SSMS result screen into Excel to the creation of SharePoint PowerPivots. This project provides a toolkit of resources to create and distribute reports using basic Microsoft tools. The design is such that the code is openly displayed (no DLLs or executables). You can adopt the entire approach or cherry-pick individual items
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    connobot

    An IRC Bot

    Connobot connobot is a bot for IRC that is relatively easy to modify. It currently supports only one channel, this will change in future releases. Upcoming features: calc command: basic math multiple channels remove a user from auth possibly trivia
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gooper1 Building Creator

    Gooper1 Building Creator

    A revolutionary building creator for Skyscraper.

    NOTE: G1BC IS NOT READY FOR DOWNLOAD YET. G1BC is a graphical building design tool for Skyscraper that is designed to be a step up from Beno Building Creator. It is coordinate-based, which allows for walls of any size, height, and angle compared to BBC's full-height, 90-degree walls. G1BC is currently in early development. The development team (gooper1 and elevescalators) are aiming for a beta release date in mid- to late-2012. G1BC is licensed under the CC BY-NC-SA license,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    RPG
    a simple rpg in alpha stages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of programs and subroutines to help Pick/Multivalue programmers accelerate development while improving user-friendliness.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    A web application which localizes the source of junk mails. The basic idea is to bait harvesters with fake e-mail accounts ,assuming that crawlers will pick up these adresses and writing e-mails to it. A java applet finally visualizes the won data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenINV Inventory Management System is a full featured system to manage physical inventory, inventory movements, bay audits, pick lists, and more. Eventually will have the ability to interface directly with Quickbooks for easy inventory setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Etherian Life
    A MMORPG game focused around the malleability of a 'sandbox' world. Focused on learning more about living in the real world. Item creation, vast map with natural boundaries. AI systems. Projected to be an educational yet fun game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next