- East coast (NY, Washington)
- Florida (Miami)
- Midwest (Chicago, Mount Rushmore)
- Nevada (Las Vegas)
- Southeastern (New Orleans)
- West coast (Los Angeles, San Francisco)
- Bahamas
<!-- first --> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Article", | |
"dateModified": "2024-07-22", | |
"headline": "Erhan&#39;s journey to the web" | |
} | |
</script> |
const allCustomElements = []; | |
function isCustomElement(el) { | |
const isAttr = el.getAttribute('is'); | |
// Check for <super-button> and <button is="super-button">. | |
return el.localName.includes('-') || isAttr && isAttr.includes('-'); | |
} | |
function findAllCustomElements(nodes) { | |
for (let i = 0, el; el = nodes[i]; ++i) { |
apiVersion: storage.k8s.io/v1 | |
kind: StorageClass | |
metadata: | |
name: openebs-lvmpv | |
allowVolumeExpansion: true | |
parameters: | |
storage: "lvm" | |
volgroup: "vg0" | |
reclaimPolicy: Retain | |
volumeBindingMode: WaitForFirstConsumer |
# npm i -g typescript | |
# change directory to your project | |
# Prints out tsconfig.json including extended options if there is any. | |
tsc --showConfig | |
# You can use this flag to discover where TypeScript is spending it’s time when compiling | |
# https://github.com/microsoft/TypeScript/wiki/Performance | |
tsc --extendedDiagnostics |
// extracted from https://en.wikipedia.org/wiki/List_of_circulating_currencies | |
export default [ | |
'AED', | |
'AFN', | |
'ALL', | |
'AMD', | |
'ANG', | |
'AOA', | |
'ARS', | |
'AUD', |
(* | |
utop # Alcotest.check Alcotest.string "foo" "abc" "abc";; | |
ASSERT foo | |
- : unit = () | |
*) | |
(* A module with functions to test *) | |
module To_test = struct | |
let lowercase = String.lowercase_ascii | |
let list_concat = List.append |
https://en.wikipedia.org/wiki/List_of_online_payment_service_providers