Skip to content

Instantly share code, notes, and snippets.

View qiarie's full-sized avatar

Simon Kiarie qiarie

View GitHub Profile
@qiarie
qiarie / AdbCommands
Created June 10, 2020 07:09 — 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
@qiarie
qiarie / API.md
Created February 17, 2020 18:00 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@qiarie
qiarie / README-Template.md
Created February 17, 2020 18:00 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@qiarie
qiarie / docker_compose_cheatsheet.md
Created October 15, 2019 22:04 — forked from jonlabelle/docker_compose_cheatsheet.md
Docker Compose Cheatsheet