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

537 projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" with 1 filter applied:

  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • Intelligent testing agents | Checksum.ai Icon
    Intelligent testing agents | Checksum.ai

    Checksum generates, runs, and maintains end-to-end tests automatically so your team ships with confidence as code output grows.

    Coding agents write the code. Checksum runs it—continuously testing against real APIs, real data, real edge cases—before it ever reaches production.
    Learn More
  • 1
    7z SFX Builder

    7z SFX Builder

    Create 7z SFX configuration files and manage them as projects

    This software is designed to create and manage 7zip SFX configuration files for modified SFX module by Oleg Scherbakov, which is not in active development now (and probably won't ever be). So, I think this project has nothing to do anymore. It covers almost every command that modified module supports. Source code is a whole mess, because it was written when I was making first steps into programming. Although, you may find some interesting things there :)
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 2

    RuSimpleCrypt

    A tool to encrypt files in Russian.

    ...Официальная страница http://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D0%B1%D0%B5%D0%B7%D0%BE%D0%BF%D0%B0%D1%81%D0%BD%D0%BE%D1%81%D1%82%D1%8C/%D1%88%D0%B8%D1%84%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5/rusimplecrypt-%D1%88%D0%B8%D1%84%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D1%84%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2.html A tool to encrypt files in Russian. Only for the Windows operating system. Integration with Explorer context menu does not. AES encryption of 256 bits. based on sourceforge.net/projects/oss-simplecrypt/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C.P.D.S Criptografia por Desloc. Simples
    ...Programa leve, rápido e potente.Obs: O arquivo a ser codificado deve estar dentro da mesma pasta onde o programa está salvo. Program that encrypts a text file,(except for Microsoft Office files) based on a 15 character key.PS, the file that will be coded must be salved in the same place where the program is salved at. English version coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Flower of Life Generator

    Flower of Life Generator

    Generates flower of life diagrams.

    Requires: .NET 4.5 The Flower of Life Generator is capable of generating large, intricate flower of life diagrams. The diagrams can be saved as editable flower files for later, or directly exported as images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 5
    Loxie

    Loxie

    Web-editor

    Loxie is a web-editor with rich UI for creating HTML,CSS,PHP files all in one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MyServerEditor
    ...Windows7 or above. java 8 for windows and java 7 for Linux. Not tested on AMD processors nor mac os. Setting MyserverEditor database Myservereditor data base is the file responsible of compatibility with Apache server version. By default Myservereditor comes with a database that is compatible with Apache 2.4 version. You may check Your Apache server version and download the right version from files. Myservereditor data base has the extension of db. To upload a data base to Myservereditor go to Advanced settings > Upload data base MyserverEditor with version 3.3 supports plugins.You may visit MyserverEditor download page from time to time to pick up your desired plugins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Parto Book Maker(Engine

    Parto Book Maker(Engine

    کتاب ساز آندروید پرتو

    به نام خدای بخشنده و مهربان آنکه بنده هایش در هیچ زمان و مکانی تنها نمی گذارد چه در زمان عبادت و چه زمان خواب و چه در زمان ناسپاسی نرم افزار کتاب ساز آندروید پرتو این نرم افزار توسط پرویز بازگشا طراحی و پیاده شده است دقت کنید چنانچه ویندوز تان 64 بیتی است حتما پچ مخصوص 64 بیتی دریافت کنید و فایل هایش دورن پوشه برنامه جایگزین کنید با تشکر پرویز بازگشا
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    bfm

    BigFileManager - Manage files outside of your VCS

    This tool is intended to manage big files out of your VCS but in your workarea. It's like mercurial largefile extension but independend of any VCS. Instead of the big file itself only a list of filenames with their checksums (md5) are committed to the VCS. The BFM can check for missing or outdated bigfiles and downloads them from a server using CURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    fast_count_multi

    Extremely fast NGS read counter

    Counts NGS read alignments against GTF annotations in a multithreaded and scalable fashion. Benchmark: 8 core 1M annotations for 2Gb sorted reads ~30 seconds compared to ~28 minutes for bedtools multicov. Files include: fast_count_multi - reports all counts and RPKM, multithreading support fast_count_deseq - reports gene counts in deseq compatible format, multithreading support fast_count - reports all counts with no multithreading support. usage ./fast_count_multi num_threads gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    Learn More
  • 10
    MCCCS

    MCCCS

    Multi Channel Classification and Clustering

    Here we present an image-based Multi Channel Classification and Clustering System (MCCCS). It is an generalized, script-based classification system for processing various kinds of image data. Due to the modular design, individual processing-components can be easily adapted, extended or exchanged by own extensions. See project website for installation instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JWasm

    JWasm

    Japheth's assembler, JWasm

    ...As far as programming for MS Windows is concerned, JWasm can be used with both WinInc (32/64-bit) and Masm32 (32-bit). Since v2.01, it will also work with Sven B. Schreiber's ancient WALK32. C header files can be converted to include files for JWasm with h2incX. JWasm's source code is released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. There's a bunch of source samples available - they are supplied with the precompiled binary packages.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12

    AES256 Password manager Russian version

    Simple password manager in Russian

    Simple password manager that uses encryption AES 256. Translated into Russian. AES256 Password Manager (originally Encrypter) decoder is a text file that stores the passwords or other sensitive data is completely secure manner using encryption algorithm AES 256-bit. Official page http://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D0%B1%D0%B5%D0%B7%D0%BE%D0%BF%D0%B0%D1%81%D0%BD%D0%BE%D1%81%D1%82%D1%8C/%D0%BF%D0%B0%D1%80%D0%BE%D0%BB%D0%B8/aes256-password-manager-%D0%BF%D1%80%D0%BE%D1%81%D1%82%D0%BE%D0%B9-%D0%BC%D0%B5%D0%BD%D0%B5%D0%B4%D0%B6%D0%B5%D1%80-%D0%BF%D0%B0%D1%80%D0%BE%D0%BB%D0%B5%D0%B9.html Autor twitter: https://twitter.com/mrkaban546
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Power C++

    C and C++ IDE

    English: Power C++ is an IDE for C++. Have suppor for C# files. This is a BETA version, which means that there is still work to be done. Español: Power C++ es un IDE para el lenguage de programación C++. Tiene soporte para archivos de C#. Esta es una versión BETA, lo que significa que aun falta trabajo por hacer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Visual NMS

    Visual Network Management System

    VisualNMS is a network management system with powerful visualisation features due to its vectorial based rendering (SVG). It is built using perl, javascript, SVG, HTML. It includes Layer 2 autodiscovery based on LLDP and other discovery protocols (Cisco's CDP, Extreme Networks' EDP, etc.). Other features include: real time SVG graphs on links, web2cli engine (AJAX to Telnet/CLI), editable maps, auto layout (based esentially on GraphViz), VLAN mapping (work in progress) based on SNMP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    sh2exe

    Packs a shell script and busybox into a single exe file

    This small program packs a shell script and Busybox into a single EXE, so the script can run on any Windows machine. It is possible to include another files along with the script, so this can be used to deploy files, for example. This is an initial version, probably has a lot of bugs. It supports Busybox-Win32 and Cygwin Busybox. This is NOT a compiler neither encrypter, if you need something like this you can take a look at SHC Shell Compiler. It is possible also to unpack the embedded Busybox versions to a directory and use this environment to create/test scripts prior to pack them into an executable. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    MindEye

    Neuromarketing software for marketing experiments

    It is a free neuromarketing software to marketing experiments. It sync two neuro hardware. It works with EyeTribe (Eye tracking) and EEG (electroencephalogram)) MindWave of Neurosky C+ and .Net. Matlab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Python Embed C++

    Embed C++ in Python source code, dynamically compile and access data

    Moved to http://github.com/ftrias/pyembedc Python module to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    rdump

    rdump

    Rotating dump

    This command line tool for Linux allows to dump stdout of any application into rotating files, which either do have a fixed size or provide storage for a fixed time window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GdnPlanner

    GdnPlanner

    2D Editor to manage garden or flat plan

    GdnPlanner is a tool to create the 2D plans of your garden or flat. See review at http://listoffreeware.com/free-landscape-design-software-windows/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Cgreen

    Unittesting and mocking framework for C and C++

    Cgreen has MOVED to GitHub: https://github.com/cgreen-devs/cgreen, files, documentation, source, issues are all there. This repo is OBSOLETE and not updated anymore. Cgreen is a unittesting and mocking framework for C and C++. Features include composite test suites, each test can be run in it's own process, trapping of hung tests, setup and teardown, extensible interface, support for mocking functions and automatic discovery of tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    E_shoppingcart
    "bismillah el rahman el rahim" this is a complete application simple and effective e-commerce accompanied by a file sql nomed bookstore.sql to create the database to exploit, to start Kindly create thebase bookstore in mysql with the password and username "test" and then recompile the projector or opens untitled4 in JBuilder, the flow of data begins with the main servlet Site E_commerce "http: // localhost: 8080 / Caddie". depploiyer for the untitled.war file with tomcat server or other evalution as glass_fiche must bring some mofification in web.xml I leave you ... learn with the hardest way, another time the Chinese proverb said "do not give me a fish learn me fishing" good luck !!!.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JDeva

    java framwork for processing raw data

    a framework for processing different input sources like files, databases, streams unsing JPA-like annotations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Linknx is an automation platform providing high level functionalities to EIB/KNX installation. The rules engine allows execution of actions based on complex logical conditions and timers. Lightweight design allows it to run on embedded Linux. The project has been migrated to Github in 2015: https://github.com/linknx/linknx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    USBizmo

    USB Gizmo for Dummies

    USB Gizmo for Dummies USBizmo is capable of restoring hidden files and directories from any USB devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SciEnPlot

    SciEnPlot

    Data Plotting and Analysis for Science and Engineering

    ... - Implemented a 3d surface plot (GLSurface) based on OpenGL (ScienPlot v1.3.2 and above) - ColorMap surface, trisurface, Pie, Polar plots, and 3D height field, 3dBar, scatter plots (under developing), and more - Column by column plotting/calculation - LaTex commands enclosed by $ symbols can be used for the labels in Graph - Accept txt(Text) and csv(Comma separated values) formatted data - Save, copy, print Graph - Use spread sheets to display data - Textboard to organize the results - Graphs in a publishable quality - Source codes based on: Python Numpy Scipy Matplotlib WxPython Visvis etc. - Special functions - Drag and drop data files - Python console is back (since v1.3.3), capable of reusing column data - Debye and Guinier models for SANS / SAX data - More apps in our Web below
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB