Php Tutorial
[rps-include post=6522] Php is a programming language mainly developed for web programming. Php language is created by Rasmus Lerdorf in …
[rps-include post=6522] Php is a programming language mainly developed for web programming. Php language is created by Rasmus Lerdorf in …
Yara is a popular open source tool used to identify and classify Malware Samples. It is motto is Swiss knife …
C provides primitive data types like int , char , float etc. But in order to solve real-world problems, we need more …
While learning C programming language one of the most exciting parts is writing and reading a file. Because these operations …
[rps-include post=6557] Union is a data type used to store different type of variables. Union is very similar to the …
[rps-include post=6557] C header files used to load builtin or third party libraries. Header files provides information about the library, …
Let’s start with simple Hello Poftut application. In application development comments are important because it provides clues about code. Comments …
Java is a general purpose language created by James Gosling in 1995. Java products numbers/version are incremental and latest version …
Branches are new lines of the current development line. Branches creates new work spaces different from current and changes can …
Git is used for a lot of different projects. These projects may provide different types of files. Some times some …