Skip to content

Instantly share code, notes, and snippets.

View zubair1024's full-sized avatar
🎯
Focusing

Zubair Ahmed zubair1024

🎯
Focusing
View GitHub Profile
db.sensormessageevents.find({
$and: [
{
geoJSON: {
$exists: true
}
},
{
geoJSON:
{
GET events/_search
{
"size": 0,
"query": {
"bool": {
"filter": {
"bool": {
"must": [
{
"range": {
#!/bin/bash
REMOTE_HOST=""
REMOTE_PORT=""
REMOTE_DB=""
REMOTE_USER=""
REMOTE_PASSWORD=""
LOCAL_HOST=""
LOCAL_PORT=""
LOCAL_DB=""
@zubair1024
zubair1024 / sassref.scss
Last active December 27, 2017 09:33
SASS reference sheet
/* Importing (you can use scss type as well) */
@import 'import.css';
/* variables */
$black: #000;
body{
background-color: $black;