- Mathematics (Class 11 & 12) - NCERT Relevant Chapters
- Class 11 - Ch 1. Sets
- Class 11 - Ch 2. Relations and Functions
- Class 12 - Ch 1. Relations and Functions
- Class 11 - Ch 6. Permutations and Combinations
Discover gists
# Set terminal colors | |
set-option -sa terminal-overrides ",xterm*:Tc" | |
# Enable mouse support | |
set -g mouse on | |
# Start windows and panes at 1, not 0 | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
set-window-option -g pane-base-index 1 |
theme = catppuccin-mocha | |
adjust-cell-height = 10% | |
command = /bin/zsh -c "tmux new -A -s work" | |
copy-on-select = true | |
font-family = "TX-02" | |
font-size = 16 | |
font-thicken = true | |
mouse-hide-while-typing = true | |
macos-non-native-fullscreen=visible-menu |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |
2017-03-03 fm4dd
The gcc compiler can optimize code by taking advantage of CPU specific features. Especially for ARM CPU's, this can have impact on application performance. ARM CPU's, even under the same architecture, could be implemented with different versions of floating point units (FPU). Utilizing full FPU potential improves performance of heavier operating systems such as full Linux distributions.
These flags can both be used to set the CPU type. Setting one or the other is sufficient.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |
train_transforms = transforms.Compose([ | |
transforms.Resize((196, 196)), | |
transforms.RandomChoice([ | |
transforms.ColorJitter(brightness=0.5), | |
transforms.ColorJitter(contrast=0.5), | |
transforms.ColorJitter(saturation=0.5), | |
transforms.ColorJitter(hue=0.5), | |
transforms.ColorJitter(brightness=0.1, contrast=0.1, saturation=0.1, hue=0.1), | |
transforms.ColorJitter(brightness=0.3, contrast=0.3, saturation=0.3, hue=0.3), | |
transforms.ColorJitter(brightness=0.5, contrast=0.5, saturation=0.5, hue=0.5), |
(updated June 2024)
The APs in this list are ordered from highest to lowest performance. However, unless you have an insane amount of devices you likely do NOT need to buy the most expensive, highest performance AP. You can also check Ebay for deals, especially on older equipment. In terms of best price-to-performance, the U6 Pro/Mesh/InWall series is the sweet spot in my opinion and is the best choice for most deployments.
All APs in this list support both wired backhaul and mesh modes. However, wired connections are strongly recommended for better performance and reliability.
Number of spatial streams are listed in order of 2.4GHz, 5GHz, 6GHz.