Showing 1298 open source projects for "basqet-notes"

View related business solutions
  • $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
  • 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
  • 1

    Free VCF file to CSV or Excel converter

    Excel VBA Script to convert VCF file with multiple entries to CSV file

    This is an Excel based VBA script used to import bulk .VCF files that contain more than 1 Vcard and then convert them to a comma separated .CSV file or Excel xls file that can then be imported into Outlook, Google, or any other application that supports import of contacts using CSV files. This has been written to support VCF 2.0, 2.1, 3.0 and 4.0 formatted files including those with printable encoding (MIME) and has been tested with bulk VCF files from Backupify, Google Contacts (Gmail...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    corona

    corona

    Reverse engineering SARS-CoV-2

    ...It also experiments with OpenMM for molecular simulation and protein-folding work. Supporting data, protein resources, vaccine-related material, research questions, and analysis notes make the repository a hands-on workspace for studying viral structure and genetics.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Crispy Synced Notes

    Crispy Synced Notes

    A note taking program with WebDAV sync

    ...It works on a local (and WebDAV) directory and shows the items (text/image/binary) in a tree view. Any changes are reflected in the file system directly. Features: - group notes and images in a tree structure (using folders) - can work on any directory on your machine - technically works like a file browser with inline text editing - synchronizes with any WebDAV server (optionally using SSL/TLS) - allows one-way and two-way synchronization - allows to encrypt your files locally and remote using AES256 - multi language support You can obtain the full source code at: https://crispy-cow.de/git/CrispySyncNote.git Latest changes: 2.1.0: Updated for Java 9 and up 2.0.2: Added more UI translation, updated greek language (thanks to geogeo) 2.0.1: Bugfix: Sync state is now copied when duplicating workspace due to change in encryption settings
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Polar Bookshelf

    Polar Bookshelf

    A personal knowledge repository for PDF and web content

    ...Manage and save for later all your PDFs, EPUBs, and web pages in one place. Use tags, reading progress, and detailed document information to stay on top of your reading. Use the integrated reader to actively read, highlight, take notes, connect thoughts, and track progress with pagemarks. Build your detailed knowledge base with granular highlight tagging, and flashcards, directly from text highlights. Use the Polar Chrome extension to save web pages in your repository. Review your annotations and flashcards directly in Polar using our spaced repetition algorithms.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    coder2gwy

    coder2gwy

    The Internet's first programmer exam guide

    coder2gwy is an open-source guide for programmers in China who are considering a transition from software development into public-sector roles. The project is not a software tool, but a structured knowledge base built from the experience of former big-tech programmers who prepared for civil service, public institution, and teaching-track exams. It explains who the guide is for, why some programmers may want to leave high-pressure tech roles, and how to approach the decision with realistic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Minecraft

    Minecraft

    Simple Minecraft-inspired program using Python and Pyglet

    Minecraft is a simple Minecraft-inspired demo written in Python using the Pyglet library for windowing, input, and OpenGL rendering. The project implements a first-person block world where you can walk around, jump, fly, and place or remove blocks using a small set of block types like brick, grass, and sand. It provides full WASD movement with mouse look and basic building controls, giving a surprisingly complete “sandbox” feel in only a small amount of Python code. The author explicitly...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Awesome AI-ML-DL

    Awesome AI-ML-DL

    Awesome Artificial Intelligence, Machine Learning and Deep Learning

    Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics. This repo is dedicated to engineers, developers, data scientists and all other professions that take interest in AI, ML, DL and related sciences. To make learning interesting and to create a place to easily find all the necessary material. Please contribute, watch, star, fork and share the repo with others in your community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RT Schedule

    RT Schedule

    A realtime-schedule generator for educational purposes

    ...The program uses simple, idealised systems, since students must be able to schedule them manually. RT Schedule computes the data and generates clear graphs for lecture notes and exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CyC2018.github.io

    CyC2018.github.io

    Personal knowledge site built with GitHub Pages

    This is a personal knowledge site built with GitHub Pages, organizing computer science notes and study materials in a browsable format. It aggregates content across algorithms, data structures, networking, operating systems, databases, and interview preparation into a coherent index. The presentation emphasizes succinct explanations paired with diagrams, tables, or code snippets to speed recall. Because the site is generated from a repository, it benefits from issue tracking, pull requests, and version history, making it easy to update and maintain. ...
    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

    KeeParanoia

    Enforce in-memory protection for KeePass

    This is a plugin to KeePass <http://www.KeePass.info> to force all fields, notes and file attachments to use in-memory protection <https://keepass.info/help/base/security.html#secmemprot>. It should be regarded as highly experimental
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Solved by Flexbox

    Solved by Flexbox

    A showcase of problems once hard or impossible to solve with CSS

    Solved by Flexbox is a collection of layout patterns that demonstrates how CSS Flexbox elegantly resolves classic web design problems. It tackles everyday challenges—vertical centering, equal-height columns, sticky footers, fluid media, and responsive grids—showing concise, production-ready CSS instead of elaborate hacks. Each pattern is presented with plain HTML, clear commentary, and minimal styling, making the underlying technique easy to adapt and extend. The project emphasizes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    deskhelper is a convenient organizer: quick binds, reminders, notes - everything is included. The main functions are as follows: - The ability to bind with their implementation for keyboard shortcuts or voice - Reminders at any given frequency - Category notes The project is available on GNU/Linux and Windows 7 and higher. A detailed description of the functions can be found on the project page below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GtkNotepad

    GtkNotepad

    Simple notepad for GNU/Linux

    Application for creating notes. The application allows you to create, edit and delete unwanted notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Carnatic Music Guru / JRaaga

    Carnatic Music Guru / JRaaga

    Carnatic Music Guru - JRaaga

    VISIT THIS PAGE AS MORE FEATURES ARE BEING ADDED. If you have downloaded 2.03 or above - Use Help>Check Updates to download latest version. If that does not update: Download CMGUpdater from here: update/CMGUpdater.jar Copy it to the update/ folder of your JRaaga installation path. Try again Help>Check for updates. If it does not work. Delete existing installation. Download the latest version and try. Carnatic Music Guru is a tutor/player/lesson generator. YOU NEED Java Runtime...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mathematics

    Mathematics

    Accumulation of mathematical knowledge, matrix numerical optimization

    Mathematics is a comprehensive collection of notes, resources, and references spanning a wide range of mathematical topics. The repository organizes material across pure and applied mathematics, including calculus, linear algebra, probability, statistics, and optimization. It also extends into computational and algorithmic applications of mathematics, making it a useful reference for both academic study and practical problem-solving.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    code notes

    code notes

    A simple code snippet & gist manager for developers

    ...The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code. Go the download section of our website to download Code Notes on your OS. This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    kmttg

    kmttg

    TiVo To Go and advanced Remote Control

    NOTE: Check Wiki for abandoned project notes. kmttg is a Java based program I wrote to facilitate TivoToGo (TTG) transfers that can download, create pyTivo metadata, decrypt, run comskip & comcut (commercial detection and removal), create closed captions files and re-encode multiple shows you select from your Tivos all automatically. The program also has the capability to transfer and process shows automatically from your Tivos based on titles and keywords you setup.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 18
    GloboNote

    GloboNote

    Create sticky notes, to-do list, journals & reminders all in one app

    GloboNote is a free and easy to use desktop note taking application. It lets you create sticky notes, to-do lists, journals, reminders and other notes in one place. There are no limits to the number of sticky notes you can create. Notes can be organize by groups and search using the search tool. GloboNote can be run in any OS that has Java 8 installed.
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 19
    Kryptmin

    Kryptmin

    Kryptmin is an easy to use an encryption manager

    Kryptmin is a an encryption manager designed to make file encryption easy for ordinary people. It also provides a web password manager that lets you save notes with the password data. All user data is automatically encrypted so your passwords are secure and saved on your PC rather than in the cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RTCMultiConnection

    RTCMultiConnection

    RTCMultiConnection is a WebRTC JavaScript library

    ...It works with a separate Socket.IO signaling server that handles connection setup between peers. The repository includes demos, documentation links, installation guidance, and integration notes for Node.js applications. It is useful for developers prototyping real-time communication apps without building every WebRTC layer manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ARH GPL Auction
    We have now released version 2 of our EveryAuction-based software. This version is much more stable, with a now working auction editing facility and plenty of upgraded features. We now also have a new look which gives the script a more professional feel. We are currently looking for volunteers to help develop this script and help iron out a few bugs. Please contact me via the support link if you think you can help. :-) The bulky HTML editor has now been removed and been replaced with a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Bayu Point of Sales

    Bayu Point of Sales

    Bayu Point of Sales and Inventory System

    Bayu PoS is a simple point of sales for small businesses application. Users can use this application to keep tracks of their sales and inventory. Comes in Bahasa Melayu and English. Please refer wiki for installation and release notes. **Requirements** - Windows 10 - NETCore runtime **Optional** - Receipt Printer (ESC/POS compatible at this moment) I have not tested the app under previous version of Windows. Might be able to run as long as you can run NETCore runtime. Please inform me of any bugs. You can message me at BayuPos' FB page https://www.facebook.com/bayu.system or email me at bayupos [at] outlook [dot] com. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    GnuAccounting

    GnuAccounting

    Cross-plattform java invoicing and accounting application

    An open-source java accounting application that integrates OpenOffice, Apache Derby and HBCI/FinTS to create and manage invoices, credit memos, delivery notes, bills etc. Imports from kTimeTracker, Task Coach, VCF, Hibiscus, Moneyplex, Starmoney, exports to Winston, VCF, openTrans et. al.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    WorldBrain's Memex

    WorldBrain's Memex

    Browser Extension to full-text search your browsing history

    ...Save websites and PDFs with one click. Recover everything in milliseconds. Search with any words you remember from the title or text, the time frame or domain. Declutter your notes about the things you read. No more copy-pasting important sections into your scattered notes. Highlight & annotate websites & PDFs (even locally stored PDFs) on all your devices. Need to do research with your team or have a shared reading list with your friends? Collaboratively collect content into spaces where discussions stay linked to the content. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    HBX-Debian4-Ulysses

    Latest version in the HBX-Debian series

    Live Details Live Name - live Live Password - 12345 System Changes New Style and Icon Theme 20 new wallpapers HBX Tools is back and with a fresh redesign - I have tested this app throughout its development and all actions work as intended Moved the following applications from settings manager due to updates Activity Log Manager - Currently set to not log anything on system Bleachbit / Bleachbit (Root) Stacer Notes Before you install any software either from HBX Tools for the browsers or Packages, Software and Synaptic Package Manager, please update the system first. I have included this in HBX Tools. It's option 1 - HBX Updater. If you don't do this you will get a fail to locate error message. Additional Repositories were added for Brave, Chrome, Opera and Vivaldi. ...
    Downloads: 0 This Week
    Last Update:
    See Project