Showing 15 open source projects for "zenfone 5 2018"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    WP 34s

    WP 34s

    Scientific/engineering firmware repurposing HP business calculators!

    ... runs in version 3.3. Our customers confirm its documentation is excellent and comprehensive (see feedback); a full-color printed edition is available from https://www.amazon.com/dp/153366238X since 2018-10-15. Alternatively, you can get a personalized pdf-manual for a ≥ 9 US$ donation here. We have also produced the WP 31S which is derived from the WP 34S source code. This is an entry-level scientific calculator. Its printed manual is available from https://www.amazon.com/dp/1499231164 .
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 2
    G3D Innovation Engine
    G3D is a commercial-grade C++ 3D engine. It is used in commercial games, research papers, military simulators, and university courses. G3D supports real-time rendering, off-line rendering like ray tracing, and general purpose computation on GPUs. As of January 16, 2018, SourceForge is again the home of the active repository for G3D.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    GrainSizeTools script

    GrainSizeTools script

    A Python script for estimating the grain size from thin sections

    ... the areas of the grain profiles measured grain-by-grain on planar sections and does not require previous experience with Python programming language (see documentation below and FAQ). For users with coding skills, the script is organized in a modular way facilitating the reuse and code extension. Lopez-Sanchez, MA (2018). GrainSizeTools: a Python script for grain size analysis and paleopiezometry based on grain size. Journal of Open Source Software, 3(30), 863, https://doi.org/10.21105/joss.00863
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    SPiCEv2.1

    SPiCEv2.1

    Splicing Prediction in Consensus Element

    SPiCE is no longer maintained. To access the tool's predictions, please use SPiP, accessible at : https://sourceforge.net/projects/splicing-prediction-pipeline/ or https://github.com/raphaelleman/SPiP If you have questions, please contact me to: r.leman@baclesse.unicancer.fr or raphael.leman@orange.fr v2.1.5 (05/2019) + corr (01/2020): Fix bug for linux version v2.1.4 (03/2019): Proxy management (only for Windows version) v2.1.3 (07/2018): correction bug for first 3' ss import vcf...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 5
    RMGDFT

    RMGDFT

    Real Space Multigrid based electronic structure code.

    News: active RMG development has moved to github https://github.com/RMGDFT News: V4.1.0 released on 09/29/2020 News: V4.0.0 released on 09/01/2020 with major updates. News: V3.0.0 released on 06/09/2018 with major updates. News: V2.2.2 released on 10/14/2017 with minor bug fixes. News: V2.2 with performance enhancements, bug fixes and new features released on 06/26/2017. Sources are available with binaries to follow soon. News: V2.1 with many improvements released on 07/15...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    gsasnp2

    gsasnp2

    PubMed ID: 29562348 / DOI: 10.1093/nar/gky175

    ... using GSA-SNP2", Nucleic Acids Research, Vol. 46(10), e60(2018). * PubMed ID: 29562348 * DOI: 10.1093/nar/gky175 -> PLEASE MOVE OR MAKE A COPY OF 'DATA' FOLDER INTO YOUR INTENSIVE TEST FOLDER (I.E. LINUX, MAC OR WINDOWS SPECIFIED FOLDER) TO ALLOW THE PROGRAM TO FIND THE PREDESIGNED DATA. * UPDATE NOTE: -> Sep-1-2020: add an update for Ubuntu-20.04. You will need Boost library installed (sudo apt-get install libboost-all-dev) -> Mar-7-2018: revise header terms in the output file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PlanetPack

    PlanetPack

    Radial-velocity & transits analysis tool for exoplanets

    PlanetPack is a software tool developed to facilitate the radial-velocity time-series analysis for the goal of exoplanets detection, characterization, and basic dynamical simulations. The description of the main theoretic concepts, statistical methods and algorithms that PlanetPack implements, is given in the following refereed papers: R.V. Baluev 2013, Astronomy & Computing, V. 2, P. 18 (initial release); R.V. Baluev 2018, Astronomy & Computing, V. 25, P. 221 (update 3.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    CASUP

    CASUP

    Cellular Automata library for SUPercomputers (CASUP)

    .../rspa.2015.0039. CASUP can be linked with FE (e.g. MPI FE library ParaFEM, http://parafem.org.uk) for a multi-scale multi-physics CA-FE framework. CASUP extensively uses Fortran 2008 and 2018 coarrays, as well as MPI, OpenMP and do concurrent. CASUP can be used with Cray, Intel and GCC/OpenCoarrays compilers. Scaling beyond 100,000 cores on Cray XC30 was demonstrated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    coarrays

    coarrays

    A free Fortran 2008, 2018 coarrays course with notes and exercises

    Coarrays are native Fortran means for SPMD parallel programming. At runtime multiple copies of the executable (called images) are executing asynchronously. The F2008 standard provides coarray syntax, remote calls, coarray data objects, allocatable coarrays, syncronisation, atomics, etc. F2018 adds new functionality, e.g. collectives, teams, events, more atomics. Coarrays are used extensively in CASUP library for HPC (https://cgpack.sourceforge.io). The course is aimed at experienced...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 10
    JSpecView Project

    JSpecView Project

    Spectroscopy Viewer

    The JSpecView Project initially provided JAVA applets for the display of JCAMP-DX and AnIML/CML spectral files. The source and binary files are available via the Code (sourceforge SVN) and Files menu options. See the WIKI pages (Hosted Apps) for more detail. Beginning September 2018 all code changes are being handled via the Jmol Sourceforge page. The codes has been fully merged and JSmol the JavaScript/HTML5 version of Jmol now includes the non-Java version of JSpecView.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    aioulinux

    aioulinux

    Linux for Arduino and Makers developers

    Hello, I'm the Aioulinux founder, eager to professionally revive the project. Since 2018, the demand for an IoT and Arduino-tailored environment has been evident. Seeking partners for a 2024 version targeting schools and IoT companies, aiming for a secure and comprehensive platform. If you share this vision and wish to collaborate, reach out. Let's revive Aioulinux stronger than ever! Now seeking partners: Live Distro Specialist: Expert in live distributions to ensure functionality...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    As of August 2018 Spheral++ has moved to Github -- please see the current repository at https://github.com/jmikeowen/spheral We are leaving a frozen version here on SourceForge for historical reasons. Spheral++ provides a steerable parallel environment for performing coupled hydrodynamical & gravitational numerical simulations. Hydrodynamics and gravity are modelled using particle based methods (SPH and N-Body).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Inelastica

    Transport code and tools based on SIESTA and TranSIESTA (DFT-NEGF)

    NOTE: The Inelastica project moved to https://github.com/tfrederiksen/inelastica/ in February 2018. Pre- and post-processing tools for SIESTA (DFT, quantum chemistry) and TranSIESTA (quantum transport): (1) Calculate phonon frequencies, e-ph couplings, and inelastic contributions to the conductance (IETS). (2) Access Hamiltonian etc from Python. Some code documentation and installation instructions are available at this mediawiki page: http://dipc.ehu.es/frederiksen/inelastica/index.php.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    DualTranscriptDiscovery

    Transcript-discovery approach for gene feature delimitation by RNA-seq

    This project contains Python scripts usable for a dual transcript-discovery approach that improves the delimitation of gene features from RNA-seq data in the chicken model. Documentation: http://bio.biologists.org/content/biolopen/suppl/2018/01/17/bio.028498.DC1/BIO028498supp.pdf Citation: Orgeur M., Martens M., Börno S. T., Timmermann B., Duprez D. and Stricker S. (2018). A dual transcript-discovery approach to improve the delimitation of gene features from RNA-seq data in the chicken...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    opticks
    UPDATE March 14, 2018 Repository and tracking officially moved to github. https://github.com/opticks-org/opticks Sourceforge mailing lists are still in use. Opticks is an open source remote sensing application and development framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next