Top "Expression" questions

Combination of several programming symbols and values intending to produce a result

Nested calc operations

Hopefully this is quite simple. I want to use the CSS calc operation to perform two calculations: I want to …

css expression css-calc
Math Expression Evaluation

What is the best way to implement a python program that will take a string and will output its result …

python parsing math expression evaluation
Getting the name which is not defined from NameError in python

As you know, if we simply do: >>> a > 0 Traceback (most recent call last): File "<pyshell#1&…

python exception-handling dynamic-data expression nameerror
What is this smiley-with-beard expression: "<:]{%>"?

I came across the following program, which compiles without errors or even warnings: int main(){ <:]{%>; // smile! } Live example. …

c++ expression emoticons digraphs
Overriding grails.views.default.codec='html' config back to 'none'

In Grails (<2.3), if I leave grails.views.default.code='none' in the grails Config.groovy, it's up to me …

grails encoding groovy expression gsp
What does /i at the end of a regex mean?

What is the meaning of /i at the tail of this regex? var time = /^([1-9]|1[0-9]):([0-5][0-9])(\s[a|…

javascript regex time expression
Execute LambdaExpression and get returned value as object

Is there a clean way to do this? Expression<Func<int, string>> exTyped = i => "My …

c# lambda expression
angular ng-repeat expressions as variables

I'm trying to do something like this: <ul> <li ng-repeat="{{myRepeatExpression}}">{{row.name}}</li> &…

angularjs expression directive ng-repeat
Assigning a Func to an Expression and vice versa

I was tampering with Expressions and I got confused at some points We can assign same LamdaExpression to both Expression …

c# linq lambda expression func
Search and replace regular expression in Open Office calc

I've got something like this (in Open Office Calc): Streetname. Number Streetname. Number a etc. Now I want to delete …

regex openoffice.org expression openoffice-calc