Skip to content

Instantly share code, notes, and snippets.

View vandersonarruda's full-sized avatar
🚀
Hi there!

Vanderson Arruda vandersonarruda

🚀
Hi there!
View GitHub Profile
{
// React Arrow Function Component
"React Arrow Function Component": {
"prefix": "aff",
"body": [
"const ${0:${TM_FILENAME_BASE/(\\w)(\\w*)|(\\W)/${1:/upcase}${2:/downcase}/g}} = () => {",
" return ( $3 )",
"}",
"",
"export default ${0:${TM_FILENAME_BASE/(\\w)(\\w*)|(\\W)/${1:/upcase}${2:/downcase}/g}}",
@vandersonarruda
vandersonarruda / settings.json
Last active June 29, 2024 17:03
VSCode Settings
{
// Workbench Settings
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.activityBar.location": "default",
"workbench.iconTheme": "symbols",
"workbench.editor.enablePreview": false,
"workbench.tree.indent": 12,
"workbench.editor.empty.hint": "hidden",
"workbench.productIconTheme": "fluent-icons",
@vandersonarruda
vandersonarruda / simplegamecenter.cs
Last active March 19, 2024 05:43 — forked from coreyjs/simplegamecenter.cs
Unity3d Simple GameCenter Integration
using UnityEngine;
using System.Collections;
using UnityEngine.SocialPlatforms;
using UnityEngine.SocialPlatforms.GameCenter;
public class GameCenter : MonoBehaviour {
static ILeaderboard m_Leaderboard;
public int highScoreInt = 1000;
@vandersonarruda
vandersonarruda / HTML: HTML5 Default Template
Last active August 29, 2015 14:26 — forked from fakiolinho/HTML: HTML5 Default Template
HTML: HTML5 Default Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<!-- Favicons Start -->
<!-- In case image.ico -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
@vandersonarruda
vandersonarruda / index.html
Created June 26, 2012 19:21
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS 3D WORLD &middot; CodePen</title>
<link rel="stylesheet" href="http://jsdo.it/GeckoTang/2W7f/css">