Skip to content

Instantly share code, notes, and snippets.

View m4v0's full-sized avatar
🏠
Working from home

Marcelo Olate m4v0

🏠
Working from home
View GitHub Profile
package com.yourapp.navbar;
import android.app.Activity;
import android.view.View;
import com.facebook.react.ReactActivity;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
@m4v0
m4v0 / media-query.css
Created March 18, 2021 00:20 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@m4v0
m4v0 / git.md
Created September 21, 2018 15:58 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@m4v0
m4v0 / fiddle.css
Created March 16, 2018 19:53 — forked from anonymous/fiddle.css
jQuery AJAX (source: http://jsfiddle.net/QZ3ff/3460/)
body{
font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 13px;
}
form span{
display: block;
margin: 10px;
}