Skip to content

Instantly share code, notes, and snippets.

View Grezvany13's full-sized avatar
💾
literal save icon

Johan de Jong Grezvany13

💾
literal save icon
View GitHub Profile
@Grezvany13
Grezvany13 / README.md
Created July 7, 2023 13:50
A3 mod key validator

A3 mod key validator

Installation

  1. Download the latest version of bisign from https://github.com/BrettMayson/bisign/releases
  2. Extract bisign.exe into a new folder
  3. Add validate.bat in the same folder

How to use

  1. Open the Command Prompt
  2. Go to the folder with validate.bat and bisign.bat
@Grezvany13
Grezvany13 / README.md
Last active December 2, 2018 00:13
Lovelace Responsive Container

Lovelace Responsive Container

A simple Lovelace card which allows a more responsive grid for your panels based on Material Design Grid.

Getting Started

Installing

  1. Copy both 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.
@Grezvany13
Grezvany13 / README.MD
Last active September 20, 2016 21:06
ArmA 3 - @CBA_A3 - CBA Settings Framework

How to use the CBA Settings Framework in your own mod

  1. Include your own "script_component.hpp" in the "config.cpp" of your addon

see script_macros_common.hpp for more information

  1. Add the Extended_PreInit_EventHandlers class to your "config.cpp" (see example for full code)

  2. Create a "XEH_preInit.hpp" file

  3. 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
*