This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| /** | |
| * The Fibonacci numbers in JavaScript. | |
| * | |
| * A cached solution with O(1) lookup for previously-calculated terms and O(N) | |
| * lookup for uncalculated ones. | |
| * | |
| * Because numbers in JavaScript are 64bit, the largest available number is | |
| * 1.7976931348623157e+308. The 1476th term is the last that can be calculated. | |
| * If a later term is requested, the function will return Infinity. | |
| * |
| git rev-list --count --all |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| # ---------------------------------------------------------------------------------- | |
| # r u s t f m t - C O N F I G | |
| # ================================================================================== | |
| # | |
| # Version: 0.7.1 | |
| # Author : Robbepop <robbepop@web.de> | |
| # | |
| # A predefined .rustfmt.toml file with all configuration options and their | |
| # associated description, possible values and default values for use in other | |
| # projects. |
| function formatBytes(bytes,decimals) { | |
| if(bytes == 0) return '0 Bytes'; | |
| var k = 1024, | |
| dm = decimals || 2, | |
| sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], | |
| i = Math.floor(Math.log(bytes) / Math.log(k)); | |
| return parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + sizes[i]; | |
| } | |
| // Usage: |
Gist is a nice service. We can write code so easily and manage files as repository.
But bad points are …
Because I have no trust in people.
<hashlink> points to your installation of Hashlink, e.g. folder in which hl.exe (or Unix executable) is, alongside with library binaries (.hdll files), and include folder.<src> points to the folder containing generated HL/C sources. One that contains hlc.json file.<app> refers to your output executable name, including extension.<main> refers to your entry-point file name, including extension (see below).cl.exe, but Unix should be more or less same with replacement of argument flags and compiler.cl.exe or other compiler from command-line.I (Yanrishatum) see too many same questions. They irritate me.
"How dare you come into this chat and not realize that i am the GOD of heaps and that you MUST check out MY documentation1!!! Im veyr abngrey!!!" - translation from someone in chat.
Very accurate, I highly approve.
| /** | |
| Create pagebreaks in exported Obsidian PDFs. | |
| Example: | |
| # Heading 1 | |
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. | |
| Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | |
| when an unknown printer took a galley of type and scrambled it to make a type |