Skip to content

Instantly share code, notes, and snippets.

View gsporto's full-sized avatar
🌎
Working from home

Gabriel Porto gsporto

🌎
Working from home
  • São Bento Do Sul, Santa Catarina, Brazil
View GitHub Profile
@gsporto
gsporto / ButtonPardini.css
Created December 16, 2019 17:28
New buttons
input[type=button] {
background-color: #1110;
border: 1px solid #D12C38;
color: #D12C38;
cursor: pointer;
text-align: center;
font: 11px verdana, tahoma, Arial;
min-width: 34px;
display: inline-block;
padding: 6px 12px 7px;
@gsporto
gsporto / cacheobjectscript.json
Last active October 21, 2019 13:23 — forked from henryhamon/cacheobjectscript.json
vscode cos snippets
{
"CreateClass": {
"prefix": "cc",
"body": [
"Class ${TM_DIRECTORY/.*src[\\/\\\\](([^\\/\\\\]*)([\\/\\\\])?)|([\\/\\\\])([^\\/\\\\]*)/$2${3:+.}${5:+.}$5/g}.${TM_FILENAME_BASE} Extends ${1|%Persistent,Ens.BusinessOperation,Ens.Request,%SOAP.WebClient|} ",
"{",
"\t${2:/*Remember to do TDD Leopoldo*/}",
"}"
],
"description": "Create an auto-named class"