# Function Task Examples

### Common Language Examples

|                                                                    Example                                                                    |                                    Description                                   |
| :-------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
|        [**Fibonacci**](https://devs.truebit.io/developing-truebit-tasks/how-to-create-function-tasks/function-task-examples/fibonacci)        | A simple function to calculate the Fibonacci sequence based on an input integer. |
| [**Reverse Alphabet**](https://devs.truebit.io/developing-truebit-tasks/how-to-create-function-tasks/function-task-examples/reverse-alphabet) |            A simple function to reverse characters in an input string.           |

### Js Examples

<table><thead><tr><th align="center">Example</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><a href="function-task-examples/encrypt-sha256-using-bun.js"><strong>Sha256 using bun.js</strong></a></td><td align="center">A simple function to encrypt using bun.js.</td><td></td></tr><tr><td align="center"><a href="function-task-examples/encrypt-sha256-using-deno"><strong>Sha256 using Deno</strong></a></td><td align="center">A simple function to encrypt using Deno.</td><td></td></tr><tr><td align="center"><a href="function-task-examples/ecdsa-signature-verification"><strong>ECDSA Signature Verification</strong></a></td><td align="center">A simple signature verification using the ECDSA algorithm.</td><td></td></tr></tbody></table>

### Python Examples

<table><thead><tr><th align="center">Example</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center">​<a href="https://app.gitbook.com/o/-MZ9ineVYRIEI8Pk97Ka/s/AfNTfJ48HTdTVB8EdvCs/~/diff/~/changes/310/developing-truebit-tasks/writing-function-tasks/function-task-examples/numpy-example"><strong>NumPy</strong></a></td><td align="center">A simple example showing how to interact with the library and process an external file.</td><td></td></tr></tbody></table>
