sudo nano /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml<key name="scaling-factor" type="u">
<default>2</default>| <style> | |
| :global(textarea:-webkit-scrollbar-thumb) { | |
| background-color: transparent; | |
| } | |
| :global(textarea:-webkit-scrollbar) { | |
| background-color: transparent; | |
| border-radius: 2px; | |
| } |
| <script> | |
| import { timer } from './timer.js'; | |
| let time = ''; | |
| </script> | |
| <h1>Hello from Svelte!</h1> | |
| <p use:timer on:timer={event=>time=event.detail}>It's currently {time}</p> |
| https://svelte.dev/repl/c8d003b0fa184b47aef18a58d8b3c090?version=3.12.1 |
| Implement snail algorithm in python to draw snail path on console window. | |
| Snail can't go up, allows right, left, or down. Snali move to the right can't go besides the screen boundaries, so she will not. |
| @echo off | |
| title Activate Windows 7 / 8 / 8.1 / 10 for FREE!&cls&echo =====================================&echo #Copyright: MSGuides.com&echo =====================================&echo.&echo #Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo - Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise N&echo - Windows 7 Enterprise E&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo |
| /******************************************************************************* | |
| * | |
| * A minimal Forth compiler in C | |
| * By Leif Bruder <leifbruder@gmail.com> http://defineanswer42.wordpress.com | |
| * Release 2014-04-04 | |
| * | |
| * Based on Richard W.M. Jones' excellent Jonesforth sources/tutorial | |
| * | |
| * PUBLIC DOMAIN | |
| * |
| .\qemu-img convert -p '..\Windows Server 2008 Enterprise Edition x86\Virtual Hard Disks\Windows2008Fullx86Ent.vhd' -O vmdk '..\Windows2008Fullx86Ent.vmdk' |
| antfu.icons-carbon | |
| aslamanver.vsc-export | |
| bierner.markdown-mermaid | |
| bpruitt-goddard.mermaid-markdown-syntax-highlighting | |
| christian-kohler.path-intellisense | |
| codezombiech.gitignore | |
| craigthomas.supersharp | |
| Dart-Code.dart-code | |
| Dart-Code.flutter | |
| DavidAnson.vscode-markdownlint |
| #!/usr/bin/bash | |
| set -e | |
| # Enables functional keys without Fn + Key | |
| # https://help.ubuntu.com/community/AppleKeyboard#Change_Function_Key_behavior | |
| sudo sh -c "echo 2 > /sys/module/hid_apple/parameters/fnmode" |
sudo nano /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml<key name="scaling-factor" type="u">
<default>2</default>