Skip to content

Instantly share code, notes, and snippets.

View wahidustoz's full-sized avatar
🏠
Working from home

Wahid Abduhakimov wahidustoz

🏠
Working from home
View GitHub Profile
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Created May 22, 2020 19:40
solarized colors for dark/light modes
:root {
--primary-bg-dark: #002b36;
--secondary-bg-dark: #073642;
--primary-text-dark: #93a1a1;
--secondary-text-dark: #657b83;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
@wahidustoz
wahidustoz / solarized.css
Last active June 25, 2020 11:43
solarized colors for dark/light modes
:root {
--br-black: #002b36;
--black: #073642;
--br-green: #93a1a1;
--br-yellow: #657b83;
--br-blue: #839496;
--br-cyan: #93a1a1;
--white: #eee8d5;
--br-white: #fdf6e3;
--yellow: #b58900;
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
import subprocess
cppExecutable = './main.exe' # or './main.o'
argument = 'any string that will be passed to cpp program'
output = subprocess.check_output([cppExecutable, argument])
print(output)
@wahidustoz
wahidustoz / UzbekPhoneNumberRegex.txt
Created January 19, 2022 19:14
Uzbek Phone Number Regular Expression
^[\+]?(998[-\s\.]?)([0-9]{2}[-\s\.]?)([0-9]{3}[-\s\.]?)([0-9]{2}[-\s\.]?)([0-9]{2}[-\s\.]?)$