vague

Scoping issue in Python

Hi All, Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ? Thanks ...

to use a library dll with LoadLibrary() method on C++

Can I use LoadLibrary method for to import a data of type struct?? excuse me for my English. thanks. ...

What is the algorithm for storing the pixels in a spiral in JS?

What is the algorithm for storing the pixels in a spiral in JS? ...

ASP.NET 3.5 Gridview control

If you click on the 'search' button in the following link link text A gridview shows up. I am trying to do something similar within a table whose width is set to auto. My current way is to create the gridview in design view, but however, my gridview does not resize to the table width. I understand that I posed 2 different questions in ...

Load-testing tool

Hi! I am looking for a load-testing tool which supports more than 20 virtual users in trial version. ...

can not open the design mode in vss2005

i instlalled vs2005 my operating system is microsoft windows 2000 sp4 but i cannt get the design page when i click design btn. ...

How to implement undo/redo of files mapped in a treeview

Can anyone give an idea of how should I implement undo/redo of files (dirs, subdirs) mapped in a treeview - C#? Would be great some code samples ...

objectlist in mobile application

Hi All, How can i change the background of the selected row in the objectlist control of mobile application?Urgent. Thanks & Regards, Khushi ...

Draw image over an image in asp.net at specific location

Hi, I need to draw an image over another image at specific location to block the image postion to be used by other users, please help me provide some guidlines, urgent. Thanks & regards, Khushi ...

External Interface Error

import flash.external.ExternalInterface; ExternalInterface.addCallback("asFunc", this, asFunc); function asFunc(str:String):Void { out.text = "JS > Hello " + str; } send_btn.addEventListener(MouseEvent.CLICK, clickListener); function clickListener(eventObj:Object):Void { trace("click > " + mean.text); ExternalInterface.call("calc", mean...

Can anybody explain the structure of the Apache server?

How does the Apache web server work? Can someone explain it in detail? ...

How can I generate a unique ID in Python?

I need to generate a unique ID based on a random value. ...

Java Swing query

hi, I have a Swing Panel where I search for a text and highlight it using yellow color.Its size is 1/4th of the screen(not sure of exact dimensions).When I search soemthing the first active search is highlighted and shown and whenever I maxmize the screen to full size the highlighted text is not visible.Now is there a way to keep the h...

is there any difference between JME and J2ME?

Hi, I want to write a code for 3d game and I don't know that I need JME or J2ME,please help me! thanks. ...

Stats: Popularity of CSS

Is there anything on this matter on the web? Because I can't seem to find anything. Edit: Sorry about being unspecific. Normally I hate these guys, too. I'm looking for stats on how CSS became popular around 2000-2004. ...

Change string value. C#

How do i change a string value of http://host/index.php?p=page to http://host/index.php?p= ...

Navigating through a sea of hype

This is a vague, open question, so if you have no interest in these, please leave now. A few years ago it seemed everyone thought the death of desktop software was imminent. Web applications were the future. Everyone would move to cloud-based software-as-a-service systems, and developing applications for specific end-user platforms like...

NLP with greatly contrained input and abilities

Hat in hand here. I'm a seasoned developer and I would be grateful for a bit of help. I don't have time to read or digest long intricate discussions on theoretical concepts around NLP (or go get my PHD). That said, I have read a few and it's a damn interesting field. The problem is I need real world solutions, for real world products, in...

Taking Arabic Character Input in C++

Is there any Code How to take Arabic Input from user in C++ ? ...