Skip to content

Instantly share code, notes, and snippets.

View Seb-C's full-sized avatar
πŸ‘»

SΓ©bastien Aoki (aka Caparros) Seb-C

πŸ‘»
View GitHub Profile
@Seb-C
Seb-C / chrome_read_adapter.go
Last active October 6, 2025 18:26
PDF stream read adapter for chromedp
package util
import (
"bytes"
"context"
"encoding/base64"
"fmt"
"io"
chromeio "github.com/chromedp/cdproto/io"
package test
import (
"testing"
)
const iteratorBenchmarkIterations = 1000000
func generatorFunctionForTests() func() (int, bool) {
i := 0
package test
import (
"bytes"
"encoding/binary"
"testing"
)
type TestDataStruct struct {
Int int64
@Seb-C
Seb-C / Seminaire.markdown
Created May 24, 2018 11:42
SΓ©minaire vim 15/02/2016
╔═════════════════════════════════════════════════════════════════════╗
β•‘    _____     __               _                   _                 β•‘
β•‘   / ____|   /_/              (_)                 (_)                β•‘
β•‘  | (___     ___   _ __ ___    _   _ __     __ _   _   _ __    ___   β•‘
β•‘   \___ \   / _ \ | '_ ` _ \  | | | '_ \   / _` | | | | '__|  / _ \  β•‘
β•‘   ____) | |  __/ | | | | | | | | | | | | | (_| | | | | |    |  __/  β•‘
β•‘  |_____/   \___| |_| |_| |_| |_| |_| |_|  \__,_| |_| |_|     \___|  β•‘
β•‘                                                                     β•‘
β•Ÿβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β•’
Moved to : https://github.com/Seb-C/planetTextureGenerator.js