350 private links
How to use hexagonal grids. It is complete ! Wow well done.
Everything is here to create a game based on hexagons :)
For the Gemini space 🎨
Source code is available on a Gitlab instance : https://framagit.org/bortzmeyer/lupa
Avoir les dernières versions des iconfonts via le CDN de Google. Le lien pointe ici vers Material Icons Round.
C'est hacky, mais cela fonctionne 👍
Without comment, the code explains itself.
About functions in python and how they can be used, called, callback, *args, **kwargs and more.
Sur l'utilisation de functools.partial
Whaoouuhh 🌌
A good explanation on all of them. They are required now to write an even cleaner code.
Easy Peasy
Now it gets nice and clean ❤️
Comment configurer :
- Une autorité de certification
- Des certificats serveur, pouvant être utilisés par un serveur voulant faire du TLS.
- Des certificats clients, signés par l’autorité de certification, me permettant donc en théorie de me connecter sur le serveur.
to improve Rust
window.navigator.languages[0] gets the first language (locale) preferred by the browser; works well with toLocaleDateString 😀
Such as : aRandomDate.toLocaleDateString(window.navigator.languages[0])
A guide to use and understand the context managers from the ground
TL;DR the caracteristics of a language is not so relevant, because more time only is needed to write in the worst case. However the most important is the runtime, which can not be changed.
Languages generally become popular when they bring innovative runtime, or when they have runtime exclusivity. The quality of the language itself is secondary.
This way we know all how to give a proper version to a software 😄
Clear, efficient and provided with tools (parser, regex, etc...) 👍