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

Showing 12 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
  • Professional Email Hosting for Small Business | Greatmail Icon
    Professional Email Hosting for Small Business | Greatmail

    Ready to switch to a more reliable and secure email hosting solution?

    Dependable cloud based email hosting with spam filtering, antivirus protection, generous storage and webmail. Compatible with Outlook and all other POP3/IMAP clients. High volume SMTP service for responsible senders. Outbound relay service for transactional messages, email marketing campaigns, newsletters and other applications. Dedicated email servers, clustering and multiple IP load balancing for high volume senders. Fixed monthly cost with unlimited sending and reputation monitoring. Greatmail is an email service provider (ESP) specializing in business class email hosting, SMTP hosting and email servers. For ISPs, application programmers and cloud developers, we also provide custom solutions including dedicated IP servers and process specific, load balanced configurations with multiple servers.
    Learn More
  • Employees get more done with Rippling Icon
    Employees get more done with Rippling

    Streamline your business with an all-in-one platform for HR, IT, payroll, and spend management.

    Effortlessly manage the entire employee lifecycle, from hiring to benefits administration. Automate HR tasks, ensure compliance, and streamline approvals. Simplify IT with device management, software access, and compliance monitoring, all from one dashboard. Enjoy timely payroll, real-time financial visibility, and dynamic spend policies. Rippling empowers your business to save time, reduce costs, and enhance efficiency, allowing you to focus on growth. Experience the power of unified management with Rippling today.
    Learn More
  • 1
    HEALPix

    HEALPix

    Data Analysis, Simulations and Visualization on the Sphere

    ...Please acknowledge HEALPix by quoting the web page http://healpix.sourceforge.net (or https://healpix.sourceforge.io) and publication: K.M. Gorski et al., 2005, Ap.J., 622, p.759 Full software documentation available at https://healpix.sourceforge.io/documentation.php Wiki Pages: https://sourceforge.net/p/healpix/wiki/Home Exchanging Data with HEALPix (in FITS files): https://sourceforge.net/p/healpix/wiki/Exchanging%20Data%20with%20HEALPix/ GDL and FL users should read https://sourceforge.net/p/healpix/wiki/HEALPix%20and%20GDL/
    Leader badge
    Downloads: 424 This Week
    Last Update:
    See Project
  • 2
    AudeLA
    AudeLA is a TCL extension aimed at providing amateur astronomers with image processing, telescope controling, ccd camera driving, and various astronomical algorithms. Web site : https://sourceforge.net/p/audela/wiki/fr_accueil Web site : https://sourceforge.net/p/audela/wiki/en_welcome
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    p3d

    p3d

    General data-reduction tool for fiber-fed integral-field spectrographs

    p3d is a general data-reduction tool for use with fiber-fed integral-field spectrographs (IFSs); although, the spectrum viewer works with spectrum data cubes of any origin. The tool is built about the proprietary software IDL (Harris/EXELIS; see http://www.harrisgeospatial.com), but can be used without any license. Most slowly running loops are implemented in parallelized C (OpenMP).
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4

    libpasastro

    Provide Pascal interface for standard astronomy libraries

    ...libpasplan404.so: Interface with Plan404 to compute planets position. libpaswcs.so : Interface with libwcs to work with FITS WCS. This libraries are used with the following projects: https://sourceforge.net/projects/skychart/ https://sourceforge.net/projects/ccdciel/ https://sourceforge.net/projects/virtualplanet/ https://sourceforge.net/projects/virtualmoon/
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 5

    libnexstar

    C API to control NexStar compatible telescopes

    ...Communication can be established over TCP/IP if nexbridge is running on the computer connected to the telescope. To control network based telescopes nexbridge must be used on the remote site. https://sourceforge.net/projects/nexbridge/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Nova

    Astronomical Image Solver with Telescope Pointing

    Nova is a simple astronomical image solver. It can currently open FITS files and identify some objects against star catalog objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Ground Station Software Suite projects aims at providing free, useful software tools for ham radio operators. Currently, this projects hosts the Grig communication radio control. The source repository has been moved over to github.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8

    libsharp

    Library for spherical harmonic transforms (SHT)

    ...Libsharp is a collection of algorithms for efficient conversion between maps on the sphere and their spherical harmonic coefficients. It supports a wide range of pixelisations (including HEALPix, GLESP, and ECP). This library is a successor of libpsht (http://sourceforge.net/projects/libpsht). A scientific overview over the functionality is given in the paper available at http://arxiv.org/abs/1303.4945.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Libpsht is a collection of algorithms for efficient conversion between maps on the sphere and their spherical harmonic coefficients. It supports a wide range of pixelisations (including HEALPix, GLESP, and ECP). Development for this libary has stopped; its successor is libsharp (http://sourceforge.net/projects/libsharp).
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-code email and landing page creation Icon
    No-code email and landing page creation

    Make campaign creation fast and easy with Knak

    Built for speed and collaboration, Knak streamlines campaign production with modular templates, real-time editing, simple collaboration, and seamless integrations with leading MAPs like Adobe Marketo Engage, Salesforce Marketing Cloud, Oracle Eloqua, and more. Whether you're supporting global teams or launching fast-turn campaigns, Knak helps you go from brief to build in minutes—not weeks. Say goodbye to bottlenecks and hello to marketing agility.
    Learn More
  • 10

    fw2csv

    Convert data file from fixed width format table to CSV

    Fixed width data files are probably the most annoying data to import into database. This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The project is a time domain correlator for the Cell Broadband Engine (Cell BE). It is the outcome of a master thesis conducted at the Swedish Institute of Space Physics (www.irfu.se). The project files can be found in the SVN repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JFitsio is a Java library wrapping the CFITSIO library using the Java Native Interfaces (JNI) to provide acess to FITS files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB