rm -rf ~/.minishift
rm -rf ~/.helm
rm -rf ~/.kubectl
This file contains 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
let g:ctrlspace_use_tabline=2 | |
let g:ctrlspace_unicode_font=0 | |
let g:ctrlspace_use_tabline=0 | |
if exists("+showtabline") | |
function GoBuffer(direction) | |
let direction = a:direction | |
let t_current = tabpagenr() | |
let b_current = bufnr('%') |
This file contains 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
// create a dictionary | |
var dictionary = { "key1" : "val2" }; | |
// cast to string | |
var dictionary_string = JSON.stringify(dictionary); | |
// save in local storage | |
localStorage.setItem("my",dictionary_string); | |
// read back from local storage |
This file contains 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
// create a dictionary | |
var dictionary = { "key1" : "val2" }; | |
// cast to string | |
var dictionary_string = JSON.stringify(dictionary); | |
// save in local storage | |
localStorage.setItem("my",dictionary_string); | |
// read back from local storage |
This file contains 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
# placer vous dans votre dossier | |
cd votreprojet | |
# python 2.7 | |
python -m SimpleHTTPServer | |
# python 3 + | |
python3 -m http.server | |
This file contains 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
function onSuccess(contacts) { | |
alert('Found ' + navigator.contacts.length + ' navigator.contacts.'); | |
}; | |
function onError(contactError) { | |
alert('onError!'); | |
}; | |
// find all contacts with 'Bob' in any name field | |
var options = new ContactFindOptions(); |
This file contains 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
# colors | |
export RESET="\e[0m" | |
export BOLD="\e[1m" | |
export BLUE="\e[34m" | |
export BLACK="\e[30m" | |
export RED="\e[31m" | |
export GREEN="\e[32m" | |
export YELLOW="\e[33m" | |
export BLUE="\e[34m" |
This file contains 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
2048-qt-0.1.6_1 The 2048 game implemented in Qt | |
2bwm-0.2_1 Fast floating window manager | |
3proxy-0.8.12_1 3proxy tiny proxy server | |
64tass-1.53.1515_2 A 6502/6510 assembler | |
6tunnel-0.12_1 IPv6 hosts with IPv4-only applications and vice-versa | |
9base-6.0.20170806_1 Revived minimalist port of Plan 9 userland to Unix | |
9menu-1.9_2 lightweight menu for X11 | |
9mount-1.3_2 A set of SUID tools for mounting 9p filesystems via v9fs | |
ADMS-qucs-2.3.6_1 Automatic Device Model Synthesizer (Qucs fork) | |
Adapta-3.93.1.16_1 An adaptive Gtk+ theme based on Material Design Guidelines |
This file has been truncated, but you can view the full file.
This file contains 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
<html> | |
<body> | |
<script src="./index.js"></script> | |
<h1>void packages</h1> | |
<pre> | |
<!-- xbps-query -Rs '*' | sed 's/^.\{4\}//g' --> | |
2048-qt-0.1.6_1 The 2048 game implemented in Qt | |
2bwm-0.2_1 Fast floating window manager | |
3proxy-0.8.12_1 3proxy tiny proxy server | |
64tass-1.53.1515_2 A 6502/6510 assembler |
This file contains 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
set searchurls.github https://github.com/search?o=desc&q=%s&ref=simplesearch&type=Repositories | |
bind lG fillcmdline tabopen github | |
set searchurls.googleluckygithub https://www.google.com/search?hl=en&q=github+%s&btnI=Im+Feeling+Lucky | |
bind lg fillcmdline tabopen googleluckygithub | |
set searchurls.youtube https://www.youtube.com/results?search_query=%s | |
bind ly fillcmdline tabopen youtube | |
set searchurls.googlelucky https://www.google.com/search?hl=en&q=%s&btnI=Im+Feeling+Lucky | |
bind ll fillcmdline tabopen googlelucky | |
OlderNewer