Skip to content

Instantly share code, notes, and snippets.

View cod3rboy's full-sized avatar
🏠
Working From Home

Dheeraj Kumar cod3rboy

🏠
Working From Home
  • Jammu & Kashmir, India
  • 15:51 (UTC +05:30)
View GitHub Profile
@anubhavshrimal
anubhavshrimal / CountryCodes.json
Last active July 23, 2024 19:27 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@julz
julz / main.go
Created November 20, 2015 12:39
containersched minicontainer
package main
import (
"fmt"
"os"
"os/exec"
"syscall"
)
func main() {