1130 programs for "r-portable" with 1 filter applied:

  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1

    Scripting Language Bindings

    A port of WFOPT to the several scripting languages

    This project contains bindings for various scripting languages to the Wheefun Options Parsing Library. It is meant to provide parity with the C implementation so .NET languages can take advantage of WFOPT. For more information, please see the main page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    BD-Func

    Bidirectional Functional Enrichment of Gene Expression Data

    BD-Func is an algorithm to predict activation or inhibition of pathways based upon gene expression patterns. If you use BD-Func, please cite: Warden C, Kanaya N, Chen S, and Yuan Y-C. (2013) BD-Func: A Streamlined Algorithm for Predicting Activation and Inhibition of Pathways. peerJ, 1:e159
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    stkpp

    stkpp

    C++ Statistical ToolKit

    STK++ (http://www.stkpp.org) is a versatile, fast, reliable and elegant collection of C++ classes for statistics, clustering, linear algebra, arrays (with an Eigen-like API), regression, dimension reduction, etc. Some functionalities provided by the library are available in the R environment as R functions (http://cran.at.r-project.org/web/packages/rtkore/index.html). At a convenience, we propose the source packages on sourceforge. The library offers a dense set of (mostly) template...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    pascal p5c

    fast, portable Pascal compiler using gnu c as intermediate code

    p5c is a fast portable iso standard pascal compiler. It is derived from the pascal p5 compiler and creates gnu c code instead of p-code. This makes it very fast since it uses gcc to generate native code. p5c is multi platform - it is easy to get up and running since you only need gcc to start. Using gcc enables extra tools like a static analyser and code coverage analyser. Execution profiling described in the blog here -> https://sourceforge.net/p/pascal-p5c/blog/2017/07/how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5

    SidClock

    *nix Sidereal Clock

    *nix Sidereal Clock Application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WFLIB .NET Bindings

    .NET bindings for the WFLIB project.

    This subproject .NET provides bindings for WFLIB; it provides a portable way of linking shared libraries for .NET. On .NET Core 3.0 and above, it uses System.Runtime.InteropServices.NativeLibrary, but for earlier versions, it will attempt alternative strategies (including loading the native WFLIB library).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    WFMEM .NET Bindings

    .NET bindings for the WFMEM project.

    These are the .NET bindings for the Wheefun Memory Management Primitives library. It is split into two facets: a portable .NET implementation and a native implementation. building upon the former. This project allows for .NET code to interact with native code that uses WFMEM to allocate memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Portable Tool Suite (PorTS) is a set of development tools and utilities providing a development environment for new experimental platforms, the main goal being ease of cross-development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a console based 3D 4-in-a-line game made with ascii graphics. It aims to be portable to all kind of unix systems and to microsoft windows. Its writen in C and uses standard library rutines mostly. Its for local playing now, but networking will be
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10

    Wheefun Options Parsing Library

    Portable command line options parsing

    This library provides portable command line parsing which can be used across several platforms to provide a consistent command line interface. WFOPT uses the model-view-controller pattern: options are specified via an option set, which are interpreted via a parser object and whose behavior can be modified using controller objects. This library is object-oriented and interaction occurs with it at a high level. Programmers can easily write their own parsers if none of the included parsers fit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    DpdlScripting

    DPDL (Dynamic Packet Definition Language) is a small framework library

    Dpdl (Dynamic Packet Definition Language) is a constraint device framework and scripting engine that can be used to implement small, portable and light-weight applications on Java enabled devices (in particular J2ME and JavaME) and small embedded systems. It has been developed in 2002, in early days when mobile phones where running mostly J2ME applications. Dpdl is a compact framework, small memory footprint library and scripting engine that can be used to encode, decode, control and query data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Password Keeper + Generator

    Password Keeper + Generator

    Free portable cross-platform graphical multi-user password manager

    Free portable cross-platform multi-user password manager, 100%-pure Java. DB for each pkg-user is encrypted and protected by pkg-user hash. In addition - passwords in DB are stored in encrypted form. In result - stored passwords are double encrypted ! Passwords of pkg-users are not stored in program - stored and compared only hashes. Support md2, md5, sha1, sha256, sha384 and sha512 hash. Support export DB to CSV, HTML, XLS or XML and import from CSV, XLS or XML. Simple and intuitive GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Wheefun Graphics Library

    Portable Graphics Primitives

    The Wheefun Graphics Library (WFGFX) library implements basic graphics primitives that are designed to be used portably between different backends. The basic implementation includes support for the C and C++ programming languages. WFGFX at its core provides interfaces for manipulating both raster and vector images through an abstract graphics context; in many cases, several low-level primitives exist for more direct manipulation. It is designed to be easily ported to other programming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Textcryption

    Textcryption

    Tiny application which allows encrypting basic text.

    Application which allows encrypting text. It is encrypted using own libraries. I think it is a very strong way to encrypt, specially if the text has more than 1 KB. The application reads encrypted bytes from disk, and writes encyrpted bytes to disk, so it never is saved in the hard disk decrypted. JDK-17 compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Detroit engine

    Detroit engine

    A multi-posix-platform abstraction layer for creating desktop apps

    Detroit is a multi-posix-platform abstraction layer for creating portable desktop applications. Detroit offers simple widgets, even more simpler menu system and extensible DSL language in the core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    corlpack

    Ada Library for heterogenous vectors

    Corlpack consists of a library and tools aiming to simplify and accelerate programming of small, scientific, computational applications. One of the planned features is the loading and saving of a variety of research data into a single generic data structure, that is much like the named list from R, thus removing the need to learn many data access APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Home Automation Control Center

    An application to control DIY home automation products

    This Perl/PostgreSQL application enables to control various do-it-yourself home automation products (such as air conditioning units or electric radiators). The code is highly portable for used with other DB (for example MySQL). It may be used as a scheduler with light modifications. User Interface is provided by the Home Automation Control Center UI project (https://sourceforge.net/projects/climcontrolui)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The GEM 3D engine is a portable, free, open source, easy to use, software development kit which allows you to build high performance 3D graphics applications such as games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Family Tree

    Family Tree

    Family tree builder

    Build your family tree. Shows entire tree at once, or at least however much fits on the your screen at a time, you can pan around to see the rest. This is a web app that works offline, pretty much like any other program, just save the *.htm file and open in any HTML5 browser like chrome or firefox. Possible plans to add: -some support for *.ged files. -zoom should also be possible -images/sound clips, maybe? -adding lines, so branches can cross
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A portable loudspeaker design system supporting measurement, modeling, simulation and optimization of boxes, filters and systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JYMAG

    JYMAG

    Management & operating of AT-based (e.g. Sagem) mobile phones/modems

    JYMAG (Jig Your Music And Graphics) is a program for communicating with serial-port-based mobile phones. It is a free replacement for the Sagem mobile phone software, 'My Pictures and Sounds', and a general-purpose serial terminal. See the project homepage https://jymag.sourceforge.io and the project Wiki in the menu above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fronsetia

    Fronsetia

    A web application for testing webservices

    Fronsetia (Free Online Service Testing Application) is a Java web application that allows testing webservices. No end-user installations required, just deploy the application on your server and pass the link so that users can use their usual browsers to access Fronsetia. You can think of Fronsetia as a simple version of SoapUI on the web, or a simple and free and open-source version of the "wls_utc" utility. See the project homepage https://fronsetia.sourceforge.io and the project Wiki...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Meqaris

    Meqaris

    Booking/reservation of meeting rooms/equipment with e-mail invitations

    Meqaris (Meeting Equipment and Room Invitation System) is a system that allows booking meeting/conference rooms and other equipment or resources (like mobile whiteboards, projectors or conference audio/video sets) by using the same type of e-mail invitations that are used to invite participants to meetings. Especially useful in corporate environments, but can be used for anything in general, even by individual users. Simply add "resource participants" to the recipient list (just like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    mksqlite

    mksqlite

    A MATLAB(R) Mex-DLL to SQLite Databases

    Did you ever want to store your MATLAB(R) data in a SQL database? Nothing large, simply a few array or strutures in a few tables. Maybe a few indicies and everything manageable with SQL commands? Then msqlite will be the right choice for you! mksqlite connects the power of MATLAB(R) with the efficiency of the SQLite database engine. (See also https://github.com/AndreasMartin72/mksqlite)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VDT - Visual Disk Test
    VDT - Visual Disk Test : performs I/O tests on files, partitions, and/or disks with visual feedback/follow-up, offering flexible test area selection by size, location, percent, or combinations thereof, plus test duration control by time or size.
    Downloads: 1 This Week
    Last Update:
    See Project