Tagged Questions

2
votes
3answers
48 views

R: access field values

Hi I would like to know how I can access the individual fields contained in an R object. Or, more precisely, how to get R to tell me how. For example, if I run the following code …
0
votes
3answers
39 views

Selecting objects contined in an Arraylist (c#)

Im working on a project for homework where I have an Arraylist containing objects of 5 strings. I know how to select items of the array list (using an index value) but not how to a …
0
votes
2answers
80 views

Why is ‘this’ not updating to refer to a new object?

I'm writing an online game which allows a user to progress from one puzzle to the next, and if the user makes mistakes, each puzzle has a start again button to allow the user to st …
0
votes
5answers
63 views

storing jquery selectors in an object

The following does not seem to work - IT.TopSlide = { selectors : { div : $('#top-slide'), signup : $('#top-slide #signup'), login : $('#top-slide #login'), signup_trigg …
0
votes
2answers
51 views

What are the different objects in this situation?

A group diary and time management system is intended to support the timetabling of meetings and appointments across a group of coworkers. When an appointment is to be made that inv …
3
votes
5answers
124 views

What is the difference between var thing and function thing() in JavaScript?

I was just wondering about the difference between the following declaration of JavaScript objects. Specifically, the difference between thing object literal and thing1 object from …
0
votes
2answers
26 views

[iphone] How to make objects flying around in a view

Hey, How is it possible to let some objects fly around and bumb at the end of the view and collide on each other. The second step would add acceleration of the objects by shaking …
-1
votes
1answer
55 views

What are the objects in this situation?

A petrol (gas) station is to be set up for fully automated operation. Drivers swipe their credit card through a reader connected to the pump; the card is verified by communication …
6
votes
5answers
125 views

Objective-C “messages” - what’s the right way to read it?

You can declare a method in objective-c and name each parameter twice, basically. I get the idea that this is powerful, but I'm not quite sure how to use it yet... When John Gree …
0
votes
5answers
54 views

ASP.NET and Objects

I've been tasked with a project that requires me to convert a quote for a set of products that is displayed online into a particular file format for import into a third party appli …
0
votes
2answers
34 views

getting variable/object elements and values in javascript

I'm not sure if I'm using the correct terminology, so please correct me if I'm not. I've got a javascript variable which holds a group of values like this var my_variables = { …
0
votes
3answers
60 views

How can I cache instantiated objects?

I used to have a situation where I hit the database a every time I needed information on an employee. Then I taught myself about data caching and have since cleared up that problem …
3
votes
9answers
174 views

what is an abstract data type in object oriented programming?

what is an abstract data type in object oriented programming? I gone through wiki.But i dint get cleared.Please make me clear
1
vote
7answers
155 views

Self Instantiation in Java

How do I self-instantiate a Java class? I should not use any file other than its class file. Also assume that after the line where I initialized the NAME variable, they don't know …
0
votes
4answers
42 views

Assigning variables to objects in JavaScript

Hey there, I am using the following method to basically create a JSON string. var saveData = {}; saveData.a = 2; saveData.c = 1; However the .a and .c don't cut it for what I n …

1 2 3 4 5 19 next
15 30 50 per page