I hereby claim:
- I am vicyap on github.
- I am vicyap (https://keybase.io/vicyap) on keybase.
- I have a public key ASAyETxNQXy6jPG1_2vhlRH-vYPnA2GI2sAF9nKrM4fVzQo
To claim this, I am signing this object:
[Unit] | |
Description=gpumon service | |
After=network-online.target | |
Requires=network-online.target | |
[Service] | |
TimeoutStartSec=0 | |
Restart=always | |
ExecStart=/usr/bin/python /opt/gpumon/gpumon.py |
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
defer func() { | |
if p := recover(); p != nil { | |
fmt.Printf("%v\n", p) |
I hereby claim:
To claim this, I am signing this object:
A quick guide on getting ready for tech interviews.
Before diving into code, most interviewers like to chitchat about your background. They're looking for:
#include <experimental/any> | |
#include <iostream> | |
#include <string> | |
#include <vector> | |
using namespace std; | |
using namespace std::experimental; |