I hereby claim:
- I am isaiah-perumalla on github.
- I am isaiah_p (https://keybase.io/isaiah_p) on keybase.
- I have a public key ASB2WZfQUWqLR4Aci20nORmizByne74eM-xm_t-EX9diowo
To claim this, I am signing this object:
def calc_avg(items): | |
if not items: | |
return 0 | |
total = sum(items) | |
return float(total)/len(items) | |
def std_deviation(items): | |
if not items: return 0 | |
mean = calc_avg(items) |
package practice; | |
import java.util.ArrayDeque; | |
import java.util.ArrayList; | |
import java.util.Queue; | |
import practice.BinarySearchTree.Node; | |
public class BSTPrint { | |
package com.company; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
public class Main { | |
public static final int INF = Integer.MAX_VALUE; | |
public static void main(String[] args) { |
I hereby claim:
To claim this, I am signing this object:
--------------------------- MODULE concurrent_map --------------------------- | |
EXTENDS TLC, Integers, FiniteSets, Sequences | |
ReaderCount == 2 | |
Readers == 1..ReaderCount | |
VARIABLES counter, pc | |
(* define statement *) | |
AllDone == \A t \in Threads : pc[t] = "Done" | |
Correct == AllDone => counter = ThreadCount | |
VARIABLE localCounter | |
vars == << counter, pc, localCounter >> |
lspci | grep Eth
dmesg
might need to find a suitable slot if you see the below
This Solarflare Network Adapter requires the equivalent of 8 lanes at PCI Express 3 speed for full throughput, but is currently limited to 4 lanes at PCI Express 1 speed. Consult your motherboard documentation to find a more suitable slot