Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
3k 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#?
3
votes
3answers
93 views

C# one-liner to grab specific data from an RSS feed

I'm looking for a C# "one-liner" (need not strictly be a single line, but very short is preferable) way to download an RSS feed from a given HTTP URL, and extract specific data. Robustness be damned. ...
2
votes
3answers
542 views

Dirty Coding Tricks to Deliver Project on Time [closed]

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
1k 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 ...
1
vote
3answers
253 views

Help with a quick and dirty DB sync solution

I have a problem with a deadline. And that deadline is tomorrow :S Luckily it doesn't have to be the best solution; not even a good one. I only need one part working which I will describe shortly. ...
1
vote
14answers
852 views

When is the right time and the wrong time to do the quick and dirty solution?

When is it the right time and when is it the wrong time to take the quick and dirty approach versus the proper elegant solution? This started from the comments on my question: ...
0
votes
2answers
20 views

Ways of running quick and dirty tests in XCode4

I'm trying to figure out how to run a quick and dirty test time efficiently. Sometimes I run into a situation where I want to test a few lines of code. For example, test whether NSMutableDictionary ...
0
votes
2answers
34 views

Does anyone know a smart way to find all html elemests that allow for a “src” attribute?

I need to figure out all html elements that allow for the "src" attribute, not quite sure how to go about it... anyone?
0
votes
1answer
388 views

Quick-and-dirty class constructor for MATLAB?

I am trying to make MATLAB a bit more usable than it is (for me), and one of the things which I always wanted to fix is a better class constructor. I want to have the following interface: ...
0
votes
2answers
669 views

Quick and dirty way to parse a mozilla firefox json file

I want to scrape all of the url's out of my .json bookmark backup that firefox creates and output a .txt file. Here's a sample of one of the objects located in the file: ...
0
votes
1answer
39 views

How to quickly add a single printout to a simple .net winforms app?

I've nearly completed a tiny winforms app (.net 3.5) and the last thing remaining is a printout. The printout is pretty simple. It is printed on an A4 landscape page and consists of three identical ...
0
votes
4answers
257 views

What is the easiest way to add some simple blog functionality to my website?

I've got a website, already hosted, and I'd like to add a blog section to it. However, I'm running out of time, so am looking for a quick and dirty solution. Ideally, I'd like to use something like ...