Showing 413 open source projects for "label"

View related business solutions
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    Raw sequences produced by next generation sequencing (NGS) machines may contain adapter, linker, barcode and fingerprint sequences. TagDust2 is a program to extract and correctly label the sequences to be mapped in downstream pipelines. TagDust allows users to specify the expected architecture of a read and converts it into a hidden Markov model. The latter can assign sequences to a particular barcode (or index) even in the presence of sequencing errors. Sequences not matching the architecture...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    JCLAL

    JCLAL

    A Java Class Library for Active Learning

    JCLAL is a general purpose framework developed in Java for the active learning research area. JCLAL framework is open source software and it is distributed under the GNU general public license. It is constructed with a high-level software environment, with a strong object oriented design and use of design patterns, which allow to the developers reuse, modify and extend the framework. If you want to refer to JCLAL in a publication, please cite the following JMLR paper. The full citation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Lab Inventory

    Rediscover the Simplicity www.atgclabs.com

    Request new Lab Inventory feature or module and receive a free Single User version with new feature. Help us to improve Lab Inventory. We want to hear your feedback! https://www.atgclabs.com/products/li The Lab Inventory System is an innovative, easy to learn solution for research laboratories. You can quickly and easily upload your existing Excel based inventory and get started in minutes, manage laboratory inventory, place orders and keep track of them in one place. Lab Inventory can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    bnf2xml

    simple BNF parser makes xml markup of matches

    bnf2xml a simple BNF parser that takes text as input, searches according to a BNF query file, and outputs text marked up by the xml labels that show context. bnf2xml is as simple to use as any text binary ie, awk(1) grep(1). bnf2xml does not require C API because it outputs simple xml labeling. README is visible on file dl page. EXAMPLE: $ echo "hi" | bnf2xml patternfile <word><alph>h</alph><alph>i</alph></word> or <gas>hydrogen iodide</gas> patternfile says how to find needle in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5

    Free Barcode Generator VB.NET

    Easily create and print codebar labels to any application

    This project uses as engine the powerful library ZEN BARCODE. The reason why this project exist, it's because there was not a way to add a description and codebar number to any codebar label using only Zen Barcode, so I added a few tweaks to make a printable (and useful) label including all mentioned stuff. Hopefully can be of help to anybody in help of print codebar labels, but ideally some people will help to expand its functionalities to make this tool a kind of "de facto" standard to print...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ISOLabel

    ISOLabel

    Change volume label on ISO 9660 image and Joliet extension

    isolabel is a program that allows you to change volume label in ISO 9660 image file after it was already created. Moreover, you can specify ISO 9660 and Joliet volume label separately, taking advantage of fancy names in Joliet together with simpler, but longer name in ISO 9660; something that tools like mkisofs/genisoimage does not allow you to do in standard compliant way. This program is written to have minimal software dependency, and work on all platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Tkinter Data Dict Form Error

    Tkinter data dictionary form

    Error lays here: for label, field, width, proc, valid, nonblank in self.fields: pstr = 'Label(self.form,text="%s").place(relx=%f,rely=%f,' 'anchor=E)\n' % (label, (self.anchor-0.02), self.ypos) if idx == self.keylist[0]: pstr = '%sself.%s=Entry(self.form,text="",''insertbackground="yellow", width=%d+1,''highlightthickness=1)\n % (pstr,field,width)' else: pstr = '%sself.%s=Entry(self.form,text="",''insertbackground...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Aplikasi Toko Gratis

    Aplikasi Toko Gratis

    Cashregister Aplikasi Toko Gratis Buatan Indonesia

    Cashregister adalah aplikasi toko/ minimarket gratis berbahasa Indonesia, dikembangkan di Kabupaten Lingga Provinsi Kepulauan Riau. Untuk melihat cara instalasi dan pemakaian kunjungi: http://cashregister.pe.hu/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    NAMN

    Generates a short, unique string for identifying your media.

    Generates a short string to help you label your media collection (e.g. CDR/DVDR backups etc.). The string identifies the media type, year and month and a content category. It can be useful for organising and finding your backup media in a database as well as physically. The short string is meant to serve as a unique identifier that can be used both as a primary key in a database and as the label for the medium itself. This small project was born out of a personal need to organise my DVD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    MaterialEditText

    MaterialEditText

    EditText in Material Design

    ... will be used. Primary color will be used as the activated bottom line color, highlight floating label color, and singleline ellipsis color. You can use app:met_primaryColor in xml or setPrimaryColor() in java code. If you haven't set a primary color, the base color will be used. Just use com.rengwuxian.materialedittext.MaterialEditText instead of EditText in your layout xml. MaterialEditText has directly inherited EditText, so you don't have to change your java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    digiscape

    Simple utilility to use Inkscape as a plot digitizer.

    A simple utility that allows Inkscape to be used as a plot digitizer. The workflow is as follows. This is useful when a plot is available in vectorized form (e.g. PDF, EPS, PS, ...). 1: Open the plot to digitize in Inkscape (any format that Inkscape can read works). 2: If any of the datasets are bitmaps the "Trace Bitmap" function in Inkscape can be used to turn it into a vectorized path. 3: Ensure all data paths are continuous lines (no curves). 4: Label each data path with its desired...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Driver for several Casio label printers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LabelPrint

    Printing of labels from software via .xml files.

    Labelprint will give you full label printing capability. Design a label in a GUI. The definition is stored in an XML format. Provide data to be printed in an XML format. Together this will be used to print the label. Also remote printing via the internet from a central location is supported whereby the definition XML files and data XML files are automatically transferred to the remote location. Rendering and printing is automatically done on the receiving location. So this project contains some...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    ptouch

    Use Ptouch label printers with Linux

    Print labels on PTouch printers using Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Lab Storage

    Rediscover the Simplicity http://www.atgclabs.com/

    Help us to improve Freezer Web Access. We want to hear your feedback! Request new Freezer Web Access feature or module and receive a free Single User version with new feature. https://www.atgclabs.com/products/fw Freezer Web Access is a user friendly program designed to assist researchers with establishing an efficient system for storing frozen biological samples. FWA can track all of your research, development and process scale-up data in a single data storage platform, providing a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Sample Tracking

    Rediscover the Simplicity http://www.atgclabs.com/

    Help us to improve Freezer Web Access. We want to hear your feedback! Request new Freezer Web Access feature or module and receive a free Single User version with new feature. https://www.atgclabs.com/products/fw Freezer Web Access is a user friendly program designed to assist researchers with establishing an efficient system for storing frozen biological samples. FWA can track all of your research, development and process scale-up data in a single data storage platform, providing a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    White Label Transfer

    File sharing via e-mail

    White Label Transfer enables file sharing via e-mail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mulan is a java library for learning from multi-label data. It is built on top of the Weka library and currently offers a variety of classification, ranking and feature selection algorithms, an evaluation framework that calculates several measures.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 19
    MyBeggar

    MyBeggar

    Help to manage current docs (small DMS)

    This software manage your paperwork as bills, bank account details, contracts ... in one word, it's small DMS. A document is defined by 3 parts: Entity: A person or the entity links with the doc. Label: Subject of doc (ex: Bank). SubLabel: More precise description of doc (ex: contract). You enter the document in the system through addDoc box. It will perform a copy of original file and places it in predefined directory. When you want to find it, a short research will provide all documents...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Talking Media Player

    random play, no repeat, and announces song titles and artists.

    ... the name of any button or label that your cursor is hovering over so that the visually impaired can easily navigate the program and settings. Thank you and enjoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DymoChromePrinting

    DymoChromePrinting

    Printing to Dymo LabelWriter without NPAPI

    System to allow printing to Dymo Labelwriter labelprinters without NPAPI plugin framework which has recently been disabled in chrome. System runs a local node.js server which accepts XML which is passed into the label framework. Includes a chrome extension to allow CORS/Mixed content posts to localhost to print labels, typically blocked by browser. See README.txt for information on usage. ----------------------- Note: Compiled Binaries are windows only, but this method is macintosh compatible...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    RT-alignment

    Graph-based time alignment algorithms for multiple LC-MS datasets

    Liquid chromatography coupled to mass spectrometry (LC-MS) is the dominant technological platform for proteomics. An LC-MS analysis of a complex biological sample can be visualized as a “map” of which the positional coordinates are the mass-to-charge ratio (m/z) and chromatographic retention time (RT) of the chemical species profiled. Label-free quantitative-proteomics requires the alignment and comparison of multiple LC-MS maps to ascertain the reproducibility of experiments or reveal proteome...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cactus GUI

    Cactus GUI

    CactusGUI - a GUI for Pygame

    Cactus GUI is a Pygame GUI that allows easy creation of UI Elements within the application and connecting events to them. Elements: textbox, label, image, keybind, button Events: hover, unhover, focus, blur, mouseup, mousedown, click, rightclick, leftclick, keydown,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ProClaT

    ProClaT

    Protein Classifier Tool

    ProClaT (Protein Classifier Tool) is a new bioinformatic machine learning approach for in silico protein classification. ProClaT uses the Multilayer Perceptron Neural Network (MLPNN) as the classifier algorithm, protein sequence to compose the features and protein conserved patterns to label the class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Picolog Viewer

    Picolog Viewer

    An alternative viewer for Picolog data

    An alternative viewer for Picolog data. It is a simple graphical display for temperature plots coming out of a Picolog data recorder. It uses ZedGraph. The main reason for writing this was to replace the strange zoom control that comes with the Picolog Player. Picolog Viewer has simple horizontal band zoom. v1: Supports multiple data loggers - One graph per logger. Does not label the horizontal (time) axis This is nothing to do with Pico Technologies.
    Downloads: 0 This Week
    Last Update:
    See Project