[julia-users] Rewriting this function from python to julia

2016-11-07 Thread Jacob Yates
return "".join(chr(ord(a)^ord(b)) for a,b in zip(s,t)) Now I know that chr = Char, ord = Int, and zip = tuple in julia. But while using this in that context I get a load error saying the I'm missing a ", or )" function xorStrings(s,t) global xorStr = join(Char(Int(a)^Int(b)) for a,

[julia-users] RandIP A random IP generator for Large scale network mapping.

2016-08-29 Thread Jacob Yates
I've been working on porting a script I wrote in python to julia and have been having some issues with the script freezing. So pretty much all this script does is generate a random IP address and checks to see if its valid(the Python version will give http error codes) then logs the results for