- Download the latest version of
bisign
from https://github.com/BrettMayson/bisign/releases - Extract
bisign.exe
into a new folder - Add
validate.bat
in the same folder
- Open the Command Prompt
- Go to the folder with
validate.bat
andbisign.bat
bisign
from https://github.com/BrettMayson/bisign/releasesbisign.exe
into a new foldervalidate.bat
in the same foldervalidate.bat
and bisign.bat
A simple Lovelace card which allows a more responsive grid for your panels based on Material Design Grid.
responsive-container.js
and responsive-container.css
to your /www/ folder (so they can be accessed through /local/).
note At the moment it expect the files to be in /local/custom_cards/responsive-panel/
. Modify line 40 in responsive-container.js
if the location differs.see script_macros_common.hpp for more information
Add the Extended_PreInit_EventHandlers
class to your "config.cpp" (see example for full code)
Create a "XEH_preInit.hpp" file
Add the settings for your mod by calling the cba_settings_fnc_init
function (see example)
<?php | |
/** | |
* SnowFlake ID Generator | |
* Based on Twitter Snowflake to generate unique ID across multiple | |
* datacenters and databases without having duplicates. | |
* | |
* | |
* SnowFlake Layout | |
* |