I hereby claim:
- I am deas on github.
- I am asteffan (https://keybase.io/asteffan) on keybase.
- I have a public key whose fingerprint is CEDB 1150 3AFA 6FA2 79DA 9B43 AFA9 84BE D99B 1DF7
To claim this, I am signing this object:
| # Define the Font Face | |
| $fontName = "JetBrainsMono NF" | |
| # Locate Windows Terminal settings.json (Standard vs Preview paths) | |
| $settingsPath = "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json" | |
| if (-not (Test-Path $settingsPath)) { | |
| $settingsPath = "$env:LOCALAPPDATA\Microsoft\Windows Terminal\settings.json" | |
| } | |
| if (Test-Path $settingsPath) { |
| # Script to install a Nerd Font for the current user (Non-Admin) | |
| # Usage: ./install_nerd_font.ps1 [[-FontName] <String>] [[-Version] <String>] [-Force] | |
| # Example: ./install_nerd_font.ps1 -FontName "FiraCode" | |
| # Example: irm https://example.com/install_nerd_font.ps1 | iex | |
| # | |
| param ( | |
| [Parameter(Mandatory=$false)] | |
| [string]$FontName = "JetBrainsMono", |
I hereby claim:
To claim this, I am signing this object:
| ;; gorilla-repl.fileformat = 2 | |
| ;; @@ [meta] | |
| {:test 789} | |
| ;; @@ |
| ;; gorilla-repl.fileformat = 1 | |
| ;; ** | |
| ;;; # Render tests | |
| ;;; | |
| ;;; Some test cases for the new renderer. | |
| ;; ** | |
| ;; @@ | |
| (use '[gorilla-repl table latex html]) |
| #!/usr/bin/env groovy | |
| /* | |
| * deas - http://www.contentreich.de/generic-brute-force-sql-search-groovy-style | |
| * | |
| * Created on Mar 15, 2012 | |
| * | |
| * Licensed to the Apache Software Foundation (ASF) under one or more | |
| * contributor license agreements. See the NOTICE file distributed with | |
| * this work for additional information regarding copyright ownership. | |
| * The ASF licenses this file to You under the Apache License, Version 2.0 |