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
#!/bin/sh | |
# make sure you have homebrew already installed | |
brew installed llvm | |
git clone https://github.com/ziglang/zig.git | |
cd zig | |
mkdir -p build | |
cd build | |
# for fast build |
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
import os | |
wordlist = [ | |
"caused", | |
"ultimately", | |
"engineering", | |
"automatically", | |
"dimensional", | |
"warranty", |
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
unbind C-b | |
set-option -g prefix C-a | |
# Base16 Styling Guidelines: | |
base00=default # - Default | |
base01='#151515' # - Lighter Background (Used for status bars) | |
base02='#202020' # - Selection Background | |
base03='#909090' # - Comments, Invisibles, Line Highlighting | |
base04='#505050' # - Dark Foreground (Used for status bars) | |
base05='#D0D0D0' # - Default Foreground, Caret, Delimiters, Operators |
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
const { app, Menu, Tray } = require('electron'); | |
const {exec } = require('child_process'); | |
let tray = null ; | |
app.whenReady().then(()=> { | |
tray = new Tray('/home/roz/downloads/icon.jpeg') | |
const contextMenu = Menu.buildFromTemplate([ | |
{label: '1%' , click(){ | |
exec("xbacklight -set 1"); | |
}} ,{label: '5%' , click(){ | |
exec("xbacklight -set 5"); |
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
" vim-bootstrap 2020-11-25 12:57:59 | |
"***************************************************************************** | |
"" Vim-Plug core | |
"***************************************************************************** | |
let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
if has('win32')&&!has('win64') | |
let curl_exists=expand('C:\Windows\Sysnative\curl.exe') | |
else | |
let curl_exists=expand('curl') |
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 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
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
=== RUN TestDecodeIETF | |
TestDecodeIETF: ietf-28_test.go:25: Public Flags: 0 | |
CID: 8e20dc50ed17bacb | |
Version: ff00001c | |
Packet Number: 0 | |
Message Authentication Hash: | |
Frame Type: 0 | |
Stream ID: 0 | |
Data Length: 0 | |
Tag: |
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
package main | |
import ( | |
"bytes" | |
"encoding/binary" | |
"encoding/hex" | |
"fmt" | |
"github.com/marten-seemann/qtls" | |
) |
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
packet : �Q046PX�9i�6�&�Q-��,��KU�CHLO�PAD�SNI�STKSNO7VER;CCSKNONCkAEADoUAID�SCID�TCID�PDMD�SMHL�ICSL�NONP�PUBS�MIDS�SCLS�KEXS�XLCTCSCTCOPT | |
CCRTIRTT CFCW$SFCW(-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------www.google.comp�e8قE��(� �ј�Yr��NN��������m�r�����6��p.�H>Q046�`����~퀆���^nRf00000000�*J���ɬ�"ZoA���^AESGChrome/]�۵gô1etj;dC255�8<��rǑ�_���{A����*ݦ�?��e������wd��4 | |
��C5RTOACKD�8 | |
��C`2˒�AM�ҷ�` |
NewerOlder