top of page

Think1dotHR code

float t=2.0;

float g=9.81;

float s=0.0;

long t2;

long n;

float e0=-13.6;

float e;

long A,B,r,n2;


long rand1;

long rand2;

long sum,product,divi,sub;

long V,I,R;

long C,H,O,Molwt;


long a,b;

float circ;

long rad;

float pi=3.141;


float spd=10.2;

float th=1.5;

float iq;

char c;

long select;

void setup() {

// put your setup code here, to run once:

pinMode(LED_BUILTIN, OUTPUT);

}


void loop() {

// put your main code here, to run repeatedly:



digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)


for(long i=0;i<random(500000);i++){

char c[13]="Om sri sairam";

char d[20]="Om namo venkateshaya";

char e[86]="Om bhur buvah suvaha tat savitur varenyam bhargo devasya deemahi diyoyonah prachodayat";wwwwwwwwww

}

// wait for a second

digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW

for(long i=0;i<random(1000);i++){


//Maths

rand1=random(500);

rand2=random(500);

product=rand1*rand2;

sum=rand1+rand2;

divi=rand1/rand2;

sub=rand1-rand2;


//play

a=random(10);

b=random(10);

while( a!=b)

b=random(10);

a=random(10);

b=random(10);

while( a!=b)

b=random(10);


//Physics

t2=random(500);

s=0.5*g*t2*t2;

n=random(100);

e=e0/n/n;

//play

a=random(10);

b=random(10);

while( a!=b)

b=random(10);


a=random(10);

b=random(10);

while( a!=b)

b=random(10);

}

if(select==3){

//Economics

B=random(1000);

r=random(20);

n2=random(10);

A=A0*pow((1+r/100.0),n2);


a=random(10);

b=random(10);

while( a!=b)

b=random(10);


a=random(10);

b=random(10);

while( a!=b)

b=random(10);


//Electrical

I=random(100);

R=random(10000);

V=I*I*R;


a=random(10);

b=random(10);

while( a!=b)

b=random(10);

a=random(10);

b=random(10);

while( a!=b)

b=random(10);


//Biochemical

C=random(20);

H=random(100);

O=random(20);

Molwt=12*C+H+16*O;


//delay(60000);

//Guessing game

a=random(10);

b=random(10);

while( a!=b)

b=random(10);

a=random(10);

b=random(10);

while( a!=b)

b=random(10);

rad=random(1000);

circ=2*pi*rad;


iq=spd*pow(th,12);

// wait for a second

}

}

 
 
 

Recent Posts

See All
Should have solved maze in 2000

Got Harry Potter 4 in 2000 and should have solved in windows computer with floodfill Google.. and demoed in House to cricket lawn in 2000..

 
 
 
Better human maze solver

[3/11, 4:25 AM] Harish Teach: I must have made floodfillopillo maze solving video from ganga hostel entrance to swimming pool.. with a twig in 2010 when I first learned it.. or in caltech hostel to s

 
 
 

Comments


bottom of page