Skip to content

Instantly share code, notes, and snippets.

View falconser's full-sized avatar

Serhii Ishchuk falconser

View GitHub Profile
def weekend_trip_quiz():
# Quiz questions and corresponding options
questions = [
"Which do you prefer: Spending time on the beach or exploring historical sites?",
"How important is it for you to see famous landmarks?",
"What type of food do you prefer?",
"Do you enjoy hiking or walking in nature?",
"What kind of activities do you enjoy in the evening?",
"How important is it for you to be close to the city?",
"Do you enjoy water sports such as surfing or windsurfing?",

Keybase proof

I hereby claim:

  • I am falconser on github.
  • I am falconser (https://keybase.io/falconser) on keybase.
  • I have a public key whose fingerprint is 8206 617F 006A 863F 3F8C 6076 03A2 A4EE 0005 B05B

To claim this, I am signing this object:

@falconser
falconser / clean-chrome-thumbnails.py
Last active December 14, 2015 04:39 — forked from playpauseandstop/clean-chrome-thumbnails.py
Chrome's top site thumbnails cleaner for Mac OS.
#!/usr/bin/env python
#
# Simple script to clean (remove) all thumbnails for sites placed at "Most
# visited" section of Google Chrome or Chromium new page.
#
# Installation
# ============
#
# Store this script somewhere in your ``$PATH`` (like ``~/bin/`` or
# ``/usr/local``).