Skip to content

Instantly share code, notes, and snippets.

View ricardozv's full-sized avatar
🔥
Never gives up!

ricardozv ricardozv

🔥
Never gives up!
  • São luís
View GitHub Profile
@ricardozv
ricardozv / AdbCommands
Created October 12, 2022 22:17 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@ricardozv
ricardozv / DeepLinkPOC.kt
Created August 30, 2022 17:47 — forked from kingsleyadio/DeepLinkPOC.kt
Deeplinks POC
package com.hellofresh.deeplinker
// This will map relative/absolute URLs with respective activities
interface SimpleDeepLinkInterface {
@DeepLink("user/login", "user/register")
fun provideLoginActivity(): LoginActivity
// we can request that some specific query parameters be included in the extras bundle
// we can even describe the type we'd like the extra presented as. Int in this case
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "AppDelegate.h"
@ricardozv
ricardozv / git.md
Created January 27, 2022 04:05 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

Conventinal Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@ricardozv
ricardozv / centos7_ambiente_desenvolvimento.md
Created October 19, 2020 14:00 — forked from marciopaiva/centos7_ambiente_desenvolvimento.md
CentOS 7 - Apache 2.4 + MOD_PROXY_FCGI + PHP-FPM 5.5 + InstantClient Oracle.

CentOS 7 - Apache 2.4 + PHP-FPM 5.5 + InstantClient Oracle.


Montando uma VM para o desenvolvimento de aplicações em PHP, utilizado o CentOS 7

Sou um analista, um programador javascript pronto para mudar o mundo.