Skip to content

Instantly share code, notes, and snippets.

@mookat19
mookat19 / LocationService
Created September 4, 2020 20:30 — forked from sultaniman/LocationService
Android simple location service
package com.my.package.services;
import android.app.Service;
import android.content.Intent;
import android.location.Location;
import android.os.Bundle;
import android.os.IBinder;
import android.util.Log;
import com.google.android.gms.common.ConnectionResult;
@mookat19
mookat19 / README.md
Created June 7, 2020 06:11 — forked from crypticmind/README.md
Setup lambda + API Gateway using localstack
@mookat19
mookat19 / limerx.c
Created April 25, 2020 21:45 — forked from csete/limerx.c
Test application for LimeSDR
/*
* gcc -Wall -Wextra -O2 -o limerx limerx.c -lLimeSuite
*
* ./limerx [samprate] [oversmapling]
*/
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <signal.h>
#include <stdint.h>