-
$ sudo pacman -S tor $ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.
$ sudo pacman -S nyx
| package main | |
| import ( | |
| "fmt" | |
| "github.com/dghubble/oauth1" | |
| twauth "github.com/dghubble/oauth1/twitter" | |
| "log" | |
| ) | |
| const outOfBand = "oob" |
| #!/bin/bash | |
| # This script starts emacs daemon if it is not running, opens whatever file | |
| # you pass in and changes the focus to emacs. Without any arguments, it just | |
| # opens the current buffer or *scratch* if nothing else is open. The following | |
| # example will open ~/.bashrc | |
| # ec ~/.bashrc | |
| # You can also pass it multiple files, it will open them all. Unbury-buffer |
| ;;; doom-acario-light-theme.el --- Acario light theme -*- lexical-binding: t; no-byte-compile: t; -*- | |
| (require 'doom-themes) | |
| ;;; Variables | |
| (defgroup doom-acario-light-theme nil | |
| "Options for the `doom-acario-light' theme." | |
| :group 'doom-themes) | |
| (defcustom doom-acario-light-brighter-modeline nil | |
| "If non-nil, more vivid colors will be used to style the mode-line." |
| struct dnode | |
| { | |
| dnode*left; | |
| dnode *right; | |
| int data; | |
| bool right_theard; | |
| bool left_theard; | |
| }; | |
| class tbst { |
$ sudo pacman -S tor
$ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.$ sudo pacman -S nyx
| " bovine3dom's dogfood | |
| " WARNING: This file defines and runs a command called fixamo_quiet. If you | |
| " also have a malicious addon that operates on `<all_urls>` installed this | |
| " will allow it to steal your firefox account credentials! | |
| " | |
| " With those credentials, an attacker can read anything in your sync account, | |
| " publish addons to the AMO, etc, etc. | |
| " | |
| " Without this command a malicious addon can steal credentials from any site |
| // Java implementation of QuickSort | |
| import java.io.*; | |
| class GFG{ | |
| // A utility function to swap two elements | |
| static void swap(int[] arr, int i, int j) | |
| { | |
| int temp = arr[i]; | |
| arr[i] = arr[j]; |