Author: zakilive
After a long time one remix got my adrenaline high…. https://www.youtube.com/watch?v=UcHJtgljXEo
code: #include<stdio.h> #include<stdlib.h> int main(){ char line[]=”1 -2 10000 -50 20 7 445 -4″; char *p,*e; long…
Code int ledpin=13; int value=LOW; long previousmillis=0; long interval = 100; void setup() { // put your…
Swap in C #include<stdio.h> int main() { int x,y,z; x=5; y=7; printf(“Before x=%d y=%d\n”,x,y); z=x; x=y; y=z;…
If you want to be master at something there is no shortcut !
http://people.sabanciuniv.edu/berrin/cs512/lectures/WEKA/WEKA%20Explorer%20Tutorial-REFERENCE.pdf How to Run Your First Classifier in Weka https://www.ibm.com/developerworks/library/os-weka2/

Recent Comments