Beer subsidised by advertising all over the bottle.
What are your million dollar ideas that you are too lazy to implement?
21–24 of 24 posts
Re: What are your million dollar ideas that you are too lazy to implement?
#22Re: What are your million dollar ideas that you are too lazy to implement?
#23Indirect exchange site. You put in what you are willing to give away e.g. a CD and what you are looking for e.g. a coffee mug. The site trawls all the 'swap' sites (like Craig's list) looking for intermediate swaps that will achieve the desired result e.g. you have a CD, Tom has a tennis ball and William has a coffee mug. William wants a tennis ball and Tom wants a CD. The program matches you all up so you give your…
That's like the story about a guy who uptraded a paperclip for a house. Nice.
Re: What are your million dollar ideas that you are too lazy to implement?
#24//Doubt this is a million dollar idea, but i love to have one ^_^
The idea is simple, as you are coding, you can switch between languages as you please. All languages able to access variables and methods in any other language you have already used. All you have to do is identify what language the sections of code are.
EG:
public list DataSet = new list();
public string GetSortedData(list unsorted_data)
{
//sorts the data
//Converts data to string (as delphi dosent have list class... i think.)
}
//sory its the only other language i know atm
ShowMessage('Sorted DataSet: ' + GetSortedData(DataSet));
It might be tricky to do, but damn would i want an IDE that can do that!