Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
AnswerRe: Updating mdb file Pin
PIEBALDconsult14-Aug-08 4:11
mvePIEBALDconsult14-Aug-08 4:11 
AnswerRe: Updating mdb file Pin
Manas Bhardwaj14-Aug-08 4:13
professionalManas Bhardwaj14-Aug-08 4:13 
GeneralRe: Updating mdb file Pin
Admin88714-Aug-08 4:47
Admin88714-Aug-08 4:47 
Question32 bit Network Address in C# Pin
DotNetCoderJunior14-Aug-08 3:53
DotNetCoderJunior14-Aug-08 3:53 
AnswerRe: 32 bit Network Address in C# Pin
Dan Neely14-Aug-08 4:06
Dan Neely14-Aug-08 4:06 
AnswerRe: 32 bit Network Address in C# Pin
PIEBALDconsult14-Aug-08 4:19
mvePIEBALDconsult14-Aug-08 4:19 
QuestionRe: 32 bit Network Address in C# Pin
DotNetCoderJunior14-Aug-08 20:32
DotNetCoderJunior14-Aug-08 20:32 
AnswerRe: 32 bit Network Address in C# Pin
PIEBALDconsult15-Aug-08 4:06
mvePIEBALDconsult15-Aug-08 4:06 
After giving it more thought... First begin with the bytes that don't have three consecutive digits, there are only sixty-eight of them:

00100100  36
00100101  37
00100110  38
00101001  41
00101010  42
00101011  43
00101100  44
00101101  45
00110010  50
00110011  51
00110100  52
00110101  53
00110110  54
01001001  73
01001010  74
01001011  75
01001100  76
01001101  77
01010010  82
01010011  83
01010100  84
01010101  85
01010110  86
01011001  89
01011010  90
01011011  91
01100100 100
01100101 101
01100110 102
01101001 105
01101010 106
01101011 107
01101100 108
01101101 109
10010010 146
10010011 147
10010100 148
10010101 149
10010110 150
10011001 153
10011010 154
10011011 155
10100100 164
10100101 165
10100110 166
10101001 169
10101010 170
10101011 171
10101100 172
10101101 173
10110010 178
10110011 179
10110100 180
10110101 181
10110110 182
11001001 201
11001010 202
11001011 203
11001100 204
11001101 205
11010010 210
11010011 211
11010100 212
11010101 213
11010110 214
11011001 217
11011010 218
11011011 219


Put these in a collection (an array perhaps), grab one at random. Grab another, if the first ends with a double-digit and the second begins with the same double-digit, then try again.

You don't say whether or not using the same byte twice is allowed.
QuestionSimple 2D side Scrolling shooter Pin
samuel pay14-Aug-08 3:41
samuel pay14-Aug-08 3:41 
AnswerRe: Simple 2D side Scrolling shooter Pin
Pawel Gielmuda14-Aug-08 3:58
Pawel Gielmuda14-Aug-08 3:58 
GeneralRe: Simple 2D side Scrolling shooter Pin
samuel pay14-Aug-08 4:10
samuel pay14-Aug-08 4:10 
QuestionListview rubberbanding issue Pin
Gavin Roberts14-Aug-08 2:45
Gavin Roberts14-Aug-08 2:45 
AnswerRe: Listview rubberbanding issue Pin
Gavin Roberts14-Aug-08 4:46
Gavin Roberts14-Aug-08 4:46 
QuestionOrdering DataGridView columns and DataTable columns? Pin
kbalias14-Aug-08 2:38
kbalias14-Aug-08 2:38 
AnswerRe: Ordering DataGridView columns and DataTable columns? Pin
dan!sh 14-Aug-08 3:21
professional dan!sh 14-Aug-08 3:21 
QuestionCalling Tree Pin
half-life14-Aug-08 2:24
half-life14-Aug-08 2:24 
AnswerRe: Calling Tree Pin
Manas Bhardwaj14-Aug-08 2:38
professionalManas Bhardwaj14-Aug-08 2:38 
GeneralRe: Calling Tree Pin
half-life14-Aug-08 7:29
half-life14-Aug-08 7:29 
AnswerRe: Calling Tree Pin
leppie14-Aug-08 3:19
leppie14-Aug-08 3:19 
QuestionCustom event thread and form property updating? Pin
CelestialCoder14-Aug-08 2:03
CelestialCoder14-Aug-08 2:03 
AnswerRe: Custom event thread and form property updating? Pin
lisan_al_ghaib14-Aug-08 2:10
lisan_al_ghaib14-Aug-08 2:10 
GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 2:32
CelestialCoder14-Aug-08 2:32 
AnswerRe: Custom event thread and form property updating? Pin
Mark Churchill14-Aug-08 2:37
Mark Churchill14-Aug-08 2:37 
GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 3:03
CelestialCoder14-Aug-08 3:03 
GeneralRe: Custom event thread and form property updating? Pin
Mark Churchill14-Aug-08 3:24
Mark Churchill14-Aug-08 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.