Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 20

Showing 2009 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Rev Your Digital Product Delivery Engine Icon
    Rev Your Digital Product Delivery Engine

    Enterprise-grade platform designed to connect strategy, planning, and execution across digital product development and software delivery

    Planview links your technology vision directly to teams' daily work, providing complete visibility and control over your digital product delivery ecosystem.
    Learn More
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security.

    Access over 150 cutting-edge products, plus industry-defining AI

    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
    Try it free
  • 1

    Package Cacher

    Transparent cache for Debian and RedHat packages (.deb and .rpm)

    This is a transparent cache for Debian and RedHat packages (.deb and .rpm). It is based on apt-cacher available on Debian. It has been enhanced to handle RedHat repositories and files whose names are the same but the contents are different.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    HRSS

    HRSS

    Hybrid Relative Specificity Similarity based on Gene Ontology

    This software provides a hybrid GO-based semantic similarity algorithm for evaluating the functional similarity between GO terms or gene products. The software uses the pre-downloaded GO database files and the GO annotation files. It allows the users to set organisms, and evidence codes ignored. The software is composed of five modules, getGODAG, getGOAnno, hrssmatrix, hrsstps and hrsspps.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    Value Change Dump to Text File Converter

    Converts value change dump files to a plain-text table.

    Vcd2txt is an utility to parse value change dump (VCD) files and convert them to an easily readable (plain-text) table of signals. In contrast to GTKwave, simulation of hardware circuits can be performed fully on the command line.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Getopt::Euclid is a Perl module that uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. Only development code is hosted on this Sourceforge webpage. Download releases of Getopt::Euclid from CPAN: http://search.cpan.org/dist/Getopt-Euclid/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Resco toolkit for building mobile apps Icon
    Resco toolkit for building mobile apps

    A no-code toolkit for building responsive and resilient mobile business applications for Microsoft Power Platform, Dynamics 365, Dataverse and Salesfo

    Deploying mobile apps with Resco takes days, not months—all without writing a single line of code. Workers can download the Resco app from AppStore, Google Play, or Windows Store, log into your company environment, and instantly use the app you have published on any device.
    Learn More
  • 5
    Sqlninja is an exploitation tool to be used against web apps based on MS SQL Server that are vulnerable to SQL Injection attacks, in order to get a shell or extract data also in very hostile conditions. For more information please check http://sqlninja.sf.net
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    basecv

    BCV is DNA base caller with vocabulary

    The Base Calling with Vocabulary (BCV) software package is intended for analysis of direct (population) sequencing chromatograms using known vocabulary sequences similar to the target DNA. The current version of BCV can only process chromatogram files obtained on Applied Biosystems capillary sequencing machines (ABIF file format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    imvy

    imvy

    A keyboard-friendly image viewer in Gtk2-perl

    A keyboard-friendly image viewer in Gtk2-perl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DEEEP

    DEEEP

    Detector of Integer Vulnerabilities in Software Portability

    ...It uses the tools Lint and Splint, and runs over Open Solaris and Linux operating systems. This tool semantically analyses source code. More precisely, it does type checking, data-flow analysis, and it automatically correlates the results of these two types of analysis. Type checking is used for finding bugs on the way integers are handled, and data-flow analysis is used to see if hazardous functions (eg. memcpy, strcpy) are accessible from outside the program. After this two analyses, the tool correlates the results from the previous phases to attain if the data that comes from the inputs are affected by vulnerabilities from porting to LP64, and if these are handled by dangerous functions (memcpy, strcpy,...). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    QDepo

    QDepo - formerly known as TPDA - Query Repository Tool

    QDepo - A desktop application for retrieving and exporting data from relational database systems to spreadsheet files, also formerly known as "TPDA - Query Repository Tool". The graphical user interface is based on wxPerl or PerlTk. The main feature of the application is the SQL query repository management. The repository consists from a collection of XML files that ca easily be moved or copied to other computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cycloid: Hybrid Cloud DevOps collaboration platform Icon
    Cycloid: Hybrid Cloud DevOps collaboration platform

    For Developers, DevOps, IT departments, MSPs

    Enable your developers to do their best work and increase time-to-market speed with a leading DevOps and Hybrid Cloud platform.
    Learn More
  • 10
    allink

    allink

    Software for data analysis, image processing, simulations, solver.

    ...Addyn) perform molecular dynamics and Monte Carlo simulations and has a solver for 4th oder PDE. Avvis) perform all the operation of Matematica on different sets of data visualized on a Qt graphical interface. DrImage) image manipulation on the Matematica filters. The program is intended to use as less as possible external libs (optional: openGL, gsl, fftw, cgal, png, tiff, boost, MPI, Qt...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ActiveGEM contains a set of perl/Tk graphical interfaces for the GEMPAK meteorological diagnostics and plotting package. These research-oriented interfaces provide easy access to low-level GEMPAK functions and allow for the maximum possible flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Braille Alphabet Generator

    An automated way to generate all braille characters

    This project generates all possible braille characters. The characters are generated as image files. User can fully customize the look and feel of the images including their format type. The characters are language independent (i.e., they are not tied to the language the Braille coding is representing) nor are they tied to any Grade level of Braille system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    catch-http

    Captures and extracts HTTP connections

    Perl script for capture HTTP conections and extract the transmited files. Uses libmp3-tag-perl and tcpflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    greps

    grep a subset of files

    ...The usage of greps is same as you would use grep, and all options that are available with grep can be used in the same way also with greps. Basically what greps does is allowing you to choose also the patterns or extentions of relevant files. Then it executes find for finding such files, and executes grep on those files (find | xargs grep).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Subcheck is a Perl script which checks srt subtitle files for errors. Such as overlapping, negative duration, to short displaytime, rewrite subtitle lines with another character length (useful for hardware divxplayers), etc. It is highly configurable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    ADM to GPX

    Convert a Garmin ADM database file to a GPX file

    User data exported from later model Garmin GPSmap marine GPS sets consists of ADM files written to a VFAT-formatted SD card. This data includes user-generated waypoints and routes, and recorded GPS tracks. adm2gpx converts this data to industry-standard GPX records that may be imported into third-party mapping and GPS software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    AltServiceNow

    Alternate perl API for ServiceNow

    The AltServiceNow project has been abandoned. Please check out the replacement ServiceNow::SOAP module in CPAN or MetaCPAN at https://metacpan.org/pod/ServiceNow::SOAP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RetroFlux

    RetroFlux

    Web Interface for RetroShare (nogui)

    Web Interface for RetroShare (nogui) RetroFlux provides - Search Files - Download (Start, Pause, Restart and Stop) - RSCollection (Read Collection and download files) - Peers (Add and Remove) - Chatlobbies (Join and Leave) - see Status Installation guidelines see Wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Designed to use what is known about users via the /etc/passwd file on unix/linux systems to generate a dynamic dictionary or csv file of more accurate guesses as to what their possible password may be, to look for bad password protection practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ViewDix

    Android UI for off-line dictionary viewer

    Small Android application that provides access to dictionary index. The index provides full list of words and full list of articles. The list of words is searchable by prefix. Words may have alternative writings (kana-kanji in Japanese). The indexes are created separately and may have different sets of dictionaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bioinformatic tools for analyzing an orfeome using translated ORFs and compares each ORF to the provided Orfeome/Proteome. Our script uses NCBI BLAST run locally and MySQL as the main engines in a new and interisting way. It is designed specifically for Poxvirus genomes, and provides the VACV-COP nomenclature and Cowpox Ortholog groups per each ORF. The BLAST stats are generated when compared to the Proteome you provide. It can be easily adapted for other genomes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Introminer

    Extracts intronic information from annotated genomic sequence

    Created by Julie Shay and Claudio Slamovits. Introminer reads a sequence file with genomic data that contains sequence and intron positions in genbank format. It extracts positional and sequence data as well as the intronic sequences and other important parameters to study gene architecture and intron evolution at a genome-wide scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RSS Feed Reader, for use in a crontab, to monitor, download and copy podcasts to an IPOD or other MP3 Player. To copy the files to an IPOD it requires GNUPod be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Proxyp

    Proxyp

    Multithreaded Proxy Enumeration Utility

    Proxyp is a small multithreaded Perl script written to enumerate latency, port numbers, server names, & geolocations of proxy IP addresses. This script started as a way to speed up use of proxychains, which is why I've added an append option for resulting live IP addresses to be placed at the end of a file if need be. Requires IP::Country module and root/administrator privileges. "No man is free who is not master of himself" --Epictetus "For a man to conquer himself is the first...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library.
    Downloads: 10 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB