Skip to content

Instantly share code, notes, and snippets.

@peculater
peculater / keybase.md
Last active January 2, 2021 04:21
keybase.md

Keybase proof

I hereby claim:

  • I am peculater on github.
  • I am peculater (https://keybase.io/peculater) on keybase.
  • I have a public key ASCSWYjnTnvYEZr5qqJkz3GO8EUIMiz3456GaohLZMnl7Ao

To claim this, I am signing this object:

//From https://gist.github.com/bshambaugh/b194e32211ffb5513bb7d7c5e85399f1
//Starting with https://www.geeksforgeeks.org/how-to-store-words-in-an-array-in-c/
//May use: https://www.quora.com/How-can-I-declare-a-2-dimensional-array-of-char-in-C
//ref: https://www.techonthenet.com/c_language/standard_library_functions/string_h/strcat.php
// C program to store words in an array
#include <stdio.h>
#include <string.h>
@peculater
peculater / float64.go
Last active August 29, 2015 14:19
Test byte comparison of float64
package main
import "encoding/binary"
import "math/rand"
import "bytes"
import "time"
import "fmt"
func main() {
var x float64