User contributions for David
26 January 2022
- 16:1716:17, 26 January 2022 diff hist −33 Kubernetes →kubeadm
- 16:1616:16, 26 January 2022 diff hist +41 Kubernetes →kubeadm
- 03:3103:31, 26 January 2022 diff hist +20 Bash (Unix shell) →dirname
23 January 2022
- 16:5916:59, 23 January 2022 diff hist +20 Email Routing →Cloudflare Email Routing Beta
- 16:5916:59, 23 January 2022 diff hist 0 Email Routing No edit summary
- 16:5816:58, 23 January 2022 diff hist +703 Kubernetes →Intel GPU
- 16:5316:53, 23 January 2022 diff hist 0 GitLab No edit summary
- 16:5316:53, 23 January 2022 diff hist +89 GitLab No edit summary
22 January 2022
- 17:1817:18, 22 January 2022 diff hist +8 Email Routing →[forwardemail.net forwardemail.net]
- 17:1817:18, 22 January 2022 diff hist +646 N Email Routing Created page with "Two services for email routing. ==[forwardemail.net forwardemail.net]== They have a free and a paid plan.<br> The free plan is great but requires you to put all the emails into a txt dns entry. ==Cloudflare Email Routing Beta== Does not support subdomains ===Setting up send from=== You can send from your gmail by doing the following: # Update your TXT dns record to #* <pre>v=spf1 include:_spf.mx.cloudflare.net ~all include:_spf.google.com ~all</pre> #* Not sure if this..."
20 January 2022
- 22:3222:32, 20 January 2022 diff hist +252 Kubernetes →Installing an Ingress Controller
- 22:2922:29, 20 January 2022 diff hist +273 Kubernetes →Installing an Ingress Controller
- 18:0818:08, 20 January 2022 diff hist +25 C++ No edit summary
- 18:0818:08, 20 January 2022 diff hist +64 C++ →Boost
- 18:0718:07, 20 January 2022 diff hist +63 N Boost (C++ libraries) Created page with "A set of C++ Libraries<br> * [https://www.boost.org/ boost.org]" current
- 18:0618:06, 20 January 2022 diff hist −740 C++ →Programming Styles
- 16:0616:06, 20 January 2022 diff hist +147 Apache Beam →Administration
- 15:5515:55, 20 January 2022 diff hist +494 Apache Beam No edit summary
- 15:4415:44, 20 January 2022 diff hist 0 Apache Beam No edit summary
18 January 2022
- 04:1604:16, 18 January 2022 diff hist +234 Bash (Unix shell) →Basic If Statements
- 04:1404:14, 18 January 2022 diff hist −198 Bash (Unix shell) →Check if File/Folder Exists
- 04:1404:14, 18 January 2022 diff hist +240 Bash (Unix shell) →Basic If Statements
- 04:1204:12, 18 January 2022 diff hist +62 SnapRAID →Usage current
17 January 2022
- 08:3708:37, 17 January 2022 diff hist +118 Kubernetes →pods
16 January 2022
- 19:1819:18, 16 January 2022 diff hist −5 CUDA →Ubuntu 20.04
- 18:0418:04, 16 January 2022 diff hist +290 Linux →Nvidia
15 January 2022
- 22:0822:08, 15 January 2022 diff hist −9 Kubernetes →Background
- 22:0822:08, 15 January 2022 diff hist +23 Kubernetes →Background
- 22:0722:07, 15 January 2022 diff hist +36 Kubernetes →proxy
- 22:0722:07, 15 January 2022 diff hist +35 Kubernetes →service
- 22:0622:06, 15 January 2022 diff hist +36 Kubernetes →run
- 22:0622:06, 15 January 2022 diff hist +36 Kubernetes →deployment
- 22:0622:06, 15 January 2022 diff hist +36 Kubernetes →pods
- 22:0522:05, 15 January 2022 diff hist +36 Kubernetes →nodes
- 21:5121:51, 15 January 2022 diff hist +23 Kubernetes →nodes
- 21:5021:50, 15 January 2022 diff hist +39 Kubernetes →nodes
- 21:4021:40, 15 January 2022 diff hist +63 Kubernetes →nodes
- 19:1919:19, 15 January 2022 diff hist +83 PC Components →Motherboards
14 January 2022
- 19:0719:07, 14 January 2022 diff hist +63 Running Ethernet →Materials
12 January 2022
- 20:0520:05, 12 January 2022 diff hist +420 Ggplot2 →Usage current
11 January 2022
- 19:1719:17, 11 January 2022 diff hist +44 FFmpeg No edit summary
7 January 2022
- 16:0216:02, 7 January 2022 diff hist +37 Arithmetic No edit summary current
- 16:0116:01, 7 January 2022 diff hist +90 Arithmetic No edit summary
- 16:0016:00, 7 January 2022 diff hist +432 N Arithmetic Created page with "Notes on basic math operations. =Integers= ==Division== Given 2 integers <code>n</code>, <code>m</code>, integer division returns the integer portion of the divided value.<br> This is floored result of true-division for positive numbers. In C, this rounds to zero but Python rounds down.<br> E.g. 5/2 returns 2 <pre> # Round down n/m # To round up always (n + m - 1) / m # To round to nearest (n + (m/2)) + m </pre> =Rounding="
6 January 2022
- 16:2416:24, 6 January 2022 diff hist 0 FFmpeg →Filter-Complex
3 January 2022
- 16:2116:21, 3 January 2022 diff hist +15 Private:Peripherals →Things I Avoid
- 16:2116:21, 3 January 2022 diff hist −12 Private:Peripherals →Headphones
31 December 2021
- 17:1017:10, 31 December 2021 diff hist −883 Three.js No edit summary current
29 December 2021
- 15:2115:21, 29 December 2021 diff hist −23 Latex →Linux
27 December 2021
- 16:2916:29, 27 December 2021 diff hist +69 Python →String Interpolation