Showing 1298 open source projects for "basqet-notes"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it 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.
    Sign Up
  • 1
    Yosoro

    Yosoro

    Beautiful Markdown NoteBook

    ...The latest version of Yosoro for macOS, linux and Windows is available. macOS 10.9+, Windows 7+ & Linux are supported. Support Latex math formulas and draw diagrams. File synchronization (OneDrive is supported). Image upload (GitHub, Weibo, SM.MS) Export notes as markdown or html or pdf. Post article (Supports Medium).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    annotation-tool

    annotation-tool

    Annotators can upload a document to the server, then the server automa

    Annotators can upload a document to the server, then the server automatically split the document into sentences. The annotators can annotate the attributes, and at the same time they can leave notes for each selection. The annotators can use keystrokes to navigate through different sentences. Users can export the annotation results as a JSON file. Github: https://github.com/nlpcl-lab/annotation-tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    java-Kcp

    java-Kcp

    Reliable udp network library (kcp algorithm) based on java netty

    ...The project includes forward error correction support and aims to remain compatible with other KCP implementations, including C, Go, and a related C# version. Its documentation provides server and client examples, usage parameters, best practices, troubleshooting notes, and performance testing information. The library is positioned as stable enough for real projects and has been used in online production scenarios. It is useful for Java backend developers who need low-latency network transport without giving up reliability features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    flutter-beginners-tutorial

    flutter-beginners-tutorial

    All course files for the Flutter Beginners playlist

    ...It gives learners a practical way to follow the course by switching to the branch that matches a specific lesson. Each lesson branch contains the code state for that point in the tutorial, which helps users inspect examples without falling behind. The repository also notes that cloned projects may require running package installation commands before use. It is intended for people learning Flutter fundamentals rather than developers looking for a production-ready app template. It is useful for practicing Dart, widgets, layouts, navigation, state basics, and beginner mobile app concepts alongside the video course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    Climate Modeling Courseware

    Climate Modeling Courseware

    Interactive lecture notes and assignments in Jupyter notebook format

    ...The course makes extensive use of Python code and the Jupyter notebook for reproducible, self-describing calculations and figures. This repository contains a collection of linked Jupyter notebooks with lecture notes, examples and assignments. All notebooks are self-describing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bristoSOFT Contacts

    bristoSOFT Contacts

    bristoSOFT Contacts is group oriented contact management software.

    bristoSOFT Contacts is a group oriented contact management software application written in Python, PyQt and PostgreSQL based on MVC software architecture. All contacts include email, telephone, address, title, name, company and also include notes, files, integrated google maps, activities such as phone calls, appointments, messaging, calendar. Contacts is a novel project with cutting edge technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RobotsDisallowed

    RobotsDisallowed

    A curated list of the most common and most interesting robots.txt

    ...It focuses on documenting the growing trend of content owners asserting control over how their data is used for model training and automated harvesting. The project aggregates domains, notes the targeted bots or user agents, and surfaces patterns for researchers, policymakers, and tool builders. It serves both as a transparency effort and as a resource for people designing allow/deny strategies for automated access. The dataset invites community contributions to keep the picture current as new bots emerge and policies shift. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    a-propos

    a-propos

    Quick notes in a tabbed interface

    A simple tabbed notes-tool that saves me the trouble of thinking up / remembering a filename to save them under.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Probability Cheatsheet

    Probability Cheatsheet

    A comprehensive 10-page probability cheatsheet

    ...The cheat sheet is intended as a quick reference for students, data scientists, statisticians, or anyone needing to recall core probability formulas without diving into textbooks. It may include visual diagrams (e.g. distributions’ shapes), tips or mnemonic notes, and examples of application (e.g. computing probabilities or expectations). Formats could include Markdown, PDF, or images for easy inclusion in study materials or slides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Quick & simple piano and all music instrument tuning program for linux and soundcard, can autodetect notes, can be adjusted by a ´bias´ - option for older lower-tuned pianos. Is o.k. for older computers & laptops (console program).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Spycrab Invaders v2

    Spycrab Invaders v2

    Team Fortress 2 and Diablo 2 meet classic arcade!

    ...These are FREE: Python Download: https://www.python.org/downloads/ Python/Pygame install YouTube tutorial: https://www.youtube.com/watch?v=AdUZArA-kZw Game Information file included. UPDATE 26 Sep: Spycrab Invaders 3 notes look good (https://sourceforge.net/p/spycrab-invaders/discussion/general/thread/b6c49ee11e/). Just need to to start!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    ...See available demos: pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) pytkapp/demo/run_ptamdidemo.py - run demo of MDI application pytkapp/demo/run_ptasdidemo.py - run demo of SDI application pytkapp/demo/run_tkwbasicdemo.py - run demo of basic widgets pytkapp/demo/run_tkwtldemo.py - run demo of tablelist-based widgets pytkapp/demo/run_diademo.py - run demo for dialog widgets (selector, xmessage) Notes ========= 1) PyTkApp package was tested on python 2.7, 3.1 2) If you planning to use tablelist-based widgets then you need to download tcl Tablelist package from http://www.nemethi.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    zoomenhance

    the Mars anomalies image viewer with realtime enhancements

    ...For example: very useful for images from the Mars-rovers with reduced contrast and color information. More realtime functions: brightness, contrast, gamma, RGB/HSL, un/sharp, unblur. You can find configuration notes here in the wiki.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    MAML-Pytorch

    MAML-Pytorch

    Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning

    ...The repository supports MiniImagenet and Omniglot, two common benchmark datasets for meta-learning experiments. It includes separate training scripts, dataset loaders, learner components, and meta-learning logic. The project also notes that MAML can be difficult to train and presents the implementation as a practical starting point for research. Overall, it is useful for students and researchers who want to study fast adaptation, few-shot classification, and gradient-based meta-learning in PyTorch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chess Tournaments

    Chess Tournaments

    This is a chess program to help you to organize any chess tournaments

    This is a chess program to help you to organize any chess tournaments without using real chess rules, go to the support page of this program. The support page also has more information about this program. This program creates a "Data" folder to save settings of this program and notes of tournaments and players. Players could play with each other on a single device or playing by multiple devices by a network. This program shows squares that mouse points on them and that helps to prevent any mouse mistakes that happen when playing chess by computers! Although you could do moves by keyboard too. This program has all the functionalities that you need to manage a database, but you cannot analyze games by chess engines or creating variations for them. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    KonDB

    Organizer for your Kontakt files

    - Easily Organize, Sort Through, and Load your Kontakt NKI/NKM Files in Windows - This project was built to satisfy a need to have a separate app to manage a large Kontakt files collection. - This app does not delete/move/rename/etc. your files, but it will make management of your files a lot easier. Getting Started: Drag-and-drop files/folders into this app from your computer at any time to add to your index. If you drag in the same file(s) twice, it won't be re-added. Drag-and-drop...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    dupost

    Dual Porosity Stokes model implemented with FEniCS

    ...Hu X., Douglas C.C. (2019) An Implementation of a Coupled Dual-Porosity-Stokes Model with FEniCS. In: Rodrigues J. et al. (eds) Computational Science – ICCS 2019. ICCS 2019. Lecture Notes in Computer Science, vol 11539. Springer, Cham
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MyNotes

    MyNotes

    Sticky notes/post-it application for linux

    MyNotes is a sticky notes/post-it application. Notes are created using the system tray icon. They can be organized in categories and each category has a color. Images, checkboxes and a few predefined symbols can be inserted in the notes. The style of the text can be changed (alignment, style, color).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Audovia

    Audovia

    Database application for making music using JFugue MusicStrings

    ...Songs can have up to 15 instrumental voices and a percussion track with instruments chosen from either the default soundbank of 128 instruments or other soundbanks of your choice. Songs can be developed, tested and edited very quickly and easily by virtue of the database structure and the JFugue MusicString notation. Notes within a MusicString are specified by their name and octave or by their MIDI value and their durations are specified either by character code, or numerically. You can use notes from C0 to G10, corresponding to MIDI values 0 to 127. Middle C is C5. Songs can be exported to MIDI or WAV for music processing or publishing. Please visit the Audovia website for more information: https://songbase.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    App - Screensaver

    App - Screensaver

    A simple screensaver (Plays video, with a clock and news)

    ...BUT it can run as any executable too (You dont need to install it as a screensaver in your computer) - All source code and binaries are included (an executable ".exe" file) - Now, you can easily add your own videos (.mp4) files too (Read the text files) ✿ HOW TO START?... - Go to: "bin" --> "release" --> "Screensaver.exe" (Click twice, to run it) ✿ NOTES FOR DEVELOPERS: - C# code, using IDE SharpDevelop 5.1.0, for MS Windows OS. - To start in fullscreen mode, change the bool "fullscreen = false" to "true", at "MainForm.cs" - Replace the included video files by your own - Replace that Portuguese RSS feeds (pt-PT) url, by your own - To create a MS Windows OS screensaver file, just replace the file extension ".exe" by ".scr" (thats all)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Math Notebook

    Math Notebook

    Software to create mathematical drawings and notes.

    Math Notebook is designed with the goal to permit making mathematical notes as natural as writing in a real notebook. Therefore, to avoid overwhelming the user with a multitude of functions, only the implementation of the essentially ones has been aimed for. This is for instance reflected by the limited number of colors that items can have. Despite that, quite sophisticated notes can be obtained with just a few clicks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Taskbook

    Taskbook

    Tasks, boards & notes for the command-line habitat

    By utilizing a simple and minimal usage syntax, that requires a flat learning curve, taskbook enables you to effectively manage your tasks and notes across multiple boards from within your terminal. All data are written atomically to the storage in order to prevent corruption and are never shared with anyone or anything. Deleted items are automatically archived and can be inspected or restored at any moment. You can now support the development process through GitHub Sponsors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gitnote

    gitnote

    A modern note taking app based on GIT

    ...Using markdown, you can easily create a web version of the presentation and support export. Supports multiple images hosting uploads, automatically inserts into the notes, and provides API to freely customize your own image hosting. Supports multiple images hosting uploads. Supports markdown writing app for presentations. Supports diagram editor. Supports thinking brain map. Git is the world's most advanced distributed version control system. GitNote has all the features of Git and does not need to rely on the local GIT environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Canorus

    Canorus

    Music score editor

    Canorus is a free cross-platform music score editor. It supports an unlimited number and length of staffs, polyphony, a MIDI playback of notes, chord markings, lyrics, import/export filters to formats like MIDI, MusicXML, ABC Music, MusiXTeX and LilyPond
    Downloads: 19 This Week
    Last Update:
    See Project
  • 25
    QOwnNotes

    QOwnNotes

    Plain-text file notepad with markdown support and ownCloud integration

    QOwnNotes is the open source (GPL) plain-text file notepad with markdown support and todo list manager for GNU/Linux, Mac OS X and Windows, that (optionally) works together with the notes application of ownCloud. Please visit the project webpage for downloading QOwnNotes.
    Downloads: 12 This Week
    Last Update:
    See Project