Skip to content

Instantly share code, notes, and snippets.

View Sheimy's full-sized avatar

Ahmed Sheimy Sheimy

View GitHub Profile
@Sheimy
Sheimy / TOPIN ZX903 GPS
Last active July 2, 2024 13:13 — forked from emilio-martinez/alibaba-vendor.md
Topin 365GPS Server config
365GPS office address
Contact: Erik Liu
Address: 505 Block B, Donglian Building, Chuangye Second Road, Baoan District, Shenzhen, Guangdong, China(广东省深圳市宝安区创业二路东联大厦B座505,洪浪北地铁站旁)
Mobile/ wechat/ whatsapp: +86-13480999031
Alibaba: 365gps.en.alibaba.com
Skype: topin.sales
E-mail: topin.sales3@qq.com
=============================================================
Hi
@emilio-martinez
emilio-martinez / alibaba-vendor.md
Last active February 5, 2024 12:47
Topin 365GPS Server config

365GPS office address Contact: Erik Liu Address: 505 Block B, Donglian Building, Chuangye Second Road, Baoan District, Shenzhen, Guangdong, China(广东省深圳市宝安区创业二路东联大厦B座505,洪浪北地铁站旁) Mobile/ wechat/ whatsapp: +86-13480999031
Alibaba: 365gps.en.alibaba.com Skype: topin.sales
E-mail: topin.sales3@qq.com

============================================================= Hi

@42Bots
42Bots / ESP8266-74HC595-ShiftOut.ino
Last active January 9, 2023 23:35
ESP8266 with a shift register 74HC595 programmed with the Arduino IDE
/* Example of using ES8266 with a 74HC595 shift register
** the ShiftOut function without any libraries
** LEDs will count from 0 to 255 in binary
** For more details, see http://42bots.com
--------------------------------------------------------
** Connections:
** ESP8266 GPIO13 to 74HC595 pin 14
** ESP8266 GPIO15 to 74HC595 pin 12
** ESP8266 GPIO14 to 74HC595 pin 11
** 74HC595 Vcc is connected to 3.3V
@prime31
prime31 / gist:5675017
Last active May 28, 2024 11:37
Simple PHP script showing how to send an Android push notification. Be sure to replace the API_ACCESS_KEY with a proper one from the Google API's Console page. To use the script, just call scriptName.php?id=THE_DEVICE_REGISTRATION_ID
<?php
// API access key from Google API's Console
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' );
$registrationIds = array( $_GET['id'] );
// prep the bundle
$msg = array