Code Line Counter APK

No rating yet

Developer tool for counting number of lines of code in source files.... [readmore]


⇣ Download APK (15.73 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 3
Update
Size 15.73 MB
Category Tools
Developer nik02droid
Downloads ↓ 50
⇣ Download APK (15.73 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 3
Size 15.73 MB (16491881)
Filename org.nik02.CodeLineCounter_3_16491881.apk
Requirement 4.1 and up
Type app
Category Tools
Package name: org.nik02.CodeLineCounter
Slogan: Developer tool for counting number of lines of code in source files.

APK Permissions


‣ android.permission.WRITE_EXTERNAL_STORAGE
‣ android.permission.READ_EXTERNAL_STORAGE


APK used Features


‣ android.hardware.touchscreen

Screenshots (6 images)

Code Line Counter screenshot 1 Code Line Counter screenshot 2 Code Line Counter screenshot 3 Code Line Counter screenshot 4 Code Line Counter screenshot 5 Code Line Counter screenshot 6

About Code Line Counter APK

Code Line Counter poster
Code Line Counter APK version 3 poster

Latest update [menu]


bug fixes
ui improvements

Description [menu]


1. What is Code Line Counter?
Code Line Counter (clc) is a program that determines the number of blank, commented and program lines in source-code. As an input, a file or folder is taken.

2. How do I set up a file for processing ?
There are two ways:
1 Manually , entering the path to the file or folder.
2 Using file browser.

3. Example
File main.cpp is located in the folder:
/sdcard/0/myFiles :

1 You must type /sdcard/0/myFiles/main.cpp
through options (ENTER FILE/FOLDER) or
use the file browser to select that file.

2 You can type /sdcard/0/myFiles , in which
case the program will select all
the files in myFile.

file ==> main.cpp

#include ------------> code line 1
------------> blank line 1
int main() ------------> code line 2
{ ------------> code line 3
/* ------------> comment line 1
multi line comment ------------> comment line 2
*/ comment line 3
cout << "Hello World !"; ------------> code line 4
//single line comment ------------> comment line 4
------------> blank line 2
return 0; ------------> code line 5
} ------------> code line 6

Result after processing selected file:
SUMMARY:
blank lines 2
comment lines 4
code lines 6
all lines 12

4. Languages
Currently supported programming languages are:
•C
•C++
•C#
•Java
•JavaScript

5.Limitations
Identifying comments within source code is
trickier than one might expect. Many languages
would need a complete parser to be counted
correctly. CLC does not attempt to parse any
of the languages it aims to count and therefore
is an imperfect tool. The following are known
problems:
Lines containing both source code and
comments are counted as lines of code.
Comment markers within strings or
here-documents are treated as actual
comment markers and not string literals.
For example the following lines of C code:

printf(" /* ");
for (i = 0; i < 100; i++) {
a += i;
}
printf(" */ ");

appear to CLC as two lines of C code
(the lines with black text) and three lines of
comments (the lines which have only red
text--lines with both black and red text are
related as code).

How to install Code Line Counter APK for Android [menu]


Download Code Line Counter APK file (org.nik02.CodeLineCounter_3_16491881.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (org.nik02.CodeLineCounter_3_16491881.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install Code Line Counter APK on Windows 7/8/10 or MAC PC? [menu]


Download Code Line Counter APK file(org.nik02.CodeLineCounter_3_16491881.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(org.nik02.CodeLineCounter_3_16491881.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file org.nik02.CodeLineCounter_3_16491881.apk on Emulator screen

Code Line Counter APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.