Top "Dynamic" questions

Dynamic is a widely used term that, in general, describes a decision made by the program at run-time rather than at compile time.

Creating an anonymous type dynamically?

I wanna create an anonymous type that I can set the property name dynamically. it doesn't have to be an …

c# dynamic anonymous-types
A dynamic buffer type in C++?

I'm not exactly a C++ newbie, but I have had little serious dealings with it in the past, so my …

c++ memory-management stl dynamic buffer
Creating a dynamic table with PHP

I'm trying to make a dynamic table with PHP. I have a page which displays all the pictures from a …

php dynamic html-table dynamic-data dynamic-tables
Drupal 7: Best Practice for a Dynamic Select List in Drupal 7

What is the best practice for a dynamic select list in Drupal 7? Create a Field with dummy options via the …

dynamic drupal-7 selectlist form-api
C# ‘dynamic’ cannot access properties from anonymous types declared in another assembly

Code below is working well as long as I have class ClassSameAssembly in same assembly as class Program. But when …

dynamic c#-4.0 anonymous-types
Getting static property from a class with dynamic class name in PHP

I have this: one string variable which holds the class name ($classname) one string variable with holds the property name ($…

php oop dynamic static properties
Using JFreeChart to display recent changes in a time series

How can I use JFreeChart to display just the most recent data in a continually updated time series? Addenda: A …

java dynamic jfreechart time-series
Linking a whole worksheet to another in Excel

I have two workbooks that have sheets that logically should look identical. I don't want to manually maintain their identical-ness, …

excel dynamic reference worksheet
Android, how to populate a CharSequence array dynamically (not initializing?)

How do I change something like this: CharSequence cs[] = { "foo", "bar" }; to: CharSequence cs[]; cs.add("foo"); // this is wrong... …

java arrays dynamic charsequence
Horizontal center dynamic image in div with absolute position

I have looked all over the web for this answer but it seems to me that in order to horizontally …

css image dynamic center