Get pbcopy and pbpaste in Arch Linux
First you need the 'xsel' package.
$> pacman -S xsel
Then create aliases.
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
[Data] | |
DataCount=1 | |
[Data_1] | |
Comment=Shortcuts for taking screenshots with Flameshot | |
DataCount=5 | |
Enabled=true | |
Name=Flameshot | |
SystemGroup=0 | |
Type=ACTION_DATA_GROUP |
First you need the 'xsel' package.
$> pacman -S xsel
Then create aliases.
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
package hello; | |
import org.bouncycastle.jce.provider.BouncyCastleProvider; | |
import org.bouncycastle.util.encoders.Base64; | |
import java.nio.charset.StandardCharsets; | |
import java.security.NoSuchAlgorithmException; | |
import java.security.Security; | |
import java.security.spec.AlgorithmParameterSpec; |
import com.fasterxml.jackson.annotation.JsonProperty; | |
import com.fasterxml.jackson.core.JsonParser.Feature; | |
import com.fasterxml.jackson.core.JsonProcessingException; | |
import com.fasterxml.jackson.databind.ObjectMapper; | |
public class ResponseEntity<T> { | |
private static final ObjectMapper mapper = new ObjectMapper(); | |
private int code; |
/* | |
* Copyright (c) 2014, Oracle America, Inc. | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are met: | |
* | |
* * Redistributions of source code must retain the above copyright notice, | |
* this list of conditions and the following disclaimer. | |
* |
function go_switch --argument-names 'verzion' # since version in fish shell is a bulit-in var | |
if not test -n "$verzion" | |
echo "Usage: go_switch [version]" | |
return 1 | |
end | |
if not type -q go # check bootstrap go | |
if [ (uname -i) != "x86_64" ] | |
echo "only x86_64 supported"; and return 1 | |
end |
#EXTM3U | |
#EXTINF:-1 ,CHC电影- 广播电影电视部电影卫星频道 | |
rtmp://ivi.bupt.edu.cn:1935/livetv/chchd | |
#EXTINF:-1 ,CCTV-1综合 | |
rtmp://ivi.bupt.edu.cn:1935/livetv/cctv1hd | |
#EXTINF:-1 ,CCTV-2财经 | |
rtmp://ivi.bupt.edu.cn:1935/livetv/cctv2hd | |
#EXTINF:-1 ,CCTV-3综艺 | |
rtmp://ivi.bupt.edu.cn:1935/livetv/cctv3hd | |
#EXTINF:-1 ,CCTV-4中文国际 |
eclipse.preferences.version=1 | |
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | |
org.eclipse.jdt.core.compiler.compliance=1.8 | |
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | |
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | |
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore | |
org.eclipse.jdt.core.compiler.processAnnotations=disabled | |
org.eclipse.jdt.core.compiler.release=disabled | |
org.eclipse.jdt.core.compiler.source=1.8 | |
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false |
{'traces.vim': {'uri': 'https://git::@github.com/xtal8/traces.vim.git', 'dir': '/Users/lingchax/.vim/plugged/traces.vim/', 'frozen': 0, 'on': [], 'branch': 'master'}, 'nerdcommen | |
ter': {'uri': 'https://git::@github.com/scrooloose/nerdcommenter.git', 'dir': '/Users/lingchax/.vim/plugged/nerdcommenter/', 'frozen': 0, 'on': '<Plug>NERDCommenterToggle', 'bran | |
ch': 'master'}, 'vim-signature': {'uri': 'https://git::@github.com/kshenoy/vim-signature.git', 'dir': '/Users/lingchax/.vim/plugged/vim-signature/', 'frozen': 0, 'on': [], 'branc | |
h': 'master'}, 'auto-pairs': {'uri': 'https://git::@github.com/jiangmiao/auto-pairs.git', 'dir': '/Users/lingchax/.vim/plugged/auto-pairs/', 'frozen': 0, 'on': [], 'branch': 'mas | |
ter'}, 'vim-multiple-cursors': {'uri': 'https://git::@github.com/terryma/vim-multiple-cursors.git', 'tag': '', 'dir': '/Users/lingchax/.vim/plugged/vim-multiple-cursors/', 'froze | |
n': 0, 'branch': 'master'}, 'vim-surround': {'uri': 'https://git::@github.com/tpope/vim-surround.git', 'tag': '', 'dir': '/Users/ |
Map | Action |
---|---|
<F1> | Causes Netrw to issue help |
<cr> | Netrw will enter the directory or read the file |
<del> | Netrw will attempt to remove the file/directory |
- | Makes Netrw go up one directory |
a | Toggles between normal display, hiding (suppress display of files matching g:netrw_list_hide) showing (display only files which match g:netrw_list_hide) |
c | Make browsing directory the current directory |
C | Setting the editing window |
d | Make a directory |