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.

What's the difference between eval, exec, and compile?

I've been looking at dynamic evaluation of Python code, and come across the eval() and compile() functions, and the exec …

python dynamic eval exec
Adding rows to tbody of a table using jQuery

I am trying to add rows to the tbody of a table. But I am having issues with achieving that. …

jquery dynamic html-table rows
How to create own dynamic type or dynamic object in C#?

There, is for example, ViewBag property of ControllerBase class and we can dynamically get/set values and add any number …

c# dynamic viewbag
Dynamic SQL - EXEC(@SQL) versus EXEC SP_EXECUTESQL(@SQL)

What are the real world pros and cons of executing a dynamic SQL command in a stored procedure in SQL …

sql sql-server dynamic
Dynamic variable names in Bash

I am confused about a bash script. I have the following code: function grep_search() { magic_way_to_define_magic_…

bash variables dynamic syntax
Dynamically Add C# Properties at Runtime

I know there are some questions that address this, but the answers usually follow along the lines of recommending a …

c# dynamic reflection properties
How can I create a dynamically sized array of structs?

I know how to create an array of structs but with a predefined size. However is there a way to …

c dynamic memory-management
create unique id with javascript

I have a form where a user can add multiple select boxes for multiple cities. The problem is that each …

javascript html select dynamic
Are parameters in strings.xml possible?

In my Android app I'am going to implement my strings with internationalization. I have a problem with the grammar and …

android dynamic parameters string optional
Compiling dynamic HTML strings from database

The Situation Nested within our Angular app is a directive called Page, backed by a controller, which contains a div …

html dom dynamic angularjs compilation