numfocus.org
Open Source Projects - NumFOCUS | Open Code = Better Science
http://www.numfocus.org/projects/index.html
NumFOCUS. Open Code = Better Science. Information on Fiscal Sponsorship. John Hunter Technology Fellowship. Grants and Sponsored Events. Become a Corporate Sponsor. Support multiple projects with just one donation by making a gift to the NumFOCUS General Fund! Support Open Source Data Science! Interested in becoming a contributor for any of our Sponsored Projects? Follow the links below to learn how! If you're looking for guidance on getting started with open source, this is a great introduction. IPython...
juliaworkshop.wordpress.com
Packages | Julia Workshops
https://juliaworkshop.wordpress.com/packages
There are two steps to using a Julia module. First, you have to download and install the package containing the module. There’s a list of packages available here. To download and install, you just have to give the name of the package to the. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out.
julialang.org
The Julia Blog
http://julialang.org/blog
Held on June 21. Google Summer of Code. Julia gets 12 slots in the Google Summer of Code! The Julia blog discusses issues of numerical, technical, distributed and parallel computing, as well as programming language design, and how these issues touch upon the design and implementation of the Julia programming language. Also see the Julia Computing blog. For another source of information regarding ongoing Julia development. Blogs from the broader Julia community can be found at Julia Bloggers. JuliaCon 201...
julialang.org
Julia Benchmarks
http://julialang.org/benchmarks
Held on June 21. Google Summer of Code. Julia gets 12 slots in the Google Summer of Code! Benchmark times relative to C (smaller is better, C performance = 1.0). C and Fortran compiled with gcc 5.1.1. C timing is the best timing from all optimization levels (-O0 through -O3). C, Fortran and Julia use OpenBLAS. V0214 The Python implementations of. Use NumPy (v1.9.2) functions; the rest are pure Python implementations. Plot created with Gadfly. Julia is a NumFocus project.
thoughts.chkwon.net
줄리아 언어를 소개합니다 (The Julia Language) - 잡생각 전문 블로그
http://thoughts.chkwon.net/the-julia-language
줄리아 언어를 소개합니다 (The Julia Language). Middot; February 17, 2015. 계산과학을 하시는 분들을 위한 컴퓨터 언어 이야기입니다. 줄리아 언어(The Julia Language). 라는 것이 있습니다. MIT에서 개발한 신생 언어입니다. 2012년에 처음 발표되었으니 굉장히 새로운 언어입니다. 한 번 써보니 너무 마음에 들어서 소개합니다. 저는 그리 복잡한 프로그래밍을 하지 않습니다. 그저 데이터 파일 읽어서, 수치해석(Numerical Analysis) 좀 하고, 최적화(Optimization) 문제의 해를 구하는 수치 알고리듬(Numerical Algorithm) 구현 좀 하고, 때로는 외부 라이브러리(특히 CPLEX)를 호출합니다. 그리고 그림 좀 그립니다. 이 목적으로 주로 MATLAB을 썼습니다. For-loop이 느립니다. 많이 개선되긴 했지만, for-loop이 굉장히 느려서, vectorization. 을 특별히 신경써가며 해야 합니다.
astrobiased.com
I ♥ Julia
http://www.astrobiased.com/2014/12/04/i-heart-julia
Dec 4, 2014. For the past half year I’ve been exploring Julia. In piecemeal fashion. It’s a language that does not conform to the traditional notions of programming. Julia is a high-level, dynamic language (like Python) and is on par with C and Fortran in performance. Julia to the rescue. In Julia’s eyes, the above is redundant. After the prototyping you should be done. Here’s a short list of features that I’m liking. Write with and without types. Call C functions with no wrappers or APIs. All Julia pack...
julialang.org
Julia Downloads
http://julialang.org/downloads
Held on June 21. Google Summer of Code. Julia gets 12 slots in the Google Summer of Code! Current Release (v0.4.6). We provide several ways for you to run Julia:. In the terminal using the built-in Julia command line. Integrated development environment (IDE). In the browser on JuliaBox.com. With Jupyter notebooks. No installation is required just point your browser there, login and start computing. Plotting capabilities are provided by external packages such as PyPlot.jl. Look at the plotting instructions.
julialang.org
Julia Publications
http://julialang.org/publications
Held on June 21. Google Summer of Code. Julia gets 12 slots in the Google Summer of Code! The following is a list of publications about the Julia language, its standard library, Julia packages, and technical computing applications using code written in Julia. The references are available for download as a BibTeX file. We welcome additions to this list in the form of pull requests. Julia language and standard library. 1 Julia: A fresh approach to numerical computing. Http:/ arxiv.org/abs/1407.3845. HPTCDL...
simulkade.com
JFVM: a finite volume tool for Julia | SIMULKADE
http://www.simulkade.com/posts/jfvm-a-finite-volume-tool-for-julia.html
Skip to main content. JFVM: a finite volume tool for Julia. During the Christmass holydays, I spent some time to convert my Matlab FVTool. To a Julia package. The result, which I call JFVM. Is a bit Matlabesque, but the package works. In this post I'm going to show how it works. To install the package, you can use. In Julia, or clone the most recent version (recommended). You need to have Julia installed. JFVM relies on. For visualization. Here's the procedure. You need to first install Python. This is p...