Skip to content

Instantly share code, notes, and snippets.

View imamabdulazis's full-sized avatar
😅
Making some bug and fix later

Imam Abdul Azis imamabdulazis

😅
Making some bug and fix later
View GitHub Profile
@imamabdulazis
imamabdulazis / build_ios.yml
Created June 22, 2023 15:57 — forked from githappens/build_ios.yml
GitHub Action workflow for building and releasing an iOS app that uses Addressables and relies on the Cloud Content Delivery service.
name: Build and Release Go&Design (iOS)
on:
workflow_dispatch:
inputs:
build_type:
description: 'Create Dev Build? (true/false)'
required: true
default: 'false'
@imamabdulazis
imamabdulazis / name.js
Created February 12, 2023 13:45 — forked from tkon99/name.js
Random Name Generator for Javascript
/*
(c) by Thomas Konings
Random Name Generator for Javascript
*/
function capFirst(string) {
return string.charAt(0).toUpperCase() + string.slice(1);
}
function getRandomInt(min, max) {
@imamabdulazis
imamabdulazis / SectionList.js
Created January 16, 2023 02:32 — forked from bherrero/SectionList.js
React Native - prepare SectionList's array with lodash
// maps it's an array of objects
// groupBy to extract section headers
let dataSource = _.groupBy(maps, o => o.name);
// reduce to generate new array
dataSource = _.reduce(dataSource, (acc, next, index) => {
acc.push({
key: index,
data: next
});
return acc;
@imamabdulazis
imamabdulazis / 00_etc-hosts.md
Created March 21, 2022 03:56 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Reddit, Imgur, GitHub, DigitalOcean, dll

Unblock Vimeo, Reddit, Imgur, GitHub, DigitalOcean, NPM, dll

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