Skip to content

Instantly share code, notes, and snippets.

{
login: "Tikitoo",
id: 6140819,
avatar_url: "https://avatars.githubusercontent.com/u/6140819?v=3",
gravatar_id: "",
url: "https://api.github.com/users/Tikitoo",
html_url: "https://github.com/Tikitoo",
followers_url: "https://api.github.com/users/Tikitoo/followers",
following_url: "https://api.github.com/users/Tikitoo/following{/other_user}",
gists_url: "https://api.github.com/users/Tikitoo/gists{/gist_id}",
[
{
"name": "tikitoo",
"age": "23"
},
{
"name": "zhangsan",
"age": "33"
},
{
@Tikitoo
Tikitoo / AndroidManifest.xml
Created November 25, 2014 03:48
Android Read JSON Data.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.JSONDemo3"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="16"/>
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MyActivity"
android:label="@string/app_name">
<intent-filter>
@Tikitoo
Tikitoo / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Tikitoo
Tikitoo / ThisTest.java
Created July 25, 2014 07:12
This 的用法
package com.tikitoo.java.base;
/**
* Created by Tikitoo1 on 2014/7/25.
*/
public class ThisTest {
String name;
int age;
String sex;