Linux Lite Forums
Emoticons Forbidden - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: Suggestions and Feedback (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=13)
+--- Thread: Emoticons Forbidden (/showthread.php?tid=4080)

Pages: 1 2


Re: Emoticons Forbidden - modtest - 05-23-2017

test  Smile


Re: Emoticons Forbidden - Coastie - 05-23-2017

Smile Working


Re: Emoticons Forbidden - Valtam - 05-23-2017

test  Smile ;D


Re: Emoticons Forbidden - Valtam - 05-23-2017

Looks to be working for now, although our Host still doesn't see any errors with mod_security. Weird.


Re: Emoticons Forbidden - modtest - 05-31-2017

Linux-lite -3.4[/size]How do I open the following file and modify it:/etc/default/grubI want Start Linux -lite in the first position during grub boot


Re: Emoticons Forbidden - modtest - 07-24-2017

Hello, I'm new to Linux Lite OS and programming.
At the moment, I'm learning Java programming from a course at Udemy and I've encountered a
problem with empty spaces in outputs.

Here's part of the codes:

public String toString()    {        return first + " " + middle + " " + last;    }Name
myName = new Name("Cookie" + "Monster" + "Jr");System.out.println("myName: " +
myName.toString());



Then I compiled the codes and here's what it's shown on the Terminal:

mei@mei-Aspire-4750:~/Documents/java$ javac
NameTest.javamei@mei-Aspire-4750:~/Documents/java$ javac
Name.javamei@mei-Aspire-4750:~/Documents/java$ java NameTestmyName:  CookieMonsterJr



All the spaces are appearing right before the name. I'm using Linux's Text Editor. Could
this the reason why the codes are not working properly?