Khoi Thinh

Results 10 issues of Khoi Thinh

Hi guys, I got this error when executing the command "./grailsw run-app" Could someone take a look at it and tell me how to fix it, please? http://www.upsieutoc.com/images/2016/03/09/error-1.jpg

Here's the output: ce_1 | 2016-03-03 08:26:17,115 [localhost-startStop-1] INFO core.StandardContext - Unable to set the web application class loader property [clearReferencesStatic] to [false] as the property does not exist. ice_1...

As a result, if the word we check is: Octopus, then output should be Uboctubopubus, not Octubopubus. I think the code can be something like this. ``` def ubbi_dubbi(string): output...

The solution on github returns sum of old and even numbers which is not in line with the idea in the book. The code can be like: ``` def ex9_ch4(list):...

When I tested with 2 words "python" and "air", the result was: "ythonpay" "iraay" (this is not correct, it should output airway) I think the code should be like this...

Hi guys, I got some problem when trying to deploy. First what's the value for ENDPOINTNAME (string)? I put in the Webhook URL, was i right or wrong? If i...

[root@ip-10-0-7-76 ~]# git clone [email protected]:karan/slack-news.git Cloning into 'slack-news'... Permission denied (publickey). fatal: Could not read from remote repository. And one more thing i don't understand. URL: http://YOUR-URL.com/news. Could i input...

Hi guys, i'm absolutely new to Docker so I have one question. I followed the tutorial and successfully installed Wordpress on myIP:8080. The point is i don't know what's the...

I want to make my own Dockerfile with CentOS 6.7 and my favorite version of Apace, PHP and Mysql. How can i do that just like what Eugene did? And...

Hi, I came across this sample and found it very useful to help understand how to create card to display address link and image. There's one thing that I'm not...