Showing 112 open source projects for "code count"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    cloc (Count Lines Of Code) counts, and computes differences of, comment lines, blank lines, and physical lines of source code in many programming languages. cloc is now being developed at https://github.com/AlDanial/cloc
    Downloads: 58 This Week
    Last Update:
    See Project
  • 2
    Osman Arabic Text Readability

    Osman Arabic Text Readability

    Open Source tool for Arabic text readability

    ...The open source Java tool allows users to calculate readability for Arabic text (with and without diacritics). The tool provides methods to split the text into words and sentence, count syllables, Faseeh letters, hard and complex words in addition to adding diacritics (vocalise text). This makes the tool useful for researchers and educators working with Arabic text. All the readability metrics mentioned in Section \ref{calcRead} are included within the open source code, they all work with vocalised and non-vocalised text but based our results presented here we recommend adding the diacritics in by using the addTashkeel() method. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ChkSem

    A static source code analyser for Fortran 90 and C++

    ChkSem is a static Fortran 90 and C++ source code analyser. Fortran codes are analysed to find potential problems and dead code. This project allows ( for the moment ) to find useless includes and to find missing direct includes for helping programmers to clean C++ codes. This can potentially reduce building time from small programs to huge solutions. This tool is not finalized and new versions will follow, with a GUI with even more features. The project is written in Java to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    H2OGame

    H2OGame

    Free Professional Game Platform PHP Script

    Create your own online Game platform with rating system, categories, full HTML5 design, full admin panel, pages management, advertising management, and much more. ---------- H2OGame was a commercial script (which was sold for £27 per license). NOW, I decided to distribute it as a FREE (and still Open Source) software and under an Open Source license! Enjoy it and visit the official site at: http://idzup.com/php-game-script/ And the HiZup's Lab -> http://idzup.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    ...There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------- NAME cncc - count C/C++ source lines and bytes SYNOPSIS cncc [OPTIONS]... [FILE]... DESCRIPTION Count code-lines, empty-lines, comment-lines, code-fields, empty-fields, comment-fields of C/C++-sources which
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aupad

    Aupad

    Notepad written in AutoIt

    This is a notepad program written entirely in AutoIt. It has all the basics of notepad that you would expect. This is NOT feature complete, yet. Please, if you have used my program give me a review with any kind words or critiques. I have included the source code for your pleasure, and feel free to give me pointers if you'd like to help out development (This is all done with AutoIt version 3.3.12.0). run the install to put the AuPad.exe & aupad.ico in the program files directory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PdfPageCounter

    C++ code to count the number pages in a given PDF file.

    This C++ library contains the 'PdfPageCount' class that performs the single task of finding the number of pages in a given PDF document. While the PdfPageCount class is very simple to use, the contained code is complex because the page count can be hidden in any number of places, quite often within compressed data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Parallel GENSENG is a parallel implementation of the GENSENG software for detecting copy number variations from high-throughput sequencing data. This software runs exactly as the original code does, except that it utilizes multiple threads where possible. OpenMP was used for multi-threading so changes to the original code were minimal. For a demo, please download the sample data linked to below and follow the README from the tarball. Example read count data: http://www.cs.unc.edu/~wangwb09/GENSENG/reviseddata4hmm_300bpSlides_chr1.txt Suggested transition matrix file http://www.cs.unc.edu/~wangwb09/GENSENG/transition_init.dat The original code can be found at these locations: v0.1: http://www.cs.unc.edu/~wangwb09/GENSENG/GENSENG_download_page.html v0.3: https://sourceforge.net/projects/genseng/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Thunderpad (formerly Textpad)

    Thunderpad (formerly Textpad)

    Simple and lightweight text editor

    Thunderpad is a simple, general-purpose and cross-platform text editor written in C++ using the Qt libraries. Thunderpad aims to be faster and more lightweight than most text editors, but as useful as them. Additionally, Thunderpad supports syntax highlighting, word count, line count and comes with various color schemes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PWDTK.NET MOBILE

    .NET Secure Password Hashing API for Windows Phone OS

    Similar to my project PWDTK.NET (http://sourceforge.net/projects/pwdtknet/), I have decided to port this over to the mobile environment for use in the Windows Phone OS. This is essentially the same as PWDTK.NET however it is using HMACSHA256 as the underlying PRF of the PBKDF2 spec as opposed to HMACSHA512. This is due to Microsoft not including HMACSHA512 in the Windows Phone SDK. Usage is essentially the same as with PWDTK.NET so you may also like to look at the PWDTK.NET project for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SharpLeech 2

    on't count on me for support, this project is abandoned.

    The code is OLD and a lot of it wasn't written "by the book" so don't expect proper design patterns. Support for newer forum types can be added trough DefaultSiteTypes.cs in the Engine project. Even though it's old, AFIAK it is still the fastest and most feature rich forum leecher. All that it really needs is support for newer forum software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JAVA Program to Sequence Diagram Generator. This tool tries to help on analysing and understanding the behavior of the code when developping JAVA applications by generating the respective Sequence Diagram automatically at program execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    sqlCodeFormatter

    sqlCodeFormatter

    SQL code formatter

    Free tool to parse and format SQL code for sybase, oracle, db2, and mysql servers. Keyword uppercase highlighting and tab indentation conditional on paranthetical count.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    StoffelLOC is a tiny tool to count the lines of code in a single file or a whole structure. I use it for Java, JSP and JavaScript (ServerSide) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XLineCounter is a open source C# program to analyze source code files and count number of source code line. It can count number of source line, comment line and blank line. It support C#.NET 2003/2005,VB.NET2003/2005,VB6.0,Delphi,SharpDevelop1.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Self-modifying Jar file Programming-Lang for Artificial-Intelligence & Audio & Natural-Lang monkeys with code like a simian. Windows mutate self Code: if(ask("MP3?")sound(mp3("C:\\music\\a.mp3"*(3.4 count)))) plays a.mp3 3.4x speed if click yes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    This is a pc based digital chess clock. Key a-z is used for one player and 0-9 is used for another player for changing turns. It supports saving the last state in case of power failure, count number of moves. The code is not so wel organized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An application that examines source code from C# projects and displays some statistics, such as number of lines, comments, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Rapidlogix
    Rapidlogix is an open source application performance management tool optimized for distributed production environments. It allows to increase time-to-market of performance improvements and prevent performance regression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Code Analyzer is a tool to analyze your code. count lines ,comments, code and more analysis.
    Downloads: 0 This Week
    Last Update:
    See Project