Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~980 People Reached
Favorite Tags
php x 10
c x 8
Member Avatar for soosai

hi there....I'm a trainee student who is new to the world to the world of programming.I would like to do a lab time table scheduling system.i have about 100 records where i have to generate list of students according to labs available that equals to the number of computers available …

Member Avatar for casper_wang
0
76
Member Avatar for soosai

hi good morning.. is my function for EXIT is corrcet? Thank you <form><input type="button" value="exit"onclick="exit=false"></form>

Member Avatar for R0bb0b
0
95
Member Avatar for soosai

hi im soosai ..very new to this PHP WORLD..have created database with the field tc...and i have 10 fields in it but only would like to insert those datas in the coding .... but the coding shows some error...pls help me .. Thank you <? @mysql_connect("localhost","root","") or die (mysql_error()); mysql_select_db("upit"); …

Member Avatar for phpuser
0
141
Member Avatar for soosai

hi there is anything wrong with the code down here....? <? @mysql_connect("localhost","root","") or die (mysql_error()); mysql_select_db("upit"); $sql="INSERT INTO students VALUES('$nama','$ic','$fakulti','$emel')"; $result=mysql_query($sql); if ($result) echo"Insert record Successfully"; else echo "Problem inserting data"; ?>

Member Avatar for nav33n
0
85
Member Avatar for soosai

hi this is my coding for submit and reset button ... but the reset button seems not working ...is it related to the value?.......or the return thing ? thanks for the help.. <input type="submit" value="Submit" /> <input type="button" value="Reset" onclick="valid.reset(); return false" />

Member Avatar for soosai
0
67
Member Avatar for soosai

i have been working on clustering genes.. but some how i could not cluster the data set of 5000 genes. why ? here is the coding i used.. j=xlsread('soosai.xls'); save soosai.mat j load soosai.mat plot(j(1:150,:)') //( maximum i can do)// corrDist = pdist(j, 'corr'); clusterTree = linkage(corrDist, 'average'); clusters = …

Member Avatar for sarehu
0
53
Member Avatar for soosai

hi there .. whats wrong with th e following code? [code=c] #include<mpi.h> #include<stdio.h> #include<math.h> void main(int argc, char **argv) { int rank, row, i, j,s,p ; int n; int oldrow,oldcol,newrow,newcol; MPI_Status status; int z; int delta_x,delta_y; int temp_map[60][40]; int map[60][40]; int col; z=oldrow,oldcol,newrow,newcol; temp_map=0; map=0; printf("pls enter the row value\n"); …

Member Avatar for Salem
0
124
Member Avatar for soosai

hi there anyone have any idea on how to cluster 6000 genes using matlab?

Member Avatar for jwenting
0
74
Member Avatar for soosai

hi there ..... would like to know how would be the coding for password generation of different sets of characters... thanks u

Member Avatar for echocoder
0
97
Member Avatar for soosai

how to run a c programme on password checking programme parallely..thanks a lot

Member Avatar for jephthah
0
78
Member Avatar for soosai

hi im a very fresh n new user of this field... wanna know how to simulate different type of possilbilities of combinmation of number from a set of numbers and characters example.. given that to create all comnination that can be formed from the set ABC123 like combination ...? thanks …

Member Avatar for jephthah
0
90