Skip to content
View ljanecek's full-sized avatar

Organizations

@brainz-cz
Block or Report

Block or report ljanecek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. point-compression point-compression Public

    JavaScript compressor and decompressor for point compression algorithm

    JavaScript 3

  2. brainz-cz/vscode-brainz brainz-cz/vscode-brainz Public

    An extension for VS Code with custom helpers.

    JavaScript 1

  3. brainz-cz/vue-components brainz-cz/vue-components Public

    A collection of Brainz-made Vue components

    Vue 4

  4. brainz-cz/sketch-fontface brainz-cz/sketch-fontface Public

    Parse sketch file and export font and fontface css

    JavaScript 4

  5. Flutter Dart NFC Wifi Record Type Flutter Dart NFC Wifi Record Type
    1
    import 'dart:typed_data';
    2
    import 'package:ndef/ndef.dart' as ndef;
    3
    
                  
    4
    class WifiNdefRecord {
    5
      static ndef.NDEFRecord createWifiRecord(String ssid, String password) {