i wonder what language Larry Page and Sergey Brin wrote google with?
not the languages that are used today, but for the version launched from their dorm.
thanks
Hi,
I wonder if it's possbile, and if it is, what i`am suppose to know, in order to run an Activity in some application, while i am calling it from another application.
for example, now i am on Application A, and i want to run an Activity on Application B.
what parameters do i need to know in order to do that?
Thanks,
Hi,
I want to understand how a C++ program that was given to me works, and where does it spend the most of the time.
For that I tried to user first gprof and then gprof2dot to get the pictures, but the results are sometimes kind of ugly.
I wonder if could recommend me other alternatives or how do you usually do this.
Thanks
ive made an xml schema all the code basically and was wonder is there a way that the code genarates something like this
http://www.novell.com/documentation/extend52/Docs/help/Director/books/PGImages/novell_portlet_xml_schema.gif
and if i can then how do you do it?
Hi,
I started to use SysInternals suite, and it is great. But I wonder, whether there is any analog of TCPvcon, which allows to logon to remote machine, like psexec does, and then get list of TCP connections from there (similar to pslist functionality), and then to close some of connections (similar to pskill functionality).
I am speaking about windows console tools and I would like to avoid installing something on remote machine is this is possible.
THere are a lot of wrappers for toolkits like Qt, Cocoa or WxWidgets for D, Python, Ruby and other languages.
I wonder if anyone has ever written a binding for MFC ?
Is JSunit really a direct port of Junit to Javascript? So I have heard, but I am wondering why my company is not using it. My company has lots of smart minds, so If we are not using it I wonder if there are any major issues with Jsunit as a javascript test harness.
Input would be much appreciated.
thanks!
I have external app reading files, I want to hook that to get event in my app. But I cannot find a sources hooking ReadFile (or something else that can help me achieve that). Any ideas how to do that? It must be done in User-Mode. I was thinking for something similar to Process Monitor. I wonder how it does it..
Hello.
We use Excel VBA to load data using SQL, process it and generate (pivot) tables. I wonder if there any other decent alternatives. I've been thinking on PDF generation but not sure if there are handy tools to construct pivot tables. Important requirement is the ability to print data correctly, so that everything fits on the page(s).
Thanks.
i wonder if the new bundle component in symfony 2.0 will be available as a stand-alone component?
cause the other was very useful and i think the bundle component will be awesome.
if it's released as a component i dont have to simulate it with my own solution.
thanks!
a lot of people are contributing to open source libraries/frameworks.
i wonder how these people learn the structure so that they can contribute?
lets take doctrine and symfony as an example.
is there a blueprint over these frameworks to give the developers an insight of the structure? or do they just download it and study the code?
how does it work?
please you contributors, share your learning strategies!
thanks
I have the following function:
public static byte[] StringToByte(string str)
{
int length = str.Length;
byte[] ba = new byte[length];
for (int i = 0; i < length; i++)
{
ba[i] = (byte)str[i];
}
return ba;
}
I wonder whether there is a built-in function for this method?
I'd like to create a game that has levels such as this: http://img169.imageshack.us/img169/7294/picdq.png
The Player moves "flies" through the level and mustn't collide with the walls. How can I create such levels?
I found that piece of software: http://www.sapusmedia.com/levelsvg/
It's not that cheap, so I wonder whether there is another way to create such a level as shown in the picture above...?
I want to develop an application which has a graphical user interface that could be developed by using different widget toolkits. For example I want to use Qt, GTK+ or even ncurses as a building block for my user interface for the same application. Moreover users could choose which GUI implementation will be used during the next startup of the application without recompiling it first. I wonder what are possible design strategies and design patterns used in the implementation of this design?
Hi,
I am using 7zip in command line mode.
When the operation takes quite a long time, sometimes there is a process percentage displayed.
I wonder if we want to do this using C#/Java, what library to use?
Regards,
Hello,
I wonder why does this style not work in IE and FF, but in Chrome ONLY
#show{top:10%; position:relative; margin: 0px auto; width:100%;}
[Edit]
If I want to make the same work in IE and FF, what do I have to do
Thanks
Jean
For C# Visual Studio uses 4 spaces by default, whereas for C++ it is hard-tabs. Why is it so? Why is it different?
My project consists of both C# and C++ code and the difference really annoys me. I want to set a common standard for all the sources, but I wonder if this would have any drawbacks.
Here is the code:
$arraya = array('a','b','c');
foreach($arraya as $key=>$value)
{
if($value == 'b')
{
$arraya[] = 'd';
//print_r($arraya); //$arraya now becomes array('a','b','c','d')
}
echo $key.' is '.$value."\n";
}
and it will get:
0 is a
1 is b
2 is c
And I wonder why 3 is d doesn't show up??
I'm trying to use copy'n paste in one of my web apps and have read a few articles/SO questions about it. Most people say that using Flash is the only option since most browsers don't allow access to the system clipboard because of security concerns.
I can understand this but I wonder why it is okay for Flash do this, but not for the browser.
Or has it got nothing to do with security and it is simply to complicated to implement this for cross-platform browser vendors?
I have a list which I shuffle with the Python built in shuffle function (random.shuffle)
However, the Python reference states:
Note that for even rather small
len(x), the total number of
permutations of x is larger than the
period of most random number
generators; this implies that most
permutations of a long sequence can
never be generated.
Now, I wonder what this "rather small len(x)" means. 100, 1000, 10000,...
Can anybody clarify?
Thanks!
hey guys
i wonder what does @ means when we use it before include or require in php ?!
such as :
@include('block.php');
maybe its a noob question , but i need to know it guys ?!
so sorry for that
hi everyone,,
i tried this example on ajax here
and i wonder if i can echo/print a specific element of the array at the php side
let's say i just want to print the second element which is "lastName"
i tried echo $t2lpostData[1]
it gives me error
"Undefined offset: 1 in C:\wamp\www\thank-you.php on line 12"
help plz,,
This is sort of an odd question. I know that SAS has a PROC SOAP for consuming web services. I wonder if anyone has any experience consuming XML from a REST resource using SAS?
Hi everybody,
I just manage to install gearman on my local Ubuntu test environment. I wonder if I could in any way run both the worker and the client at the same computer, while in development stage?
Thanks a lot!