Showing 62 open source projects for "number sequence"

View related business solutions
  • 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    PHP Snowflake

    PHP Snowflake

    An ID Generator for PHP based on Snowflake Algorithm

    ...Snowflake is a network service that generates unique ID numbers at high scale with simple guarantees. If you want to generate unique IDs using the snowflake algorithm, you must ensure that sequence numbers generated within the same millisecond on the same node are unique. Based on this requirement, we have created this package which integrates multiple sequence number providers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mermaid

    Mermaid

    Diagram and flowchart generation from text similar to markdown

    ...Mermaid greatly simplifies documentation with its simple markdown-like script language, and offers a great range of diagram and chart options. The latest version of Mermaid comes with a number of bug fixes and enhancements, as well as a new diagram type, entity relationship diagrams. Its range of available diagrams include flowcharts, sequence diagrams, gantt diagrams and more, with new ones continuously being developed.
    Downloads: 94 This Week
    Last Update:
    See Project
  • 3
    Task Scheduler

    Task Scheduler

    Cooperative multitasking for Arduino, ESPx, STM32, nRF and more

    Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers. A lightweight implementation of cooperative multitasking (task scheduling). An easier alternative to preemptive programming and frameworks like FreeRTOS. You mostly do not need to worry about pitfalls of concurrent processing (races, deadlocks, livelocks, resource sharing, etc.). The fact of cooperative processing takes care of such issues by design.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    fast_float

    fast_float

    Implementation of the C++ from_chars functions for number types

    ...These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries. It parses the character sequence [first,last) for a number. It parses floating-point numbers expecting a locale-independent format equivalent to the C++17 from_chars function. The resulting floating-point value is the closest floating-point value (using either float or double), using the "round to even" convention for values that would otherwise fall right in between two values. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    HarfBuzz

    HarfBuzz

    Open source text shaping engine

    HarfBuzz is an open source text-shaping engine with a C API that turns fonts and strings of character codes into a form that is correctly arranged for the corresponding language and writing system. This is essentially the process of text shaping: translating a string of character codes into a properly arranged sequence of glyphs that can be rendered onto a screen or into final output form for inclusion in a document. This shaping depends on a number of factors: the input string, the active font, the script (or writing system) of the string, and the string's language. Various font formats have their own set of standard text-shaping rules. With Harfbuzz, you can properly shape all the major writing systems. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    DeepChem

    DeepChem

    Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, etc

    ...Tutorials are arranged in a suggested learning sequence that will take you from beginner to proficient at molecular machine learning and computational biology more broadly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    OpenSign

    OpenSign

    🔥 The free & Open Source DocuSign alternative

    The premier open source document signing solution (DocuSign alternative). Welcome to OpenSign, the premier open source docusign alternative - document e-signing solution designed to provide a secure, reliable and free alternative to commercial esign platforms like DocuSign, PandaDoc, SignNow, Adobe Sign, Smartwaiver, SignRequest, HelloSign & Zoho sign. Our mission is to democratize the document signing process, making it accessible and straightforward for everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ULID-Ada

    ULID-Ada

    Implementation of ULID in Ada

    A ULID code (Universally Unique Lexicographically Sortable Identifier) is a combination of a 48-bit time stamp (most significant part, with a millisecond accuracy), and a 80-bit random number (least significant part), totalling 128 bits, that is 16 bytes (octets). The package ULID provides two functions Generate. One function produces a 128-bit number that can be output (for instance) in the UUID format. One function produces a string in the Base32 format (Crockford variant) - the preferred (canonical) representation of a ULID. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 9

    Mahjongg Solitaire

    Classic Mahjongg Solitaire with a few handy features to fun gameplay

    Classic Mahjongg Solitaire with a few handy features to fun gameplay. (Requires Java).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10

    comer2

    COMER2, cross-platform software for protein remote homology search

    ...COMER2 is licensed under GNU General Public License version 3. Please find the LICENSE and COPYING files included in the software package. Funding: This work was supported by the European Regional Development Fund [grant number 01.2.2-LMT-K-718-01-0028].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.1, Nov 4th, 2024 About iperf 2 and iperf3: Read...
    Leader badge
    Downloads: 10,538 This Week
    Last Update:
    See Project
  • 12
    miRDeep*

    miRDeep*

    MiRDeep*

    Please cite: An, J., Lai, J., Lehman, M.L. and Nelson, C.C. (2013) miRDeep*: an integrated application tool for miRNA identification from RNA sequencing data. Nucleic Acids Res, 41, 727-737. We will create index for you if you tell us your interested species (j.an@qut.edu.au). download command line version "MDS_command_line_Vxx.zip" clicking "Browse All Files" please find miRPlant in sourceforge for plant miRNA prediction.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Elite Planet Browser

    Elite Planet Browser

    Browse through the planets of the Elite game on various Z80 machines

    ...When the original game came out in 1984, many people wondered how it is possible to have detailed data of so many planets in the 16K RAM memory of the BBC Micro. The trick behind this is a clever algorithm based on a pseudo-random number sequence, and this algorithm is reproduced here in this program. Currently, 77 target systems are supported, including Sinclair ZX81, Jupiter Ace, ColecoVision, MSX, Tandy TRS-80, Sharp MZ, and many more. 2025-10-20: - New target supported: Sanyo PHC-25 / Seiko MAP-1010
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    KeySender

    Send key sequences including modifiers to windowed PC applications

    [Version 0.4 - 10/07/23] This application (Windows PC) should work with any windowed application that accepts keyboard shortcuts. It uses text files to stores sequences of shortcuts that are actioned by clicking their respective button in the app. There is no limit to the number of shortcuts, the text files can be switched between as required. Each button is defined with a description and the sequence, keyboard modifiers that are accepted are: Ctrl Alt Shift Up Down Left Right See screenshot 1 for the configuration file (.txt) parameter descriptions. If target window name (partial match enabled) is not detected, all buttons are disabled and "greyed out" Example files in the .zip are configured for the Affinity Photo and Notepad apps, Clicking on the last dark blue displays a configuration menu to set its parameters. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Keras Attention Mechanism

    Keras Attention Mechanism

    Attention mechanism Implementation for Keras

    ...We consider many 1D sequences of the same length. The task is to find the maximum of each sequence. We give the full sequence processed by the RNN layer to the attention layer. We expect the attention layer to focus on the maximum of each sequence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Augmentor.jl

    Augmentor.jl

    A fast image augmentation library in Julia for machine learning

    ...In other words, an augmentation pipeline is little more but a sequence of operations for which the parameters can (but need not) be random variables, as the following code snippet demonstrates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RQ-Transformer

    RQ-Transformer

    Implementation of RQ Transformer, autoregressive image generation

    ...This type of axial autoregressive transformer should be compatible with memcodes, proposed in NWT. It would likely also work well with multi-headed VQ. I also think there is something deeper going on, and have generalized this to any number of dimensions. You can use it by importing the HierarchicalCausalTransformer. For autoregressive (AR) modeling of high-resolution images, vector quantization (VQ) represents an image as a sequence of discrete codes. A short sequence length is important for an AR model to reduce its computational costs to consider long-range interactions of codes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    photogrid

    Minimalistic tool to arrange images in a grid, saving the result as a

    Minimalistic tool to arrange images in a grid, saving the result as a png image (or sequence of png images). Usage java -cp photogrid-1.0.jar tech.rallen.photogrid.Main This has been tested with OpenJDK 11, and should work with any version of Java from 11 on. The tool takes 5 optional command line parameters 0 : path of input directory (default is ./testimages). 1 : width (in pixels) of each input image in the output image (default 1000) 2 : height (in pixels) of each input image in the output image (default 1000) (note the image will be scaled maintaining aspect ratio so it fits within both the width and height above) 3 : number of images per row in the output image(s) 4 : number of images per column in the output image(s) (default is to make a square with enough rows/columns to fit all the input images in a single output image) 5 : output path and filename, this will be suffixed by either just '.png' or if there is more than one
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    x-spreadsheet

    x-spreadsheet

    A web-based JavaScript (canvas) spreadsheet

    ...These parameters are loaded in the first instantiation, and can also be set later, but it is recommended to modify and load in advance the changes that you need to change. You can adjust the number of columns displayed by default len, AZ, the default width of each column, the default width widthof the left sequence column indexWidth, and the default minimum width of each columnminWidth. You can adjust the style of table rendering. Some of the features include undo and redo, paint format, clear format, format, font, font size, font bold, font italic,, underline, strike, text color, fill color, borders, merge cells, align, text wrapping, freeze cell, functions, resize row-height, col-width, copy, cut, paste, autofill, insert row, column, delete row, column, hide row, column, multiple sheets, print, and data validations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NGSReadsTreatment

    NGSReadsTreatment

    Note: To run the new version use Java version 13.

    ...To execute the multithreaded version adding at the end of command line the number of threads that you will use for processing, it is worth mentioning that this number must be a power of 2. Note: To run the new version use Java version 13.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    snowflake for Go

    snowflake for Go

    A simple to use Go (golang) package to generate or parse snowflake IDs

    A simple-to-use Go (golang) package to generate or parse Twitter snowflake IDs. You can alter the number of bits used for the node id and step number (sequence) by setting the snowflake.NodeBits and snowflake.StepBits values. Remember that There is a maximum of 22 bits available that can be shared between these two values. You do not have to use all 22 bits. By default this package uses the Twitter Epoch of 1288834974657 or Nov 04 2010 01:42:54.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    selectseq

    Get specific sequences from a FASTA or FASTQ file.

    A command-line utility to manipulate biological sequences from a FASTA or FASTQ file. It can, given a list of identifiers, get only a subset of the sequences (or their complement, i.e., sequences NOT in the list). Can also get sequence number N only. Compressed sequences files are supported if readable by zcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    comer

    Protein remote homology search tool

    ...Funding: This work was supported by the European Regional Development Fund [grant number 01.2.2-LMT-K-718-01-0028].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    D-Tailor

    D-Tailor

    D-Tailor: automated analysis and design of DNA sequences

    ...However, our ability to design sequences to interrogate multifactorial biological processes and further engineer biological functions is lagging behind. DNA-Tailor (D-Tailor) is a fully extendable software framework for biological sequence analysis and multi-objective sequence design. D-Tailor permits the seamless integration of an arbitrary number of sequence analysis tools into a Monte-Carlo algorithm that evolves synthetic sequences towards user-defined goals.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    mfsizes

    Multi-FASTA sequence (DNA or protein) statistics calculator.

    A simple command-line utility to calculate biological sequence (DNA or protein) sizes in a (multi) FASTA file. It gives averages, GC (or methionine) content, N50, N90, N95, number of N's, and total bases, and can also report by codon if requested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next