Showing 28 open source projects for "line counter"

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.
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
  • 1
    Intel PCM

    Intel PCM

    Intel® Performance Counter Monitor (Intel® PCM)

    Intel® Performance Counter Monitor (Intel® PCM) is an application programming interface (API) and a set of tools based on the API to monitor performance and energy metrics of Intel® Core™, Xeon®, Atom™ and Xeon Phi™ processors. PCM works on Linux, Windows, Mac OS X, FreeBSD, DragonFlyBSD and ChromeOS operating systems.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    Ink

    Ink

    React for interactive command-line apps

    Ink is React for CLIs. It is designed to provide that same component-based UI building experience that React provides, only this time for command-line apps. So if you already know React, then you should know Ink. Apart from being built for CLIs, one other key difference between the two is that with Ink, the rendering doesn’t result in a DOM but a string, which Ink writes to the output. Ink is a React renderer, so all features of React are supported. Dozens of projects currently use Ink. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ksnip

    ksnip

    Qt based cross-platform screenshot tool with annotations

    Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features for your screenshots.
    Leader badge
    Downloads: 130 This Week
    Last Update:
    See Project
  • 4
    Manticore

    Manticore

    Symbolic execution tool

    ... or reversing background. If you have never used such a tool before, give Manticore a try. Manticore comes with an easy-to-use command line tool that quickly generates new program “test cases” (or sample inputs) with symbolic execution. Each test case results in a unique outcome when running the program, like a normal process exit or crash (e.g., invalid program counter, invalid memory read/write).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    Chess-gambiteer

    Chess-gambiteer

    Chess training program playing gambits

    ... gambit or so and if you let it play with White, a lot of 1.e4 gambits can be played. Thereby, if you try a gambit yourself, the program might try to a counter-gambit (or sometimes an unconventional line). It will play weak against other engines, and it not meant as to play very strong/perfectly, but for human opponents, the gambit lines will most often result in entertaining -not boring- games, and require quite some concentration to avoid tactical mistakes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    playqt

    playqt

    GUI version of ffplay for Windows

    ... with standard or customized models. A reduced version of the COCO dataset for most commonly observed types is available here. The program is based on ffplay and will respond to the familiar options if launched from the command line. This allows the program to be used with other command line tools such as youtube-dl. The source code is open and available here. It may be compiled using the contrib library provided along with Qt6, MSVC 2019 and NVIDIA cuda development library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 556 This Week
    Last Update:
    See Project
  • 8

    Java Lines of Code Counter

    Logical line of code counter for Java source code.

    Logical line of code counter for Java source code. Distributed for any platform as a Jar file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    KAnalyze

    KAnalyze

    DNA/RNA Sequence K-mer Toolkit

    KAnalyze is a Java toolkit designed to convert DNA and RNA sequences into k-mers. It is both a command line application and an API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • 10
    ..., release time and the time counter in the manner of being processed. The last Line will contain the value of the Minimum average completion time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CLC

    Counts the non-empty, non-comment lines of code in your files.

    Code Line Counter By Sonicarrow V 1.0 Code Line Counter is a CLI tool to count the number of non-empty and non-comment lines of code in a document. Support: Python Java C Installation: Put "clc.bat" and "clc.py" in your C:\Windows folder. (For other OS, anywhere in your system path works.) Usage: Open a command line or terminal of choice. Navigate to the folder with the code file. Run the command: "clc [p|j|c] <filename>" p = python j = java c = c ex: "clc p test.py...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PyRadmon Reborn

    PyRadmon Reborn

    PyRadmon, a Python script to use on both Linux and Windows.

    PyRadmon Reborn. This project started after the original programmers quit supporting it. The project now contains support for audio*, has a version that supports two Geiger counters** and a cleaner, more stable code. * = PyAudio is used as library for the audio support. ** = The two counters both run in their own thread. UPDATE-2015-2: * Added timeouts to sockets to prevent crashing of the script. * Updated some comments. UPDATE-2015-1: Since there have been some passed time I decided to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Project Line Counter (QtCreator Plugin)

    Project Line Counter (QtCreator Plugin)

    Plugin for Qt Creator IDE

    This plugin adds info string to the Qt Creator Editor toolbar that counts lines in the current file and whole project if pro-file opened. Required Qt Creator 3.4.0. If you use Qt Creator above 3.4.0 version - download source files and follow the instructions in README (Part 1: MAKING FROM SOURCE). Check README for installation and building instructions. v.0.9.4 2015-04-09 * Ported to Qt5 and QtCreator 3.4.0 rc1. * Internationalization added. * Russian translation added. * Fixed zero...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    libmx

    A framework for dealing with lambda calculus expressions.

    "mx" is a command line test driver for "libmx" (see below) evaluating both the type and the value of an lambda calculus expression (http://en.wikipedia.org/wiki/Lambda_calculus) provided by the user. "libnpmx.so" ("npmx.dll" on MS Windows) is a NPAPI plugin (http://en.wikipedia.org/wiki/NPAPI) for the Mozilla Firefox web browser based on "libmx". "libmx" provides a framework for dealing with (extended and optional typed) lambda calculus expressions. Among other features it provides o...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    action4JAVA

    action4JAVA

    Simple Flexible Template Solution in Java

    ... indempentently from a java development environment just from a shell call (exectutable) The website offers several examples how it works. These are: - Simple examples demonstrating looping within a page or create several pages based on the data of a simple Excelsheet. - Website/document creation by the web-site itself - Creating sql, model, model classes from a model sheet and load data with it - Extend actions with a java code line counter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    User AES-128 bit encryption in counter mode of operation. supports interactive mode of operation and command line mode of operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A utility software that helps developers to count # of code in folders and files. It can also be helpful for normal users when they want to count # of lines in text files or text files in folders. Developed by Wonjohn Choi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A source code line counter for netbeans(java) and eclipse(java). It is a plug-in running on the target IDEs(netbeans & eclipse).It can help you calculate codes,blanks,comments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Java app that checks periodically any number of gmail accounts/labels and displays the unread emails individually in system tray icons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Code Line Counter -- by Dr.Kameleon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a BatchScript Generator, for VTFCmd. VTFCmd is the Command-Line for Windows of the Programm "VTFEdit" for Converting textures to *.vtf files or *.vtf to *.tga. Used for games likes Counter-Strike: Source
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    JavaCount is a simple (Code, Comments, Cyclomatic and Statements) counter for Java methods that ouput the metrics in various formats (csv, xml, etc) -- Acknowledgement: EU Funded FP6 Qualoss Project (see http://www.qualoss.eu).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ohcount is the source code line counter that powers Ohloh. Ohcount supports over 70 programming languages. Ohcount can also detect popular open source licenses such as GPL determine if code targets a particular programming API, such as Win32 or KDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A command-line application that generates Verilog or VHDL code for an LFSR counter of any value up to 63 bit wide. The code is written in C for Win32 platform
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Get and display the traffic counter of a Fritz!Box 7270 (or similar) in a human readable form on local host. The telnet daemon has to be enabled on the FritzBox to download the data file from the AVM router to local host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next