Go to file
Eduardo Cueto Mendoza 9af4f44f78 [ADD] how Julia type system compares with OOP 2020-05-13 15:53:52 -06:00
.gitignore [MOD] small changes 2020-05-07 17:53:30 -06:00
00_Numbers.jl [ADD] Trying ddifferent numbers aand notation on Julia 2020-05-04 13:01:41 -06:00
01_Strings.jl [ADD] strings in Julia 2020-05-04 16:13:42 -06:00
02_Arrays.jl [ADD] trying arrays 2020-05-04 16:45:32 -06:00
03_ControlFlow.jl [ADD] julia flow control 2020-05-04 18:29:59 -06:00
04_Functions.jl [ADD] functions in Julia 2020-05-05 11:03:26 -06:00
05_Variables.jl [ADD] Julia variables 2020-05-05 11:14:02 -06:00
06_Dictionaries.jl [ADD] dictionaries 2020-05-05 11:28:46 -06:00
07_FunctionPractice.jl [ADD] functions & types 2020-05-05 14:02:01 -06:00
08_Types.jl [ADD] functions & types 2020-05-05 14:02:01 -06:00
09_TypeHierarchiesMultipleDispatch.jl [MOD] small changes 2020-05-07 17:53:30 -06:00
10_ConversionPromotion.jl [MOD] small changes 2020-05-07 17:53:30 -06:00
11_DefiningTypes.jl [MOD] used same solution for circle 2020-05-09 12:09:47 -06:00
11_points.jl [ADD] Defining own type 2020-05-09 08:45:56 -06:00
11_shapes.jl [MOD] used same solution for circle 2020-05-09 12:09:47 -06:00
12_InputOutput.jl [ADD] input and output tests 2020-05-09 16:20:57 -06:00
13_Networking.jl [MOD] filees to understand networking and added some connection examples 2020-05-09 20:48:29 -06:00
13_connection2server.jl [MOD] filees to understand networking and added some connection examples 2020-05-09 20:48:29 -06:00
13_server.jl [MOD] filees to understand networking and added some connection examples 2020-05-09 20:48:29 -06:00
14_Files.jl [ADD] new files for file management, modules and packages 2020-05-10 22:34:44 -06:00
15_ModulesAndPackages.jl [ADD] file to understand packages and Volume as an example 2020-05-11 10:32:46 -06:00
16_Package.jl [ADD] Deprecated files and methods 2020-05-11 15:39:59 -06:00
17_ReadinWritingPkgs.jl [ADD] files to create packages and testing 2020-05-13 15:32:30 -06:00
18_Interfaces.jl [ADD] how Julia type system compares with OOP 2020-05-13 15:53:52 -06:00
README.md [MOD] small changes 2020-05-07 17:53:30 -06:00
Volume.jl [ADD] file to understand packages and Volume as an example 2020-05-11 10:32:46 -06:00
alpha.txt [ADD] input and output tests 2020-05-09 16:20:57 -06:00
elements.csv [ADD] all text files 2020-05-05 16:22:17 -06:00
elements.txt [ADD] all text files 2020-05-05 16:22:17 -06:00
foobar.txt [ADD] all text files 2020-05-05 16:22:17 -06:00
numbers.txt [ADD] all text files 2020-05-05 16:22:17 -06:00
runtests.jl [ADD] files to create packages and testing 2020-05-13 15:32:56 -06:00
test.jl [ADD] old files 2020-05-07 11:05:12 -06:00
text.txt [ADD] all text files 2020-05-05 16:22:17 -06:00

README.md

trying_julia