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
Ranked #72.8K
~11.4K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for mukti itb

Very ineficient... there is a much more efficient way to do that: [CODE]Randomize; For I:=1 To 9 Do Begin A[I]:=I; // First put them in order End; For I:=1 To NumberOfIterationsYouWantButAtLeastNine Do Begin // Now do permutations, so re-order in a random order N:=Random(9)+1; Auxiliar:=A[1]; A[1]:=A[N]; A[N]:=Auxiliar; End;[/CODE] The concept …

Member Avatar for Horvath
0
6K
Member Avatar for emulman

Hey! and waht about a five columns and a cell with colspan="3", how dare can be done. I need to do such, since tags table tr and td are not allowed and need a table where some cells (if done with table tr and td tags) has colspan and rowspan …

Member Avatar for z666zz666z
0
5K

The End.