Posts by LincolnV • 55 points
3 posts
-
4
votes4
answers2530
viewsA: What are Traffic Lights in Programming?
Yes! Semaphore is a type of structure responsible for controlling resource access in a multitasking environment. When declared it indicates how many threads can have access to a given resource.…
-
0
votes1
answer36
viewsQ: I cannot display the value received from the server
I am working on a project written in Java with a Client structure - Server. My client consists of Swing Graphical Interfaces and the server working with multi-threads. But I’m at a point where I…
-
1
votes1
answer242
viewsQ: How to return to the beginning of a C#Array
I have to develop a code where he does the Cesar Cipher encryption, the characters I should use should be in this sequence; A~Z,(blank space),0~9. I’ve developed most of the code, only I ran into a…