Skip to content

Instantly share code, notes, and snippets.

@adinata-id
adinata-id / gist:2eba2671cc4bd0633121853f660fdbe9
Created July 14, 2025 03:07
blacklist keyword facebook untuk keyword judi online
ππ„π“π–πˆππŸ’πƒ,menang,slot,gacor,ππŽπ’πˆπ’πˆππ„π“,bosku,selot,scatt3r,jackpot,gedhe,rungkad,depo,bet,𝗝𝗨π—₯π—”π—šπ—”π—‘π—•π—˜π—§πŸ΄πŸ΄,qacor,autospin,bete,jp,wd,receh,gacoer,cuan,rekor,jepee,gacoernya,provit,rugi,nekad,s1tus,bo,bermain
@kwaiks
kwaiks / dio_helper.dart
Created January 27, 2021 10:53
Flutter Dio Interceptor for refresh token
class DioHelper {
final Dio dio;
DioHelper({@required this.dio});
final CustomSharedPreferences _customSharedPreferences =
new CustomSharedPreferences();
static String _baseUrl = BASE_URL;
String token = "";
void initializeToken(String savedToken) {
@galpratama
galpratama / ResponseFormatter.php
Created February 19, 2020 11:18
API Response Formatter
<?php
namespace App\Http\Controllers\API;
class ResponseFormatter
{
protected static $response = [
'meta' => [
'code' => 200,
'status' => 'success',