images and contents

This commit is contained in:
itec78 2023-07-29 17:33:29 +02:00
parent 5372c8ba88
commit 1d630470d2
10 changed files with 25 additions and 9 deletions

2
404.md
View file

@ -5,4 +5,4 @@ permalink: 404.html
# 404
Page not found! :(
Page not found! 🍌

View file

@ -7,7 +7,7 @@ permalink: :slug
social:
# twitter:
github: itec78
github: basebanana
plugins:
- jekyll-feed

View file

@ -4,9 +4,12 @@ layout: page
order: 2
---
Random words for url shortener: [vado.li](https://vado.li/)
- Random words for url shortener: [vado.li](https://vado.li/)
![](vadoli.png)
Router name based on mac address
- Router name based on mac address in [LibreMesh](https://github.com/libremesh/lime-packages/compare/master...itec78:feature/banana)
![](lime.png) ![](limebanana.png)
Password generator (weak password, add numbers and symbols!)
- Password generator (weak password, add numbers and symbols!)
- Geolocator

BIN
banana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -16,7 +16,7 @@ order: 4
</div>
<div>
<label for="minlength">minlength</label>
<input type="number" id="minlength" value="8" min="0" size="1" step="2" onchange="demo()" onkeyup="demo()" />
<input type="number" id="minlength" value="8" min="0" size="5" step="2" onchange="demo()" onkeyup="demo()" />
</div>
</div>
<div id="outencode"></div>

View file

@ -3,6 +3,9 @@ title: Home
layout: page
order: 1
---
<p align="center">
<img src="/banana.png">
</p>
A "**banana**" word is formed by an arbitrary number of modules [consonant + vowel].
E.g. *positive*, *favorite*, *generate*, *manage*.
@ -15,6 +18,6 @@ A "**banana**" word can be generated randomly, or encoded starting from a number
The **BaseBanana** library provides functions to encode numbers into "**banana**" words, decode a "**banana**" word to number, or generate random "**banana**" words.
Abstracting the **BaseBanana**, it's a base encoding that uses an array of alphabets instead of a single one.
The standard alphabet is "*bcdfglmnprstvz, aeiou*" (only italian alphabet letters, excluding *q* and *h* that have special roles) but can be easily customized.
Abstracting the **BaseBanana**, it's a base encoding that uses a list of alphabets instead of a single one.
The standard alphabet is "*bcdfglmnprstvz, aeiou*" (only italian alphabet letters, excluding *q* and *h* that have special grammar rules) but can be easily customized.

View file

@ -2,4 +2,14 @@
title: Install
layout: page
order: 2
---
---
Using PIP
```sh
pip3 install git+https://github.com/basebanana/banana.git
```
Code in other languages
[bananacode](https://github.com/basebanana/bananacode)

BIN
lime.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
limebanana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

BIN
vadoli.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB