Skip to content
View NicolasDurant's full-sized avatar

Block or report NicolasDurant

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 Loading

  1. stick_it stick_it Public

    A Null safety fork of flutter_simple_sticker_view. Attach stickers on another image. Stickers can be applied, removed, moved, scaled and now also rotated. Export your created composition as image. …

    Dart 7 4

  2. scribble_border scribble_border Public

    Flutter Package. Scribble Border creates a visual border effect around a provided Widget. The aim of this border is to look like a user has drawn a rectangle or round shape around the provided child.

    Dart

  3. northgard_advanced_hotkeys northgard_advanced_hotkeys Public

    Allows windows users to use hotkeys for the placement of buildings in the game Northgard, which by default is not possible.

    AutoHotkey 1

  4. screeps-scripts screeps-scripts Public

    Contains JS scripts for screeps. Also teaches how to setup ScreepsAutocomplete with VS Code to enjoy autocompletion features of the Screeps API functions.

    JavaScript 1 1

  5. [Node - MirageJS to Swagger-Generato... [Node - MirageJS to Swagger-Generator] A script that can sit in the MirageJS-Folder and generate as much documentation as possible out of the factories configuration. Filepaths might need tweaking according to paths. Can be run with `node swagger-generator.js` #MirageJS #JavaScript #Swagger #yml
    1
    const fs = require('fs');
    2
    const readline = require('readline');
    3
    const rl = readline.createInterface({
    4
      input: process.stdin,
    5
      output: process.stdout,
  6. [Vue3 / HTML / JS / CSS - Tailwind t... [Vue3 / HTML / JS / CSS - Tailwind theme components build in Vue3] This is a whole custom flat design implementation with colors and custom forms, built with tailwind css and Vue3. It contains the necessary tailwind config and css basis, and the implementation of 16! basic design elements like cards, buttons, lists, tables, etc. in Vue3. All components are reactive to the primary color (and other color) changes in the tailwind config. The components have click, hover, disabled and focus states to give a haptic and well-rounded feedback to the user. #Vue3 #HTML #CSS #JavaScript #Tailwind #Theme #Components
    1
    <template>
    2
      <div v-if="showMe" :class="[`variant-${variant}`]" class="rounded-md p-4">
    3
        <div class="flex">
    4
          <!-- LEADING ICON -->
    5
          <div class="flex-shrink-0 icon">