https://github.com/JuliaLang/julia
Raw File
Tip revision: 70bb89c174eea5b404bed840466a50ddefd0a02a authored by Keno Fischer on 15 April 2024, 08:14:05 UTC
Revert "`zeros`/`ones`/`fill` may accept arbitrary axes that are supported by `similar` (#53965)"
Tip revision: 70bb89c
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top