Skip to content

Instantly share code, notes, and snippets.

View xmonkee's full-sized avatar

Mayank Mandava xmonkee

View GitHub Profile
-- title: TIC-80 Speed test
-- author: Mayank Mandava, [email protected]
-- desc:
-- site: website link
-- license: MIT License (change this to your license of choice)
-- version: 0.1
-- script: lua
music(0)
const testCases = [
['12 de julio de 2023', '2023-07-12'],
['11 de Julio de 2023.', '2023-07-11'],
['12/07/2023', '2023-07-12'],
['23 de mayo de 2023', '2023-05-23'],
['Domingo, 09 de julio de 2023', '2023-07-09'],
['29 de junio de 2023', '2023-06-29'],
['13 de julio de 2023', '2023-07-13'],
['09/06/2023', '2023-06-09'],
['27 de Abril de 2023', '2023-04-27'],
@xmonkee
xmonkee / vscode-theme.json
Created February 22, 2024 03:27
Default VSCode themes for Zed
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Visual studio code themes",
"author": "Microsoft",
"themes":[
{
"name": "Light (Visual Studio)",
"appearance": "light",
"style": {
"border": null,
This file has been truncated, but you can view the full file.
{
"openapi": "3.0.0",
"info": {
"version": "1.1.0",
"title": "Zenduty",
"termsOfService": "https://zenduty.com",
"contact": {
"email": "[email protected]"