
How do I increase the text size of the text on a console?
Jun 23, 2011 · I have ubuntu-server on my server and also in terminals and an application squeegee in text mode. This version 9.10 of ubuntu-serversystem came with a resolution at …
Fakultät im Java Pseudocode berechnen | tutorials.de
Oct 27, 2002 · also ich möchte in Java, (Aber erstmal nur in einem Pseudocode) die Fakultät von n berechnen lasse, habe da auch schon ne idee Algorithmus fakultaet(n) input: (n) output: …
How to assign a value to a variable in Terminal? - Ask Ubuntu
Nov 21, 2019 · The pseudocode (or code for some other shell or programming language) in your question translates to the ...
bash - command does not work in script file, but works ok with …
Sep 3, 2019 · I am running a command in my shell. It works ok in the shell. I mean just in terminal. But i need it to be run from a script file. When i run it from a script, the file specified in one …
How can I convert a .tex file to a PDF via the command line?
May 15, 2017 · Install texlive and all the extras: how to convert a .tex file to a PDF (TeX to PDF, and LaTeX to PDF). Tested on Ubuntu 22.04.2.
Ziffern einer Zahl auslesen | tutorials.de
Jun 18, 2008 · zahl = 254 //Die Zahl die Zerlegt werden soll. temp = zahl % 10 // Es bleibt 4 übrig z1 = temp; zahl = zahl - temp; //Hier steht nun 250 temp = zahl % 100 // es bleibt 50 übrig, um …
Minimum aus Array bestimmen | tutorials.de
Jul 2, 2007 · Hallo erstmal zusammen.... bin neu hier im Forum und wollte mich erstmal vorstellen... komme aus Stuttgart und studiere im ersten Semester Softwaretechnik und …
C++ Mehrere Eingaben Hilfe | tutorials.de
May 14, 2020 · Hier in PSEUDOCODE: - Einlesen des Umrechnungswerts - Prüfen ob: 0 < WERT <= 65535 - ggf. solange wiederholen, bis ein gültiger Wert vorliegt (erste Schleife) dann - …