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 raku | |
use v6.d; | |
use DBIish; | |
use YAMLish; | |
my %cred = load-yaml("%*ENV<HOME>/.creds.yaml".IO.slurp)<gabinete>; | |
my $db = DBIish.connect: 'mysql', :host<127.0.0.1>, :3306port, |%cred; |
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 raku | |
use v6; | |
use NativeCall; | |
sub Γ(num64 --> num64) is native('m', v6) is symbol('tgamma') { * } | |
sub postfix:<!>(Num() $x) { Γ $x + 1 } | |
sub √(Num() $x) { $x.sqrt } | |
say ½!; |
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
zef install --/test Readline App::Rak::Complete Jupyter::Chatbook Qt::QtWidgets Text::CSV Slang::SQL Prettier::Table App::Mi6 Notify vCard::Parser Term::termios SSH::LibSSH Terminal::LineEditor Term::TablePrint Net::NetRC Slang::SQL Grammar::Tracer TOML YAMLish DBIish Net::IMAP Grammar::Debugger Clu Cro Browser::Open ./Cloud/Git/SSH-LibSSH-Tunnel https://github.com/p6steve/raku-dan-polars.git |
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
;; This is an operating system configuration generated | |
;; by the graphical installer. | |
;; | |
;; Once installation is complete, you can learn and modify | |
;; this file to tweak the system configuration, and pass it | |
;; to the 'guix system reconfigure' command to effect your | |
;; changes. | |
;; Indicate which modules to import to access the variables | |
;; used in this configuration. |
OlderNewer