Category: Language

02
Jan
2017

String Compare in C/C++

http://stackoverflow.com/questions/8004237/how-do-i-properly-compare-strings-in-c

23
Jul
2016

Flags in C

Reference: https://www.daniweb.com/programming/software-development/threads/201233/use-of-flag-in-c

30
Jun
2016

How to count numbers from string ?

code: #include<stdio.h> #include<stdlib.h> int main(){ char line[]=”1 -2 10000 -50 20 7 445 -4″; char *p,*e; long…

28
May
2016

Data Mining:Intros and Weka With Java

https://www.ibm.com/developerworks/library/os-weka1/ http://www.programcreek.com/2013/01/a-simple-machine-learning-example-in-java/ http://www.cs.umb.edu/~ding/history/480_697_spring_2013/homework/WekaJavaAPITutorial.pdf

25
May
2016

Advanced string manipulation

Actually we use this method to split string from a big sentence using regex. https://howtoprogramwithjava.com/string-manipulation/

15
May
2016

Java OOP Examples

https://www.ntu.edu.sg/home/ehchua/programming/java/J3a_OOPBasics.html