Showing 192 open source projects for "use"

View related business solutions
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 1
    Linux command

    Linux command

    Linux command encyclopedia search tool

    Linux command encyclopedia search tool, the content includes Linux command manual, detailed explanation, study, and collection. The current warehouse has collected more than 570 Linux commands. It is a non-profit warehouse. It has generated a web site for easy use. Currently, the site does not have any advertisements. The content includes Linux command manuals, detailed explanations, and learning. Very worthy collection of Linux command quick reference manual. The copyright belongs...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Pro Git

    Pro Git

    Pro Git 2nd Edition

    ... later. For the examples in this book, you will use software source code as the files being version controlled, though in reality you can do this with nearly any type of file on a computer. If you are a graphic or web designer and want to keep every version of an image or layout (which you would most certainly want to), a Version Control System (VCS) is a very wise thing to use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Monolog

    Monolog

    Sends logs to files, sockets, inboxes, databases and web services

    Monolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies. This library implements the PSR-3 interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Awesome Mac

    Awesome Mac

    Collect premium software in various categories

    Now we have become very big and different from the original idea. Here we collect awesome macOS software in various categories. Feel free to star and fork. Reading and writing tools, text editors, office, markdown tools, note-taking, journaling. Ebooks, RSS, developer tools, IDEs, developer utilities, etc. Regular expression editors, API development and analysis, network analysis, command line tools, frameworks for hybrid applications, version control. Virtualization, databases, design and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 5
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    The Ray Tracing in One Weekend series of books are now available to the public for free online. They are now released under the CC0 license. This means that they are as close to public domain as we can get. (While that also frees you from the requirement of providing attribution, it would help the overall project if you could point back to this web site as a service to other users.) These books are formatted for printing directly from your browser, where you can also (on most browsers) save...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    AllenNLP

    AllenNLP

    An open-source NLP research library, built on PyTorch

    AllenNLP makes it easy to design and evaluate new deep learning models for nearly any NLP problem, along with the infrastructure to easily run them in the cloud or on your laptop. AllenNLP includes reference implementations of high quality models for both core NLP problems (e.g. semantic role labeling) and NLP applications (e.g. textual entailment). AllenNLP supports loading "plugins" dynamically. A plugin is just a Python package that provides custom registered classes or additional...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Wenku8 Android
    Light Novel Library (Wenku8.com) A third-party public welfare app, a Material Design-styled light novel reader, with no ads, no earnings, and the smallest installation package on the market, which started in 2014. If you want to use search and favorites functions, please log in first. This app is completely open source. Started in 2014 with Material Design style, no ads, no profit, light novel reader with the smallest installation package on Google Play . At present, in addition to the API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Open Source Vizier

    Open Source Vizier

    Python-based research interface for blackbox

    ... for research and to be hosted in the service. A wide collection of objective functions and methods to benchmark and compare algorithms. Define a problem statement and study configuration. Setup a local server, setup a client to connect to the server, perform a typical tuning loop, and use other client APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SpaceVim

    SpaceVim

    A community-driven modular vim/neovim distribution

    ... is installed, launch nvim or vim, all plugins will be downloaded automatically. The easiest way is to download install it. cmd and run it as administrator or install SpaceVim manually. If you want to use vim script to configure SpaceVim, please check out the bootstrap function section. The SpaceVim Documentation will introduce you to the main topics important to using SpaceVim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
    Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
  • 10
    ThingPulse ESP8266 Weather Station

    ThingPulse ESP8266 Weather Station

    ESP8266 Weather Station library supporting OpenWeatherMap

    This code works best with the NodeMCU V2 ESP8266 module and an 0.96" OLED display. To get you up and running in no time we created a kit that contains all the necessary parts. By buying this and other kits from us you are funding the maintenance and development of this library. Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. If you are using the PlatformIO environment for building, choose one of the available IDE integration or the Atom-based IDE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Recommenders

    Recommenders

    Best practices on recommendation systems

    The Recommenders repository provides examples and best practices for building recommendation systems, provided as Jupyter notebooks. The module reco_utils contains functions to simplify common tasks used when developing and evaluating recommender systems. Several utilities are provided in reco_utils to support common tasks such as loading datasets in the format expected by different algorithms, evaluating model outputs, and splitting training/test data. Implementations of several...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SwiftLint

    SwiftLint

    A tool to enforce Swift style and conventions

    A tool to enforce Swift style and conventions, loosely based on the now archived GitHub Swift Style Guide. SwiftLint enforces the style guide rules that are generally accepted by the Swift community. These rules are well described in popular style guides like Ray Wenderlich’s Swift Style Guide. SwiftLint hooks into Clang and SourceKit to use the AST representation of your source files for more accurate results. You might want to move your SwiftLint phase directly before ‘Compile Sources’ step...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CiteSpace

    CiteSpace

    A widely used tool for visual exploration of scientific literature.

    ..., for example, PubMed, CNKI, ProQuest Dissertations and Theses. CiteSpace reveals how a field of research has evolved, what intellectual turning points are evident along a critical path, and what topics have attracted attention. CiteSpace can be applied repeatedly so as to track the development of a field closely and extensively. The e-book How to Use CiteSpace explains the design principles and functions along with illustrative examples in more detail: https://leanpub.com/howtousecitespace
    Leader badge
    Downloads: 6,721 This Week
    Last Update:
    See Project
  • 14
    TX Library

    TX Library

    TX Library is a tiny graphics library for Win32 written in C++.

    TX Library is a tiny graphics library for Win32 written in C++. It is a small sandbox for the very beginners to help them to learn basic programming principles. The documentation is currently in Russian. More info here: http://storage.ded32.net.ru/Lib/TX/TXUpdate/Doc/HTML.ru, http://ded32.net.ru/news/2011-04-03-58, http://ded32.net.ru.
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 15
    SLiMS Library Management System

    SLiMS Library Management System

    Free & Open Community Edition Server in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Library Management System live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with lm wherever mentioned ) After starting this VM, please access these websites ( Just Accept Any Warnings ) : Public Website Address:...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 16
    Artifact GeoMorph Toolbox 3D 3.1

    Artifact GeoMorph Toolbox 3D 3.1

    A toolbox for 3DGM shape analysis of archaeological artifacts

    The Artifact Geomorph Toolbox 3D software is designed to provide the archaeologist interested in artifact shape variability with a toolbox to allow the acquisition, analysis and results exploration of homologous 3D landmark-based geometric morphometric data. As such, the toolbox contains an automated item and semi-landmarks positioning procedure and the fundamental statistical analyses and procedures to allow the processing and analysis of the data. It is designed to be easy to use...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Windows SLiMS Library Management Softwar

    Windows SLiMS Library Management Softwar

    With an Automated Service Installer for Windows 32/64 Bit Versions

    Just download the above zip file and extract it and follow the instructions shown in the video below.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19

    Gui Library window9

    Разработка GUI приложений для FreeBasic

    The given library will allow to develop programs with inherent ease in free and pleasant programming language Freebasic. Working with this library, you can always use both the built in functions of language, and API Windows functions or other foreign libraries. At the moment in library already more than 600 functions, very much reminding functions of language PureBasic. The library has convenient enough information and examples from a chm for understanding work on functions. Developers...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    ACORBA

    ACORBA

    Automated approach to measure root tip angles of Arabidopsis thaliana

    Gravitropic response is studied in most of the laboratories working with Arabidopsis thaliana, for example, to detect new phenotypes in mutants. However, manual analysis of images and microscopy data are known to be subjected to human bias. This is particularly the case for manual measurements of root bending as the angle is set subjectively. In this context, it is essential to develop and use automated or semi-automated image analysis to produce faster, reproducible, and unbiased data...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    KherveFitting

    KherveFitting

    Open source software to fit Xray photoelectron spectroscopy (XPS) data

    KherveFitting is a fully Open Source XPS Fitting software that is simple , snappy, easy to use and available across all platforms (Windows, Mac OS, Linux). The software is written in Python using well known libraries: Numpy, lmfit, matplotlib, panda. KherveFitting can open Excel files (.xlsx) or import/convert VAMAS files (.vms) into Excel format. Four background types available: Linear, Shirley, Smart, Adaptive Smart. Drag the red lines on the plot to set the background range. Fit...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    Bloom Filter Analysis UCSB130A

    Supporting Code for Bloom Filter Analysis UCSB CMPSC 130A F22

    The full code set that corresponds to "Bloom Filters: A Look into its Design and an Analysis of its Performance", written by David Jr Sim. Instructions on how to use it are included in this project. This paper is in correlation with the University of California, Santa Barbara, Computer Science Undergraduate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Academic Tech Toolbox

    A collection of productivity tools for academic researchers.

    A collection of productivity tools for academic researchers: RefTraceback: Found an article/thesis of interest? Want to know more by reading some of the sources referenced by the publication? This tool gives you the convenience of selecting a bunch of references at a time and looking them up in one go. Citation and reference checker: A tool for academics, students and, most of all, proofreaders. Helps identify wrong or missing references/citations in an academic text. Check it out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fuzzy machine learning framework

    Fuzzy machine learning framework

    A library and a GUI front-end for fuzzy machine learning

    ...; incremental learning; fuzzy control language support; object-oriented software design with extensible objects and automatic garbage collection; generic data base support through ODBC or SQLite; text I/O and HTML output; an advanced graphical user interface based on GTK+; and examples of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PureGEM

    PureGEM

    A new GUI library for Atari ST/TT/Falcon computers

    PureGEM started out as a VCL/LCL style library written in PurePascal. After the system was working, I saw ways to increase the speed while reducing code size, so the design drifted somewhat. Since PurePascal is "Turbo Pascal 7.0 compatible" a number of VCL style features needed to be implemented differently. Namely TNotifyEvent's are replaced with owner recursive methods. RTTI features are implemented via set's. Initially I had planned to use more of the GEM API, but some of the features I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next