-2
votes
7answers
310 views
How can I generate a unique ID in Python?
I need to generate a unique ID based on a random value.
2
votes
9answers
267 views
Good Open Source Code to learn Web Programming
Hi can someone point me to some Good Open Source Code to learn Web Programming (Language doesn't matter).
i'm looking for source code of web-applications not frameworks
I'm not a beginner, I can …
-4
votes
3answers
173 views
Can anybody explain the structure of the Apache server?
How does the Apache web server work? Can someone explain it in detail?
0
votes
2answers
241 views
External Interface Error
import flash.external.ExternalInterface; ExternalInterface.addCallback("asFunc", this, asFunc); function asFunc(str:String):Void { out.text = "JS > Hello " + str; }
…
0
votes
2answers
521 views
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
0
votes
0answers
106 views
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
-3
votes
3answers
421 views
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
0
votes
1answer
40 views
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.
0
votes
5answers
182 views
Load-testing tool
Hi! I am looking for a load-testing tool which supports more than 20 virtual users in trial version.
0
votes
1answer
855 views
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 …
-1
votes
2answers
220 views
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?
2
votes
5answers
1k views
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.
-5
votes
5answers
305 views
Scoping issue in Python
Hi All,
Can anyone help me to get info about the Scoping issue( Static and dynamic scoping) in Python ?
Thanks
1
vote
4answers
241 views
Image processing: smart solution for converting superixel (128x128 pixel) coordinates needed
Hi,
i am searching for a smart solution for this problem:
A cancer ct picture is stored inside a unsigned short array (1-dimensional).
I have the location information of the cancer region inside the …
3
votes
5answers
623 views
C++ Arrays: conversion of contained type
What is the best way to convert a fixed length string array to a fixed lengh integer array in C++ ?
