Re: [julia-users] julia WebSocket receiving but not sending binary data.

2014-08-31 Thread Altieres Del-Sent
/16 :) On Mon, Aug 25, 2014 at 6:53 PM, Altieres Del-Sent altieresdels...@gmail.com wrote: HI, I am testing the websocket because I want to use it to send e receive binary data. So far the sending from browser to client has worked but the sending from the server to the client ( more

[julia-users] dot function problem

2014-05-20 Thread Altieres Del-Sent
I am used to write at matlab dot([1 1], [1 1]). I know I can use [1 1]' *[1 1] to calc the dot product, but I use that way because I think is faster without ask to transpose, I tried do the samething with julia and get dot([1.0 1.0],[1.0 1.0]) MethodError(dot,( 1x2 Array{Float64,2}: 1.0