The freeware program SourceMonitor lets you see inside your software source code to find out how much code you have and to identify the relative complexity of your modules. For example, you can use SourceMonitor to identify the code that is most likely to contain defects and thus warrants formal review. SourceMonitor, written in C++, runs through your code at high speed. SourceMonitor provides the following:
Download the latest version and try it on your source code.
Do you ever try Notepad++ to upload and edit you web file (html, php, etc) in real time? I sometime use notepad++ for my site to edit the page meta, code, etc. You can do it. Yes you can.
Here I am going to show you how to login into your serve (Using FTP Account with Notepad++) and edit the webpage/web documents.
Note: Make sure you clean the history after you finish to use notepad++ to edit the web document.
After you open the Notepad++, Navigate to Plugins Menu, Click on the NppFTP, show NppFTP. Then the FTP Pane should appear. Continue reading
Don’t believe, just compile the code and see. I just keep this code for demonstration, you can add more. The Beep(n,m) here will make a beep sound with n pitch and m duration. If you try some more pitch, you can compose a nice song!
So it’s time to get a color console!
Source code also available here!
Wondering how to make a matrix screen using C++?
Here is the screenshot and the source code!
Source Code :
Here is the source code for the Tank 3D Game! Use Space Bar to shoot. Arrow key to move around! Press Esc to end the Game! If you want to recompile it, use Microsoft Visual C++.
Test your skill!!!!!!
Java and SQL Important Question
a) Write the corresponding expression in Java. (Any Expression)
b) Convert the number system: (0100011)2 = ( )10
c) What is token?
d) What is literal?
e) Mention one characteristic of a good program (Java)
a) What is Class? Explain with one example.
b) What are the variable scope in Java?
c) Write an sql query to delete all the students from rollno 3 to rollno 9.
d) What are the use of continue and break statement?
e) What is method overloading? Give example.
a) What are the types of Errors? Explain them.
b) What are the difference between method-overloading and method-overriding? Continue reading
I had mentioned some trick and tip on the CrackMe #2.1 (The Crack Me #2.1 Video and CrackMe #2.2 Video are present here! Read All – Click on Continue Reading)
We were suppose to create a Keygen for the CrackMe #2.1 Program.
CrackMe #2.1
Continue reading
De-compiling a dotnet application is not very tough but take a bit brain to study the program structure. For example, if you compile a console application or windows form application, you can easily get the source code back in case if you lose them. But if the application is/was encrypted with some third party, them it might not show you the original code. But there is always way/s to get the source back.
You can get a source in VB Language or C# Language or in IL.
Here is a small video demonstration. Even if the application has been obfuscated, you can still de-compile the application.