duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| #!/bin/bash | |
| i3-msg -t get_workspaces | jq -r 'map(select(.focused))[0].rect["width","height"]' | |
| i3-msg -t get_workspaces | jq -r 'map(select(.focused))[0].output' |
| #!/usr/bin/env python | |
| ############################################################################## | |
| # TODO: | |
| # * create gnome dock w/ status, pause, and lock-rotation options | |
| # * documentation | |
| ############################################################################## | |
| from glob import glob | |
| import logging | |
| import os | |
| import signal |
rtl8723bs_nic.bin for Wifi from https://github.com/hadess/rtl8723bstext (maybe not needed anymore)Sometimes you want to commit a subfolder on an arbitrary branch (rather than gh-pages branch) as the root directory
to the gh-pages branch.
You will want to do so when, for example, the files to be published on GitHub Pages are generated by a build system.
This document shows the way to commit a build/gh-pages directory to the gh-pages branch by using Git plumbing commands.
In the following example, Windows PowerShell is used as a shell environment.
| ------------------------------------------------------------------------------ | |
| 2.3. NERD tree Mappings *NERDTreeMappings* | |
| Default Description~ help-tag~ | |
| Key~ | |
| o.......Open files, directories and bookmarks....................|NERDTree-o| | |
| go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go| | |
| t.......Open selected node/bookmark in a new tab.................|NERDTree-t| | |
| T.......Same as 't' but keep the focus on the current tab........|NERDTree-T| |
| # Add this to the bottom of your config.fish file | |
| # Set SSH to use Gnome keyring | |
| set -gx SSH_AUTH_SOCK (gnome-keyring-daemon --start | grep "^SSH_AUTH_SOCK" | awk -F "=" '{print $2}') |
| import numpy as np | |
| from numpy.random import uniform | |
| def update(S, k, v): | |
| "Update value position `k` in time O(log n)." | |
| d = S.shape[0] | |
| i = d//2 + k | |
| S[i] = v | |
| while i > 0: |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
[ Update 2025-03-24: Commenting is disabled permanently. Previous comments are archived at web.archive.org. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.