Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~782 People Reached
Favorite Tags
java x 4
Member Avatar for shaqnolysis

Am working on a project to develop a database which should output to my mobile.Is there anyone who know any site which have resources for the database connectivity to the mobile?I will appreciate your help. Shaqnolysis

Member Avatar for peter_budo
0
90
Member Avatar for shaqnolysis

Below is a QuickSort Serial Algorithm..... 1. procedure QUICKSORT(A,q,r) 2. begin 3. if q < r then 4. begin 5. x := A[q]; 6. s := q; 7. for i := q+1 to r do 8. if A[i] <= x then 9. begin 10. s :=s+1; 11. swap(A[s],A[i]); 12. end …

Member Avatar for mohanrobin
-1
253
Member Avatar for shaqnolysis

Lemme first greet all my beloved fellows and i would love to give you all credits for helping each other with problems concerning java!!! I have a problem with listening methods in my code.the only respond i get is the exit part of my buttons....please i would be happy to …

Member Avatar for shaqnolysis
0
144
Member Avatar for shaqnolysis

Sorry guys i missed this site so much.My computer has been down,,,,,now i am back!!!!! Anyways i have an assignment due tommorrow and i have a small problem concerning system process and system product. The question asked me to determine and explain how the software process and software product could …

Member Avatar for Salem
0
53
Member Avatar for shaqnolysis

Guys please i need some help on Associativity and Cache....I really wanted to compare the impact of Associativity on miss rate with cache associativities of 1 , 2 , 4 and 8 on cache with 64 cache lines given the following address requests: 31-63 64-111 31-63 64-111 and which associativities …

0
53
Member Avatar for shaqnolysis

Firstly i would like to say Hello to everyOne.Am a Computer Science Student and Am new in Java Programming.My first program is to write a program that will read a file and display the sum of all values. ....wanted to use BufferedReader to read the file and store the values …

Member Avatar for masijade
0
89
Member Avatar for shaqnolysis

HELLO GREAT MINDS OF THE WORLD.....AM studying computer science and algorithms is a new concept to me....I have written an algorithm which returns a smallest value in an array and am not that sure if its correct.... 1 s = A[1] 2 for i = 2 to lengthA[] do 3 …

Member Avatar for shaqnolysis
0
100