Showing 142 open source projects for "implicit"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    Roolie
    An extremely simple Java Rule Engine (Non-JSR 94) that uses rules you create in Java. Simply create your basic rules, implement the single "passes" method for each, then chain them together in an XML file to create more complex rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    finiteDiff

    Program for solving the Schrödinger equation

    This little set of programs compute the solutions to one and three dimensional Schrödinger equations with different potentials. Explicit, implicit and eigenvalue methods are included. The explicit and implicit method are provided in C++ whereas the matrix method is implemented as a MATLAB scipt. All these method use finite differences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A compact development framework for Adobe ColdFusion applications, implementing an MVC design pattern for web applications. CFRhino has both an event and extension frameworks allowing it to be fully extended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    DHFS

    A dynamic slot allocation technique to improve performance for HFS.

    ...It is based on the observation that at different period of time there may be idle map (or reduce) slots, as the job proceeds from map phase to reduce phase. We can use the unused map slots for those overloaded reduce tasks to improve the performance of the MapReduce workload, and vice versa, by breaking the implicit assumption that map tasks are run on map slots and reduce tasks are run on reduce slots. For example, at the beginning of MapReduce workload computation, there will be only computing map tasks and no computing reduce tasks, i.e., all the computation workload lies in the map-side. In that case, we can make use of idle reduce slots for running map tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    JCSI

    JCSI is a prototype tool for the analysis of Java Card CAP files.

    ...Actual values of variables are abstracted into security levels, and bytecode instructions are executed over an abstract domain. The tool can be used for discovering security issues due to explicit or implicit information flows and for checking security properties of Java Card applications downloaded from untrusted sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ofeli
    Ofeli (as an acronym for Open, Fast and Efficient Level set Implementation) demonstrates how to operate an image segmentation algorithm of Y. Shi and W. C. Karl |1|, using a discrete approach for the approximation of level-set based curve evolution (implicit active contours). This is a novel (2005) and fast algorithm without the need of solving partial differential equations (PDE) while preserving the advantages of level set methods, such as the automatic handling of topological changes. Considerable speedups (×100) have been demonstrated as compared to PDE-based narrow band level-set implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    JActor

    JActor

    High Performance, Lock Free Java Actors

    JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed. JActor is divided into several GitHub projects: JActor - https://github.com/laforge49/JActor JID - https://github.com/laforge49/JID JFile - https://github.com/laforge49/JFile JANetty - https://github.com/kumarshantanu/JANetty
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    calc3d

    calc3d

    3d calculus engine

    This program lets you visualize three dimensional mathematical elements , viz Point, vector, line curve and allows to plot and explore 3 Dimensional Graphs of Mathematical Functions. It supports 1. Piecewise 2D cartesian and polar plots 2. Implicit cartesian and polar plots 3. Parametric 3D plot (little bit scripting also there) 4. Implicit 3D plot 5. Lines, Vector, Plane, Polygons plot. 6. Save and open scenes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SOPFVM

    Sort Of Purely Functional Virtual Machine

    ...Currently supports closures, objects, and continuations. Uses in-place modification of singly referenced objects to support tuples, vectors, and hash maps. Eventually aims to include implicit parallelism. Released under the MIT License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    ...You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video: http://goo.gl/dSiAL Hakin9 IT Security Magazine Article about IOSEC http://goo.gl/aQM4Di (different format -> http://goo.gl/JKMUPN) IJNSA Article at http://goo.gl/LLxRdX WP Plugin Page http://goo.gl/nF5nD CHANGES v.1.8.2 - Iptables Auto Ban Bash Script Included - Token Access via Implicit Deny - Reverse Proxy Support - reCAPTCHA Support Do you want more features? Check for third party addons http://sf.net/projects/iosecaddons Gökhan Muharremoğlu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    reflective

    C++ library providing detailed run-time code reflection

    Reflective is a C++ library providing detailed run-time code reflection, supporting: - member-data or member-function based properties with getters and setters - method-based actions, with return type and any number of fully qualified parameters - vectorized construction\destruction\copy\move of objects, to allow efficient implementation of non-template generic collection - reflection of class templates, with fully qualified parameters information - indirection levels of pointers, and constness of each indirection level - safe up\down casts (often programmers forget that even an implicit cast may involve an offset or an indirection) - self reflection: reflecting data is itself reflected - multiple\virtual base classes. Of course, you may not like them, but if they are used somewhere in your code, it's not a problem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    easyNRG

    A simple MATLAB implementation of Wilsons NRG-method

    ...The implementation is very slow and rather for educational purposes to get an idea of the NRG-method. For example: it is not considered, that only matrix elements between states, whos occupation number differs by one and S_z differs by 1/2. There is only implicit parallelisation implemented by vectorizing the time consuming parts of the code. This code is licensed under the CC BY-SA 3.0 license (http://creativecommons.org/licenses/by-sa/3.0/, http://creativecommons.org/licenses/by-sa/3.0/legalcode)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Last Java Collection Library

    Java library to work with scalar arrays as usual Collections

    ...Also the library gives such useful methods as contains and indexOf for objects with Iterable interface only. Yeah. There is some stupidness because all implementations differ between each other only types and this code has 100% implicit coupling and duplications. But Java has not left other way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Open-source, Web-based IAT

    An extension of sourceforge.net/projects/implicitassoc/

    This is an open-source, web-based version of the Implicit Association Test (IAT; Greenwald, McGhee, Schwartz, 1998) that takes the category labels and items as input and outputs a file of all responses and response times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nomin is a mapping engine for the Java platform. It provides abilities to transform object trees using declarative mapping rules. Main features are no XML configuration, intuitively looking mapping, using arbitrary expressions/method invocations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IPAT-S Scenario Scripting Language
    IPAT-S is a scenario modeling language. Use it for rapid development of quantitative strategic scenarios for governments, agencies, businesses, etc. using a fast and compact interpreted language. Package includes IPAT Studio development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is an open-source, web-based version of the Implicit Association Test (IAT; Greenwald, McGhee, Schwartz, 1998) that takes the category labels and items as input and outputs a file of all responses and response times. THIS SITE IS NO LONGER BEING UPDATED! (1/22/2013) To find the latest version, go to http://github.com/winteram/IAT There you will find the latest updates and a link to slides explaining how to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Feature rich FTP Library using Java 1.4 / 5.0 (2 different builds) methods and java.nio. Code is now located at GitHub (https://github.com/arnold-maderthaner/ftp4che). For issues and patches please open this on GitHub too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Mach-II
    Mach-II is a powerful, object-oriented, open source MVC framework for ColdFusion that focuses on easing software development and maintenance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    NOTE: Codebase is being moved to it's new home at: https://github.com/cjcliffe/CubicVR A high-performance object-oriented OpenGL 2.0 & OpenGL ES 3D engine with a simple implicit library interface. Includes GLSL, Bullet physics and Lua scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java library that works with Java3D to simulate and visualize, in real-time, dynamics of multiple rigid bodies that are restricted by implicit and explicit constraints (e.g., robotics); designed for efficiency, ease-of-use, and extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tsunami Programming Language
    Tsunami is an open-source high performance computing language. With it you can write streaming data-parallel algorithms that utilize GPGPUs for orders-of-magnitude speed-up with the ease of writing sequential algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Raken, web service controller, is based on JSON as a data definition language. it utilizes simple protocol, optional asynchronous interaction, recovery, localization, security, caching, batch, and multi-part messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Personal Calculator.NET is a text mode calculator written in the C#.NET programming language, the primary goals of this project being, to create a useful text mode calculator that is robust, extensible, and programmable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mulberry is a small industrial strength Object to Relational Mapping Java layer that provides developers the ultimate in flexibility. It's only dependency is a JDBC Type IV driver. It also uses the Collections and Logger frameworks in Java6.
    Downloads: 0 This Week
    Last Update:
    See Project