radical_honesty on #flashsupport
|
1662da42d4
|
Evaluated set color_names [list white black blue green {light red} brown purple orange yellow {light green} cyan {light cyan} {light blue} ping grey {light grey}]
|
2023-01-07 19:12:33 -08:00 |
|
radical_honesty on #flashsupport
|
27b173bfa6
|
Evaluated unset color_names
|
2023-01-07 19:10:13 -08:00 |
|
radical_honesty on #flashsupport
|
fb58b25748
|
Evaluated array set color_names {red 4}
|
2023-01-07 19:10:02 -08:00 |
|
radical_honesty on #flashsupport
|
4f080ff70a
|
Evaluated unset color_names
|
2023-01-07 19:09:39 -08:00 |
|
radical_honesty on #flashsupport
|
53b6a18d01
|
Evaluated proc color args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret \x03[color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret ,[color_of [lindex $args 2]]} {append ret ,[color_of [lindex $args 1]]}}; return $ret}
|
2023-01-07 19:08:19 -08:00 |
|
radical_honesty on #flashsupport
|
266f73302d
|
Evaluated proc color args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret \x[color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret ,[color_of [lindex $args 2]]} {append ret ,[color_of [lindex $args 1]]}}; return $ret}
|
2023-01-07 19:08:01 -08:00 |
|
radical_honesty on #flashsupport
|
2d31debfa0
|
Evaluated proc color args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret [color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret \x03,[color_of [lindex $args 2]]} {append ret \x03,[color_of [lindex $args 1]]}}; return $ret}
|
2023-01-07 19:07:02 -08:00 |
|
radical_honesty on #flashsupport
|
933de77c3d
|
Evaluated proc color args {if ![llength $args] {return };if {[lindex $args 0] eq "default"} {return };set ret [color_of [lindex $args 0]]; if {[llength $args] > 1} {if {[lindex $args 1] eq "on"} {append ret ,[color_of [lindex $args 2]]} {append ret \x03,[color_of [lindex $args 1]]}}; return $ret}
|
2023-01-07 19:06:34 -08:00 |
|
radical_honesty on #flashsupport
|
9d35cd48a6
|
Evaluated set color_names {{red 04}}
|
2023-01-07 18:57:40 -08:00 |
|
radical_honesty on #flashsupport
|
22bafc97f9
|
Evaluated set roulette_n_chambers 6
|
2023-01-07 18:54:31 -08:00 |
|
radical_honesty on #flashsupport
|
e3a78e7b19
|
Evaluated set roulette_current_chamber 0
|
2023-01-07 18:54:22 -08:00 |
|
radical_honesty on #flashsupport
|
fed02db826
|
Evaluated proc stock3 symbol {set __results [stock_yahoo_v10 $symbol]; set __columns [list previousClose open bid ask marketCap fiftyTwoWeekHigh fiftyTwoWeekLow];set __info "[list [list ticker $symbol]]"; map $__columns {c {lappend __info "$c [dict get $__results $c]"}};fuckingcolumns $__info}
|
2023-01-07 18:52:22 -08:00 |
|
radical_honesty on #flashsupport
|
d6451bc21b
|
Evaluated proc stock3 symbol {set __results [stock_yahoo_v10 $symbol]; set __columns [list previousClose open bid ask];set __info "[list [list ticker $symbol]]"; map $__columns {c {lappend __info "$c [dict get $__results $c]"}};fuckingcolumns $__info}
|
2023-01-07 18:49:24 -08:00 |
|
radical_honesty on #flashsupport
|
c2ad291391
|
Evaluated set symbol "TSLA"; set __columns [list previousClose open bid ask];set __info "[list ticker $symbol]"; lappend __info [map $__columns {c {. "$c [dict get $::__TSLA $c]"}}];return $__info
|
2023-01-07 18:44:32 -08:00 |
|
radical_honesty on #flashsupport
|
df42a90211
|
Evaluated set __columns [list previousClose open bid ask];map $__columns {c {dict get $::__TSLA $c}}
|
2023-01-07 18:40:36 -08:00 |
|
radical_honesty on #flashsupport
|
b23769ec6d
|
Evaluated proc et args {subst [string map {* {[gay]*}} [strip_all [bgbt $args]]]}
|
2023-01-07 18:24:27 -08:00 |
|
radical_honesty on #flashsupport
|
ec6474cb92
|
Evaluated proc gaybowchar c {set c [string toupper $c]; if ![info exists ::alphabet($c)] {return [join [string repeat "{ } " 5] \n]}; set ret [list]; foreach line [split [decode $::alphabet($c)] \n] {set g [gay]; lappend ret [regsub -all {\*($|\n| )} [regsub -all {(^|\n| )\*} $line "\\1$g*"] "*\\1"]}; join $ret \n}
|
2023-01-07 18:23:31 -08:00 |
|
radical_honesty on #flashsupport
|
3b23ba283e
|
Evaluated proc gaybowchar c {set c [string toupper $c]; if ![info exists ::alphabet($c)] {return [join [string repeat "{ } " 5] \n]}; set ret [list]; foreach line [split [decode $::alphabet($c)] \n] {set g [gay]; lappend ret [regsub -all {\*($|\n| )} [regsub -all {(^|\n| )\*} $line "\\1$g,*"] "\\1"]}; join $ret \n}
|
2023-01-07 18:23:11 -08:00 |
|
a on #flashsupport
|
29e839b4d7
|
Evaluated rename strip_all_old strip_color
|
2023-01-07 18:21:55 -08:00 |
|
a on #flashsupport
|
c99dff299d
|
Evaluated proc strip_all str {regsub -all {[\x0f\x02\x1f\]\[]} [strip_color $str] ""}
|
2023-01-07 18:21:25 -08:00 |
|
a on #flashsupport
|
07bcfed102
|
Evaluated rename strip_color strip_all_old
|
2023-01-07 18:20:59 -08:00 |
|
radical_honesty on #flashsupport
|
750b961ac6
|
Evaluated proc gaybowchar c {set c [string toupper $c]; if ![info exists ::alphabet($c)] {return [join [string repeat "{ } " 5] \n]}; set ret [list]; foreach line [split [decode $::alphabet($c)] \n] {set g [gay]; lappend ret [regsub -all {\*($|\n| )} [regsub -all {(^|\n| )\*} $line "\\1$g,$g*"] "*\\1"]}; join $ret \n}
|
2023-01-07 18:20:19 -08:00 |
|
radical_honesty on #flashsupport
|
e476f330d0
|
Evaluated proc gaybowchar c {set c [string toupper $c]; if ![info exists ::alphabet($c)] {return [join [string repeat "{ } " 5] \n]}; set ret [list]; foreach line [split [decode $::alphabet($c)] \n] {set g [gay]; lappend ret [regsub -all {\*($|\n| )} [regsub -all {(^|\n| )*} $line "\\1$g,$g\*"] "*\\1"]}; join $ret \n}
|
2023-01-07 18:17:28 -08:00 |
|
radical_honesty on #flashsupport
|
2e289589a1
|
Evaluated proc gaybowchar c {set c [string toupper $c]; if ![info exists ::alphabet($c)] {return [join [string repeat "{ } " 5] \n]}; set ret [list]; foreach line [split [decode $::alphabet($c)] \n] {set g [gay]; lappend ret [regsub -all {\*($|\n| )} [regsub -all {(^|\n| )*} $line "\\1$g,$g*"] "*\\1"]}; join $ret \n}
|
2023-01-07 18:17:10 -08:00 |
|
radical_honesty on #flashsupport
|
00121ff96e
|
Evaluated set pedo_dict {Greta Thumberg}
|
2023-01-07 18:06:46 -08:00 |
|
radical_honesty on #flashsupport
|
7b93451897
|
Evaluated proc strip_color str {regsub -all {\x03\d{1,2}(,\d{1,2})?} $str {}}
|
2023-01-07 18:03:45 -08:00 |
|
radical_honesty on #flashsupport
|
96d784017d
|
Evaluated rename strip_color strip_color_broken
|
2023-01-07 18:03:30 -08:00 |
|
radical_honesty on #flashsupport
|
cdf3c4edee
|
Evaluated proc strip_colour str {regsub -all {\d{1,2}(,\d{1,2})?} $str {}}
|
2023-01-07 18:00:20 -08:00 |
|
nigger_diffusion on #flashsupport
|
18d6107288
|
Evaluated set ::american_inventions {}
|
2023-01-06 09:17:11 -08:00 |
|
nigger_diffusion on #flashsupport
|
20084a3a2b
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {list [list "Week [format "%02d" $i]" "$_" "[expr "1 + [rand 5]"]hr@[format "%04d" [rand 2000]] WPM"]}}}
|
2023-01-06 08:08:18 -08:00 |
|
nigger_diffusion on #flashsupport
|
b99db0fdc9
|
Evaluated proc lex_fridman_reading args {fuckingcolumns [apply {_lex_fridman_reading} $args]}
|
2023-01-06 08:06:28 -08:00 |
|
nigger_diffusion on #flashsupport
|
6d0a0558fe
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {list [list "Week $i" "$_" "[expr "1 + [rand 5]"]hr@[format "%04d" [rand 2000]] WPM"]}}}
|
2023-01-06 08:05:03 -08:00 |
|
nigger_diffusion on #flashsupport
|
b3567201c5
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {list [list "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [format "%04d" [rand 2000]] WPM" ]}}}
|
2023-01-06 08:04:12 -08:00 |
|
nigger_diffusion on #flashsupport
|
56216de7df
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {list [list "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [rand 2000] WPM" ]}}}
|
2023-01-06 08:01:40 -08:00 |
|
nigger_diffusion on #flashsupport
|
f578e504d4
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {list "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [rand 2000] WPM" }}}
|
2023-01-06 07:59:57 -08:00 |
|
nigger_diffusion on #flashsupport
|
81fd460bc2
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [rand 2000] WPM" }}}
|
2023-01-06 07:59:47 -08:00 |
|
nigger_diffusion on #flashsupport
|
4b28477d03
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [rand 2000] WPM" "}}}
|
2023-01-06 07:59:10 -08:00 |
|
nigger_diffusion on #flashsupport
|
c672cb607d
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i" "$_" "[expr "1 + [rand 5]"] hr @ [rand 2000] WPM""}}}
|
2023-01-06 07:59:05 -08:00 |
|
nigger_diffusion on #flashsupport
|
0b14cdbb62
|
Evaluated proc _lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. {Week $i} {$_} {[expr "1 + [rand 5]"] hr @ [rand 2000] WPM"}}}}
|
2023-01-06 07:58:37 -08:00 |
|
nigger_diffusion on #flashsupport
|
6256c7f060
|
Evaluated set ::__TSLA [stock_yahoo_v10 TSLA]
|
2023-01-06 07:44:42 -08:00 |
|
nigger_diffusion on #flashsupport
|
48087cc6df
|
Evaluated proc stock_yahoo_v10 {symbol} {dict get [lindex [dict get [dict get [json2dict [wget https://query2.finance.yahoo.com/v10/finance/quoteSummary/$symbol?formatted=false&modules=price%2CsummaryDetail%2CpageViews%2CfinancialsTemplate]] quoteSummary] result] 0] summaryDetail}
|
2023-01-06 07:41:01 -08:00 |
|
nigger_diffusion on #flashsupport
|
bbc88b972a
|
Evaluated set ::__re [dict get [dict get [json2dict [wget https://query2.finance.yahoo.com/v10/finance/quoteSummary/IBM?formatted=false&modules=price%2CsummaryDetail%2CpageViews%2CfinancialsTemplate]] quoteSummary] result]
|
2023-01-06 07:37:04 -08:00 |
|
nigger_diffusion on #flashsupport
|
6d1978742b
|
Evaluated rename 1lex_fridman_reading lex_fridman_reading
|
2023-01-05 13:29:32 -08:00 |
|
nigger_diffusion on #flashsupport
|
8420b7851f
|
Evaluated rename lex_fridman_reading {}
|
2023-01-05 13:29:24 -08:00 |
|
nigger_diffusion on #flashsupport
|
a0e64e9391
|
Evaluated proc 1lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i: $_. [expr "1 + [rand 5]"] hr @ [rand 2000] WPM"}}}
|
2023-01-05 13:28:36 -08:00 |
|
nigger_diffusion on #flashsupport
|
e32ae2b471
|
Evaluated proc 1lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i: $_. [expr "1 + [rand 120]"] hr @ [rand 2000] WPM"}}}
|
2023-01-05 13:28:19 -08:00 |
|
nigger_diffusion on #flashsupport
|
98dae29744
|
Evaluated proc 1lex_fridman_reading {{ll 10}} {each [zip [.. $ll] [lrange [zip [shuffle $::easy_book] [shuffle $::hard_book]] 0 $ll-1]] {{i _} {. "Week $i: $_. Reading Time @ 500 WPM [expr "1 + [rand 120]"]"}}}
|
2023-01-05 13:26:05 -08:00 |
|
nigger_diffusion on #flashsupport
|
fbaf17d2c4
|
Evaluated proc alex_fridman_reading args {apply {lex_fridman_reading} $args}
|
2023-01-05 07:54:45 -08:00 |
|
nigger_diffusion on #flashsupport
|
eaeb00091f
|
Evaluated proc alex_fridman_reading args {apply {nextproc} $args}
|
2023-01-05 07:54:21 -08:00 |
|
Alex_Fridman`s_High_School_Reading_List on #flashsupport
|
1ec0907473
|
Evaluated rename lfl lex_fridman_reading
|
2023-01-04 13:55:44 -08:00 |
|