This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"version": "1.1.0", | |
"title": "Zenduty", | |
"termsOfService": "https://zenduty.com", | |
"contact": { | |
"email": "[email protected]" |
OlderNewer