Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Video-display-modes/Julia/video-display-modes.julia
Normal file
9
Task/Video-display-modes/Julia/video-display-modes.julia
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
if Base.Sys.islinux()
|
||||
run(`xrandr -s 640x480`)
|
||||
sleep(3)
|
||||
run(`xrandr -s 1280x960`)
|
||||
else # windows
|
||||
run(`mode CON: COLS=40 LINES=100`)
|
||||
sleep(3)
|
||||
run(`mode CON: COLS=100 LINES=50`)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue