Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl ecparam -genkey -name prime256v1 -noout -out <ROOT_CA_KEY>iperf3 serverwg-quick down wg0/etc/wireguard/wg0.conf fileThe best way to get a clean installation of PyTorch, is to install the pre-compiled binaries from the Anaconda distribution. Therefore, we need to setup Anaconda first.
| import org.jdbi.v3.core.kotlin.KotlinMapper | |
| import org.jdbi.v3.core.mapper.RowMapperFactory | |
| import org.junit.jupiter.api.Test | |
| import tj.alif.core.app.db.RepositoryTest | |
| import org.jdbi.v3.core.result.RowView | |
| data class Contact ( | |
| val id: Int, | |
| val name: String, |
| import java.util.concurrent.atomic.AtomicInteger | |
| class CircularArray<T> : Iterable<T>, Cloneable { | |
| /** | |
| * Creates a new instance of the array with the given size. | |
| */ | |
| constructor(bufferSize: Int) { | |
| this.arr = arrayOfNulls(bufferSize) | |
| this.tail = -1 |
| SELECT CONCAT('"', email, '"') FROM email_list; |
| # output all the colour combinations for text/background | |
| # https://stackoverflow.com/questions/20541456/list-of-all-colors-available-for-powershell/41954792#41954792 | |
| $colors = [enum]::GetValues([System.ConsoleColor]) | |
| Foreach ($bgcolor in $colors){ | |
| Foreach ($fgcolor in $colors) { Write-Host "$fgcolor|" -ForegroundColor $fgcolor -BackgroundColor $bgcolor -NoNewLine } | |
| Write-Host " on $bgcolor" | |
| } |
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
| 1,2012-01-02,New Year Day | |
| 2,2012-01-16,Martin Luther King Jr. Day | |
| 3,2012-02-20,Presidents Day (Washingtons Birthday) | |
| 4,2012-05-28,Memorial Day | |
| 5,2012-07-04,Independence Day | |
| 6,2012-09-03,Labor Day | |
| 7,2012-10-08,Columbus Day | |
| 8,2012-11-12,Veterans Day | |
| 9,2012-11-22,Thanksgiving Day | |
| 10,2012-12-25,Christmas Day |