mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 15:32:50 +00:00
111 lines
1.5 KiB
JSON
111 lines
1.5 KiB
JSON
{
|
|
"name": "code_julia",
|
|
"leftToRight": true,
|
|
"noLazyMode": true,
|
|
"words": [
|
|
"return",
|
|
"end",
|
|
"for",
|
|
"print",
|
|
"println",
|
|
"printstyled",
|
|
"open",
|
|
"digits",
|
|
"parse",
|
|
"bitstring",
|
|
"undef",
|
|
"getindex",
|
|
"zeros",
|
|
"ones",
|
|
"falses",
|
|
"trues",
|
|
"fill",
|
|
"reverseind",
|
|
"reverse",
|
|
"permute",
|
|
"isperm",
|
|
"invperm",
|
|
"nothing",
|
|
"stdin",
|
|
"stdout",
|
|
"stderr",
|
|
"fma",
|
|
"inv",
|
|
"div",
|
|
"mod",
|
|
"rem",
|
|
"rationalize",
|
|
"typeof",
|
|
"range",
|
|
"istaskdone",
|
|
"yield",
|
|
"sleep",
|
|
"schedule",
|
|
"wait",
|
|
"fetch",
|
|
"notify",
|
|
"acquire",
|
|
"release",
|
|
"lock",
|
|
"unlock",
|
|
"trylock",
|
|
"islocked",
|
|
"in",
|
|
"do",
|
|
"isready",
|
|
"close",
|
|
"bind",
|
|
"isopen",
|
|
"put!",
|
|
"take!",
|
|
"foreach",
|
|
"while",
|
|
"try",
|
|
"finally",
|
|
"iterate",
|
|
"collect",
|
|
"isempty",
|
|
"empty!",
|
|
"length",
|
|
"missing",
|
|
"eltype",
|
|
"indexin",
|
|
"unique",
|
|
"unique!",
|
|
"allunique",
|
|
"reduce",
|
|
"foldl",
|
|
"foldr",
|
|
"maximum",
|
|
"maximum!",
|
|
"minimum",
|
|
"minimum!",
|
|
"extrema",
|
|
"argmax",
|
|
"argmin",
|
|
"findmax",
|
|
"findmin",
|
|
"findmax!",
|
|
"findmin!",
|
|
"sum",
|
|
"sum!",
|
|
"prod",
|
|
"prod!",
|
|
"any",
|
|
"any!",
|
|
"enumerate",
|
|
"all",
|
|
"count",
|
|
"map",
|
|
"map!",
|
|
"mapreduce",
|
|
"mapfoldl",
|
|
"mapfoldr",
|
|
"first",
|
|
"last",
|
|
"front",
|
|
"tail",
|
|
"step"
|
|
]
|
|
}
|