Posts by MatheusVieira • 45 points
5 posts
-
0
votes1
answer272
viewsA: Solution for Python Unisex Bathroom Problem
def GeneratePeople(): global queue global countMale global countFemale global countPerson if menu == '1': sem_queue.acquire() for i in range(0, 50): if…
-
0
votes1
answer272
viewsQ: Solution for Python Unisex Bathroom Problem
Suppose you are at a party in the Republic Calamity Public that has only one bathroom with n boxes, where box is a compartment with a toilet. The republic rule says that the bathroom can be used by…
-
0
votes0
answers429
viewsQ: phpMyAdmin Error "Error During Session start; Please check your PHP and/or webserver log file and configure your PHP installation properly."
error_log [Sun Jun 05 16:58:42.851072 2016] [ssl:warn] [pid 1851] AH01909: localhost:8443:0 server certificate does NOT include an ID which matches the server name [Sun Jun 05 16:58:43.036199 2016]…
phpmyadminasked MatheusVieira 45 -
0
votes0
answers68
viewsQ: PHP Json error when displaying information with two repeat structures
I’m starting the following json: { "issues": [ { "title": "Falha no servidor DNS", "currentstate": "Em Andamento", "description": "Texto Descrição", "starttime": "24 de Setembro de 2015 as 13:30",…
-
4
votes1
answer151
viewsQ: .Net Reflector compilation errors
I’m studying C# and I’m trying to learn a little reverse engineering. I’m making the following mistake: private void button1_Click(object sender, EventArgs e) { this.Result = true; this.ConfigName =…