PROBLEM I have a function that takes in a nested array where the structure and nesting of the array is unknown at run-time. All that is known is some of the target fieldnames and desired values of so
I have the following question for homework Define a function append lists that takes a list of lists and returns a
I\'d like to consult one thing. I have table in DB. It has 2 columns and looks like this: Name...bilance
I have a class \"Projectiles\", and I want to create an object with it. To minimise code, I want to specify the object from a string, it would clean up thins alot.
I have an entity say Type A with property type List of B. Type B also has a property of type List of C.
I wanna try to make this is as sim开发者_如何学编程ple as possible. Lets say I have a Project Model and a Task Model
I am having a little trouble figuring how to do this. here\'s my scenario A User must create a IncomeDeclaration for h开发者_如何学Cis Business.
Hello i am facing a problem with accessing objects that are nested too deep. I\'m hoping one of you can help me out or faced the same issue? Because of my application navigation I can\'t re-factor my
I\'m currently using the gem \'nested_set\' for comment threading. What I want to do is prevent the comment level from going more than 2 levels deep. What I tired doing was something like this:
I have an images table and a locations table I want to retrieve a list of images that are the latest images for each location within a certain boundaries.