The following is my simplified code <?php $database = new db(); $file = new file(); $input = new input();
I\'ve loaded content from an external site into a Div with jQuery, but when I click on a link in the loaded content it opens as it\'s own page. Is there a way restrict 开发者_开发知识库the link to ope
I have to write an external sorting program in java which given a file A containing an arbitrary number of integers, sorts them using only file B (which is the same size) as temporary storage. For the
I am writing a script that calls another java program, to perform some tasks. It is very important that each task starts, if and only if, the previous one has finished. Each task might run for several
I would like to know how I can manage to login into a website (www.garena.com) which is not mine, and neither do I know what kind of response it sends through MY own Android app.
i\'ve never had to do any cross scripting until now and i\'m running into a (probably really stupid) error right at the start.
i want to make a cronjob which execute a specific ruby file in the script dir开发者_Python百科ectory of my rails app. how can i achieve, that i can execute an actionmailer to use deliver? how do i get
Sounds funny, but how can I get the external IP address from a client? I tried few things, but didn\'t work for me.
I can host a swf file locally with the web page it is embededed in, but if I change the src attaribute for the embed tag in the html file to point to an external link on mediafire.com the content neve
I need to get my external (public) IP address from Delphi. The same IP 开发者_运维知识库that is shown by www.whatismyip.com for example.