Posts by PlayHardGoPro • 213 points
5 posts
-
0
votes1
answer4200
viewsQ: Creating JSON File with PHP
I’m bringing you BD data that will be used as Values of Keys of my new file.json that I’m trying to create. The Keys are being read from an existing JSON file. So, basically what I need to do is a…
-
3
votes1
answer667
viewsQ: Semaphore and Mutex in C
I have the following problem: A LAN house with 3 pcs, I will insert an X value in the terminal that will be the number of clients arriving in the lan house, customers can only use the Pcs that are…
-
5
votes1
answer350
viewsQ: How to make a process wait for 'brothers'
Hello. I need to create a process tree, until the moment what I was able to do was create a side of the tree, kill everything and then create the other side. But I need to raise the whole tree first…
-
2
votes0
answers120
viewsQ: Insert new event according to the day of the week
I wonder if it is possible to insert a new event, only according to the day of the week, ignoring the days of the month. So far, I managed to insert new events in run-time, but only passing the date…
fullcalendarasked PlayHardGoPro 213 -
1
votes1
answer513
viewsQ: Bring BD data with javascript
Hello ! I have a MENU and a submenu within each item of this menu. Every time I click on a menu item, it opens a sub-menu (accordion effect). There’s a way to make a select within the database and…