Top "Nested" questions

This tag relates to any of various nested entities or operations in programming.

Nested Json to pandas DataFrame with specific format

i need to format the contents of a Json file in a certain format in a pandas DataFrame so that …

python json pandas nested format
Is it possible for C preprocessor macros to contain preprocessor directives?

I would like to do the equivalent of the following: #define print_max(TYPE) \ # ifdef TYPE##_MAX \ printf("%lld\n", …

c macros nested c-preprocessor expansion
Finding max value in the second column of a nested list?

I have a list like this: alkaline_earth_values = [['beryllium', 4], ['magnesium', 12], ['calcium', 20], ['strontium', 38], ['barium', 56], ['radium', 88]] If I simply use the …

python list nested element max
jquery - Collapsing / Expanding divs?

Trying to create collapsible / expandable divs using jQuery, but it's not working for me at all... Each h3 should expand/…

jquery html nested expand collapse
Absolute element inheriting relative parent div's width

I am trying to position a gradient over an inline / inline-block anchor link, and have that gradient inherit the width …

css nested parent-child css-position
JavaFx Nested Controllers (FXML <include>)

In this tutotial, is an example of how to include custom components and use their controllers from the controller of …

controller include nested javafx fxml
Sails.js populate nested associations

I've got myself a question regarding associations in Sails.js version 0.10-rc5. I've been building an app in which multiple …

node.js associations sails.js populate nested
In Java, how do I access the outer class when I'm not in the inner class?

If I have an instance of an inner class, how can I access the outer class from code that is …

java syntax nested
I can "pickle local objects" if I use a derived class?

The pickle reference states that the set of objects which can be pickled is rather limited. Indeed, I have a …

python python-3.x nested pickle
Styling nested elements in WPF

Suppose you have a nested element structure, for example a ContextMenu with MenuItems: <ContextMenu Style="{StaticResource FooMenuStyle}"> <…

wpf nested styles children