Skip to content

Instantly share code, notes, and snippets.

View nioncode's full-sized avatar

Nicolas Schneider nioncode

View GitHub Profile
@nioncode
nioncode / CustomGlowingOverscrollIndicator.dart
Created April 4, 2020 09:18
CustomGlowingOverscrollIndicator that allows to paint the overscroll indicator below the SliverAppBar
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async' show Timer;
import 'dart:math' as math;
import 'package:flutter/animation.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

Keybase proof

I hereby claim:

  • I am nioncode on github.
  • I am nioncode (https://keybase.io/nioncode) on keybase.
  • I have a public key ASCHkAj8ASIJ5UOjz6pL1ZBiGg4wedhkXZ1dyeSBQguMkwo

To claim this, I am signing this object:

@nioncode
nioncode / rofi config
Created January 2, 2017 21:54
Rofi configuration
rofi usage:
rofi [-options ...]
Command line only options:
-no-config Do not load configuration, use default values.
-v,-version Print the version number and exit.
-dmenu Start in dmenu mode.
-display [string] X server to contact.
${DISPLAY}
-h,-help This help message.
#!/bin/sh
# Author: Nicolas Schneider
# Mounts all volumes that are mounted in a Docker container
# under a given root relative to their mount point in the container.
# Usage: bindMountDockerData.sh container /mnt/path
#
# Example: Docker container 'demo' which has a volume mounted at /somedata and
# another at /home/userdata.
# Running 'bindMountDockerData.sh demo /mnt/dockerdemo'
# will result in: