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

Showing 2364 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
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 1
    OMLX project is a place for processing of many projects to be ready to become open source projects.
    Leader badge
    Downloads: 169 This Week
    Last Update:
    See Project
  • 2
    OfficeLife

    OfficeLife

    OfficeLife is the first EmpOps platform

    ...If you want to understand the complete picture, you need to know if the employee has taken enough holidays during the year, if the projects he worked on were a success, if he had enough time to talk with her manager, and so on. You could use the APIs of all the different software to find partial answers of those questions, but what a nightmare to set up everything that would be.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    jQuery File Upload

    jQuery File Upload

    File Upload widget with multiple file selection

    ...Because uploads can be large or unpredictable, the code is designed to gracefully recover from failures, allowing resumption or cleanup of incomplete parts. Custom callbacks and event hooks let developers validate files by size, type, or user permissions before upload, or abort and communicate errors. In practice, it’s widely used in content management systems, asset upload tools, and anywhere users must deliver files via web forms while receiving immediate feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Redo Rescue: Backup and Recovery

    Redo Rescue: Backup and Recovery

    Backup and Recovery Made Easy

    ...Additional tools included for partition editing, web browsing, and more. Runs from live CD/USB; no installation needed. Website: http://redorescue.com Forum: https://sourceforge.net/p/redobackup/discussion/ GitHub: https://github.com/redorescue/redorescue Wikipedia: https://en.wikipedia.org/wiki/Redo_Backup_and_Recovery
    Leader badge
    Downloads: 676 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 5
    Ultra Mini Guestbook
    Ultra Mini Guestbook is a guestbook that can easily be added to your website. Features anti-spam protection, words censoring, form validation, admin interface, email notification, fully customisable and more. All in only 3 files. No database needed!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Booty Dark Admin Theme

    Booty Dark Admin (BDA) is an Admin Theme for Bludit Flat-file CMS.

    ...There is also an add-on plugin to help you to change individual elements of your new admin theme. This plugin is not necessary but recommended. No other add-ons are required to use the template. If you are satisfied with my work please support my projects. Thank you! https://www.buymeacoffee.com/tompidev
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Analyses Database is a collection of software to archive and to track rawdata files from analytical instruments. The system is set up using freely accessible tools - MySQL, apache, PHP, Linux. Several utilities for MS Windows are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tailwindo

    Tailwindo

    Convert Bootstrap CSS code to Tailwind CSS code

    This tool can convert Your CSS framework (currently Bootstrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes. Made to be easy to add more CSS frameworks in the future (currently Bootstrap). Can convert single files/code snippets/folders. Can extract changes to a separate CSS file as Tailwind components and keep old classes names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    joomla

    Japanese Language files for Joomla! Extension

    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Omnipay

    Omnipay

    A framework agnostic, multi-gateway payment processing library

    ...It has a clear and consistent API, is fully unit tested, and even comes with an example application to get you started. You can learn one API and use it in multiple projects using different payment gateways. If you need to change payment gateways you won’t need to rewrite your code. Most official PHP payment gateway libraries are a mess. Most payment gateways have exceptionally poor documentation. So, why use Omnipay instead of a gateway’s official PHP package/example code? Because you are writing a shopping cart and need to support multiple gateways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A-GM Manager

    A-GM Manager

    Web application for long-term monitoring of radioactivity levels

    ...It includes an open-source Web application (A-GM Manager) running on a SOHO server (e.g. NAS from QNAP for Small Office Home Office servers) connected to a Geiger-Muller radioactivity counter device such as C-GM Counters (https://sourceforge.net/p/c-gm-counter) or compatible counters from GQ Electronics LLC. Other compatible or DIY Geiger-Muller counters could also be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Box Spout

    Box Spout

    Read and write spreadsheet files (CSV, XLSX and ODS)

    Spout is an open-source PHP library for reading and writing spreadsheet files, including CSV, XLSX, and ODS formats. It is designed to handle large files efficiently, making it ideal for applications that generate or process extensive data reports. Spout is lightweight, fast, and easy to use, offering a simple API to work with rows and cells without consuming excessive memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Clean Code PHP

    Clean Code PHP

    Clean Code concepts adapted for PHP

    Clean Code PHP is a coding standard and guideline project aimed at promoting readable, maintainable, and robust PHP across teams and projects. It distills principles like meaningful naming, small functions, single responsibility, error handling, and tests into style rules and examples tailored for PHP’s idioms and language features. Contributors map each guideline to real-world scenarios—refactoring suggestions, before/after code snippets, and edge-case handling—in ways that are directly applicable to legacy and greenfield code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ZED Online

    ZED Online

    An online multiplayer real time strategy game

    ...Please visit zzone.lewe.com for more. ZED Online world rankings: https://zedonline.sourceforge.io/highscore.php See the wiki for more information: https://sourceforge.net/p/zedonline/wiki/Home/ Information on the different control styles can be found here: https://sourceforge.net/p/zedonline/wiki/controls/ Demo videos: https://www.youtube.com/watch?v=RKmKpTe-gVo https://www.youtube.com/watch?v=OnAJTml5znY https://www.youtube.com/watch?v=3UZSFsY6sSA https://www.youtube.com/watch?v=SFmoCg_F22w Online Multiplayer - Port forwarding In order to connect online the player who creates the game needs to enable port forwarding on their network router/NAT. ...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15

    yBlog Creator

    Fast, Simple Full-Featured Blog Creator in PHP. No database needed.

    ...Built-in options include Googe Analytics, Adobe PdfReader, a syntax-highlighting editor, YouTube videos, lighboxes, downloaders, plus automatic menus and TOCs . After a creator unzips the files and configures only one variable, yBlog Creator instantly supports a feature-rich Website for MacOs, Microsoft 10, Xampp, and most ISP Webservers. Its zipfile is <2MB.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    This is a simple web tool which allows users of a website to "securely" submit messages and files. They are sent over HTTPS to the server and there encrypted and forwarded to the administrator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GD Process

    GD Process

    A CLI image file manipulation script

    .../gd_process.php can perform these image file manipulations :- none - so it can be used to convert image file types create scale crop mirror rotate merge adjoin PHP can only work with image file types (by extension) :- jpg, jpeg gif png bmp ./gd_process.php can work on a single filename, or a 'glob' of files within a dir.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    queXC

    Web based system for cleaning and classifying open text fields

    An Open Source, web based data cleaning and coding system. queXC takes a data file (such as questionnaire data) and cleans the text input fields by spacing and spell checking them. Operators then code text fields using new/existing coding schemes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Siler

    Siler

    Flat-files plain-old PHP functions rockin'on as a set of abstractions

    Siler is a set of general-purpose high-level abstractions aiming an API for declarative programming in PHP. You can use it within any framework or standalone, as a micro-framework. Flat-files and plain-old PHP functions rockin' on as a set of general-purpose high-level abstractions. Flat files and plain-old PHP functions rocking on a production-grade, high-performance, scalable, concurrent and non-blocking HTTP server. Actually, Siler is a library, not a framework (maybe a micro-framework), the overall program flow of control is dictated by you. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DropYet

    DropYet

    It's the simple cloud.

    With DropYet you can manage your personal files in the easiest way. And it's not that bad looking. :) Enjoy the security, simplicity and beauty of DropYet. Upload, rename and delete files. The simpliest manager of files and folders. Furthermore, there are more features like securely sharing files, password encryption and encrypted file detection. Setting it up is easier than ever before.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21

    Booty Dark Admin Plugin

    This is a controller plugin for Booty Dark Admin Theme of Bludit CMS

    ...This is an Add-on plugin, not working in standalone mode! YOU NEED TO INSTALL Booty Dark Admin theme first! If you are satisfied with my work please support my projects. Thank you! https://www.buymeacoffee.com/tompidev
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Agenda y  Reservacion de Citas

    Agenda y Reservacion de Citas

    Agenda y Reservacion de Citas

    ...Aqui puedes consultar el demo: http://www.marcocantugeadev.dx.am/mcgcitasenlinea-code/AgendaElectronica/index.php Te puedes registrar y probar el sistema agergando tu correo Usuario Administrador: usuario: admin@server.com contraseña: 1234 Usuario de Administracion de Agenda Usuario:adminagenda@server.com contraseña:1234 Para instalarlo , ve a la seccion de Wiki para mas detalle o a este link: https://sourceforge.net/p/mcgcitasenlinea/wiki/Como%20Instalarlo/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Easy!Appointments - WordPress Plugin

    Easy!Appointments - WordPress Plugin

    Add appointment bookings to your WordPress site

    Leverage your conversion rates by integrating the booking form directly in your WordPress pages. Customers will never have to leave your website for booking an appointment. Take advantage of the scheduling power of Easy!Appointment which will run smoothly with your WordPress installation. Include the booking form in your pages with the [easyappointments] shortcode. Install and activate the plugin and navigate to Settings, Easy!Appointments menu of the WordPress admin section. Create a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PH_Playground

    PH_Playground

    Simple solution for testing and documenting short code snippets.

    ...The result will appear as Rendered or Raw HTML as you choose. In the background the code has been saved to a log file. Works on any machine running PHP. Log files are found in the Playground.log directory, sorted by year and month. A new log file is started every day and numbered accordingly. Warning! Do not use this program on a production site!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CPM

    CPM

    A website hosting support system.

    CPM is not a CMS system ! CPM is :- a simple system for building up website pages from a series of PHP files/scripts, written separately for each area of the webpage, and all brought together by the CPM system to create the final HTML file.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB