- 戒菸
- 不會產生煙味
- 法律限制
- 娛樂
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: Google | |
AccessModifierOffset: -1 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: Left | |
AlignOperands: true | |
AlignTrailingComments: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> --> | |
<!-- --> |