Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎General: Miller-Rabin test
(Reorganized page.)
(→‎General: Miller-Rabin test)
Line 23:
* optional arguments (defining a procedure which has optional arguments or arguments with default values)
* Type-variant variables in type-safe languages. (i.e. [http://msdn.microsoft.com/en-us/library/ms221258(VS.80).aspx Microsoft's VARIANT].)
* [[wp:Miller-Rabin_test|Miller-Rabin test]]
===Database / Network===
* Simple DB connection and queries.
Line 37 ⟶ 38:
** On a local filesystem
** With an option to specify files or folder to exclude
 
==API-specific==
* Provide a SOAP server function