I have a job interview coming up next week and I understand there is an open book test with some quick technical questions.
I've never done a open book test and I'm unsure as to what it involves.
Why is it not possible to have implicitly-typed variables at a class level within C# for when these variables are immediately assigned?
ie:
public class TheClass
{
private var aList = new List<string>();
}
Is it just something that hasn't been implemented or is there a conceptual/technical reason for why it hasn't been done?
What do you think of Quagga compared to XORP as a dynamic software routing engine? What are the technical merits of each engine comparatively? Additionally, what do most people think of them from a programming view. Who has manipulated networks using these enginers? I was wondering from an OSPF, routing, BGP protocol user's perpspective.
Just wondering if it's possible to print and list all methods and attributes available to the DOM document itself using Javascript?
So I would get something like so:
Document.doctype
Document.implementation
Document.documentElement
Document.createElement
Document.createDocumentFragment
Document.createTextNode
Document.createComment
Document.createProcessingInstruction
etc...
etc...
I want to do this to test on different browsers and not have to wade through mountains technical documents from each vendor to get accurate information.
A have two keyboards in a pc.
One is used to type in TMemo1 and the other in TMemo2. Both are allowed to type at the same time. The problem is I cannot distinguish what keyboard-one has typed and what keyboard-two has typed.
Please help!
(My new to delphi and DLLs, so please go easy on the technical stuff.)
Looking for resources having objective technical details about application pools and .NET memory management, for the purpose of configuring many apps.
Many suggestions exist but I am specifically looking for reasons to back up any suggestions.
Hi,
Could someone explain in technical details how an android application handles updates ? . What kind of information does the application usually needs to send to request an update , and what does it receives back ? .
Hi,
For a .NET Developer applying tgo a job requiring 1 year's experience, what technical tasks would you assign such a developer? And what not?
Likewise, for a .NET Developer applying to a job requiring 2-3 years experience, what would you assign to this developer, technically?
Also, how would the expectations be different?
Thanks
hi,
can I easily move my drupal installation from Apache to Microsoft server, or I do need to run the install.php script and reinstall all modules ?
I'm having troubles to connect it to the database, that's why I'm asking. (I get technical problems without specific error messages)
thanks
Hi,
What is a good book to learn about networking 'theory' (i.e. different layers: physical, tcp/ip, etc.). I don't want anything too technical -- just something so I can apply it to network programming.
Thanks.
At the times that we didn't use Scrum, we had weekly status meeting and technical discussion; And now after we adopt Scrum, we have daily stand up meeting. But for both cases, weekly reports are always a necessity, although I don't see much value of doing this in our development team.
What do you think of weekly report? what benefit that you got from it if your like it?
This site drives me crazy! I'm a web developer. I understand technology, I understand OpenID, but I don't have a clue how to login to this site with the username I created whilst asking another question unless I ask yet another question?
Sure, this is a techie site but if I can't work out how to log in then what hope is OpenID to the rest of the non technical world?
I have reading a lot about the potential use of sparse voxel octrees in future graphics engines.
However I have been unable to find technical information on them.
I understand what a voxel is, however I dont know what sparse voxel octrees are or how are they any more efficient than the polygonal techniques in use now.
Could somebody explain or point me to an explanation for this?
So this is from the late 90s ... http://www.cs.princeton.edu/~prc/SingingSynth.html
Why hasn't this taken off? (We can synthesize photorealistic like images, but the synthesis of singing ... still seems to be in very primitive stages).
What exactly is it that makes the synthesis of singing difficult?
http://www.interspeech2007.org/Technical/synthesis_of_singing_challenge.php <-- still seems primitive.
Thanks!
I ask this question because the international standardization subcommittee for programming languages, or ISO/IEC JTC1/SC22 Programming languages, states on this page:
http://www.open-std.org/JTC1/SC22/WG14/www/standards
that Technical Corrigendum 3, the latest one, was published in 2007. Now I take it that this means the C language it self was changed and that the books and tutorials pre-2007 may contain outdated information. Please correct me if I am wrong.
Thanks,
Adam
Hi,
In recent months there has been an increased interest in offering a mobile (remote) deposit capture solution.
I am also thing to create the same Free app, but dont know the flow. I can capture cheque image and can send it to server, then the server side team will handle rest of operation.
If any one can help me to get the technical flow, where I can understand how to achieve this on iPhone. (Any example similar to this would be great)
Thanks
Hello,
I am looking for a professional software (not free) for knowledge management with a web interface.
Something where one can search technical documentations ( Bugs, Patches, Solutions, White Papers, Documentation and Support Knowledge )
and where documents can be moderated.
Hi,
I don't know whether its the right place to ask this question.
I want some good seminar topic which suits for a cooperate culture company.
I need topic either in management side or technical side which is innovative and interesting which gives much interest to employees
We are planning on introducing Agile into our development process (a shift from the waterfall we've been using so far). We are leaning towards a hybrid model in whcih the requirements gathering session is comprised of a business analyst, subject matter experts, technical person and a user interface person. The plan is to create user stories that the development team can use in their agile process with 1 month sprints.
Has anyone had experience with a hybrid model? How has it worked for you so far?
Do we still need to bother with vcredist.exe when distributing windows native applications ? Does any of these come bundled with Win-7 ?
If not, are there any technical reasons these are not shipped to people via e.g. windows update - insteadof letting us burden the customers with yet-another-thing-that.must-work ? (Ok, that might sound argumentative, but I'm really wondering the reason these libraries are not default installed/updated on windows machines)
On XP (user account) when running this shortcut:
<Shortcut Id="UninstallStartMenuShortcut" Advertise="no"
Name="AppName" Description="Uninstalls AppName"
Target="[SystemFolder]msiexec.exe" Arguments="/x [ProductCode]"/>
I'm getting an error "You must be an Administrator to remove this application. To remove this
application, you can log on as an administrator, or contact your technical
support group for assistance."
Why this happens instead of asking for elevation with admin password?
How can I avoid this stupid error?
MSDN says that you should use structs when you need lightweight objects. Are there any other scenarios when a struct is preferable over a class?
Edit:
Some people have forgotten that:
1. structs can have methods!
2. structs have no inheritance capabilites.
Another Edit:
I understand the technical differences, I just don't have a good feel for WHEN to use a struct.
Wikipedia has answers for many question almost in all categories.
Let it be
Technical
Sports
Personalities
Important events (this day, that day)
Scientific terms
etc...
I know the source of contents are from volunteers (Please correct me if I'm wrong here). But what measures they have to ensure that contents are properly written. Even if they have admin/moderator and all that, they may not be experts in all areas. So how do they validate the appropriateness of the content?
In javascript, how would you check if an object is actually visible. I don't just mean checking the visibility and display attributes. I mean, checking that the element is not
visibility:hidden or display:none
underneath another element
scrolled off the edge of the screen.
EDIT: For technical reasons, I can't include any scripts. I can however use prototype as it is on the page already.
EDIT 2: This is no longer neccesary, but I'd still find an answer interesting)