if
statement
if condition:
# code to execute if condition is true
if-else
statement
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Read CSV file with JS</title> | |
</head> | |
<body> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/papaparse.min.js"></script> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>QR Code Generator</title> | |
</head> | |
<body style="font-family: Arial, sans-serif; text-align: center; margin: 50px;"> | |
<h1>QR Code Generator</h1> | |
<form id="qrForm"> |
venv | |
cohort-cases |
#!/bin/sh | |
STREAM=$(aws --output=text logs describe-log-streams --log-group-name /aws/lambda/elektrum-development | tail -1 | awk '{print $7}') | |
aws --output=text logs get-log-events --log-group-name /aws/lambda/elektrum-development --log-stream-name ${STREAM} |
.is-first-product-block>.productDetails>.product-quantity-input { | |
display: none; | |
visibility: hidden; | |
} |
# -*- mode: python -*- | |
#Uncomment this if you have a completed build and only want to rebuild | |
#updated modules instead of everything: | |
# | |
#build_policy = "updated-deps" | |
#Select one of these, or use a different one: Do keep the directories | |
#separate for stable and unstable as they have different | |
#dependencies. You can use 2.3.x for svn builds. |