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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11": | |
version "7.12.11" | |
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" | |
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== | |
dependencies: | |
"@babel/highlight" "^7.10.4" |
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
extends RigidBody2D | |
var pos = Vector2() | |
var move = false | |
export onready var positionObject = get_parent().get_node("position") | |
onready var tween = get_node("Tween") | |
func _ready(): | |
mode = MODE_STATIC | |
anim_form_start() |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3t1At4hyzEeD0fqybrWOuvx4Q96V/JKb0diphQiTbvayhsSdzKLAQJsgifeRCWkVGHpWkHTbaoAGY7aIt7ZHBajG7+/YeO4+5J8oQdG/2J2m4pl54RJxY+PmVrPQBtOvy6zFJzs2PA9GZKmX9HJCj+wsI9+rY1sWRftQcS9wT0Yav/nE+jlR5A/iDuqMXnec0lmN6Y1A+h4Sfiw6+0LvcmERgULBO9bae0YsQUOj+ZAwDN0zftG4UmKzNa+AXUBwEfgQWJ8i2d4e1uCY3y3d6xQJjyWkfJ3l9Da/Zmh5KpSNmjZRw16bgTBhxJNGOpILdsuVFsl3aEz5IdbEEcDr3 cave_man@cave_pc |
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
Netflix for home exercise equipment. Swap out your ergometer for an elliptical and then swap that for a treadmill. | |
A social network for doctors | |
Social media platform where users vouch for other users on certain topics, skills or professions | |
Meal delivery in hospitals | |
App to round up your spare change on purchases and donate it charity |
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
####Reiniciar o servidor web | |
#Dentro da pasta do projeto em sua maquina local digite: | |
mina puma:hard_restart | |
####Reiniciar serviços | |
#Dentro do servidor digite: | |
sudo service elasticsearch start | |
sudo service redis start |
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
####Preparar Ambienta pra Deploy de Aplicação Rails usando Postgresql, Mina, Puma e NGINX | |
##Instalar NGINX | |
sudo apt-get update | |
sudo apt-get install curl git-core nginx -y | |
##Instalar Postgresql | |
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
Enter file contents here | |
novo repositorio |