Skip to content

Instantly share code, notes, and snippets.

View master255's full-sized avatar
☝️
Destroy through creation

Oleg master255

☝️
Destroy through creation
View GitHub Profile
package mobile
import (
"bufio"
"context"
"fmt"
ds "github.com/ipfs/go-datastore"
dsync "github.com/ipfs/go-datastore/sync"
golog "github.com/ipfs/go-log/v2"
"github.com/libp2p/go-libp2p"
package mobile
import (
"bufio"
"context"
"fmt"
ds "github.com/ipfs/go-datastore"
dsync "github.com/ipfs/go-datastore/sync"
golog "github.com/ipfs/go-log/v2"
"github.com/libp2p/go-libp2p"
package mobile
import (
"bufio"
"context"
"fmt"
ds "github.com/ipfs/go-datastore"
dsync "github.com/ipfs/go-datastore/sync"
golog "github.com/ipfs/go-log/v2"
"github.com/libp2p/go-libp2p"
package ru.infoshell.securephone.location;
import java.util.Date;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import ru.infoshell.securephone.helpers.Lo;
import android.content.Context;
import android.location.Location;
@master255
master255 / 1
Created September 27, 2016 14:02
1
package me.drnear.ui.map;
import android.Manifest;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.SystemClock;
import android.support.v4.content.ContextCompat;