Skip to content

Commit

Permalink
0926
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenH47 committed Sep 26, 2023
1 parent ea00071 commit 7ccb180
Show file tree
Hide file tree
Showing 29 changed files with 14,293 additions and 28 deletions.
3 changes: 2 additions & 1 deletion docs/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"obsidian-emoji-toolbar",
"url-into-selection",
"better-reading-mode",
"editing-toolbar"
"editing-toolbar",
"execute-code"
]
3 changes: 2 additions & 1 deletion docs/.obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": true
"bookmarks": true,
"properties": false
}
141 changes: 141 additions & 0 deletions docs/.obsidian/plugins/execute-code/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"lastOpenLanguageTab": "python",
"timeout": 10000,
"allowInput": true,
"wslMode": false,
"nodePath": "node",
"nodeArgs": "",
"jsInject": "",
"tsPath": "ts-node",
"tsArgs": "",
"tsInject": "",
"leanPath": "lean",
"leanArgs": "",
"leanInject": "",
"luaPath": "lua",
"luaArgs": "",
"luaInject": "",
"dartPath": "dart",
"dartArgs": "",
"dartInject": "",
"csPath": "dotnet-script",
"csArgs": "",
"csInject": "",
"pythonPath": "C:/Program/Anaconda/python.exe",
"pythonArgs": "",
"pythonEmbedPlots": true,
"pythonInject": "",
"shellPath": "bash",
"shellArgs": "",
"shellFileExtension": "sh",
"shellInject": "",
"batchPath": "call",
"batchArgs": "",
"batchFileExtension": "bat",
"batchInject": "",
"groovyPath": "groovy",
"groovyArgs": "",
"groovyFileExtension": "groovy",
"groovyInject": "",
"golangPath": "go",
"golangArgs": "run",
"golangFileExtension": "go",
"goInject": "",
"javaPath": "java",
"javaArgs": "-ea",
"javaFileExtension": "java",
"javaInject": "",
"maxPrologAnswers": 15,
"prologInject": "",
"powershellPath": "powershell",
"powershellArgs": "-file",
"powershellFileExtension": "ps1",
"powershellInject": "$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding",
"powershellEncoding": "latin1",
"cargoPath": "cargo",
"cargoEvalArgs": "",
"rustInject": "",
"cppRunner": "cling",
"cppInject": "",
"cppArgs": "",
"cppUseMain": false,
"clingPath": "cling",
"clingArgs": "",
"clingStd": "c++17",
"rustFileExtension": "rs",
"RPath": "Rscript",
"RArgs": "",
"REmbedPlots": true,
"rInject": "",
"kotlinPath": "kotlinc",
"kotlinArgs": "-script",
"kotlinFileExtension": "kts",
"kotlinInject": "",
"runghcPath": "runghc",
"ghcPath": "ghc",
"ghciPath": "ghci",
"useGhci": false,
"haskellInject": "",
"mathematicaPath": "wolframscript",
"mathematicaArgs": "-file",
"mathematicaFileExtension": "wls",
"mathematicaInject": "",
"scalaPath": "scala",
"scalaArgs": "",
"scalaFileExtension": "scala",
"scalaInject": "",
"racketPath": "racket",
"racketArgs": "",
"racketFileExtension": "rkt",
"racketInject": "#lang racket",
"fsharpPath": "dotnet",
"fsharpArgs": "",
"fsharpInject": "",
"fsharpFileExtension": "fsx",
"cArgs": "",
"cUseMain": true,
"cInject": "",
"rubyPath": "ruby",
"rubyArgs": "",
"rubyInject": "",
"sqlPath": "psql",
"sqlArgs": "-d <database> -U <user> -f",
"sqlInject": "",
"octavePath": "octave",
"octaveArgs": "-q",
"octaveFileExtension": "m",
"octaveInject": "figure('visible','off') # Necessary to embed plots",
"maximaPath": "maxima",
"maximaArgs": "-qb",
"maximaFileExtension": "mx",
"maximaInject": "",
"jsInteractive": true,
"tsInteractive": false,
"csInteractive": false,
"leanInteractive": false,
"luaInteractive": false,
"dartInteractive": false,
"pythonInteractive": true,
"cppInteractive": false,
"prologInteractive": false,
"shellInteractive": false,
"batchInteractive": false,
"bashInteractive": false,
"groovyInteractive": false,
"rInteractive": false,
"goInteractive": false,
"rustInteractive": false,
"javaInteractive": false,
"powershellInteractive": false,
"kotlinInteractive": false,
"mathematicaInteractive": false,
"haskellInteractive": false,
"scalaInteractive": false,
"fsharpInteractive": false,
"cInteractive": false,
"racketInteractive": false,
"rubyInteractive": false,
"sqlInteractive": false,
"octaveInteractive": false,
"maximaInteractive": false
}
Loading

0 comments on commit 7ccb180

Please sign in to comment.