Skip to content

Instantly share code, notes, and snippets.

View SebastianoF's full-sized avatar

Sebastiano Ferraris SebastianoF

  • London
View GitHub Profile
@ekumachidi
ekumachidi / gist:aac9316496fb2ca84dcef00920fede9b
Created May 28, 2016 15:00
Create new postgres super user
Run this
"sudo -u postgres psql"
in your terminal to get into postgres
postgres=#
Run "CREATE USER new_username;"
Note: Replace new_username with the user you want to create,
@esimov
esimov / fact_goroutine.go
Last active August 7, 2022 00:20
Example of parallel factorial computation in Go lang using go routines.
package main
import (
"math/rand"
"fmt"
)
const (
N int = 128
)
@christophermanning
christophermanning / README.mkd
Last active August 28, 2023 00:46
Hamiltonian Graph Builder
<style type="text/css">p {text-align:center;width: auto}</style>

Created by Christopher Manning

Gallery

Axle Eight Fibbobaci Florets [![Star]