[julia-users] Re: Newbie question; convert a hex string to base64

2015-05-19 Thread Martin Becze
? s = 0xABCDE base64encode(parse(s)) On Monday, May 18, 2015 at 9:54:17 PM UTC-7, Martin Becze wrote: Hello I'm just starting with julia and im stuck on converting a hex string to base64 encoded string. How would you do this with julia? Thanks, -Martin

[julia-users] Re: Newbie question; convert a hex string to base64

2015-05-19 Thread Martin Becze
of 0.4 (or use a package, I think it is Codecs.jl). On Tuesday, May 19, 2015 at 12:41:18 PM UTC-4, Martin Becze wrote: Do i need to import something? I get this. base64encode not defined while loading In[1], in expression starting on line 2 On Tuesday, May 19, 2015 at 2:41:49 AM UTC-4

[julia-users] Newbie question; convert a hex string to base64

2015-05-18 Thread Martin Becze
Hello I'm just starting with julia and im stuck on converting a hex string to base64 encoded string. How would you do this with julia? Thanks, -Martin