Skip to content

Instantly share code, notes, and snippets.

View afandilham's full-sized avatar
🥕
Eating carrot

M. Ilham Afandi afandilham

🥕
Eating carrot
  • Malang, East Java, Indonesia
  • 23:02 (UTC +07:00)
  • X @afandilham
View GitHub Profile
@afandilham
afandilham / css
Created March 20, 2023 19:09
ClearVision_v6.theme.css
/**
* @name ClearVision
* @author ClearVision Team
* @version 6.3.0
* @description Highly customizable theme for BetterDiscord.
* @source https://github.com/ClearVision/ClearVision-v6
* @website https://clearvision.github.io
* @invite dHaSxn3
*/
@afandilham
afandilham / Front Resources.md
Last active December 1, 2023 07:11
Collection of my essentials frontend development
@afandilham
afandilham / settings.json
Created May 1, 2020 12:31
Windows Terminal (preview)
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs" : true,
"defaultProfile" : "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols" : 120,
"initialRows" : 30,
"keybindings" :
[
{
"command" : "closePane",
@afandilham
afandilham / WebScraping.cs
Last active May 6, 2020 20:51
Simple web scraping using Selenium Web Driver
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using OpenQA.Selenium;
@afandilham
afandilham / Simple Covid-19 table.py
Last active March 28, 2020 15:10
A simple script that turns kawalcorona's public API data into table python and save it as csv based on indonesia province.
import requests
import json
import pandas as pd
request = requests.get('https://api.kawalcorona.com/indonesia/provinsi')
# data = request.json()
data = json.loads(request.text)
# print(json.dumps(data, indent=2))
@afandilham
afandilham / media-query.css
Created March 2, 2019 09:17 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS