Showing 12 open source projects for "function point"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 1
    SPX

    SPX

    A simple & straight-to-the-point PHP profiling extension

    SPX, which stands for Simple Profiling eXtension, is just another profiling extension for PHP. It differentiates itself from other similar extensions as being totally free and confined to your infrastructure (i.e. no data leaks to a SaaS). Very simple to use: just set an environment variable (command line) or switch on a radio button (web request) to profile your script. Thus, you are free of manually instrumenting your code (Ctrl-C a long running command line script is even supported)....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Electronic Shelf Label  Firebase Edition

    Electronic Shelf Label Firebase Edition

    An electronic shelf label is a type of price tag

    An Electronic Shelf Label is a device that's typically attached to the front edge of retail shelving. ESL Firebase Edition V2.0 utilizes the AES-256 in CBC mode and Google Firebase. It doesn't require an expensive gateway to function, once configured, all it needs is a power supply and a Wi-Fi access point. ESL Firebase Edition V2.0 allows you to operate as many of them as you wish, provided that each has its own unique ID, and there's enough power and bandwidth for all of them...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    ProxyCrypt

    Encrypted volumes through command line

    ProxyCrypt is a command line tool that creates encrypted volumes within a file or a hard drive. Encryption and decryption are made on the fly, allowing you to use encrypted volumes like normal ones. Designed for paranoids and advanced users, it is also fast, very lightweight, open source and easy to recompile. See the features below. It works as a "proxy" for the ImDisk Virtual Disk Driver. The latter is included in the full package and does not require installation. See the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RMGDFT

    RMGDFT

    Real Space Multigrid based electronic structure code.

    News: active RMG development has moved to github https://github.com/RMGDFT News: V4.1.0 released on 09/29/2020 News: V4.0.0 released on 09/01/2020 with major updates. News: V3.0.0 released on 06/09/2018 with major updates. News: V2.2.2 released on 10/14/2017 with minor bug fixes. News: V2.2 with performance enhancements, bug fixes and new features released on 06/26/2017. Sources are available with binaries to follow soon. News: V2.1 with many improvements released on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5

    xplgraph-cpmgsx-dxforth

    An replacement of DXForth's xplgraph.scr library for CP/M

    See Wiki for usage and more details. Originally, xplgraph.scr library for DXForth was written to work on DOS systems only enabling point-and-plot graphics on VGA-compatible graphics devices. DXForth port to the 8-bit CP/M operating system lacked similar capability. The aim of this project is to provide an replacement of the original xplgraph.scr library, exposing roughly the same API, enabling graphics in DXForth running under CP/M. This library is written using DXForth's inline assembly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ZM

    ZM

    A library to handle coroutine and green thread in C

    ZM is a C library to handle continuations (coroutine, exception, green thread) with finite state machines. The library is written in C99 without external dependecy or machine-specific code and can be compiled in ansi-c or ansi-c++ with the minal effort to define two unsigned int type (uint8_t and uint32_t).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Diagonal

    A command line toolki to solve a problem your favorite program defines

    Diagonal can be used for: - getting descriptive statistics such as mean/median/mode with your program producing a sample - finding a root of an equation your program defines - calculating a fixed point of a function your program defines - detecting a cycle of a fuction your program defines as well as - decoding a VCDIFF file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OpengateM

    A MAC address based user authentication system for campus-wide network

    This system restricts the network users and records usage log of the users. It is applicable to the campus wide network and is compatible to almost all network terminals. MAIN DEVELOPMENT SITE IS MOVED FROM here TO "https://osdn.jp/projects/opengatem/"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SPherical Image Library (SPI)

    Image format with Spherical coordinates

    SPherical Image Library (SPI) provide render-engines with a more uniform quality environmental maps, by using the spherical coordinates. It also contain some simple function for blur between these spherical coordinates, to create soft shadows for eg. point-lights.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    Free Vector Math Library

    C math functions vectorized for x86_64

    The goal is to provide SSE (and eventually AVX) vectorized forms of C math functions. These function calls are the basis of floating point math, and currently prevent gcc from auto-vectorizing most numeric code. I want to fix that by providing vectorized versions. Presently, the library provides vectorized forms for double precision for about half of the standard C math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Post Memory Corruption Memory Analysis

    PMCMA - Post Memory Corruption Memory Analysis

    Pmcma is a tool aimed at automating the most time consuming taskes of exploitation. It for instance determine why an application is triggering a segmentention fault, evaluate if the faulting instruction can be used to write to memory or execute arbitrary code, and list all the function pointers potentially called from a given point in time by an application. Pmcma is a totally new kind of debugger, which allows for easy experimentation with a process in memory by forcing it to fork...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    It is generally not wise to compare two floating-point values for exact equality, for example using the C == operator. The fcmp package implements Knuth's suggestions for safer floating-point comparison operators as a C function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next