Skip to content

Instantly share code, notes, and snippets.

@Qbiology
Qbiology / PopupDiv.html
Created June 16, 2025 21:07 — forked from madan712/PopupDiv.html
Open Popup div with disabled background using Javascript
<HTML>
<HEAD>
<TITLE>Popup div with disabled background</TITLE>
<style>
.ontop {
z-index: 999;
width: 100%;
height: 100%;
top: 0;
left: 0;
@Qbiology
Qbiology / wpa_supplicant.conf
Created February 19, 2025 12:10 — forked from RahndelDaVandal/wpa_supplicant.conf
WPA Supplicant config file explanations
##### Example wpa_supplicant configuration file ###############################
#
# This file describes configuration file format and lists all available option.
# Please also take a look at simpler configuration examples in 'examples'
# subdirectory.
#
# Empty lines and lines starting with # are ignored
# NOTE! This file may contain password information and should probably be made
# readable only by root user on multiuser systems.