Showing 266 open source projects for "mark"

View related business solutions
  • 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
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    An application that can be used instead of the PDA or Tablet that is normally supplied with a Yamaha Disklavier Mark 4 that is running version 2.1 and above of the Disklavier software. E3 and DKC-850 pianos are now supported as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    To Do Quick

    To Do Quick

    Minimalist desktop "to do" list

    Python GUI for a quick "to do" list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    OmegaT OutrighT

    Stats viewer and project handler

    An application that lets you create, delete OmegaT projects, keep track of finished and overdue projects, mark projects finished and unfinished, open them in OmegaT and file manager. You also can view the contents of projects, calculate charge, write notes to projects and search notes across projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ImgXmrk

    ImgXmrk

    Place marks on image files

    Place marks on image files without actually modifying the image. All marks are defined in side-car files with the extension .xmrk
    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
  • 5
    Gosu

    Gosu

    2D game development library for Ruby and C++

    ...It’s also a great prototyping tool and should work for indie game development, though nobody has really tried that. In addition to the documentation linked from the sidebar, there is a free book by Mark Sobkowicz that will guide you through the creation of four different games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Depressurizer

    Depressurizer

    A Steam library categorizing tool

    ...Auto-categorizing can be done manually or automatically via shortcuts. In addition to providing a way to quickly and easily modify games' assigned categories, it also lets you mark them as favorites or as hidden. It also saves your configuration information independently of Steam, providing an automatic backup in the event that Steam loses your configuration. It must be run on the same computer on which you use Steam or one of the computers on which you use Steam. The first time you run Depressurizer, it will ask you for your Steam directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Frappe Charts

    Frappe Charts

    Simple, responsive, modern SVG Charts with zero dependencies

    GitHub-inspired simple and modern SVG charts for the web with zero dependencies. An axis chart is generally a 2D rendition of data, where a set of values corresponds to every point in a dataset. That's why, data is the most important component for a chart. A chart can have multiple datasets. In an axis chart, every dataset is represented individually. Frappe Charts are responsive, as they rerender all the data in the current available container width. In order to set the bar width, instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    go-daemon

    go-daemon

    A library for writing system daemons in golang

    ...We can not use fork syscall in Golang's runtime, because child process doesn't inherit threads and goroutines in that case. The library uses a simple trick: it runs its own copy with a mark - a predefined environment variable. Availability of the variable for the process means execution in the child's copy. So that if the mark is not set - the library executes the parent's operations and runs its own copy with the mark, and if the mark is set - the library executes the child's operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching compiled functions. Distributable includes an optional logging framework, CommonJS-based module loading implementations, CBOR bindings, etc. See duktape.org for packaged end-user downloads and documentation. ...
    Downloads: 0 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
  • 10

    Syntax Untangler

    Teach your students how to figure out tricky texts in any language.

    Web-based activity that asks the learner to visually mark up a short primary text in any language, in order to improve small-scale reading skills. Students get instant feedback to actions. Instructors use Web-based authoring interface to write and publish their content and questions in any language (Unicode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    ...Use -e data-encoding to set the input data encoding, -Q query-encoding to set the query encoding, and use -E output-encoding to set the output encoding. Sensible defaults are in place for all three parameters. Files with BOM: Files which contain a BOM (Byte Order Mark) are not properly supported inside python's csv module. q contains a workaround that allows reading UTF8 files which contain a BOM - Use -e utf-8-sig for this. The plan is to separate the BOM handling from the encoding itself, which would allow to support BOMs for all encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RSyntaxTextArea

    RSyntaxTextArea

    A syntax highlighting, code folding text component written in Swing

    RSyntaxTextArea is a syntax highlighting, code folding text component written in Swing. NOTE: For quite awhile now, RSTA's source has been hosted on GitHub, but releases were mirrored here on SourceForge. As of late 2015, all release artifacts are also hosted solely on GitHub. This SourceForge site is simply here to forward folks to our GitHub home: http://github.com/bobbylight/RSyntaxTextArea Artifacts are also available in Maven, e.g. com.fifesoft:rsyntaxtextarea:2.x.x
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ircabot

    ircabot

    An undemanding IRC logger with a functional web interface

    Just a next generation of IRC loggers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mark Mind

    Mark Mind

    Mind map and outliner editor for Windows, Mac, Linux, Android and iOS

    Mark Mind is a next-generation mind map editor. A mind map and outline tool based on electron vue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rat

    Rat

    Compose shell commands to build interactive terminal applications

    rat is an experiment in composing shell commands to build interactive, text-based interfaces—think “tig-style” navigation with as little custom UI logic as possible. Rather than reimplementing features, it delegates work to existing tools: a shell command generates output, a pager displays it, and “annotators” attach actions to recognized patterns. For example, a mode might run git log --graph and annotate commit hashes so hitting a key can open a diff, check out a branch, or run a follow-up...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    KotCity

    KotCity

    KotCity, an open source city simulator

    ...This project is far from done but I prefer to get the code out there to be used by whomever. KotCity is a city simulator written in Kotlin inspired by the statistical city simulators of old. This game aims to achieve a mark somewhere between SimCity (1989) and SC2000. Hopefully, this mark will be hit and we can set our sights higher. The game will be fully supported on Windows, macOS, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Taskell

    Taskell

    Command-line Kanban board/task manager with support for Trello boards

    ...Clean diffs for easy version control, support for sub-tasks and due dates, Trello board imports, and GitHub project imports. If you’re using a simple two-column “To Do” and “Done” then use the space bar to mark an item as complete while staying in the “To Do” list. If you’re using a more complicated column setup then you will want to use H/L to move tasks between columns. By default times are stored in the Markdown file as UTC. If you would like local times (and are unlikely to open the file in lots of different timezones) then you can set localTimes to true in the markdown section of the config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KeeWeb

    KeeWeb

    Free cross-platform password manager compatible with KeePass

    ...Web-version has almost all the features available in desktop apps. It doesn't require any installation and works in all modern browsers. Launch the web app. Switch between dark and light themes, whichever you like more. Mark items with color and easily find them using the Colors tab. Open several files, search any entry or view all items from all files as one list. Search works for all files, everything is done from one search box. Open files from Dropbox, Google Drive, OneDrive, or your own server, sync changes across devices automatically. Add tags to arrange entries. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Sudoku spreadsheets

    Sudoku! Help to solve puzzles. Solve them for you. Generate puzzles.

    ... - simple (but large) formulas that work in both excel and oo calc. - simple (short) formulas using 2 functions in VBA / OO Calc. Excel Addin to make playing sudoku in excel easier. - macros to mark cells, test your solution, erase the solution. - macro to help you solve the puzzle by giving hints, or even the answer. Version 1.4 of the addin can also generate puzzles for you. version 2.0 can solve and create puzzles with 2 blocks (2x3 + 3x2, 3x4 + 4x3)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    MicroEMACS 1.8 for Atari ST

    MicroEMACS 1.8 for Atari ST

    MicroEMACS 1.8 from Mark Willians C 3.09 (ATARI ST)

    MicroEMACS 1.8 from Mark Willians C 3.09 (ATARI ST) --------------------------------------------------- This is a recompilation of ME taken from MWC 3.09. The original version didn't account for future screen modes and therefore didn't provide full screen editing on the Atari TT. I added a simple fix to astopen() (in "atari.c") which gets the text screen max columns/rows from LINEA variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Quick Spam Filter is a small, fast spam filter that works by learning to recognise the words that are more likely to appear in spam than non-spam. It is intended to be used in a procmail recipe to mark email as being possible spam.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WebgangBCP

    Broadcast Control Panel shows prepared texts, music etc on touchscreen

    Digital assistant that: Shows buttons with the start-theme, and in-between news tune. Shows texts with titles; clickable to display in bigger text area. When text is used, double-click removes it from view. Afterwards the used texts can be archived to newly created folder with date in name. Texts are compiled with html-tags to paste in (Wordpress) blog. Makes playlist of started music during show with timestamps. Shows button to quickly start new news.txt in preparation of the show....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pigz for Windows

    pigz for Windows

    Parallel Implementation of Gzip for Windows 32-bits

    ...pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24

    mark williams c

    mark williams c - manual for Atari version

    This manual is a mighty 800+ pages of info, containing details with examples on how to use the compiler, supplemented with a lexicon on just about all aspects of the c programming language and the Atari TOS environment. This is useful for all c programmers and all Atari TOS programmers, not just those using mwc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MUD Map

    MUD Map

    A mapping tool for text-based games like text adventures, MUDs, etc.

    MUD Map helps users of MUDs, MUSHs, text adventures and similar games at creating maps of the virtual worlds and to keep an overview over places, paths, dangerous areas,... This repository contains the code and binaries of MUD Map v1 (deprecated!) as well as the Java binaries (jar) of MUD Map v2. More information about MUD Map v2 can be found on GitHub: https://github.com/Neop/mudmap2
    Downloads: 1 This Week
    Last Update:
    See Project
Auth0 Logo