Skip to content

Instantly share code, notes, and snippets.

View criloz's full-sized avatar
🤡

Cristian Lozano criloz

🤡
  • Bogota, Colombia
View GitHub Profile
@criloz
criloz / UUIDv6.sql
Created May 27, 2024 08:48 — forked from fabiolimace/UUIDv6.sql
Functions for generating UUIDv6 and UUIDv7 on PostgreSQL
/*
* MIT License
*
* Copyright (c) 2023-2024 Fabio Lima
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@criloz
criloz / gist:4c908204e215772188c8c5ab356a823d
Created October 11, 2017 18:12 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
@criloz
criloz / 0_reuse_code.js
Last active August 29, 2015 14:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console