This repository contains my experiments with the Julia programming language in October 2020.
Some code I copied from somewhere that uses the JuMP and ClpSolver.
Some code I copied from somewhere that uses the JuMP and Cbc.Optimizer.
Simple "Hello world" program.
An example that reads a .csv file.
An example of using TextAnalysis.jl.
An example that reads a color jpg from the Internet and writes it locally.
Do what 6.jl does PLUS convert the color image to numbers and manipulate the numbers.
Read a color jpg image, convert it to grayscale, save the grayscale to tif and bmp files.
Reading an image file and using a quick edge mask to detect edges.
Read an image. Read its size. Crop the image. Show the original and cropped images.
Similar to 1.jl.