f = lambda n: n-1 +abs(n-1) and f(n-1)\*n or 1
das wohl maxintegerste beispiel einer factorial function, diesmal in python - http://www.onlamp.com/pub…
das wohl maxintegerste beispiel einer factorial function, diesmal in python - http://www.onlamp.com/pub…
- n och mher oneliner zum thema - http://aspn.activestate.c…
- ein apache module zum skalieren von websites ?? - http://www.dynamicScale.c… - "dynamicScale makes it possible to show a visitor an entire page of a website, scaled to the size of his browser window. To achieve this, all calls on the webserver are channelled through dynamicScale: HTML contents are scaled by an ingenious ParsingEngine which only changes the HTML data with its tags and attributes, e.g. a table with a width of 400 pixels becomes a table with a width of 200 pixels." - und sowas braucht man? und seit wann geben browser im GET request ihre windowsize mit?