-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
111 additions
and
98 deletions.
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
## Contains mapping from functions to func_to_emojis | ||
## Each function (treated as a Symbol) maps to a Tuple of Symbols and Tuple{Symbol,Float64} for | ||
## emojis needing a specific version | ||
const func_to_emojis = 📖( | ||
## Base | ||
:throw => (:(c╯°□°ↄ╯), :(🤮), :(🚮),), | ||
:map => (:(🗺),), | ||
:broadcast => (:(📡),), | ||
:Dict => (:(📖),), | ||
:true => (:(✅), :(👍), :(👌),), | ||
:false => (:👎,), | ||
:delete! => (:(🔥),), | ||
:print => (:(🖨️),), | ||
:nothing => (:(⬛),), | ||
:findall => (:(🕵️),), | ||
:show => (:(☝️),), | ||
:peek => ((:(⛰️), 1.5),), | ||
:chop => ((Symbol(Char(0x0001f333) * Char(0x0001fa93)), 1.2),), # 🌳🪓 | ||
:ArgumentError => (:(💬🚨),), | ||
:join => (:(🚪🚶),), | ||
:foldr => (:(🗂), :(📁),), | ||
:first => (:(🥇),), | ||
:findfirst => (:(🔎🥇),), | ||
:keys => (:(🔑), :(🗝),), | ||
:rand => (:(🎰),:(🎲),), | ||
:kill => (:(⚰️),), | ||
:run => (:(🏃),), | ||
:error => (:(💣),), | ||
:cd => (:(💿),), | ||
:zip => (:(🤐),), | ||
## Arrays | ||
:cat => (:(😻), :(😹), :(🐈),), | ||
:vcat => (:(⬇️😻), :(⬇️😹), :(⬇️🐈),), | ||
:hcat => (:(➡️😻), :(➡️😹), :(➡️🐈),), | ||
:Matrix => (:(🔢),), | ||
:collect => (:(🧺),), | ||
:axes => ((Symbol(Char(0x1fa93)^2), 1.2),), # 🪓🪓 | ||
:fill => (:(🚰),), | ||
## Math | ||
:pi => (:(🥧), :(🍰),), | ||
:tan => (:(🧑🏻➡️🧑🏽), :(👩🏻➡️👩🏽),), | ||
:log => ((Symbol(Char(0x1fab5)), 1.5),), # 🪵 | ||
:clamp => (:(🗜️),), | ||
:mod => (:(🛵🔧),), | ||
:inv => (:(↔),), | ||
:imag => (:(🔮),), | ||
:round => (:(🎠), :(🔵),), | ||
:time => (:(🕛),), | ||
:cot => (:(🧥), :(🥼)), | ||
:count => (:(🧮),), | ||
:count_ones => (:(🧮1️⃣1️⃣),), | ||
:count_zeros => (:(🧮0️⃣0️⃣),), | ||
:findnext => ((:🔎⏭),), | ||
:isreal => ((:🛸❓),), | ||
:float => ((:⛵️),), | ||
:sign => ((Symbol(Char(0x1faa7)), 1.5),(Symbol(Char(0x1f68f)), 1.5),), # 🪧, 🚏 | ||
:abs => ((:👔💪),(:🎽💪),), | ||
:view => (:(👀), (:👁️),), | ||
:write => (:(🖊️), :(✍️), :(🖋️),), | ||
:Threads => (:(🧵),), | ||
:time => (:(⏱️), :(⌛), :(⏲️),), | ||
:string => (:(🎻),), | ||
:download => (:(📥),), | ||
:sleep => (:(😴), :(💤),), | ||
:exit => (:(🚪),), | ||
:pop! => (:(🍾), :(🏹🎈)), | ||
:(mean ∘ skipmissing) => (:(😠),), | ||
) |
This file contains 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 file contains 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 file contains 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
File renamed without changes.
This file contains 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