Skip to content

Instantly share code, notes, and snippets.

{
"questions": {
"Panting": [
{
"question": "Panting adalah alat musik tradisional yang berasal dari daerah:",
"answerChoice": [
{ "id": 1, "choice": "Kalimantan Selatan", "isCorrect": true },
{ "id": 2, "choice": "Kalimantan Timur", "isCorrect": false },
{ "id": 3, "choice": "Sumatera Barat", "isCorrect": false }
]
@hasanqqsp
hasanqqsp / user1
Last active October 30, 2024 10:13
{
"name" : "Hasan Ismail Abdulmalik",
"email" : "hasan@email.com",
"password" : "password",
"username" : "hasanismail"
}
@hasanqqsp
hasanqqsp / bekom-code.py
Created November 18, 2023 16:22
Jawaban untuk problem 'Recognizing solutions that match constraints'
pattern1 = [
['R', 'Y', 'G', 'Y'],
['G', 'B', 'R', 'G'],
['Y', 'K', 'P', 'B'],
['R', 'B', 'G', 'R']
]
pattern2 = [
['R', 'Y', 'G', 'Y'],
['P', 'R', 'P', 'K'],
['K', 'B', 'Y', 'G'],
@hasanqqsp
hasanqqsp / 00_etc-hosts.md
Last active July 16, 2021 04:11 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Reddit, and Imgur.

Unblock Vimeo, Reddit, Imgur, opensubtiles dan NPM

Saya support Internet Positif untuk memblokir porn, situs judi, dan hal-hal ilegal lainnya. Tapi pemerintah dan ISP sangat konyol karena tidak mengizinkan akses ke Vimeo, Reddit, Imgur, Netflix--yang mana bukanlah situs dengan konten utama ilegal.

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows