Showing 371 open source projects for "integer"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Arageli is a C++ library for computations in arithmetic, algebra, geometry, linear and integer linear programming. Arageli provides routines and classes that support precise, i.e. symbolic or algebraic, computations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    XInt

    A big number C++ class

    ...XInt stands for eXtended Integer. In fact, they are extended in two directions - l and r. The l extension is the fact that they do not have a size limit (except for available memory) and the r extension is that they have decimal places (also unlimited). A large part of math.h has been overloaded for XInt and the rest will follow. The functions that have not been overloaded (sin etc.) can still be accessed as there are conversion operators to and from long double.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    GA-tools

    general genetic algorithms optimization fortran 95 routines

    High level optimization routines in Fortran 95 for optimization problems using a genetic algorithm with elitism, steady-state-reproduction, dynamic operator scoring by merit, no-duplicates-in-population. Chromosome representation may be integer-array, real-array, permutation-array, character-array. Single objective and multi-objective maximization routines are present. Possible to incorporate own crossover and mutation operators exclusively or in addition to standard operators that are included by default. The aim is to make it possible to quickly develop a high performance GA for any given application problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    rubycollect4j

    Ruby Collections for Java

    ...^)")); String result = word.map(new TransformBlock<String, String>() { public String yield(String c) { return c.toLowerCase(); } }).sortBy(new TransformBlock<String, Integer>() { public Integer yield(String c) { return word.count(c); } }).uniq().join(); p(result); // "mpis"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    PortaBase

    A Portable Database

    A personal database application for Maemo devices as well as PCs running Linux/UNIX, Mac OS X, and Windows. It can be used as a shopping list, password manager, media inventory, financial tracker, TODO list, address book, photo album, and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    JavaMutex

    Provides 100% pure Java mutual exclusion.

    Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    karkinos

    Tumor genotyper for Exome sequence that detects SNV,CNV, aTumor purity

    karkinos is tumor genotyper which detects single nucleotide variation (SNV), integer copy number variation (CNV) and calculates tumor cellularity from tumor-normal paired sequencing data. Accurate CNV calling is achieved using continuous wavelet analysis and multi-state HMM, while SNV call is adjusted by tumor cellularity and filtered by heuristic filtering algorithm and Fisher Test. Also, Noise calls in low depth region are removed using EM algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LazySloth

    A tool to quickly generate SQL create table query and Java Bean

    ...The accepted options : -java : to generate only java -sql : to generate only sql -both : to generate both java and sql. The column starts with a letter to specify the data type and the rest is the column name. Accepted data types are : i for Integer, n for Double, s for String, d for Date, We'll try to add more data types in next versions. You can add other properties using ":" : if it starts with s : for size, the rest of the property will be parsed to an integer, if it starts with an a : for auto_increment (for MySQL, doesn't affect Java code), if it starts with a p : for Primary Key. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    json4sapnw

    json4sapnw

    Another JSON extension for SAP ABAP

    ...Thanks to the SAP community and especially to Rüdiger Plantiko for the basic work (http://ruediger-plantiko.blogspot.de/2010/12/ein-json-parser-in-abap.html). Enjoy! last Changes: - JSON HTTP Client - HTTP Auth for Basic, SAP Basic+SSO, WSSE - Bugfixes: Big Integer, negative Integer - Array with has_next/next - Object with robust set_text method - OpenWeatherMap.org Example (see files/example)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    experix laboratory control system

    experix laboratory control system

    instrument control, data acquisition display and analysis

    Experix is a command-line driven environment for laboratory data acquisition and device control and graphical presentation and analysis of data. Written in C for GNU-Linux . Tested on PC and Raspberry Pi. The core is written very generally in order to support applications by means of script files. Device interfaces: PCMCIA daq (2 devices tested) via kernel module with interrupt handler and memory-mapped data; USB daq (1 device tested) using libusbx; running an equipment servicing program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fast implementation of the old deprecated itoa(), lltoa() etc... plus some C++ wrapping. Theoretically controversed but practically very useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    RTE

    Rapid Text Edior

    RTE is a rapid text editor with column selection and a numeric sort ascending and descending (integer or double)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Harbour OORDB

    OORDB is a Object Oriented Relational Database Lib for Harbour Lang

    OORDB is a Harbour Library that provides capability to define, build and maintain Relational Databases using an Object Oriented approach in which the Database is maintained by defining Primary Keys, Relations, Dependencies, Constrains (at table and field level), Secondary Indexes are supported. Fields can be of the following types: String, Memo, Integer, Float, Logical, Date, DateTime, Modtime, Object ( a Table Object )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    HPC Challenge

    HPC Challenge is an HPC benchmark for memory access patterns

    HPC Challenge benchmark consists of 7 tests: (1) HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. (2) DGEMM - measures the floating point rate of execution of double precision real matrix-matrix multiplication. (3) STREAM - a simple synthetic benchmark program that measures sustainable memory bandwidth (in GB/s) and the corresponding computation rate for simple vector kernel. (4) PTRANS (parallel matrix transpose) - exercises the communications where pairs of processors communicate with each other simultaneously - a useful test of the total communication capacity of the network. (5) RandomAccess - measures the rate of integer random updates of memory (GUPS). (6) FFT - measures the floating point rate of execution of double precision complex one-dimensional Discrete Fourier Transform (DFT). (7) Communication bandwidth and latency test for simultaneous communication patterns. http://icl.cs.utk.edu/hpcc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ICE (Interval Calculator for Engineer)

    ICE (Interval Calculator for Engineer)

    Interval Calculator for Engineer

    ICE is a simple mathematical calculator with very useful shortcuts for Engineer: works natively with tolerance, can run Monte Carlo analysis, uses engineer notation, includes most of the day by day functions used by engineers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    5.Kernelized qtl-haplotype mapping (HPC)

    5.Kernelized qtl-haplotype mapping (HPC)

    Fortran/R program for kernelized qtl-haplotype mapping by mixed model

    ...Two kernels; the Gaussian and Van Raden kernels, are allowed for the mixed model analyses. The haplotypes are defined by a sliding window of L SNP markers (L is an integer greater or equal to 1). Hence, 2^L haplotypes can be (not necessarily) observed for a sliding window (e.g. 2^6=64 for L=6). Reference: http://gsejournal.biomedcentral.com/articles/10.1186/1297-9686-46-45
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Command line calculator and tool for manipulating files and arrays of integer and floating point values.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    tiny-json

    JSON library for Delphi

    This is a small and clean library for associative arrays with Boolean / Integer / Float / WideString values. Allows import (export) from (to) JSON text. Extensive error-checking. Uses FunHash (by Sokolov Yura), HatTrie (by Daniel C. Jones), FastInt64 and FastMove (by FastCode project).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XParallax viu

    XParallax viu

    Software for automated astrometry

    XParallax viu is a free software tool for automated astrometric data reduction of astronomic CCD images. It helps astronomers to perform an accurate astrometric reduction of dozens ore even hundreds of images which can be used in subsequent data analysis process. Fit headers generated by this software are fully compatible with other commonly used image utilities like SAO DS9 or Aladin Sky Atlas.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20

    acarsdec_int

    Attempt at integer only version of Thierry Leconte's acarsdec

    This is a branch of acarsdec where most FPU intensive ops have been replaced with integer only counterparts. The light version of acarsdec works on machines as weak as PogoPlug. Please feel free to comment, A version where PLL section of MSK demodulator is also integer has been added on April 6, 2016.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Multiprecision Calculator
    The calculator of big numbers This program was created for basic arithmetic operations with signed integer numbers. Each number represents the following data structure: array of 1024 unsigned integer numbers (digits), the number of significant digits, the radix (from 2 to 36 inclusive) and the sign of this number (-1 or 1). The program is written in C language and has Russian interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PSL_CALC

    create operations sheets for students

    operations sheets divided by operation, integer/real, and by level within each operations each sheet is unique due to the use of random data english, french, portuguese and spanish versions (more languages to come) requires only browser with javascript enabled can be used on the site or downloaded
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    goGPS
    goGPS MATLAB is an advanced GNSS observation processing software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Labelize

    Source code labels management

    Often you set basic numbered labels in comments. But with accumulation, and back revisions, you INSERT new numbered labels between 2 numbered labels. And if they were 2 consecutive integers, you come to insert floats, by dot introduction, longer and longer, but it is too awful! So you want to move them back to integers for instance, respectul of our float hierarchy. Labelize is there to manage these numbered labels. Ultimately, numbers could be as increasing as possible from top to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Steepest-descent-like search algorithm

    Heuristic search to find 21-variable PW type functions with NL>1047552

    ...See comments in "pw21_nlac.cpp" in the zipped file for details. 2) Steepest-descent-like iterative search algorithm used in the same paper is implemented using the files in "sdl_algo.zip" which are briefly described as follows: "stp_ineq_pw21.cpp": Main file containing the source code (see comments therein for details). "ADK.txt": Contains the integer values corresp. to the vector space representations of nonzero elements in GF(2^{21}). "INEQs_21s.txt": Contains the coefficient matrix (see Appendix A). "EC.txt": Contains all the 115 groups (each is an equivalence class). "mersenne.cpp" and "randomc.h": Used to generate initial random solutions. For any queries please contact to selcukkavut@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project