Skip to content

Instantly share code, notes, and snippets.

---
Language: Cpp
# BasedOnStyle: Google
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true

電子煙

Structure

使用原因

  • 戒菸
  • 不會產生煙味
  • 法律限制
  • 娛樂
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Superdanby
Superdanby / requirements.txt
Created April 6, 2018 04:41
requirements.txt
absl-py==0.1.13
astor==0.6.2
backcall==0.1.0
bleach==2.1.3
certifi==2018.1.18
colorama==0.3.9
cycler==0.10.0
decorator==4.2.1
entrypoints==0.2.3
gast==0.2.0
@Superdanby
Superdanby / requirements.txt
Created March 12, 2018 15:13
Python Virtual Environment
absl-py==0.1.10
attrs==17.3.0
bleach==1.5.0
cycler==0.10.0
decorator==4.1.2
entrypoints==0.2.3
html5lib==0.9999999
imbalanced-learn==0.3.2
ipykernel==4.7.0
ipython==6.2.1
@Superdanby
Superdanby / postinstall.sh
Last active January 22, 2019 08:50
Post Fedora Installation
#!/bin/bash
#Start this script with local privileges only!
# Created by argbash-init v2.5.0
# ARG_OPTIONAL_BOOLEAN([nvidia],[],[<nvidia's help message goes here>])
# ARG_OPTIONAL_BOOLEAN([desktop],[],[<desktop's help message goes here>])
# ARG_HELP([<The general help message of my script>])
# ARGBASH_GO()
# needed because of Argbash --> m4_ignore([
### START OF CODE GENERATED BY Argbash v2.5.0 one line above ###
@Superdanby
Superdanby / uncrustify.cfg
Last active July 20, 2017 10:45
uncrustify
indent_align_string=true
indent_braces=false
indent_braces_no_func=false
indent_brace_parent=false
indent_namespace=false
indent_extern=false
indent_class=true
indent_class_colon=true
indent_else_if=false
indent_func_call_param=false
@Superdanby
Superdanby / .bashrc
Last active May 26, 2018 00:57
.bashrc-general, revive-bluetooth: bluetootth fix
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
PROMPT_COMMAND=ExitStatus
# Uncomment the following line if you don't like systemctl's auto-paging feature:
@Superdanby
Superdanby / nvm.sh
Created March 31, 2017 07:29
npm virtual environment
#!/bin/bash
curpath=`pwd`
npmpath=`find $curpath -name .bin | head -n 1`
cd $npmpath/../../
echo "New terminal in `pwd`"
export PATH="$PATH:$npmpath"
exec gnome-terminal
@Superdanby
Superdanby / keyboard.xml
Created March 24, 2017 11:19
Kodi Hotkey
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keyboard keys to actions within Kodi. -->
<!-- -->
<!-- The format is: -->
<!-- <window> -->
<!-- <device> -->
<!-- <button>action</button> -->
<!-- </device> -->
<!-- </window> -->
<!-- -->