Search Results for "tau-analyzer-setup" - Page 3

Showing 406 open source projects for "tau-analyzer-setup"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    SpongeForge

    SpongeForge

    A Forge mod that implements SpongeAPI

    A Forge implementation of the Sponge API. SpongeForge uses Gradle as its build system. The repo includes the Gradle wrapper that will automatically download the correct Gradle version. Local installations of Gradle may work but are untested. To execute the Gradle wrapper, run the ./gradlew script on Unix systems or only gradlew on Windows systems. In order to build SpongeForge you simply need to run the gradlew command. On Windows systems you should run gradlew instead of ./gradlew to invoke...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    BeanShell Double-Click

    BeanShell Double-Click

    Run BeanShell scripts by double-clicking them

    ...Go to https://github.com/gungwald/beanshell-setup for the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GaME - Solitaire-RPG Editor

    GaME - Solitaire-RPG Editor

    Solitaire-RPG Editor with Support for Game Master Emulation

    GaME is an editor with support for Game Master Emulation (especially Mythic, see http://wordmillgames.com) and some hopefully useful feature to keep track of threads and characters, roll dice and organize the solitaire-rpg session into scenes. The editor has been designed to be used without a mouse (although of course you may use a mouse or similar devices if you like). Every feature is availabe via keyboard shortcuts or by calling up the central context menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ORMLite Android

    ORMLite Android

    ORMLite Android functionality used in conjunction with ormlite-core

    This package provides Android-specific functionality. Users that are connecting to SQL databases via JDBC connections should download the ormlite-jdbc package instead of this Android one. Object Relational Mapping Lite (ORM Lite) provides some simple, lightweight functionality for persisting Java objects to SQL databases while avoiding the complexity and overhead of more standard ORM packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Next Generation Programming

    Next Generation Programming

    Compose Software Without Writing Any Programing Code

    "Next Generation Programming - Programming Without Coding Software" is a drag-drop wizard for creating simple or complex applications without writing any programming language code The Software is coded/designed with "Java Programming Language" for novice/expert programmers; Programmers can write softwares with visual tools : drag-drop components;visual editors... Programmers can use the software to compose of simple/complex applications : Database programs, circuit design, generate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    React Native Push Notifications

    React Native Push Notifications

    React Native local and remote notifications

    React Native Local and Remote Notifications for iOS and Android. firebase-messaging, prior to version 15 requires to have the same version number in order to work correctly at build time and at run time. The Firebase Android library firebase-core is no longer needed. This SDK included the Firebase SDK for Google Analytics. Now, to use Analytics or any Firebase product that recommends the use of Analytics, you need to explicitly add the Analytics dependency. Example folder contains an example...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    StatisticsTables

    StatisticsTables

    This is a Java APP for Probability and Statistics Tables

    If you have Windows or a MAC , you can setup and run Statistics Tables with very little effort. You can use jdistabs in place of paper Probability Tables to get electronic probabilities. You can also download the Java code used to create this APP. There are 2 zips. One is for a working windows APP, and the other with complete code and file structure. I used Eclipse to develop the APP.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    FileRally

    FileRally

    Quick access to the files you need most

    ...FileRally displays an always up-to-date virtual folder containing your most frequently used and most recently used files. The files you are most likely to need are at your fingertips without navigation, without searching, without settings changes, and without an app launcher. Setup is extremely simple. Just point to your files and go. See settings screen shots below and project web site. v1.4 is for 64-bit systems only. Use v1.2 with 32-bit systems.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    Korean Analyzer Rhino

    Korean Analyzer Rhino

    Parsing Korean words by morpheme and part-of-speech

    RHINO parses Korean words by morpheme and part-of-speech. Its dictionaries are based on Korean Modern Tagged Corpus(12 million phrases scale) which was made by Korean government. So it analyses many cases of stems and endings. And the newly developed Dynamic Dictionary Technology can make words to react with their context. That is, a programmed database. For more information see the files in the help folder.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10
    kmttg

    kmttg

    TiVo To Go and advanced Remote Control

    ...kmttg is a Java based program I wrote to facilitate TivoToGo (TTG) transfers that can download, create pyTivo metadata, decrypt, run comskip & comcut (commercial detection and removal), create closed captions files and re-encode multiple shows you select from your Tivos all automatically. The program also has the capability to transfer and process shows automatically from your Tivos based on titles and keywords you setup. kmttg also has an advanced Remote Control which among many other things allows for Season Pass management, backup/restore, copying, etc. Also now has capability to backup/restore Channels received list and Thumbs ratings. Also has AutoSkip functionality where you can enjoy hands free commercial skip viewing on your TiVos. ...
    Downloads: 70 This Week
    Last Update:
    See Project
  • 11
    RxPermissions

    RxPermissions

    Android runtime permissions powered by RxJava2

    This library allows the usage of RxJava with the new Android M permission model. If you need to trigger the permission request from a specific event, you need to setup your event as an observable inside an initialization phase. You can use JakeWharton/RxBinding to turn your view to an observable (not included in the library). Because your app may be restarted during the permission request, the request must be done during an initialization phase. This may be Activity.onCreate, or View.onFinishInflate, but not pausing methods like onResume, because you'll potentially create an infinite request loop, as your requesting activity is paused by the framework during the permission request. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Poli

    Poli

    An easy-to-use BI server built for SQL lovers. Power data analysis

    An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights. Platform independent web application. Single JAR file + Single SQLite DB file. Get up and running in 5 minutes. PostgreSQL, Oracle, SQL Server, MySQL, Elasticsearch... You name it. No ETLs, no generated SQL, polish your own SQL query to transform data. Pixel-perfect positioning + Drag'n'Drop support to customize the reports and charts in your own way. Utilize the power of dynamic SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WebRTC Android

    WebRTC Android

    webrtc VideoCall VideoConference

    WebRTC Android is a sample project that showcases how to implement real-time peer-to-peer communication (audio, video, and data) on Android using WebRTC. It demonstrates a complete pipeline—from signaling and connection setup to media capture and transmission—making it an excellent reference for developers looking to integrate WebRTC into their mobile apps. The project includes UI components and handles network state changes, codec configuration, and ICE negotiation to provide a robust base for real-world applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    ...This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web-based control panels but, it works over SSH from the local computer, hence no installation is required on the server. It runs on Linux and Windows. Muon has been tested with several Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD, and HP-UX. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    Aumus

    Aumus

    Music Server

    A music server that can play FLAC or mp3 files. The server is controlled via various client applications. Supplied client applications include a command line one suitable for integrating with LIRC, a desktop graphical app, and an Android OS application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VHR

    VHR

    Front-end/back-end separated human resources management system

    VHR is a full-featured human resources management system that demonstrates a production-style Java backend paired with a modern web frontend. It organizes HR domains into clear modules such as employee records, departmental structure, job titles/levels, salary and attendance, training and appraisal, and system configuration. The backend follows a clean, RESTful architecture using Spring Boot with layered services, persistence mappers, and role-based access control so permissions are explicit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tournament Maker

    Tournament Maker

    Software to help people run and organize tournaments.

    This program is intended for small tournament organizers. The goal is to allow organizers without much experience to setup and run a tournament without hours of preparation. Running a tournament is hard, especially when there are only a few people helping. With the software doing all the work, organizers will be more relaxed and it'll be a better experience for everyone. If you find this program useful, please donate to Food for the Hungry (http://fh.org/) or a charitable organization of your choosing. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    SmartPOS /Point of Sale Web with ERP

    SmartPOS /Point of Sale Web with ERP

    SmartPOS (Includes->SmartERP distro of Idempiere ERP) is 100% Web

    SmartPOS 7.1 is a complete ERP+POS (Idempiere 7.1 Distro) , taking all the power of an ERP, but creating an intuitive , agile and easy to learn Point of Sale (POS) 100% Web . SmartPOS has been designed to work as part of the ERP, and support complex business environments, where you can manage different products per organization, different organizations per client, different warehouses per organization, and for each warehouse private config for your POS, price lists, taxes,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    snowflake

    snowflake

    A modern graphical SSH client

    https://github.com/subhra74/snowflake Snowflake is a graphical SSH client. It has a file browser, terminal emulator, resource/process manager, disk space analyzer, text editor, log viewer and lots of other helpful tools, which makes it easy to work with remote servers. It runs on Linux and Windows. Snowflake has been tested with Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX
    Downloads: 18 This Week
    Last Update:
    See Project
  • 20
    Chess Tournaments (Windows setup)

    Chess Tournaments (Windows setup)

    This is a chess program to help you to organize any chess tournaments

    This is a chess program to help you to organize any chess tournaments without using real chess rules, go to the support page of this program. The support page also has more information about this program. This program creates a "Data" folder to save settings of this program and notes of tournaments and players. Players could play with each other on a single device or playing by multiple devices by a network. This program shows squares that mouse points on them and that helps to prevent...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    benerator is a framework for creating realistic and valid high-volume test data, used for load and performance testing and showcase setup. Data is generated from an easily configurable metadata model and exported to databases, XML, CSV or flat files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    The Sceptics Global Warming Analyzer

    Data Analyzer for Global Warming Sceptics

    A basic tool for importing, parsing, exporting, and analyzing the GHCN Weather Station Data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ROS Code

    ROS Code

    This is the official SourceForge Mirror of the ROS Code GitHub repo

    This project acts as a mirror for the ROS Code GitHub repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jDHTUQ
    ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq. jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JPDF Viewer

    JPDF Viewer

    Your Java Swing PDF Viewer/Reader cross platform

    A simple PDF Viewer that allows you to be able to view, print and extract the contents of your pdf file in just a few clicks. You can export the contents of the pdf in svg format or txt. The Viewer is also equipped with a handy utility panel with search functions, thumbnails and annotations. Get Your PDF Reader for Android - https://play.google.com/store/apps/details?id=com.ulm.pdfreader =============================== Get now your Word Processor in pure java:...
    Downloads: 3 This Week
    Last Update:
    See Project