Showing 287 open source projects for "integer"

View related business solutions
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    c-connect-4-game

    c-connect-4-game

    a connect four in console using basic c

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    cimgexplorer

    Exploration and analysis program for (scientific) images

    CImgExplorer is an exploration and analysis program for (scientific) intensity images. It shows floating-point and integer intensity images in a false-colour display and allows range adjustment, zooming, histogram optimisation, and simple evaluation. Reads most formats using GDAL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Free.iso8583.NET

    ISO 8583 message parser/compiler (Free.iso8583.NET)

    ...The other parts will accept message as a model object and also send message as a model object. The model object is an object whose properties representing each fields in the message and their value has been converted to the appropriate type such as integer, decimal or string. Developed using C#.NET. Please feel free to send bug report and feedback (especially about the standard) to atmulyana@yahoo.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    ResTool

    Display Resolution Scaling Calculator

    ...This can be helpful when used with the "Custom Resolution Utility" available here: http://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU ResTool takes a display's native resolution and a target upscale percent to find an integer-resolution near the upscale target and locked to the native aspect ratio. This is useful because a simple increase at a given percentage typically yields a non-integer resolution at the indicated aspect ratio. Simple rounding of this non-integer resolution will not yield a viewport that is locked to the original aspect ratio. ...
    Downloads: 3 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

    intzip

    Fast compression of integer sets.

    IntZip is a lossless compression algorithm for strictly increasing lists of unsigned integers. Compression means that a suitable list of integers can be encoded to a (whenever possible) shorter list of the same integer format. An arbitrary set of integers (i.e., a collection of unique numbers where the order does not matter) may be transformed into suitable input data by way of translation and sorting. The main focus of the algorithm is to encode structural characteristics of a given list, such as coherent intervals and repeated distances. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JCLILIB

    A Java 7 library for parsing command lines.

    ...Features include recognizing arguments either by key ("-h"), by key and value ("-f some_file" or "-f=some_file"), or by position (e.g., second argument not attached to a key). Keys may optionally be repeated with multiple arguments. Values may be specified as String, Boolean, Integer, Long or Double. Unused arguments are returned in an array of strings. A static method is provided to parse arguments with glob-style wildcards (such as "*.bak") and return all matching files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CalcMatr

    CalcMatr

    Calculations with matrixes of integers or fractions up to 4 x 5

    Integer and fractional elements are allowed, but not floating point numbers. Matrices (or their elements) and systems of linear equations can be also generated by the app, to practice with operations and propieties. The app calculates the matrix range, determiner of square matrices, traspose, inverse of inversible matrices (that is, square matrices with non zero determiner), the matrix of adjuncts, the forms of Gauss and Gauss-Jordan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java language binding for pismo file mount. Create virtual folders in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    foobar2000 OpenAL Output

    OpenAL output for foobar2000 v1.1+

    This plugin supports 16 bit or 32 bit fixed point OpenAL output, so it converts foobar2000's 32 bit float wav data to 16 or 32 bit integer wav. Supports 1.0, 2.0, 4.0, 5.0, 5.1, 6.1, 7.1 channels output. Sample rate depends on your sound card. Tested on Creative Sound Blaster X-Fi XtremeMusic under Win8x64. For using: 1. Install OpenAL: http://www.openal.org/creative-installers/oalinst.zip 2. Install vcredist_x86 2010: http://www.microsoft.com/en-us/download/details.aspx?...
    Downloads: 8 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

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    ...This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2 dimensions, from the lowest digit of the 2 odd integers both upright and upleft, its factors, and in the 2d space they are rectangle edges of, those pixels/digitbits must be on when there is an on bit somewhere downleft and downright after crossing empty cells, but if it finds either whole diagonal row empty then it must also be empty/zerodigit. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    UPICL

    A portable integer conversion library.

    Universal Portable Integer Conversion Library (UPICL) is a C library that allows programmers to easily convert and work with integers of any endianness and signed number representation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SoftwareTechnology_KovácsMáté

    This project is for the Software Technology class at my university.

    ...The tables contain columns. The columns have names, types and can-be-empty-flags. The column type defines the possilble values of that column, which can be boolean, integer, real or string. If the can-be-empty-flag is not set, than writing data to that row is obligatory. The program must save every table into separate text files (the form of the file name is: <databasename>_<tablename>.dat). These files must contain the count of rows and table specific properties and the rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TwitchQuizBot

    TwitchQuizBot

    Twitch chat bot dedicated to run quizzes.

    ...RepeatQuestion; -you can request the list of available chat commands through !Commands chat command. -you can request the top of the leader board with !Top<X> command, where X is arbitrary integer; -it has a built in simple client for a twitch chat; -integration with loyalty points; -it has an option to accept answers with small misspellings. -[TEST FEATURE] You can provide a link to the image file instead of text question and let the users guess what image is it - bot will slowly show it piece by piece
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Immutable Collections for Java

    Immutable/Persistent Collections Library

    ...The 2-3 tree and integer trie classes are optimized for performance and can be used alongside java.util Collections when immutability is needed for safe data sharing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Bubble BASIC

    A free, minimal 64-bit BASIC compiler for Linux

    ...) * Lots of BASIC functions supported (SIN, COS, EXP, LOG, string functions such as LEN and MID) * All the traditional BASIC operators (unary -, NOT, OR, AND, >, >=, <, <=, = [equality operator], +, -, *, /, ^, function(...), = [assignment operator]) * Three intrinsic data types (all 64-bit): Integer, double precision floating point, and UTF-8 string. Arrays of any dimensionality. * Full Unicode support (UNI function replaces traditional ASC) * Text file I/O. * Compiles to native 64-bit asm (can use fasm or nasm as backend). * Inline asm feature. * Written in Haskell and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    mincal

    A free constants calculator

    Calculates various math constants to arbritary precision using very simple algorithms. Supports three different bases and both integer and floating point limbs. Currently tested only on x86 Windows, though it should compile and run fine on Linux too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MNCubes

    MNCubes

    Research project to compute repeating patterns in discrete planes

    ...Likewise, a 3D plane can be rasterized into connected cubes. A 'rectangular' cut of m x n cubes is a (m,n)-cube. Given m and n, the goal of this project is to generate all the (m,n)-cubes for all the (integer) discrete planes, based on the intersection vertices on a Farey diagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    JavaBitWise

    A bitwise calculator for two integers.

    A two's compliment calculator designed for specifically for Java, but is still effective for just about any other language. It will accept two integer values and will show the binary, octal, and hexadecimal equivalence, and show how the bits interact with the logical operators not, and, or, and xor, and how primitive types are cast into other types. If there is a feature that you would like to see, let me know and I will see what I can do. I am working on a major update to how the interface works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KeplerDB

    KeplerDB

    Timeseries databases management system

    KeplerDB is a temporal database to store time/value entries where the type of value could be integer, float/double, boolean and string. KeplerDB is dedicated to be scalable and to create clusters of server allowing the user to analyse and store massing amount of data to monitor systems like computers, clusters, building and captors or financial systems like markets and accounts. The user can use KeplerDB to make data analysis on enormous amount of data (statistics and modelling).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    gxLibrary : C++ (CUDA+AMP+CPU)

    C++ library for easy simulations on any CUDA/AMP/CPU or remote PC

    Helps to program ( in C++) simulations or long-running calculations with many iterations. Easily write C++ code that is same as single-threaded ( or shorter and simpler) , and gxLibrary will compile and run that code as massive multi-threaded on any available GPU (CUDA/AMP) or CPU, either on local or remote PC. Write code functions once, just like they would be written for regular single-threaded cases - no need to write separate code for CUDA or AMP or CPU, or to modify code for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    kmul

    Constant multiplication routine generator

    kmul is a generator of routines for optimized multiplication by an integer constant. In order to calculate a constant integer multiplication, it uses the public domain routines presented in the work: Preston Briggs and Tim Harvey, "Multiplication by integer constants," Technical report, Rice University, July 1994. This technical report implements Bernstein's algorithm documented in: R. Bernstein, "Multiplication by integer constants," Software - Practice and Experience, Vol. 16, No. 7, pp. 641-652, July 1986. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Multi-Column Row Comparator

    Provides multi-column sort capabilities for row-based text file data

    ...This implementation sorts the following column data types: - java.lang.String - java.Math.BigInteger - java.Math.BigDecimal - org.joda.time.DateTime Columns are sorted based on specified attributes, some of which are type specific. For example: - Treat Null as Low Sort Order (boolean) - Ascending Order (boolean) - DateTime Pattern (String) - BigDecimal Scale (integer) ... and others
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    int2bin

    int2bin

    Convert int to binary

    A super lightweight utility that converts an unsigned integer to its binary equivalent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MathX

    MathX

    Fixed-length Arithmetic-types library

    MathX is a fixed-length arithmetic-types written in pure c++ templates. The goal is to provide signed-integer, unsigned-integer, IEEE-754 float-point and fixed-point types, all with specific number of bits. To this moment, only signed-integer and unsigned-integer are completed for little-endain architecture. Any compiler that support c++03 or c++11 can successfully compile MathX. Refer to README for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Electronic Data Tags

    Electronic Data Tags value storage API For java.

    ...EDT Basic stores only String values, while EDTA uses EDT Basic to store String, int, boolean, float, long, double, and byte values. To make accessing values easier, EDT and EDTA allow you to assign a name, like "FileLocation", to a value, instead of an integer, like in an array. The values are stored as ISO-8859-1 Strings.
    Downloads: 0 This Week
    Last Update:
    See Project