$ sudo apt install zsh
*Launch Zsh
$ zsh
timeout 20 | |
use_graphics_for linux | |
scanfor internal,external,optical,manual,firmware | |
dont_scan_files grubx64.efi | |
#include manual.conf |
https://www.ghostscript.com/download/gsdnld.html
Advanced System Settings -> Environment Variables
:: pandoc-docx-md.bat | |
:: | |
:: Don't show these commands to the user | |
@ECHO off | |
:: Set the title of the window | |
TITLE Convert docx to markdown with Pandoc | |
:: Select file marker | |
:selectfile | |
:: Clear any preexisting filename variables | |
SET filename= |
{"lastUpload":"2020-12-18T21:25:40.250Z","extensionVersion":"v3.4.3"} |
-- MySQL dump 10.13 Distrib 5.1.51, for pc-linux-gnu (i686) | |
-- | |
-- Host: 127.0.0.1 Database: world | |
-- ------------------------------------------------------ | |
-- Server version 5.1.51-debug-log | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES latin1 */; |
-- Sakila Sample Database Schema | |
-- Version 1.0 | |
-- Copyright (c) 2006, 2015, Oracle and/or its affiliates. | |
-- All rights reserved. | |
-- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | |
-- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | |
-- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
## | |
# my_array = list (map (int, input().strip().split())) [:I] | |
# | |
## driver variables to test | |
n = 3 | |
my_array = ' 1 6 8 ' | |
# 1. input() function - to get user input from STDIN |