python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pushing Images Vaadin Java
i am trying to create a turn-base card game in Vaadin-Java, everything was going well so far, but i have a problem with pushing Vaadin Images to other UI. I did copy Broadcast/BroadcasterView Class fr...
Greg S.
Votes: 0
Answers: 1
Websocket Manager with Playframework and Scala
I want to use web sockets because I need to notify my users when there is a new message for them. And I’ve done a lot of research and I’m pretty sure I need to use WebSockets for this problem.
I was a...
muepsi
Votes: 0
Answers: 0
add a border (filled with 0's) around an existing array
I'm trying to add a border (filled with 0's) around an existing array.
My code:
a = np.random.random((4, 5))
m, n = a.shape
b = np.zeros((m+1, n+1))
b[1:-1,1:-1] = a
a,b
but I got a error:
ValueError...

Dian He
Votes: 0
Answers: 2
Which protocol (WebRTC/SRT /...) for live music broadcast in LAN?
I want to broadcast live music from a server to around 100 mobile phone clients in a local area network. The goal is a setup known from silent-discos, but over IP with mobile phones as receivers. The ...
Fabian
Votes: 0
Answers: 1