-
Hey there,
Looks like the script is broken - it keeps throwing 404.
```
python /Users/alagu/bin/Subtitle_Downloader.py /Users/alagu/Movies/Swades/Swades1.avi
Traceback (most rece…
alagu updated
10 years ago
-
I'm getting segmentation faults from JuliaLang/julia@75f77325552b261f2bca9485ef76d92592461688 with this bit of code + this specific [dataset](http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/…
-
Here are some tests:
``` julia
using Base.Test …
-
I believe this is related to #3719, but this is affecting JuliaLang/julia@75f77325552b261f2bca9485ef76d92592461688.
I'm reading string from a file then matching strings with a simple regex and pullin…
-
When writing out to a file, I get:
```
ERROR: no method +(Int64, Nothing)
in write at io.jl:61
in write at io.jl:391
in include at boot.jl:244
in include_from_node1 at loading.jl:128
while loadin…
-
The code below fails with an "not defined" error when these macros are defined in a module. If they are defined outside the module, they work properly.
``` julia
module xtest # removing this line + …
-
I had the same issue with my own code.
```
julia> plot(bbn, x = "score", Geom.bar)
…
-
julia> using Gadfly
ERROR: could not open file /Users/swade/projects/julia/Color.jl
in include_from_node1 at loading.jl:91
in reload_path at loading.jl:114
in require at loading.jl:48
in include_f…
-
Hi, I'm getting this error trying to plot a line chart with 2185 points.
ERROR: InexactError()
in int at int.jl:469
in apply_statistic at /Users/swade/.julia/Gadfly/src/statistics.jl:230
in apply_…
-
```
julia> using Gadfly
julia> using RDatasets
julia> cars = data("ggplot2", "mpg")
julia> p = plot(cars, x="hwy", y="cty", Geom.label, Geom.point)
Error showing value of type Plot:
ERROR: no method …