Showing 143 open source projects for "implicit"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Frost Programming Language

    Frost Programming Language

    Frost Programming Language Interpreter

    Frost is an interpreted structured programming language based on C and Objective-C. It has dynamically typed variables, named function parameters, implicit memory allocation, and automatic garbage collection through reference counting (for arrays). As any major interpreted language, you can easily create bindings of your C library functions to Frost. Its interpreter is written in C, and it only uses libC and POSIX system calls (Lex and Yacc are not required). You can easily compile it on Linux or OS X using the included Makefile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3

    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
  • 4
    xmlsd
    xmlsd is a library that wraps expat in order to simplify XML use in C programs as well as adding rigid rules to an XML structure. The idea is to have XML structures that can be passed over the network with implicit parameter verification.
    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.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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: 1 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    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
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10

    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
  • 11

    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
  • 12

    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
  • 13

    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
  • 14
    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
  • 15
    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
  • 16
    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: 5 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    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
  • 21
    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
  • 22
    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
  • 23
    A framework for transferring implicit or tacit knowledge between members of a community. It works by observing the behavior of community members, and providing them with suggestions from other community members based on their past behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XISL (XML based scripting of Implicit Surfaces) package (written in C++) assists developers in construction of arbitrary implicit models. Each implicit function class (a primitive, an operation, etc.) is deffined by its appropriate XISL tag(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Patched POV-Ray, which allows add to scene new object eisosurface - implicit surface defined in extern dynamic library. Systems: Windows, Linux. Martin Manduch 2008
    Downloads: 0 This Week
    Last Update:
    See Project