Skip to content

Instantly share code, notes, and snippets.

View ralts00's full-sized avatar
🚀
No estoy en Islandia

Jonathan Coutiño ralts00

🚀
No estoy en Islandia
  • @luunamx
  • Mexico DF
View GitHub Profile
@ralts00
ralts00 / mall.js
Created January 11, 2024 11:14
kueski malls
{
"cities": [
{
"name": "CDMX",
"shoppingCenters": [
{
"name": "Artz Pedregal",
"location": {
"coordinates": {
"latitude": 19.3628,
@ralts00
ralts00 / series.json
Created July 18, 2023 02:04
asana series y pelicula
{
"data" : [ {
"gid" : "1205080767570024",
"actual_time_minutes" : null,
"assignee" : null,
"assignee_status" : "upcoming",
"completed" : false,
"completed_at" : null,
"created_at" : "2023-07-18T01:59:43.319Z",
"due_at" : null,
@ralts00
ralts00 / pokemon_names.txt
Last active March 22, 2024 21:12
List of 809 Pokemon Names
Bulbasaur
Ivysaur
Venusaur
Charmander
Charmeleon
Charizard
Squirtle
Wartortle
Blastoise
Caterpie
@ralts00
ralts00 / ECUw-1.js
Created October 21, 2016 01:13
null created by ralts00 - https://repl.it/ECUw/1
var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
for (i=arr.length-1; i >=0 ; i--){
if ((arr[i] % 2 == 0 || arr[i] % 2 != 0) && arr[i] == 5){
console.log(arr[i]);
}
}
h6 {
font-color: #ea2470;
}
@ralts00
ralts00 / stylus.styl
Created February 18, 2016 23:05
Hola mando
body
background-color #ea2470