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
local localhost | |
port 1194 | |
proto tcp | |
dev tun | |
ca /home/nhooyr/.openssl/x509_aubble.pem | |
cert /home/nhooyr/.openssl/x509_aubble.pem | |
key /home/nhooyr/.openssl/key.pem # This file should be kept secret | |
dh dh2048.pem | |
server 10.8.0.0 255.255.255.0 | |
ifconfig-pool-persist ipp.txt |
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
Sun Sep 20 22:06:46 2015 aubble.com/127.0.0.1:43168 SIGUSR1[soft,connection-reset] received, client-instance restarting | |
Sun Sep 20 22:17:08 2015 TCP connection established with [AF_INET]127.0.0.1:43175 | |
Sun Sep 20 22:17:09 2015 127.0.0.1:43175 TLS: Initial packet from [AF_INET]127.0.0.1:43175, sid=6ba904c0 73f150f8 | |
Sun Sep 20 22:17:10 2015 127.0.0.1:43175 VERIFY OK: depth=0, C=CA, ST=Ontario, L=Mississauga, O=aubble, CN=aubble.com, [email protected] | |
Sun Sep 20 22:17:10 2015 127.0.0.1:43175 Control Channel: TLSv1, cipher TLSv1/SSLv3 ECDH-ECDSA-AES256-SHA | |
Sun Sep 20 22:17:10 2015 127.0.0.1:43175 [aubble.com] Peer Connection Initiated with [AF_INET]127.0.0.1:43175 | |
Sun Sep 20 22:17:10 2015 aubble.com/127.0.0.1:43175 MULTI_sva: pool returned IPv4=10.8.0.6, IPv6=(Not enabled) | |
Sun Sep 20 22:17:10 2015 aubble.com/127.0.0.1:43175 MULTI: Learn: 10.8.0.6 -> aubble.com/127.0.0.1:43175 | |
Sun Sep 20 22:17:10 2015 aubble.com/127.0.0.1:43175 MULTI: primary virtual IP for aubble.com/127.0.0.1:43175: 10.8.0.6 | |
Sun Sep 2 |
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
chdir(/Users/nhooyr/dotfiles/nvim) | |
chdir(/usr/local/Cellar/neovim/0.1.0/share/nvim) | |
chdir(/Users/nhooyr/dotfiles/nvim) | |
could not source "$VIM/sysinit.vim" | |
chdir(/Users/nhooyr/dotfiles/nvim) | |
chdir(/Users/nhooyr/dotfiles/nvim) | |
chdir(/Users/nhooyr/dotfiles/nvim) | |
sourcing "/Users/nhooyr/dotfiles/nvim/init.vim" | |
line 1: call plug#begin('~/.nvim/plugged') |
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
chdir(/Users/nhooyr/.dotfiles/nvim) | |
chdir(/usr/local/Cellar/neovim/0.1.0/share/nvim) | |
chdir(/Users/nhooyr/.dotfiles/nvim) | |
could not source "$VIM/sysinit.vim" | |
chdir(/Users/nhooyr/.dotfiles/nvim) | |
chdir(/Users/nhooyr/.dotfiles/nvim) | |
chdir(/Users/nhooyr/.dotfiles/nvim) | |
sourcing "/Users/nhooyr/.dotfiles/nvim/init.vim" | |
line 1: call plug#begin('~/.dotfiles/nvim/plugged') |
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
# | |
# Postfix master process configuration file. For details on the format | |
# of the file, see the master(5) manual page (command: "man 5 master" or | |
# on-line: http://www.postfix.org/master.5.html). | |
# | |
# Do not forget to execute "postfix reload" after editing this file. | |
# | |
# ========================================================================== | |
# service type private unpriv chroot wakeup maxproc command + args | |
# (yes) (yes) (no) (never) (100) |
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
Public Class Concentration | |
Dim cards() As String = {"Ace_Dia", "_2_Dia", "_3_Dia", "_4_Dia", "_5_Dia", "_6_Dia", "_7_Dia", "_8_Dia", "_9_Dia", "_10_Dia", "J_Dia", "Q_Dia", "K_Dia", "Ace_Spades", "_2_Spades", "_3_Spades", "_4_Spades", "_5_Spades", "_6_Spades", "_7_Spades", "_8_Spades", "_9_Spades", "_10_Spades", "J_Spades", "Q_Spades", "K_Spades", "Ace_Clubs", "_2_Clubs", "_3_Clubs", "_4_Clubs", "_5_Clubs", "_6_Clubs", "_7_Clubs", "_8_Clubs", "_9_Clubs", "_10_Clubs", "J_Clubs", "Q_Clubs", "K_Clubs", "Ace_Hearts", "_2_Hearts", "_3_Hearts", "_4_Hearts", "_5_Hearts", "_6_Hearts", "_7_Hearts", "_8_Hearts", "_9_Hearts", "_10_Hearts", "J_Hearts", "Q_Hearts", "K_Hearts"} | |
Dim clickCounter As Integer | |
Dim usedCards As Dictionary(Of String, String) = New Dictionary(Of String, String) | |
Public Sub pClick(sender As PictureBox, e As EventArgs) Handles PictureBox1.Click, PictureBox2.Click, PictureBox3.Click, PictureBox4.Click, PictureBox5.Click, PictureBox6.Click, PictureBox7.Click, PictureBox8.Click, PictureBo |
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
Public Class Concentration | |
Dim cards() As String = {"Ace_Dia", "_2_Dia", "_3_Dia", "_4_Dia", "_5_Dia", "_6_Dia", "_7_Dia", "_8_Dia", "_9_Dia", "_10_Dia", "J_Dia", "Q_Dia", "K_Dia", "Ace_Spades", "_2_Spades", "_3_Spades", "_4_Spades", "_5_Spades", "_6_Spades", "_7_Spades", "_8_Spades", "_9_Spades", "_10_Spades", "J_Spades", "Q_Spades", "K_Spades", "Ace_Clubs", "_2_Clubs", "_3_Clubs", "_4_Clubs", "_5_Clubs", "_6_Clubs", "_7_Clubs", "_8_Clubs", "_9_Clubs", "_10_Clubs", "J_Clubs", "Q_Clubs", "K_Clubs", "Ace_Hearts", "_2_Hearts", "_3_Hearts", "_4_Hearts", "_5_Hearts", "_6_Hearts", "_7_Hearts", "_8_Hearts", "_9_Hearts", "_10_Hearts", "J_Hearts", "Q_Hearts", "K_Hearts"} | |
Dim cc As Integer | |
Dim usedCards As Dictionary(Of String, String) = New Dictionary(Of String, String) | |
Dim prevCard As String | |
Dim prevBox As PictureBox | |
Dim currentBox As PictureBox | |
Public Sub pClick(sender As PictureBox, e As EventArgs) Handles PictureBox1.Click, PictureBox2.Click, PictureBox3.Click, PictureBox4.Click, Pictu |
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
autocmd FileType go nnoremap <expr> <leader>u getline('.') =~ '\(^\s*\/\/\)\|\(^\s*$\)' ? '' : "I// \<esc>j" |
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
Searching for "colors/apprentice.vim" in "/Users/nhooyr/.dotfiles/nvim,/Users/nhooyr/.dotfiles/nvim/plugged/neomake/,/Users/nhooyr/.dotfiles/nvim/plugged/tagbar/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-fugitive/,/Users/nhooyr/.dotfiles/nvim/plugged/YouCompleteMe/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-airline/,/Users/nhooyr/.dotfiles/nvim/plugged/delimitMate/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-startify/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-tmux-navigator/,/Users/nhooyr/.dotfiles/nvim/plugged/emmet-vim/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-surround/,/Users/nhooyr/.fzf/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-repeat/,/Users/nhooyr/.dotfiles/nvim/plugged/Apprentice/,/Users/nhooyr/.dotfiles/nvim/plugged/quick-scope/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-superman/,/Users/nhooyr/.dotfiles/nvim/plugged/LanguageTool/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-over/,/Users/nhooyr/.dotfiles/nvim/plugged/vim-latex-live-preview/,/Users/nhooyr/.dotfiles/nvim/plugged/vimtex/,/Users/nhooyr/.dotfiles/nvim |
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
Public Class Form1 | |
Dim al() As Integer = {5, 6, 5, 71, 34, 43, 1, 2, 5, 3, 2, 3, 5, 6, 1, 9, 8, 7, 7, 5, 2, 3, 4, 5, 54} | |
Dim i As Integer | |
Dim l As Integer = al.Length - 1 | |
Private Sub nextClick(sender As Object, e As EventArgs) Handles NextB.Click | |
If al(i) > al(i + 1) Then | |
Dim tmp = al(i) | |
al(i) = al(i + 1) | |
al(i + 1) = tmp | |
arrayBox.Text = String.Join(", ", al) |
OlderNewer