Article ideas?
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
How about some code to automatically generate neat code, submit it, and hit Vote 5 automatically every 10 seconds? Robert Hinrichs wrote: How about .NET remoting (not web services). Does anybody care about that? The real question is do you care about it? If you do, then go off and do it and see if you learn something new. If you want to do a half-way decent writeup on it, do so. Don't spend time worrying about what other's think of your article, just worry if you spill everything write...
"Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
It's the new math! 421 == 156 ! -
How about some code to automatically generate neat code, submit it, and hit Vote 5 automatically every 10 seconds? Robert Hinrichs wrote: How about .NET remoting (not web services). Does anybody care about that? The real question is do you care about it? If you do, then go off and do it and see if you learn something new. If you want to do a half-way decent writeup on it, do so. Don't spend time worrying about what other's think of your article, just worry if you spill everything write...
"Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
It's the new math! 421 == 156 !T.Wilson wrote: How about some code to automatically generate neat code, submit it, and hit Vote 5 automatically every 10 seconds? I'm on it!
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
$Platform invoke debugger$.
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
I would love to see a VB.NET and/or C# parser capable of building a CodeDOM tree. I'm pretty sure it's just a matter of some (.NET version of) Flex/Bison coding, but I do not have the time to write the EBNF for the languages at the moment (maybe "borrowing" some code from Mono would help) This would allow one to convert code from VB6 to C# painlessly: First, you use the VB migration wizard to convert VB6 code to VB.NET code. Then, you build a CodeDOM tree and generate C# code from it. And, for weird reasons, one could even generate VB.NET code from C#, too! :omg: Now, THIS is an article I'm craze about writing, but I just don't have the time for doing it now alone. And I don't think it could be done in a week, although you could have a working prototype in this time. I see dumb people
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
Did you look in the Article Suggestion forums??? You might find something you like in there :-) Regards, Brian Dela :-)
-
I would love to see a VB.NET and/or C# parser capable of building a CodeDOM tree. I'm pretty sure it's just a matter of some (.NET version of) Flex/Bison coding, but I do not have the time to write the EBNF for the languages at the moment (maybe "borrowing" some code from Mono would help) This would allow one to convert code from VB6 to C# painlessly: First, you use the VB migration wizard to convert VB6 code to VB.NET code. Then, you build a CodeDOM tree and generate C# code from it. And, for weird reasons, one could even generate VB.NET code from C#, too! :omg: Now, THIS is an article I'm craze about writing, but I just don't have the time for doing it now alone. And I don't think it could be done in a week, although you could have a working prototype in this time. I see dumb people
Daniel, I hope you get around to writing that article. As you say, it's a little beyond my alloted time. But you have given me a great idea. I'd like to download that Mono code and see what's going on there. I had forgotten about that and it's on my "todo" list. Thanks, Bob H.
-
Did you look in the Article Suggestion forums??? You might find something you like in there :-) Regards, Brian Dela :-)
Brian Delahunty wrote: Did you look in the Article Suggestion forums??? Brain, Good Grief! How did I miss that. I'm there. Thanks.
-
Brian Delahunty wrote: Did you look in the Article Suggestion forums??? Brain, Good Grief! How did I miss that. I'm there. Thanks.
Robert Hinrichs wrote: Brain, Why thank you... my name is Brian but I appreciate the fact that you call me brain* *or could it all be just a type ... sniff sniff.. Regards, Brian Dela :-)
-
Robert Hinrichs wrote: Brain, Why thank you... my name is Brian but I appreciate the fact that you call me brain* *or could it all be just a type ... sniff sniff.. Regards, Brian Dela :-)
Brian Delahunty wrote: *or could it all be just a type ... sniff sniff.. Nope. Brain it is. In an e-mail from my boss he mistyped bob and got bobo! Thanks BRIAN.
-
Robert Hinrichs wrote: Brain, Why thank you... my name is Brian but I appreciate the fact that you call me brain* *or could it all be just a type ... sniff sniff.. Regards, Brian Dela :-)
"Gee Brian, wha' we gonna do tonight?" "Same thing we do every night Pinky, try to take over Code Guru! And stop calling me Brian."
"Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
It's the new math! 421 == 156 ! -
"Gee Brian, wha' we gonna do tonight?" "Same thing we do every night Pinky, try to take over Code Guru! And stop calling me Brian."
"Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
It's the new math! 421 == 156 !T.Wilson wrote: "Gee Brian, wha' we gonna do tonight?" "Same thing we do every night Pinky, try to take over Code Guru! And stop calling me Brian." Muwahahahahahahahahaahahahahaha :Dr. Evil emoticon: Regards, Brian Dela :-)
-
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
How about a sexy dice roller to resolve those annoying 100 army against 120 army scenarios in the game Risk? Why not make it a web site that ANYONE can use. (Actually, probably should try searching first to see if this has already been done!) It needs to: 1. allow the user to enter # of attacking armies and # of defending armies 2. show cool graphics of the red attack dice rolling (attacker gets 3) 3. show similar for white defending dice rolling (defender gets 2) 4. resolve wins and losses. Highest die's are paired. Attacker loses an army if a pair is equal or lower than defender's, otherwise defender loses an army. 5. If attacher has only 3 armies left, he can only roll 2 dice; 2 armies, 1 dice 6. Defender can only roll one die if he has only one army left. Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
Every line of code is a liability - Taka Muraoka -
How about a sexy dice roller to resolve those annoying 100 army against 120 army scenarios in the game Risk? Why not make it a web site that ANYONE can use. (Actually, probably should try searching first to see if this has already been done!) It needs to: 1. allow the user to enter # of attacking armies and # of defending armies 2. show cool graphics of the red attack dice rolling (attacker gets 3) 3. show similar for white defending dice rolling (defender gets 2) 4. resolve wins and losses. Highest die's are paired. Attacker loses an army if a pair is equal or lower than defender's, otherwise defender loses an army. 5. If attacher has only 3 armies left, he can only roll 2 dice; 2 armies, 1 dice 6. Defender can only roll one die if he has only one army left. Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
Every line of code is a liability - Taka MuraokaYour son beat you didn't he Marc?:-D
I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder Microsoft has reinvented the wheel, this time they made it round. -Peterchen on VS.NET
-
Your son beat you didn't he Marc?:-D
I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder Microsoft has reinvented the wheel, this time they made it round. -Peterchen on VS.NET
yes :(( Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
Every line of code is a liability - Taka Muraoka -
I have one week off from work and I'm looking for a coding project. Why not, it's cold here and It's what I do. C# and .NET. How about .NET remoting (not web services). Does anybody care about that? :zzz: Thanks, Bob H.
Yah, I'd love to see more on .NET remoting! Why waste time learning when ignorance in instantaneous -Hobbes