Search Results for "mud mapper linux" - Page 6

Showing 1406 open source projects for "mud mapper linux"

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
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    Mapper
    Tool for working with map fragments. For all Haven and Hearth fans. http://www.havenandhearth.com/portal/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lattice Miner is a data mining prototype for creating, visualizing and exploring concept (Galois) lattices. It allows the generation of formal concepts and association rules.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    Luenns Lusternian System

    Interface between TinTin++ and Lusternia by Iron Realms.

    A fairly simple system for Lusternia/Tintin++. Initially it will be developed with my character Luenn in mind, and will slowly add modules to allow it to be generalised to other characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Empusa has moved to the HotRod project at Source Forge. Full DAO generator for MyBatis. Takes structure of an existing database using JDBC and generates DAOs, mappers, and all Mybatis configuration files.
    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
    GeOxygene
    GeOxygene aims at providing an open framework which implements OGC/ISO specifications for the development and deployment of geographic (GIS) applications. It is a open source contribution of the COGIT lab. at the IGN (the French National Mapping Agency).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GGMud

    GGMud

    GGMud is a cross platform modern MUD client.

    GGMud is an opensource multiplatform GRAPHICAL mud client. It uses the GTK toolkit for the GUI (quite similar to the ZMud one) and is compatible with tintin++ configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SteamEngine is a new open-source UO server emulator coded in C#, which can read and run Sphere scripts. It`s domains are supposed to be extreme customizability even for non-programmers, and a clean and readable codebase. The project is now abandoned. The "intended for the public" phase ended long ago. The "OldCode" repository is that (if that still works). Then for a while we intended it for the UO shard moria.cz, but that didn't succeed either, and the shard is now defunct. The last...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    BarraCUDA Fast Short Read Aligner
    Barracuda is a high-speed sequence aligner based on Sanger's BWA and utilizes the latest Nvidia CUDA architecture for accelerating alignments of sequence reads generated by next-generation sequencers.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java Eternal Lands Bot : This is an bot which can be initialized to play a character in the Massive online role playing game Eternal lands. It can be used as a trade or guard bot and has functions that are useful for guilds and communication
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    BrokenShield

    BrokenShield

    PvP, MUD RPG.

    Broken Shield is a PvP, medieval-style RPG powered by the Cube 2 Engine. Explore different worlds with other players and enter battlegrounds to complete certain objectives and win experience and level up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Trebuchet is a 100% TCL cross-platform GUI MUD client, designed to be powerful and extensible, yet easy to use. This client also has support for advanced features, such as SSL encryption, and allowing the server to request custom GUI dialogs.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    mgntprs

    framework for develop of json-service

    this project aims to create the most simple basics to create simple json-services to support mobile platforms and the most easy integration with the existing services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mybatis代码生成工具
    根据DB Schema可视化生成Mybatis Mapper代码
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PolskaOnLine
    PolskaOnLine is multiplayer online 2D game using Java and SQL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    VoltMR

    Pure java NGS mapping soft run on Hadoop 2.0

    VoltMR is pure java NGS (DNA/RNA) mapping and realignment soft that run on Hadoop 2.0 The accuracy is comparable to BWA-MEM and novoalgin with speed faster than those aligner. Using 100 core, VoltMR finish typical exome sample (10GB),mapping, sort, mark duplicate, local realignment in 30 minitue. It use about 10GB to 15GB RAM for each hadoop mapper and reducer. Currently, VoltMR take fastq as a input and output bam/ADAM format. For DNA mapping, GATK compatible realignment/recalbration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Jcptbr is a framework for object-relational mapping written in the Java language. This framework addresses the problem of incompatibility between object and relational models, without the necessity of using xml for the mapping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web based internal to external email mapper to keep track and update mail mappings. Database can be exported and imported via the GUI ready for updating the email system or via python script direct from MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ThinORM

    A lightweight ORM that does not require annotations.

    This project was the result of working on systems constrained to versions of Java < 1.5 and including a great deal of code dealing with object persistence. This project was essentially a proof-of-concept to determine whether or not I could create, essentially, an alternative to JPA that did not rely on annotations. I was able to create a working system, and a fairly lightweight one at that, but it would require a great deal of work to be production ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    encuestame web survey tool

    encuestame web survey tool

    open source web survey software social tool

    Encuestame is an Open Source Java web application to publish, collect, share and measure the opinion of the people thought the social media or private environments. Private or public surveys, protected by password, widgets embeddable, ready for mobile and multi language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    swaedit (Star Wars Mud Area Editor)
    swaedit is an area editor software for Polish Star Wars Mud developed by swmud.net team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Anatolia MUD is a Multi-User Dungeon game based on Diku MUD. Anatolia is another name for Asia-Minor: where Asia and Europe intersect. Anatolia MUD is a text based multi-user game. For further details please visit: http://anatoliamud.sf.net
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22

    BeanCopy

    BeanCopy is a bean mapper.

    It is a ligithweight, annotation based beanmapper that works under the hood with reflection. Cherry picking: Added the IgnoreCopy to the target Bean. So from there you can also determine which fields should be copied.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    As of 03/2017, this project is moved to GitHub: https://github.com/cyberborean/rdfbeans ---- A simple Java-to-RDF databinding framework for transparent mapping JavaBean-like objects to RDF resources and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    olego

    olego

    OLego – short or long RNA-seq read mapping to discover exon junction

    OLego is a program specifically designed for de novo spliced mapping of mRNA-seq reads. OLego adopts a seeding and extension scheme, and does not rely on a separate external mapper. It achieves high sensitivity of junction detection by using very small seeds (12-14 nt), efficiently mapped using Burrows-Wheeler transform (BWT) and FM-index. This also makes it particularly sensitive for discovering small exons. It is implemented in C++ with full support of multiple threading, to allow fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB