Hi!
I am studying the CodeCampServer.
I am confusedabout the MvcContrib.CommandProcessor.
Are there any tutorials about the CommandProcessor of the MvcContrib?
If I do
double d = 34.56;
int i = (int)d;
Am I not "downcasting"?
OR
Is this term only used in terms of classes and objects?
I am confused because in this case we are "downcasting" from a bigger double to a smaller int, but in case of classes, we "downcast" from a smaller base class to a bigger derived class.
Aren't these two conventions, in some sense, opposite?
HELLO , I am trying some program and confused with the output of the program
#include
#define a(x) (x*x)
int main()
{
int i=3,j;
j=a(i+1);
printf("%d",j);
return 0 ;
}
i want to know why the program is not giving the output 16(as instead to that i an getting the output 7 for the above program )
I have always been kind of confused by threads, and my class right now makes heavy use of them. We are using java.util.concurrent but I don't even really get the basics. UpDownLatch, Futures, Executors; these words just fly over my head. Can you guys suggest any resources to help learn what I need from the ground up?
Thanks a lot in advance!
Like the question asks-I'm getting started with XAMPP, and I'm wanting to do some Zend tutorials, but I'm confusedabout whether you still use Zend tool to create the file structure as described here:
http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf
or if you do something different in XAMPP?
Any ideas or links anyone can point me to?
Thanks!
Please help...
I am so confused, how to set Crystal Report 10 data source at runtime
using VB 6.0. I am using SQL SERVER 2005 for database and I create
the reports using stored procedure..
do You have any idea to solve my problem ?
thanks before..
Hello,
I'm a bit confusedabout Javascript undefined & null.
Firstly what does if (!testvar) actually do? Does it test for undefined and null or just undefined?
Secondly, once a variable is defined can I clear it back to undefined (therefore deleting the variable).
Thirdly, can I pass undefined as a parameter? e.g:
function test(var1, var2, var3) {
}
test("value1", undefined, "value2")
Thanks,
AJ
I 'm implementing my version of "ShareThis" in my webpage.
How can i get the client's browser displayed address with Asp.NET?
I am little confused with this one since the url to share...
1) is created with URL rewriting
2) contains Greek characters.
P.S. The client url is like example.com/e??????a/ß?ß??a
Yes, i have Myopia and that's really annoying and make me blame myself why i've choosen this field. And i think a lot of people like me here who should stay a maximum of 12inches to see the laptop screen clearly :'(
What did you choose/Or the best choice in order to correct your short-sight?
Glasses
Contacts
Overnight Contacts
Lasik
I'm really confused because some people say glasses are decreasing the sight more, other say Lasik is just a luck, others prefer overnight contacts which you sleep with'em.
I'm a little confusedabout when I wouldn't want to use the DistinctRootEntityResultTransformer as the result transformer for a hibernate criteria. Can anyone shed some light on this?
Thanks!
Jeremy
I installed matplotlib using the Mac disk image installer for MacOS 10.5 and Python 2.5. I installed numpy then tried to import matplotlib but got this error: ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8462. It seems to that version 2.0.0.dev8462 would be later than version 1.1 but I am guessing that matplotlib got confused with the ".dev8462" in the version. Is there any workaround to this?
I always get confused using regular expressions. Can anyone please suggest me a tutorial?
I need help with checking for a string which,
cannot contain any wild characters except colon, comma, full stop.
It will be better to replace these if found.
Any help?
Thanks.
I would like to know, if you people out there could help me out, regarding the best practices or the a better way for creating a flash website... Actually I would like to know whether we should load the xml first and then the swf and other components or the other way round ?
I am bit confused, even if anybody could refer some book to dig upon the steps or most common practices regarding the development... it would of great help...
Thanks
shane amon
Hi guys.
I really tried, tried so hard but i cant understand couchdb :( I must record the contact of several people, should i put every contact in a single document ?
codeviewer.org/view/code:df8
Or in different documents ?
codeviewer.org/view/code:df9
I confused, can somebody help me ?
Thanks.
I'm totally confused on this matter, some say use tables and others say it's a bad practice to make use of tables and div tags should rather be used. What is the correct way when developing sites for mobile devices .mobi
I'm trying to determine when I've scrolled to the bottom of the page (without using any JS library), but so far, I'm a bit confused over which one of the following to use. The most promising one I've seen is window.scrollY, but even when scrolled to the bottom of the page, it never matches the value of window.innerHeight. What's the best way to do this?
window.innerWidth
window.innerHeight
window.outerWidth
window.outerHeight
window.scrollX
window.scrollY
document.body.scrollWidth
document.body.scrollHeight
document.body.scrollTop
document.body.scrollLeft
document.body.offsetTop
document.body.offsetLeft
document.body.offsetWidth
document.body.offsetHeight
I'm working on getting my database to talk to my Java programs. What do I need to get started?
Having already read through (and been thoroughly confused, something that does not happen often) with some other turorials I figured I'd best ask here. How do I import a jar file from the local directory? Can someone give me a quick and dirty sample program using the JDBC?
Is there any way to automatically wrap comments at the 80-column boundary as you type them? ..or failing that, any way to display a faint line at the coulmn 80 boundary to make wrapping them manually a little easier?
Several other IDEs I use have one or other of those functions and it makes writing comments that wrap in sensible places much easier/quicker.
[Edit] If (like me) you're using Visual C++ Express, you need to change the VisualStudio part of the key into VCExpress - had me confused for a while there!
I've read various sites and tutorials online but I am still confused. If the message is bigger than IP MTU, then send() returns the byte sent. What happens to the rest of the message? Am I to call send() again and attempt to send rest of the message? Or is that something IP layer should take care of automatically?
I have my CI site working well except the URL's are a bit ugly.
What approach should I take to enable me to route what is displaying at:
http://domain.com/content/index/6/Planning
to the url:
http://domain.com/Planning
I'm confusedabout whether this should be be done in the routes file or in my .htaccess
Thanks
Hi, I'm really confusedabout the visitor pattern and its uses. I can't really seem to visualize the benefits of using this pattern or its purpose. If someone could explain with examples if possible that would be great. =)
Thanks in advance
I'm searching for the source code of a compiler capable of creating Win32 programs from an input program in a programming language (It doesn't matter which, maybe the simpler the better)
Yet I can't find anything right for me and huge compilers like GCC make me extremely confused as they have so many features that I don't know where to start.
Is there an OpenSource Win32 micro-compiler for some programming language out there I could take a look at?
I am confused as to the difference between the two. In my application I have just used Extends Activity and the application is working perfectly, so what is the purpose of Extends Application?.
Would you use it on the first class you create in the Android application?
Thanks.
Hello,
On my server, I have following setting:
open_basedir
/home/
:/usr/lib/php
:/usr/local/lib/php
:/tmp/
:/usr/local/
:/usr/bin
Now, I am little bit confusedabout ending / in the / home / setting, does that mean that all subfolders inside home have same rights? or does it mean that only home files can be accessed?
So, basically what is the main difference between:
/home/
and
/home
With example if possible
Thank you in advance.