Skip to content

Instantly share code, notes, and snippets.

View insanebaba's full-sized avatar
💭
I may be slow to respond.

vikram mishra insanebaba

💭
I may be slow to respond.
  • Veldron
  • Netherlands
View GitHub Profile
@insanebaba
insanebaba / geometry_point.rs
Created September 6, 2020 16:01
GeometryPoint Addition to arysn
use bytes::BytesMut;
// use geo_types::{Coordinate, Point};
use postgres::types::{to_sql_checked, FromSql, IsNull, ToSql, Type};
use serde::de::{self, Deserialize, Deserializer, MapAccess, SeqAccess, Visitor};
use serde::ser::{Serialize, SerializeStruct, Serializer};
use std::error::Error;
use std::fmt;
use std::ops::Deref;
use postgis::twkb::Point;
@insanebaba
insanebaba / machine.js
Created January 2, 2020 19:38
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions