Skip to content

Instantly share code, notes, and snippets.

View JosephM2014's full-sized avatar

Joseph Yonga JosephM2014

  • Nairobi
View GitHub Profile
#!/bin/bash
#!/usr/bin/python
#!/usr/bin/ruby
echo "Starting the sysinfo script."
# chmod +x sysinfo.sh //make file executable
# ./sysinfo.sh //execute shell script
@JosephM2014
JosephM2014 / GitHubClient.java
Created February 14, 2018 15:05 — forked from jitendra3109/GitHubClient.java
Retrofit — Getting Started and Creating an Android Client
package com.example.jsroyal.githubrepo;
import java.util.List;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.http.GET;
import retrofit2.http.Path;
/**