Search Results for "sourceforge.net/projects/winpython/files/winpython_3.8/3.8.10.0/winpython64-3.8.10.0.7z" - Page 43

Showing 2092 open source projects for "sourceforge.net/projects/winpython/files/winpython_3.8/3.8.10.0/winpython64-3.8.10.0.7z"

View related business solutions
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 1

    Geospace Analysis Package

    MatLab toolbox for magnetospheric and ionospheric science.

    ...Other functions for space plasma physics, magnetospheric and ionospheric research are included. The toolbox is designed to be as simple as possible. Each function can be learned and used individually. See the tutorial in the Files section for a quick introduction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Defraser is a forensic analysis application that can be used to detect full and partial multimedia files in datastreams. It is typically used to find (and restore) complete or partial video files in datastreams (for instance, unallocated diskspace).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    A windows form application to convert Bangla accented English text files into unicode Bangla text files. •Development Tools: Visual C#,MS Dot(.) Net. FrameWork 2.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Instrumentation and others useful controls for Lazarus IDE Get the new version at: http://sourceforge.net/projects/uecontrols
    Downloads: 0 This Week
    Last Update:
    See Project
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • 5

    TriageTools

    Tools for partitioning and prioritizing fastq data

    TriageTools is a collection of tools for partitioning raw data (fastq reads) from high-throughput sequencing projects. The tools are designed for basic data management as well for prioritizing analysis of certain subsets. The project wiki contains usage information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ciGen

    ciGen

    ciGen is a short C++ code to generate cohesive interface elements.

    ...This project provides a simple C++ code that reads a finite element mesh, modify it and generate cohesive interface elements where needed. It can read Gmsh (http://geuz.org/gmsh/) or ABAQUS input files and write the mesh to any format such as ABAQUS and jive (http://www.dynaflow.com/en_GB/jive.html). The code was written by VP Nguyen (google scholar link: http://scholar.google.com/citations?user=jCqqCAoAAAAJ&hl=en) when he was at TU Delft and the algorithm is described in the article VP Nguyen, "An open source program to generate zero-thickness cohesive interface elements", Advances in Engineering Software, 2014(74), 27--39. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    FCPortugalSetplaysAgent2D

    Application of FCPortugal Setplays to Agent2D from team Helios

    Project moved to another location: https://sourceforge.net/projects/fcportugalsetplaysagent2d/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PHDL

    PHDL

    An HDL alternative to PCB graphical schematic capture tools.

    PHDL is an HDL that functions as an alternative to mainstream graphical schematic capture tools. The language is compiled into a pcb netlist which can then be imported into a layout tool. We are currently on version 2.1 of the tool. We have created an eclipse plugin version of the tool as well as a standalone command-line based version. Both function identically and output a netlist that can be imported into a pcb layout tool. VHDL revolutionized how FPGA designs and digital logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A LabVIEW tool that allows to capture the data from graph control in open LabVIEW windows and transfer them to other programs like e.g. ORIGIN, or to dump them to files, like e.g. CSV files
    Downloads: 0 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 10
    The Secret of NIM

    The Secret of NIM

    An easy way to remerber NIM logic

    ...It edit different project, connect modules with wires and edit the parameters of those modules. The other part of the sofware is an utility. It edits the modules which will be used for the projects or create them if they aren't in the database yet. The Secret of NIM is a all-in-one software, easy to use and very helpful for saving the wiring of an experiment. But it can't do the logic itseft, it allows only a visualisation of the logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MobTracker

    MobTracker

    Android Mobile Tracking Platform

    Android Mobile Phone Tracking Platform merging sourceforge projects: https://sourceforge.net/projects/gpsmapper/ & https://sourceforge.net/projects/gpsinfo/ Android mobile GPS/Network location sended to server. Two kinds of viewers: 1. Google maps 2. NASA WorldWind
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Scientific data elaborator

    The data elaborator is a new project to manage scientific data

    This program can make histograms, table and graphics of datas, study the error propagation during a measure, it is usefull if you have to do study errors propagations. The output are latex files, so it is easy for you just put them into your relations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    JCycles

    [frozen] A library for computing cycles in graphs or in Java code.

    [This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major version <= 51, else does best effort). It uses Tarjan's algorithm for SCCs, and Johnson's for cycles, with continuations instead of recursion, which allows to handle large graphs (< Integer.MAX_VALUE vertices). Requires Java 5 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    xfer9860 works with the fx-9860G (AKA Graph85) versions of Casio's graphing calculators. It allows you to transfer files to your calculator, and works on platforms where libusb is available - including Linux and Windows.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15

    galplot

    Plot GALPROP output

    Plot package for GALPROP https://sourceforge.net/projects/galprop Plots models and data for cosmic-ray spectra, secondary/primary ratios, gamma rays, synchrotron. Includes gamma-ray source population synthesis and corresponding plots. For gamma rays, convolves models with the Fermi-LAT response. This release is to assess interest. It requires many input data files (not included) which will be made available as required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Linux Guist - Multi Lingual OS for Asia

    Linux Guist - Multi Lingual OS for Asia

    A Single Click Language Changer and Publishing System for Web and DTP

    Linux Guist - is a Multi Lingual Live CD OS for most Asian Languages, with the ability to run of a CD & Old Hardware, with just 128 MB Memory, for DTP, Web Publishing & Data Entry purposes. This will help IT employers to take up Govt. Projects that require Data Collection, Entry & Publishing at a very very low cost, while providing Training & Job Opportunities to numerous students of these languages, in the various towns, of the country. Talk to your respective IT/HRD ministry to identify projects as well as Towns that have more Unemployed youths, to make a Difference in their Lives ! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    "ncdr2cnc" - N/C Drill to CNC code (G-Code) is the simple utility, which converts N/C drill files to G-Code files (adopted to Turbo CNC).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    EXCAVATOR-tool

    Tool for detecting CNVs from whole-exome sequencing data

    ...We recently published on BMC Genomics a novel software package, named XCAVATOR, for the identification of CNVs/CNAs from short and long reads whole-genome sequencing experiments (https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-017-4137-0). XCAVATOR is freely available at http://sourceforge.net/projects/xcavator/. EXCAVATOR is a novel software package for the detection of copy number variants (CNVs) from whole-exome sequencing data. EXCAVATOR has been published on Genome Biology (http://genomebiology.com/2013/14/10/R120/abstract). #################### ATTENTION!!!!! In order to use properly the EXCAVATOR tool, users must download the uniqueome mappability files at the following link: http://grimmond.imb.uq.edu.au/uniqueome/downloads/hg19_uniqueome.coverage.base-space.25.1.Wig.gz (for hg19) http://grimmond.imb.uq.edu.au/uniqueome/downloads/hg18_uniqueome.coverage.base-space.25.1.Wig.gz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GaiaEHR

    GaiaEHR

    Electronic Health Record (EHR / EMR)

    GaiaEHR(Electronic Health Records) is a Open source Web-Based Software for: Medic Practice management Electronic Medical Records Prescription writing and medical billing application And it can be installed on the following systems: Unix-like systems (Linux, UNIX, and BSD systems) Microsoft systems Mac OS X And other platforms that can run Apache Web server, MySQL We have some other projects here in GaiaEHR.org, some private and other are GPL'd. Demo: http://gaiaehr.org/demo/ user: admin password: pass
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    FALCON - Text Search Java Project

    FALCON - Text Search Java Project

    JSON based text search Java Project

    ----------------- - What is it? - ----------------- The "Falcon Search" is a JAVA API and tool to search inside the documents. It was originally started to search the content in pdf files under the project "HAWK Search". Searching with this tool is query-based not word-based as in most of the document search tools OR document readers. It also takes care of jumbling of words within query and spelling mistakes. Commonly used techniques in this project are Natural Language Processing, Information Extraction and Question-Answering Architecture. ---------------------- - Latest Version - ---------------------- Details of latest version can be found on project website - http://geekdadaji.com --------------------------- - CONTACT DETAILS - --------------------------- CREATOR : SWAPNIL A JADHAV (saj1919) EMAIL ID : dadajibudhau@gmail.com WEBSITE : http://geekdadaji.com LICENSE : CC BY-NC 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Body Fluid Cell Counter "Hemocytometer"

    Body Fluid Cell Counter "Hemocytometer"

    Body fluid cell counts are easy to calculate and follow with this App!

    Precision is very important when counting cells in body fluids such as spinal fluids. By using this software the lab tech will be better able to track which grid square they counted and to simply clear out one side to recount. Instead of having to hold on to the old mechanical ticker, which at times did not work correctly, the tech simply presses the space-bar to count.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    peptide array generator

    small and smart peptide array generator, considering time complexity.

    small and smart peptide array generator, considering time complexity. commercial software is quite costful (500+ euros). this projects aims on creating an open source, free alternative to those software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    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
  • 24
    Cotovía

    Cotovía

    Text-to-Speech System for Galician and Spanish

    ...Cotovía has been developed as a research project, therefore most of the work has been focused on the most interesting aspects from a scientific point of view. Although the performance of the whole TTS system is quite good, there are some parts that could be clearly improved. Cotovia files and installing instructions are available at the Files and Git sections.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 25
    Gerber Viewer(ipc2581viewer)

    Gerber Viewer(ipc2581viewer)

    Gerber Drill IPC2581

    View Gerber Files and Drill Files. View IPC-2581.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB