What are "directoryentry" and "directorysearch" controls in Visual Studio 2008? How do they work? What are there real-world applications? What about their properties?
I am aware of some the obvious gains of the x64 architecture (higher addressable RAM addresses, ect)... but:
What if my program has no real need to run in native 64 bit mode. Should I port it anyway?
Are there any foreseeable deadlines for ending 32 bit support?
Would my application run faster / better / more secure as native x64 code?
It is well-accepted that we should all learn something new every six months. But what should should have topped the list for 2009? What new things should we learn have learned this year that appear to have real staying power?
(Answers do not have to be limited to languages.)
Int64 c1 = Convert.ToInt64(csvdeep[1]);
Int64 division = 1024;
string results = Math.Abs(c1 / division / division / division).ToString();
My c1 is 10201841664 and results is "9".
I'd perfer to get the 2nd two decimal places so my real result would be 9.50. Any tips on how I could get the 2 decimal places?
Are there any real resources for creating MySpace Profile Widget apps? I have looked through all the sample code the present and am unable to perform any simple tasks. I basically need to grab the current profile page URL or ID, and then pass this onto an AJAX query and return data from my server.
How do I do this?
Hello,
I'm looking for a suitable open source project to work on in C++. It really can be anything.
My background is in gaming, on both PC and consoles; but I'd prefer to work on something low latency or real time. I'm also interested in Math stuff.
Do any of you guys have suggestions?
Q:
I have the following case :
set of letters (grades)
A,A+,A-,B,B+,B- stored as strings in
the database i wanna to order these
grades logically from the small
one to the big one ,, but this not
what happen in real.. because these
are strings the order is:
A,A+,A- i wanna
ASC
A-,A,A+
DESC
A+,A,A-
i bind those grades in drop down list
and i wanna these grades with this
logical order in it..
is there any idea how to do something
like this..
It is well-accepted that we should all learn something new every six months. But what should top the list for 2009? What new things should we learn this year that appear to have real staying power?
(Answers do not have to be limited to languages.)
I notice something strange happens to one of my view controller: the back button disappears, yet it's possible to go back to previous view controller by tapping the top left corner (i.e where the button should reside).
In my entire file there's no line that set self.navigationItem.hidesBackButton to YES; also NSLog prints 0 as self.navigationItem.hidesBackButton's value in viewDidLoad.
This occurs in both the simulator and real device. Any ideas?
Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab host. I've looked everywhere and have been unsuccessful in finding a real answer to this problem.
I'm using dbms_scheduler to execute a PL/SQL stored procedure. I would like to be able to have that code create some text logging output and associate it with the run to verify it's working, but I can't find anything to do that in the docs. Is there a facility to do this that I'm missing? This is an 11g database running under Unix. It would be real nice if I could use dbms_output so I could also run it from sqlplus and get output.
At MIX it was announced that WCF RIA Services supports OData Endpoint on the server now. But is there a good way to use a real OData Server in the WCF RIA Services Tooling as an endpoint or is that just an option for the team to say that are supporting the standard, too?
What is the most straightforward way of making dictionary or list from a string in Python? Let's say I have string "{ 'x' : 3, 'y' : 4 }" and I want to parse it to a real dictionary object.
I'm using global constants, like this:
/project
/application
bootstrap.php
/public
index.php
index.php
defines PUBLIC_PATH and APPLICATION_PATH
calls APPLICATION_PATH . bootstrap.php
bootstrap.php
defines LIBRARY_PATH, MODULES_PATH, TEMP_PATH, CONFIG_PATH, ...
does real work
Also i want to ask if there is better way to do this?
I asked a question like this in an interview for a entry level programmer:
var instance1 = new myObject{Value = "hello"}
var instance2 = instance1;
instance1.Value = "bye";
Console.WriteLine(instance1.Value);
Console.WriteLine(instance2.Value);
The applicant responded with "hello", "bye" as the output.
Some of my co-workers said that pointers are not that important anymore or that this question is not a real judge of ability.
Are they right?
Real Example.
I have a closed source server-side program for "internal purposes only" (no distribution or selling).
I want to use "MYSQL C++ Connector" in my server application in my VPS (MYSQL C++ Connector is GPL).
Do I have to make my application "GPL" and distribute my source code?
Can I use the GPL Source Code in my closed source application. (There is no distribution or selling of my application — it is for internal purposes only.)
I am noting this strange behavior where one of my fields -- receive_empresa_test_info -- has worked fine though it's always been referred to as receive_empresa_info. In Functional Tests, though, the real field name is receive_empresa_test_info. What is going on here? Might this be some part of the Rails environment that I'm missing during testing?
In order to fully understand and take advantage of the new features and enhancements provided with the coming of the new .NET Framework 4.0, I would like to get an example of real-world application of the Code Contracts.
Anyone has a good example of application of this feature?
I would like to get a code sample with a brief explanation to help me get up and running with it.
Thanks! =)
I have taken enough cs courses to know that I'm not interested in hardware. I'm much more interested in programing for the web.
Now, I'm nearing the end of my degree, and I'm presented with the option to take some higher level EE courses than the intro I took freshman year. Are there any real-world-job-boosting reasons I should take more EE course? Any courses in particular that people think would be helpful?
This doesn't need to be a real time solution, but are there some log files or system messages that could be read to identify periods of time where someone was connected via RDP to a Windows 7 machine?
I'm building a watchdog script for a computer which will be deployed in a remote place and would like to add this metric to a daily status update.
I wander how do client side get response if the connection of request is not finished yet?
What's the principle?
In fact I've read quite a few posts on this subject:
http://stackoverflow.com/questions/333664/simple-long-polling-example-code
http://stackoverflow.com/questions/932415/how-does-the-live-real-time-typing-work-in-google-wave
But none of them solve my doubt
Hi,
I would like to hear your opinions on areas of computer science & engineering that show some real promise of technological breakthroughs in foreseeable future (eg: general AI?). I would like to explore some fresh ideas in computer science that is hard to capture in school.
Can a problem have a relation of aggregation and composition both between two classes at same point of time?
Like any real time scenario where there can be aggregation corresponding to one method and composition related to other method.
I m unable to figure out any scenario where both composition and aggregation occurs simultaneously between two classes.
Any help will be appreciable.
Hello,
I would like to keep track of all mouse events at system level (not only in my application).
I've quickly googled this but found no real interesting pointer.
Do you know how to achieve this?
Thanks in adavance for your help :)
Regards,