Showing 25 open source projects for "line counter"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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.
    Learn More
  • 1

    Line Counter

    Program that counts number of lines in your project source codes.

    Application can be used to count lines of full project repositories generating an HTML report depicting counting per folder and file type. Source code at https://github.com/ramonpinho/LineCounter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 13 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software without writing a single line of code

    PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming language designed for novice and expert programmers. A novice programmer can use PWCT to learn programming concepts like Data Structures, Control Structures and Programming Paradigms. An expert programmer can use PWCT to create any large and complex software. Using PWCT we developed a textual programming language Compiler and Virtual Machine without writing a single line...
    Leader badge
    Downloads: 4,502 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 5

    COBOL analyzer

    show dependencies within COBOL programs

    Look at the dependencies between COBOL programs and copybooks, and more. Allows the user to identify the programs using a particular copybook/subprogram or what copybooks/subprograms are used by particular program.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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: 482 This Week
    Last Update:
    See Project
  • 9

    Latin Square Toolbox

    Generates Latin squares and counts their transversals

    The Latin Square Toolbox contains software tools for efficiently generating Latin squares and counting their transversals with various user-configurable options. This open source release aims to help educate folks on Latin squares and their important applications to cryptography. This version contains three tools: 0. Latin Square Generator (LSG) 1. Latin Square Transversal Counter (LSTC) 2. Latin Square Property Checker (LSPC)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    Project Line Counter (QtCreator Plugin)
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    CodeCounter

    Recursive source code line counter for C, BASIC, and web files.

    Recursively count lines of source code and comments through files and sub-directories. Created to parse entire projects rather than individual files. C, BASIC, and web files (general) supported.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Line Counter .NET

    Line Counter .NET

    Free configurable source file line counting tool based on C# and .NET.

    Line Counter .NET is an analyzing tool that helps finding out the number of code lines, empty lines, comment lines etc. Of course counting of string and character literals is also supported. As special feature this tool allows users to configure their own “Comment Schemes”. Also note, this code analyzing tool finds and counts source code comments that are surrounded by code. A detailed help file is of course included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    Countageous

    Countageous

    Source Code Line Counter

    Is totaling the number of lines in your source code across all project related files dragging you down? Countageous can help! Just select the source code files in question (any extension, and from any directory), and let the program do all of the tough counting and adding up work. Hopefully it can make something a little easier for you. - I'll add more features down the line, so suggest features that you'd find useful and I'll see what I can do! REQUIRES .NET FRAMEWORK 4.0!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Quick Line Counter
    Add any number of files and count the total lines, empty lines, and commented lines. Add entire directories and filter file types, easy to use and quick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Counts the Lines of Code for any type of source file (Java, C/C++), given the single line comment and muli line comment (configurable)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GUI based VB.net line count program for multiple extensions. The count is executed by folder, not by individual files. Includes the option to create and save the count to an excel workbook. Counts are accurate for .cpp and .h file types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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
  • 21
    NLOC is a command-line based source line counter tool. It counts the total number of comment, code and blank lines of source files. It is compatible with C, C++, C#, Java, Visual Basic, Pascal and Delphi languages and with Visual Studio project files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    CCCC is a tool which analyzes C++ and Java files and generates a report on various metrics of the code. Metrics supported include lines of code, McCabe's complexity and metrics proposed by Chidamber&Kemerer and Henry&Kafura.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 23
    Line Counter is a small VB.NET project which helps you to count how many lines (and chars) you coded in a project or just count how many lines (comments, blank lines, code) in a file. Also include a usable DLL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tcl Golems is a package of utilities designed to make life easier for Tcl / Tk programmers. The Golems are cross-platform and text-only (GUI-less). Golems included are: 1) source code line counter; 2) mis-matched braces / brackets / quotes code checker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    gnud.missingepisodes

    Missing Show Episodes counter

    Ever needed a command line tool or a Python module for a missing episodes counter, if yes, here is your chance to make your job easier (if there're simular projects, send links to the project owner that's me) Details The program support File counting in a path makes a list of a virtual files checks which real file names are not in the virtual files prints statistics debug option argument, which makes the program to print out each found and missing file name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next