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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta name="author" content="Animesh Ghosh"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="theme-color" content="#24292e"> | |
| <title>GitHub API Wrapper</title> | |
| <style type="text/css"> | |
| /* designing for mobile first */ |
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
| /* | |
| To build | |
| g++ crypt.cpp -o crypt.exe -std=c++11 -Wall -Wextra -O2 | |
| */ | |
| #include <iostream> | |
| #include <algorithm> | |
| #include <array> | |
| #include <vector> | |
| #include <set> |
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
| " My .vimrc file. | |
| " set line numbers | |
| set number relativenumber | |
| " set syntax highlight | |
| syntax on | |
| " set tabsize to 4 | |
| set tabstop=4 |
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
Show hidden characters
| [ | |
| { | |
| "keys": ["alt+`"], | |
| "command": "toggle_terminus_panel" | |
| }, | |
| { | |
| "keys": ["ctrl+alt+t"], | |
| "command": "terminus_open", | |
| "args": { | |
| "cwd": "${file_path:${folder}}", |
NewerOlder