Skip to content

Instantly share code, notes, and snippets.

View farizdotid's full-sized avatar
😇
Happy to Help

Fariz Ramadhan farizdotid

😇
Happy to Help
View GitHub Profile
@farizdotid
farizdotid / SignatureCheck.java
Created November 14, 2016 03:05 — forked from scottyab/SignatureCheck.java
Simple Android signature check. It's not bullet proof but does increase the difficulty of backdooring the app
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
import android.content.pm.Signature;
public class TamperCheck {
//we store the hash of the signture for a little more protection
private static final String APP_SIGNATURE = "1038C0E34658923C4192E61B16846";
@farizdotid
farizdotid / countries.sql
Created September 7, 2017 06:31 — forked from adhipg/countries.sql
Sql dump of all the Countries, Country Codes, Phone codes.
CREATE TABLE IF NOT EXISTS `country` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`iso` char(2) NOT NULL,
`name` varchar(80) NOT NULL,
`nicename` varchar(80) NOT NULL,
`iso3` char(3) DEFAULT NULL,
`numcode` smallint(6) DEFAULT NULL,
`phonecode` int(5) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
#include <SoftwareSerial.h>
#include <stdio.h>
int ledONE = 13;
int bluetoothTX = 1 ;
int bluetoothRX = 0 ;
char receivedValue ;
SoftwareSerial bluetooth ( bluetoothTX, bluetoothRX );
@farizdotid
farizdotid / gist-farizramadhan.txt
Last active January 22, 2019 14:44
Link Apps Playstore Fariz Ramadhan
https://play.google.com/store/apps/details?id=com.farizdotid.halopurwakarta
https://play.google.com/store/apps/details?id=com.app.myithb
https://play.google.com/store/apps/details?id=com.farizdotid.jadwalsholatmasjidterdekat
{
"to": "di0F01UySHqggq_a5F89SY:APA91bHC0k-LZMf8Zzwk4Y-lcqIJGF3maIjrs_W8Kk87amF_gsjMY5s7VDc1NSXVaN9U5Rm57XWbK1tT7BtDcvRO9n2QCv-WMNtPxwYcXaS0UGAyR_Otw1-N-_-1hL_dZEKi3lEcsYxe",
"data": {
"title": "Konfirmasi Ketidakhadiran",
"body": "Test From Postman",
"data": {
"alasan": "testing postman",
"status": "X",
"updated_at": "2021-01-1514: 46: 52",
"updated_by": 4267,
{
"to": "c6BSmK3X10cHoS76huRLW6:APA91bESYqrUpI9tgg59Cm6cXxuAMaqFVjPScT3M4sf26yy-cdSvIbwGf_6ixB6c07J1KBWdepo-v5isq7bVp-5I23uR_1HOlfQsB3g6Fe64EVcQFc9aOlICDIYeTfvR-HZehVucDhoi",
"notification": {
"title": "Konfirmasi Ketidakhadiran",
"body": "Konfirmasi Ketidakhadiran body",
"sound": "default"
},
"priority": "high",
"data": {
"title": "Konfirmasi Ketidakhadiran",
{
"to": "di0F01UySHqggq_a5F89SY:APA91bHC0k-LZMf8Zzwk4Y-lcqIJGF3maIjrs_W8Kk87amF_gsjMY5s7VDc1NSXVaN9U5Rm57XWbK1tT7BtDcvRO9n2QCv-WMNtPxwYcXaS0UGAyR_Otw1-N-_-1hL_dZEKi3lEcsYxe",
"priority": "high",
"data": {
"title": "Konfirmasi Ketidakhadiran",
"body": "Konfirmasi Ketidakhadiran body",
"data": {
"alasan": "testing postman",
"status": "X",
"updated_at": "2021-01-1514: 46: 52",
{
"to": "c6BSmK3X10cHoS76huRLW6:APA91bESYqrUpI9tgg59Cm6cXxuAMaqFVjPScT3M4sf26yy-cdSvIbwGf_6ixB6c07J1KBWdepo-v5isq7bVp-5I23uR_1HOlfQsB3g6Fe64EVcQFc9aOlICDIYeTfvR-HZehVucDhoi",
"notification": {
"title": "Konfirmasi Ketidakhadiran",
"body": "Konfirmasi Ketidakhadiran body",
"sound": "default",
"click_action" : "$title"
//note :
// click_action ini valuenya ambil dari title, tapi ketika casenya isi LKH maka isi click_action Isi LKH
},
@farizdotid
farizdotid / bahan_setup_meja_kerja_farizdotid.txt
Last active January 24, 2022 01:39
Bahan Setup Meja Kerja Farizdotid
Title Tokopedia
Monitor : AOC G2790VXA FreeSync Gaming Monitor with Speaker (27"/144Hz/1ms/VA)
Arm Monitor : MONITOR GAS SPRING OXIMUS ZDP1118 1118 TILT SWIVEL - Hitam
Keyboard : Keychron K6
Mouse : Gaming Mouse Press by Wireless NOVA 2.4ghz Ultralight Play
Lightbar : Baseus Screenbar Lamp Stepless Dimming Lampu Monitor Meja Hanging LED
Mousepad : RETROGRADE Gaming Mousepad XL 30x80cm by Press Play Mouse Pad - DUSK
Wrist Rest : keychron walnut wood rest - dengan karet
Stand Laptop : VIVAN VLS01 LAPTOP Stand Aluminum Adjustable Liftable Foldable Prodesk - Silver
@farizdotid
farizdotid / sample_create_booking_23_08_22.json
Created August 23, 2022 04:55
Sample Create Booking Multi Delivery
{
"id_package": "10",
"id_vehicle_type": "26",
"depo_container": "",
"office_code": "CKIB",
"shipment_mode": "ftl",
"no_of_vehicle": "1",
"service_template_code": "Road Domestic",
"service_class": "domestic",
"place_of_receipt": "IDBDG",