Zum Inhalt springen

Get started with AWS Lambda

Simply Explained (01.08.2016) In this series I’ll cover topics like creating a function in Node.js, deploying them with automated tools, executing functions with HTTP calls, integrating them with other AWS services and much more!

Big Factorials – Numberphile

Numberphile (24.03.2022) Large factorials and the use of Stirling’s Approximation. Featuring Professor Ken McLaughlin. Try it yourself (Formula: NN * e-N * √N * √2π) N N!

Decimal to roman

A little JavaScript function to convert decimal numbers into roman numbers: Decimal Convert to roman — Source: https://stackoverflow.com/questions/9083037/convert-a-number-into-a-roman-numeral-in-javascript