36 projects for "basqet-notes" with 2 filters applied:

  • 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
  • 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
  • 1
    SwiftLog

    SwiftLog

    A Logging API for Swift

    ...The package embraces Swift Package Manager, offers a clean Logger API, and is widely used across the Swift on server and Apple-platform ecosystems. The repo’s release notes and ecosystem links show active maintenance, CI coverage for recent Swift versions, and community-supplied backends. By decoupling the API from any one implementation, swift-log simplifies composition: frameworks can log consistently without dictating the logging stack to end users. It’s a foundational building block for production Swift services, tools, and apps looking for consistent, structured telemetry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    LogicalDOC Document Management - DMS

    LogicalDOC Document Management - DMS

    smart and open source document management system

    LogicalDOC is both document management and collaboration system. The software is loaded with many functions and allows organizing, index, retrieving, controlling and distributing important business documents securely and safely for any organization and individual. Gone are the days when companies used paper-based processes such as printing, mailing and manual filing of paper documents; our document management system replaces all of this with electronic procedures that allow your...
    Leader badge
    Downloads: 279 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • $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
  • 5
    sysadmin-util

    sysadmin-util

    Tools for Linux/Unix sysadmins

    ...Each tool is simple to inspect, easy to install, and written to be useful in scripting and cron workflows, with many commands designed to behave well in automation and monitoring contexts. The maintainer notes that personal toolkit preferences vary, encourages users to assemble their own curated collections, and points to a replacement repo for a more permissive contribution flow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Maarch Courrier (DMS)
    Maarch Courrier is a PHP Document Management System dedicated to electronic mail processing. Maarch includes scan connectors, mailroom management, workflow. Maarch provides handy features like content management, version control, workflow, office templates, statistics, etc. Donwload Maarch Courrier from ower gitlab : https://labs.maarch.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    ...These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user convenience. Also see this script : https://sourceforge.net/projects/automated-quiz and this script : https://sourceforge.net/projects/command-output-to-html-table/ Notes: 1. You can use Free Programs like 7-zip to open and extract this tar file to your home folder, if your OS does not have a default application 2. Check Google for further inputs on any command usage or to achieve anything further 3. You may ignore errors caused by date command on your OS, due to difference in syntax 4. Practise
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    nelum

    nelum

    Nelum - the Luxury Edition for newcomers

    ...Installed: Firefox 47, Thunderbird, Liferea, Turpial, XChat, LibreOffice, Calibre, VLC Media Player, Radio Tray, SM Tube, GIMP, Inkscape, ImageMagick, Shotwell, Bluetooth, XFBurn CD/DVD Burner, OpenJDK Java, Leafpad and Mousepad Text Editors, Archive Manager, Virtual Keyboard, Notes, Gnote, Bleachbit, Boot-repair and many more! DE - Xfce, WM - Kwin, Base - Debian. Install on bare metal and enjoy! This distro had been used for more than a year. Auto-upgrade Firefox--always the newest version. You can install Nelum in your language. You'd find the Nelum Installer in the File Manager. (user - live, passwd - live)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TitanLock File/Folder Locker

    TitanLock File/Folder Locker

    A file & folder locker app for Windows, Mac & Linux. Download now

    Simple. Ridiculously secure; our mantra. TitanLock is a file & folder locker application for Windows, Mac & Linux. No installation needed. Just download and run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    An emulator simulating the Epson TF-15 Terminal Floppy dual floppy disk drive unit. The unit is used with the Epson PX-8 and PX-4 portable CP/M computers. The goal of the project is to support the full command set of the TF-20 (Epson HX-20 support).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Debian Unstable/testing alpha.

    Pre-Alpha Console distro for high performance Linux computing.

    ...(git pull, builders) * i915 latest support drivers and gallium. * Kernel patching, testing featurettes * Wi-Fi and bluetooth ipv4 support * Latest GCC versions * Qt, Java, Maven, Desktop improvements Notes ==== Basic Console Pre-alpha build Test and rate for improvemen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ciphermail

    ciphermail

    Ciphermail email encryption gateway (S/MIME, OpenPGP, PDF encryption)

    is a standards based centrally managed email server (MTA) that encrypts and decrypts your incoming and outgoing email at the gateway level. Ciphermail Email Encryption Gateway is compatible with any existing email infrastructure like Microsoft Exchange and Lotus Notes and has support for S/MIME, OpenPGP and PDF encryption. Ciphermail Email Encryption Gateway has a built-in CA which can be used to issue X.509 certificates for internal and external users. For additional security, keys can be securely generated and stored in a tamper proof Hardware Security Module (HSM). The built-in Data Leak Prevention (DLP) module can be used to prevent certain information to leave the organization via email. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jitendriya

    Jitendriya

    Work productivity/efficiency analytics, work-life and time manager

    <Purpose> 1. Make user aware of his own activities. 2. Find out how much time is wasted in which activity 3. Stick to a routine if desired 4. Avoid certain activities at certain times 5. Measure time spend on certain activity on a certain time and determine if certain habit needs to be changed 6. Condition for a routine habit, like leaving office in time or take short breaks 7. Increase awareness of time and habits 8. Increase productivity in a manner which is comfortable for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FreeBSD-Updates

    FreeBSD-Updates

    Displays Ports and Packages via Webinterface

    ...Have a look at the screenshots, since picture says more than a thousand words. Please don't forget to read the README.txt for additional information as well as licensing notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Reminder and notes in Java SE

    This is a desktop application for keeping reminders and notes.

    This is a Desktop application for reminders and notes. Reminders could be one-time, 'n'-time, or unending. Notes could be recorded and edited later. Every reminder dialog has a well known quote at the bottom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    lpep

    LDAP passwd Enumerator for Puppet

    lpep ---- LDAP passwd Enumerator for Puppet Purpose ------- Add users and groups from Active Directory to your Red Hat 6.x compatible systems License ------- Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Notes ----- (1) objects are stored in a local sqlite database, and the numeric uids and gids retained (2) coded originally for domino ldap, therefore the routines may not be ideal for active directory Meta ---- CentOS Linux Integration with Active Directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    NOT

    Take notes, set your to dos,and manage your calendar all on a terminal

    (TO RUN ON WINDOWS, RENAME THE FILE 'NOT' IN BIN TO NOT.EXE) NOT is a project to make the ultimate productivity terminal application. It can manage notes, to do lists, organise your calendar, and so much more. All from an easy to use program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual ip. Color Codes HTTP, TCP,UDP, ICMP, VPN, P2P, etc. Click on the release notes icon for the latest release for more info.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Create and administrate new virtual hosts in a apache/fastcgi/suexec-environment based on a tutorial found in web (see in-file notes). This shell-script makes it easier to administrate all steps which are necessary in a fastcgi/suexec-environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Gtk2/Perl utility to tag files with keyword and notes/description data. This uses extended attributes to store the data, which depends on OS/filesystem support. This project is similar to the Norton Utilities FileInfo (fi) utility from the DOS era.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MyOffice is a basic, lightweight desktop application that enables multi-platform users to store their schedules, notes, checklists providing instant messaging features for users from several platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DOGTOWN - Free Software & Tools for administrators ||| please read the Release Notes or docs @ http://dogtown.mare-system.de for a description of each package
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java Servlets that implement the webDAV protocol to access IBM Lotus Domino data as native XML files as well as attachments in Notes documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next