-
VSCode CodeSnap Extension
-
"Operator Mono Book", 18pt https://github.com/keyding/Operator-Mono
-
Light Modern ve Github Light
-
background: #fff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| require "sevgi/sundries/printer" | |
| module Sevgi | |
| module Graphics | |
| module Mixtures | |
| module Print | |
| EXT = ".svg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| declare -gr ROOT=~/Dropbox/src/strokes | |
| alef() { | |
| local P | |
| echo >&2 "alef" | |
| for P in g i; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| module Base | |
| module Header | |
| def call(page) | |
| n = 3 | |
| width = page.grid.width / n.to_f | |
| rect id: "Header-Cell-Left", x: 0, y: 0, width:, height: 9, class: %w[ header ] | |
| rect id: "Header-Cell-Center", x: width, y: 0, width:, height: 9, class: %w[ header ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Code | Description | Comment | |
|---|---|---|---|
| Complete BISAC Subject Headings List, 2021 Edition | Generated on 2022-02-03T17:00:35.308Z from https://bisg.org/page/BISACEdition | ||
| ANT000000 | Antiques & Collectibles / General | ||
| ANT056000 | Antiques & Collectibles / Advertising | ||
| ANT001000 | Antiques & Collectibles / Americana | ||
| ANT002000 | Antiques & Collectibles / Art | ||
| ANT003000 | Antiques & Collectibles / Autographs | ||
| ANT005000 | Antiques & Collectibles / Books | ||
| ANT006000 | Antiques & Collectibles / Bottles | ||
| ANT007000 | Antiques & Collectibles / Buttons & Pins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -eu | |
| foo() { | |
| false | |
| echo Expected to not reach here | |
| } | |
| fooer=foo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| başla get klavyeden bir sayı al | |
| ifzero duyur eğer sayı sıfır ise "göster"e git | |
| add toplam aküdeki yeni sayıyı mevcut toplama ekle | |
| store toplam sonucu yin toplam hücresine kaydet | |
| goto başla yeni sayıyı almak için "başla"ya git | |
| duyur load toplam toplamı aküye yükle | |
| print sonucu duyur | |
| stop işlem tamam | |
| toplam 0 "toplam" hücresinin ilk değeri 0 (program başlamadan önce) |
NewerOlder