Skip to content

Instantly share code, notes, and snippets.

@resoftw
resoftw / vs_buildtools_dl_list.md
Created June 17, 2025 13:17 — forked from Mr-Precise/vs_buildtools_dl_list.md
MSVC / VS / Buildtools download link collection list
@resoftw
resoftw / konekbpjs.php
Created August 28, 2024 07:31 — forked from indrayoga/konekbpjs.php
contoh source code PHP untuk bridging BPJS dengan library CURL
<?php
$uri="http://dvlp.bpjs-kesehatan.go.id:9080/pcare-rest-dev/v2/peserta/noka/" //url web service bpjs
$consID = "1234"; //customer ID anda
$secretKey = "1233211"; //secretKey anda
$pcareUname = "usernamepcare"; //username pcare
$pcarePWD = "passwordpcare"; //password pcare anda
$kdAplikasi = "111"; //kode aplikasi
$stamp = time();
https://developers.strava.com/
https://developers.strava.com/docs/webhooks/
https://developers.strava.com/docs/webhookexample/