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
[ | |
{ | |
"id": "3430969390054", | |
"title": "Bespoke Soft Car", | |
"description": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals", | |
"link": "https://tepid-vibraphone.info/", | |
"image_link": "https://lh3.googleusercontent.com/ogw/AF2bZyin7N_nxbBclU2jk-1JYXZFchG5rkTOH9J79k-5UXleaA=s32-c-mo", | |
"status": "draft", | |
"categories": [ | |
"Beauty", |
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
require 'test/unit' | |
extend Test::Unit::Assertions | |
CONVERSIONS = { | |
'USD' => { | |
'BRL' => 5, | |
'AJU' => 3 | |
}, | |
'MXN' => { 'ARS' => 3 }, | |
'BRL' => { 'MXN' => 2, 'XXX' => 2 }, |
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
version: "3.7" | |
volumes: | |
kong_data: {} | |
konga_data: {} | |
networks: | |
rdstation: | |
external: true |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<meta name='viewport' content='width=device-width'> | |
<title>Privacy Policy</title> | |
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style> | |
</head> | |
<body> | |
<h2>Privacy Policy</h2> <p> built the Calculadora app as an Open Source app. This SERVICE is provided by |
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
[user] | |
email = [email protected] | |
name = Renan Porto | |
[core] | |
editor = code --wait | |
[alias] | |
s = !git status -s | |
c = !git add --all && git commit -m | |
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr' |