|
Widgets
Support me on Ko-fi
Hitcounter
Loading...
Online now: Loading...
On this page: Loading...
Get you own on goatcounter.com
Webrings
|
How to count in hexadecimal
Counting in hexadecimal numbers (hex) is actually really simple. Here is a way to do it. First, we need to know how hex works. For example in decimal, number 23 is 2×10 + 3×1. In hexadecimal we just place the 10 with 16. So in hex the number 23 will look like this: 1×16 + 7×1. And because we use hex, we dont use only the standard numbers, we use also letters from A to F.
And that's it! How to make a site on Codeberg Pages.
It's really simple to set up page on Codebrg, and completely free. Also when compared to Neocities, only limitation here is that the maximum file size is 100 MB. Of course even here you can't use backend. First of all, you need a Codeberg account. You can create one on codeberg.org. NOTE: The name which you will set, will be used in the Codeberg Pages URL. For example: Next you need to create a public repository called exactly Now you need to go to settings of your repository, and create a webhook. Go to the the Settings, click Webhooks and click Add Webhook. Select Now only thing you need to do is commit |