Showing 432 open source projects for "construct"

View related business solutions
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1

    SmartWAV 2 Windows PC Interface

    SmartWAV 2 Windows PC Interface for use with USB-UART SX

    SmartWAV 2 Windows PC Interface for use with USB-UART SX, this interface generate different serial commands useful to learn how to construct the messages, and debug your applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Strategems

    Strategems

    Quantitative systematic trading strategy development and backtesting

    ...Given the highly iterative nature of event-driven trading strategy development, Julia's high-performance design (particularly in the context of loops) and straightforward syntax would seem to make it a natural fit as a language for systematic strategy research and development. While this package remains early in development, with time the hope is to be able to rapidly implement a trading idea, construct a historical backtest, analyze its results, optimize over a given parameter set, and visualize all of this with great detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tux Math Scrabble

    Tux Math Scrabble

    12÷16×3=9÷4

    Latest version 0.9.1 runs on Python3. Date: June 15, 2023 Online/touch-screen version: https://www.asymptopia.com/tuxmathscrabble Encourages kids to construct compound equations and consider multiple abstract possibilities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Pinject

    Pinject

    A pythonic dependency injection library

    Pinject is a lightweight dependency-injection library for Python that favors explicit wiring and testability over magic. Instead of global singletons, you declare providers (bindings) that describe how to construct objects, and Pinject resolves the graph by inspecting call signatures. Its container supports constructor injection and fine-grained scoping so you can share expensive resources while keeping tests isolated. The library leans on Python’s introspection to minimize boilerplate, making it natural to adopt in codebases that already rely on type hints or keyword arguments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    magicCss

    magicCss

    CSS3 whimsy, single label implements various graphics

    ...The project serves primarily as an educational and inspirational collection for developers who want to push the boundaries of what can be achieved with native CSS capabilities. It explores advanced techniques such as gradients, blend modes, clip-path usage, and animation timing to construct visually rich UI elements without relying on images or JavaScript-heavy solutions. The repository is organized as a gallery of experiments, each illustrating a specific visual trick or pattern that can be studied and reused. By emphasizing minimal markup and clever styling, it encourages performance-conscious and elegant front-end design practices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    jMonkeyCSG

    CSG for jMonkey

    Expanded Constructive Solid Geometry support for jMonkey. CSG supports boolean operations on primitive shapes, building up a complex surface from the addition/subtraction of simple cubes, spheres, etc. Check out the jMonkeyCSG website for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Fission CL

    The Fission CL

    Command-line interface for Fission

    The Fission CLI is now part of the main fission-suite/fission repo. We construct identity, data, and compute solutions for the future of the Internet. Users want data ownership and privacy without compromising on a seamless experience. You want to build a resilient application that is fast, cost-effective, and efficient. We build local-first and edge computing tools that make all of this possible. Fission builds open source protocols and managed solutions that empower developers to construct humane software applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Machine Learning with TensorFlow

    Machine Learning with TensorFlow

    Accompanying source code for Machine Learning with TensorFlow

    ...Many examples are structured as standalone scripts or notebooks that can be executed directly to reproduce the results described in the book. The code demonstrates how TensorFlow can be used to construct training pipelines, prepare datasets, and evaluate model performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ffmpeg-cpp

    ffmpeg-cpp

    A clean, easy-to-use C++ wrapper around the ffmpeg libraries

    ffmpeg-cpp is a modern C++ wrapper designed to simplify interaction with FFmpeg by providing a fluent and expressive API for building media processing pipelines. It allows developers to construct complex workflows such as transcoding, filtering, and streaming using readable C++ syntax rather than raw command-line arguments. The library focuses on flexibility while maintaining performance, enabling precise control over inputs, outputs, and filters. It supports chaining operations in a way that mirrors FFmpeg’s pipeline structure but improves maintainability in codebases. ffmpeg-cpp integrates seamlessly with C++ applications, making it suitable for backend services and multimedia systems. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 10
    Iconic

    Iconic

    Auto-generated icon font library for iOS, watchOS and tvOS

    ...This could result in a non-descriptive enum, which can make things less intuitive for you when using Iconic. If you create your own icon font, make sure to properly name each glyph. You can construct an UIImage instance out of a font's icon and tint it. This may be very convenient for integrating with existing UIKit controls which expect UIImage objects already.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WaveBricks

    WaveBricks

    Generative music making programme, constructing shapes from sounds.

    Generative music making programme, constructing shapes from sounds that themselves are constructed from sine waves. Paypal bagels105oranges@gmail.com for donations. V1.0 - sound engine working, exports .wav of instruments, but only one per output.(last instrument created.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    go-libp2p-pubsub-grpc

    go-libp2p-pubsub-grpc

    libp2p pubsub with controls exposed via a gRPC API

    pubsubgrpc provides a LibP2P PubSub framework that can be used as a stand-alone gRPC pubsub server and API, or as a module/component of existing gRPC servers to provide LibP2P PubSub functionality. It uses proto3 and borrows some ideas from libp2p/go-libp2p-daemon and libp2p/go-libp2p-pubsub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JSVerbalExpressions

    JSVerbalExpressions

    JavaScript Regular expressions made easy

    VerbalExpressions is a JavaScript library that helps to construct difficult regular expressions. Methods have a return type of VerbalExpression except where mentioned otherwise. If there is no mention of a method’s parameters, it is to be assumed that it has none. VerEx is the function that is exported from within VerbalExpressions.js and is to be the first method in chains that describe verbal expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TBStudio

    TBStudio

    A quantum technical software to find Tight-Binding model of structures

    TBStudio is a powerful quantum technical software package to construct Tight-Binding (TB) model for nano-scale materials. Starting from the simplified linear combination of atomic orbitals method in combination with first-principles calculations (such as OpenMX or Vasp packages), one can construct a TB model in the two-centre approximation. Using Slater and Koster approach we calculate the TB Hamiltonian of the system and use a nonlinear fitting algorithm to find the best entries for both Hamiltonian and overlap matrices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    HaploMiner

    A tool to construct haplotypes in diploid species

    Download MFbio.jar from Files section. To run the pipeline please refer to Wiki page https://sourceforge.net/p/haplotypeminer/wiki/Documentation/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    sls

    SLS Team Java Library

    ...Elliptic curves was borrowed from BouncyCastle and simplified a lot. Most of EC classes are custom algorithms for certain curves. Can be easily deleted if u dont need them. With couple of classes u can parse and construct those ugly ASN.1 structures, look at RSA and EC key formats for example. No bad dependencies between classes, so u can easily cut off unnecessary code and simply include what u need in your project. Feel free and simple without headache. We are using class Binary as best for us to work with byte arrays. Simple classes for console-like colored apps in GUI-mode. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    snowflake for Go

    snowflake for Go

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

    ...When setting custom epoch or bit values you need to set them prior to calling any functions on the snowflake package, including NewNode(). Otherwise, the custom values you set will not be applied correctly. Import the package into your project then construct a new snowflake Node using a unique node number. The default settings permit a node number range from 0 to 1023.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aqueduct

    Aqueduct

    Dart HTTP server framework for building REST APIs

    ...Aqueduct's memory-isolated threads leverage every CPU without writing any code. No race conditions or complicated synchronization logic to worry about. A familiar, higher-order functional syntax makes application flow easy to construct and read. Powerful, statically typed queries enable code-completion and refactoring tools while minimizing error.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Brains is a generic plataform to construct arbitrarily complex artificial neural networks, allowing for parallelizide computing, inter-machine communication, on-flight configuration and on-flight control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Killer Keks Train

    Killer Keks Train

    Herzlich Willkommen bei den Killer Keksen

    Herzlich Willkommen bei den Killer Keksen wir sind eine Gamming Community die seit 2007 bestand hat. Seit 2015 sind wir im Bereich Modding unterwegs und haben 2017 dieses Modpack auf den Beinen gestellt es beinhaltet so ziehmlich alle Aspekte im Minecraft. Warum noch 1.7.10 ?? Nun die MC Version 1.7.10 läuft im forge noch am Stabilsten und hat noch mehr Mods als eine 1.12. oder höher und eine 1.7.10 benötigt halb soviel Leistung als eine Neuere Version. Ihr findet unser Modpack unter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MPICorMat

    Parallel tool to construct correlation similarity matrices

    ...RMTGeneNet users can exchange this CCM module by MPICorMat, benefit from its fast computation to generate the similarity matrix, and then use the similarity matrix as input for the second module (RMM) to construct the final gene co-expression network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    BNNPT

    A powerful method for nonlinear dependence of two continuous variables

    ...We addressed this research question by using BNNPT (Bagging Nearest-Neighbor Prediction Test, software available at https://sourceforge.net/projects/bnnpt/). In the BNNPT framework, we first used the value of X to construct a bagging neighborhood structure. And then, we got the out of bag estimator of Y based on the bagging neighborhood structure. The square error was calculated to measure how good Y is predicted by X. Finally, permutation test was applied to detect the significance of the observed square error. To evaluate the strength of BNNPT compared to seven other methods, we performed extensive simulations to explore the relationship between methods and compared the false positive rates and statistical power using both simulated and real RNA-seq datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Seesaw

    Seesaw

    Seesaw turns the Horror of Swing into a friendly Clojure library

    ...It abstracts Swing complexities into a more natural Clojure syntax, enabling fast desktop UI creation with idiomatic code and rich customization options. Swing knowledge is not required for many apps. Construct widgets with simple functions. Support for all of Swing's built-in widgets as well as SwingX. Support for all of Swing's layout managers as well as MigLayout, and JGoodies Forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    cash-program

    Comprehensive alternative splicing hunting

      CASH (Comprehensive alternative splicing hunting) is visualized and user-friendly software that aims to self-construct AS (alternative splicing) sites and detect differential AS events between samples of RNA-Seq data. CASH consists of two major stages: SpliceCons (Splice site Construction) and SpliceDiff (differential AS detection). By comprehensively reconstructing AS sites from RNA-seq data, SpliceCons increases the recognition of AS events considerably and subsequently, SpliceDiff uses two combined statistical methods to improve the detection of differential AS events.   ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    libSBOL
    libSBOL provides the core C/C++ interfaces and their implementation for the Synthetic Biology Open Language (SBOL). Version 2.1.1 of libSBOL provides an API to construct SBOL 2.1.0 designs and to read and write SBOL version 2.1.0 XML/RDF files.
    Downloads: 0 This Week
    Last Update:
    See Project