Tagged Questions

5
votes
5answers
406 views

How can I determine if a file is binary or text in c#?

I need to determine in 80% if a file is binary or text, is there any way to do it even quick and dirty/ugly in c#?
2
votes
3answers
281 views

Dirty Coding Tricks to Deliver Project on Time

Just read a good article about dirty coding hacks used by game developers to get a game out the door: http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php Has anyone here had to pull …
2
votes
9answers
469 views

Quick and dirty solution for communication between processes in different machines

I have two processes written in java in two machines within my network that should pass simple chunks of data to each other. I'm looking for a quick and dirty way (without resorting to writing …