Showing 116 open source projects for "linux memory"

View related business solutions
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 1
    FlexiList.

    FlexiList.

    FlexiList is a Java data structure that combines the benefits of array

    ... point. ->Dynamic Size: FlexiList can grow or shrink dynamically as elements are added or removed, whereas arrays have a fixed size. ->Good Memory Locality: FlexiList nodes are stored in a contiguous block of memory, making it more cache-friendly than arrays. ->Faster Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas ArrayList requires shifting all elements after the insertion or deletion point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    GTB: Graphics Toolbox

    C++ libraries and apps for computer graphics and data visualization

    The Graphics Toolbox (GTB) is a collection of C++ libraries and apps for computer graphics and data visualization. Wagner Correa initially created GTB as part of his Ph.D. research at Princeton University in collaboration with Professor Claudio Silva and Dr. James Klosowski. Several other researchers later contributed to GTB (see the AUTHORS file).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Social Network Visualizer

    Social Network Visualizer

    Social Network Analysis and Visualization software

    Visit our new site: http://socnetv.org Social Network Visualizer (SocNetV) is a social network analysis and visualization application. You can draw a social network (graph/digraph) or load an existing one (GraphML, UCINET, Pajek, etc), compute cohesion, centrality, community and structural equivalence metrics and apply various layout algorithms based on actor centrality or prestige scores (i.e. Eigenvector, Betweenness) or on dynamic models (i.e. Kamada-Kawai spring-embedder)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Customer Self-Service For All Shopkeeper

    Customer Self-Service For All Shopkeeper

    The Free & Popular AbanteCart Web Software in Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Customer Self-Service Desk Live For All Shopkeepers, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with csep wherever mentioned ) After starting this VM, please login to its Control Panel with: Website Address:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • 5

    rMayamSVN

    DICOM workstation in Java

    This project is an enanched MAYAM with modifications in memory management and code clarity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MyCAT

    MyCAT

    Active, high-performance open source database middleware

    MyCAT is an Open-Source software, “a large database cluster” oriented to enterprises. MyCAT is an enforced database which is a replacement for MySQL and supports transaction and ACID. Regarded as MySQL cluster of enterprise database, MyCAT can take the place of expensive Oracle cluster. MyCAT is also a new type of database, which seems like a SQL Server integrated with the memory cache technology, NoSQL technology and HDFS big data. And as a new modern enterprise database product, MyCAT...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Query.jl

    Query.jl

    Query almost anything in julia

    Query is a package for querying julia data sources. It can filter, project, join and group data from any iterable data source, including all the sources supported in IterableTables.jl. One can for example query any of the following data sources: any array, DataFrames, DataStreams (including CSV, Feather, SQLite, ODBC), DataTables, IndexedTables, TimeSeries, Temporal, TypedTables and DifferentialEquations (any DESolution). The package currently provides working implementations for in-memory data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OS X Portable Applications

    Portable OS X FOSS applications

    OS X FOSS portable applications are packaged so you can carry around on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (or also on your internal hard disk), taking your preferences with you.
    Downloads: 113 This Week
    Last Update:
    See Project
  • 9
    rpCalc is a simple RPN (Reverse Polish Notation) calculator.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10

    Sparky Linux Cinnamon remix

    Fast rolling Linux distribution based on Debian with Cinnamon desktop

    The new live/install iso image of SparkyLinux 2019.10 Cinnamon remix “Po Tolo” is available for download. SparkyLinux Cinnamon remix is a Linux distribution created on top of SparkyLinux operating system. It is built around Cinnamon desktop environment and it is fast, easy and beautiful. SparkyLinux Cinnamon remix is both beginner-friendly, due to Cinnamon's maturity, and powerful, due to Sparky's APTus smart tools. Highlights: -Debian based for its speed, lightness, widespread use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    xsv

    xsv

    A fast CSV command line toolkit written in Rust

    ... the data and start examining it. The next thing you might want to do is get an overview of the kind of data that appears in each column. The stats command will do this for you. The xsv table command takes any CSV data and formats it into aligned columns using elastic tabstops. These commands are instantaneous because they run in time and memory proportional to the size of the slice (which means they will scale to arbitrarily large CSV data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vaex

    Vaex

    Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python

    ... exploration of big data. Vaex uses memory mapping, zero memory copy policy and lazy computations for best performance (no memory wasted). Cut development cut development time by 80%. Your prototype is your solution. Create automatic pipelines for any model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OYSTER Entity Resolution

    OYSTER Entity Resolution

    OYSTER is an Entity Resolution engine

    Entity Resolution is the process by which a dataset is processed and records are identified that represent the same real-world entity. OYSTER (Open sYSTem Entity Resolution) is an entity resolution system that supports probabilistic direct matching, transitive linking, and asserted linking. To facilitate prospecting for match candidates (blocking), the system builds and maintains an in-memory index of attribute values to identities. Because OYSTER has an identity management system, it also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Free HTML to PDF for .NET and C# Library

    Free HTML to PDF for .NET and C# Library

    Free HTML to PDF Converter for C# .NET and ASP.NET MVC

    HiQPdf Library for C# .NET offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in your applications with just a few lines of code. Using the high quality HTML to PDF conversion engine you can easily design a document in HTML with CSS3, JavaScript, SVG or Canvas and then convert it to PDF preserving the exact content and style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    QASreport

    QASreport - is a multi-platform C ++ Qt library for building reports

    QASreport - is a multi-platform C ++ Qt library that contains a set of classes for building reports. It is a mix of designer and report generator output means. It is intended to add to the application of automation to create, save, report output. Reports templates are stored in XML format. And can be stored and loaded from a file on disk, memory, or table blob fields. The library contains built-in designer, available in run-time, with the ability to work like a normal graphic editor. Possible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    nervalreports

    nervalreports

    A lightweight report creation Java library

    Nerval Reports is a lightweight report creation library, focused on minimal computational costs. Ideally, report creation should iterate only once through its data and minimize memory allocation and processor's use, but also restrict its dependencies only to what your specific use needs. Instead of the highly expensive way of well-known engines like Jasper Reports, where performance and data reiteration is a big and set aside problem (and also is the report design as a non-programming task...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kitto

    Kitto

    Kitto is a framework for interactive dashboards written in Elixir

    Kitto is a framework for interactive dashboards written in Elixir. The source for the demo dashboards can be found at: kittoframework/demo. Jobs are supervised processes running concurrently. Widgets are coded in the popular React library. Uses a modern asset tool-chain, Webpack. Allows streaming SSE to numerous clients concurrently with low memory/CPU footprint. Easy to deploy using the provided Docker images, Heroku (guide) or Distillery (guide). Can serve assets in production. Keeps stats...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mondrian is an OLAP (online analytical processing) engine written in Java. It reads from JDBC data sources, aggregates data in a memory cache, and implements the MDX language and the olap4j and XML/A APIs.
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 19
    DRX

    DRX

    Documentum administration tool

    ... that contains all of the Java code, requisite libraries, JVM and the DFC required to run the program. Its compact distribution and simple installation (just unzip it!) make it easy to run from a memory stick or move from one computer to another. See a missing module? Want enhancements to an existing one? Join the DRX Project Team! The DRX Project is sponsored by Armedia, LLC (www.armedia.com). The DRX Project uses the YourKit Java Profiler (www.yourkit.com/java/profiler/index.jsp).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    Savuka-VirtualBox

    Savuka-VirtualBox

    Virtual Box VDI of SliTaz Linux with Savuka installed and configured

    Savuka global analysis software (www.osmanbilsel.net) is installed and configured in a light version of SliTaz linux (www.SliTaz.org). root name: root root password: root username: tux password: root Instructions: -Download and install 7zip (www.7-zip.org) -Extract files to HDD -Install included VirtualBox (not tested on other versions, but shouldn't matter) -Within VirtualBox make a new machine ----Machine/New --------Name: Savuka / Type: Linux / Version: Other Linux (32-bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CIMA

    CIMA

    Body Mass Index (BMI) and Other Indexes Calculator with Classification

    CIMA is a program that provides an easy way to calculate a diversity of body indexes related to the fat content and energy needs, providing a way to control our weight: 1 - Body Mass Index (BMI), including both the traditional and the new proposed formulas, and provides a classification of the results. The evaluation takes in account the age groups (adults, children and the elderly). 2 - Body Adiposity Index (BAI). 3 - Basal Metabolic Rate (BMR) for Men and for Women. 4 -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    HEYMon

    Software, Server and Application Monitor

    ... logs - Monitor Security logs and web request logs - Monitor Guidewire software applications And much more! HEYMon has a Java API where you can create custom components to monitor whatever you need. The HEYMon server is supported on almost all operating systems including Linux, Windows XP/Vista/7/8, MacOSX, and UNIX. HEYMon can monitor a few systems or can scale to monitor hundreds of systems if needed. Checkout our Discussion Section for the latest news and information about HEYMon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Universal Java Matrix Package

    Universal Java Matrix Package

    sparse and dense matrix, linear algebra, visualization, big data

    ... number of file formats, and even the possibility to link to JDBC databases. Multi-dimensional matrices as well as generic matrices with a specified object type are supported and very large matrices can be handled even when they do not fit into memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Caplan Capacity Planning

    Unix capacity planning tool

    This tool will try to be a capacity planning tool. A demo of the SVN version is available at http://zelionix.ddns.net/ It make plots from KPI ( CPU , Memory, Volume ) collected by an agent. Warning and critical levels are toogled by night collecte, load, analyse treatment This tool is designed to check your infrastructure capacity and challenge it against your capacity planning. The project contain a Server - Front-end web based - Back-end with a night job for data collect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SafeToNet

    SafeToNet

    SafeToNet Linux Operating System

    SafeToNet is a free Linux Operating System that allows you to surf the internet without infecting your computer. It can also be used as stand-alone kiosk software. SafeToNet runs from CD or a USB Flash Drive using the PC's memory, rather than installing and loading from the hard disk drive. It can run on a computer without a hard disk drive, or even one with a corrupted hard disk drive or file system. SafeToNet is Linux based and because it is not installed it is immune to viruses...
    Downloads: 1 This Week
    Last Update:
    See Project