Skip to content

Instantly share code, notes, and snippets.

View LaPingvino's full-sized avatar
🏠
@ Home

Joop Kiefte LaPingvino

🏠
@ Home
View GitHub Profile
@LaPingvino
LaPingvino / ninepointedwhitestar.glif
Last active September 16, 2022 18:04
Nine Pointed White Star
<?xml version="1.0"?>
<glyph name="ninepointedwhitestar" format="2">
<advance width="1000"/>
<unicode hex="1F7D9"/>
<outline>
<contour>
<point x="301.596" y="587.064" type="line"/>
<point x="357.389" y="430.272" type="line"/>
<point x="194.487" y="400.95" type="line"/>
<point x="337.841" y="316.649" type="line"/>
@LaPingvino
LaPingvino / lexington.toml
Last active March 1, 2022 02:22
Lexington configuration for more comfortable big chunks of dialog and Toki Pona support
[Elements]
[Elements.default]
[Elements.default.action]
Right = 1.0
Left = 1.5
Font = ""
Style = ""
Size = 0.0
Hide = false
Align = ""
@LaPingvino
LaPingvino / tictactoe.go
Created December 10, 2021 11:17
Github copilot test with Tic Tac Toe in Go
// Tic Tac Toe in Go
package main
import (
"fmt"
)
type XO int
const (
@LaPingvino
LaPingvino / tictactoe.zig
Last active December 7, 2021 02:47
Tic Tac Toe in Zig
const std = @import("std");
const stdout = std.io.getStdOut().writer();
const stdin = std.io.getStdIn().reader();
const print = stdout.print;
const trit = enum(u2) { e, x, o, d };
const field = [9]trit;
var inb: u8 = 0;
#include <stdio.h>
#include <stdlib.h>
struct result {
long element;
struct result *next;
};
struct result *solutions(long a, long b, long m) {
static struct result *res;
package main
import (
"os"
"fmt"
"bufio"
"encoding/json"
"strings"
"strconv"
)
package main
import (
"os"
"fmt"
"bufio"
"encoding/json"
"strings"
"strconv"
)
1 "Place":"아파트"
1 "Place":"28_may_qəsəbə,_Binəqədi_rayon"
1 "Place":"2. Sanayi Sitesi"
1 "Place":"9804153297, 9856025152"
1 "Place":"9817189032, 9846522581"
1 "Place":"9846020742,9846038829"
1 "Place":"9846392224,9856030338"
1 "Place":"9856024034, 9846463020"
1 "Place":"9856027487; 9846200052"
1 "Place":"Abandoned"
package main
import (
"os"
"fmt"
"bufio"
"encoding/json"
"strings"
"strconv"
)
package main
import (
"os"
"fmt"
"bufio"
"encoding/json"
"strings"
"strconv"
)