The Julia Language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 2,866 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
definitions
stale means notebooks that no longer exist in user's filesystem (deleted or moved)
recent are the notebooks that appear in the 'Welcome' page. This list is populated when you open a notebook.
useful information / pointers
The recent notebooks list is saved in the localStorage object. The list
-
Updated
Jan 17, 2021 - Julia
I would like to access the objective coefficients yet it just possible to access the function as an expression.
My solution would be:
"""
objective_coefficient(model::Model, variable::VariableRef)
Return the coefficient associated with `variable` in the objective function. See
also [`set_objective_coefficient`](@ref).
Note: this function will throw an error if a nonlinear o-
Updated
Jan 31, 2021 - Jupyter Notebook
| Backend | yes | no | untested |
|---|---|---|---|
| gr (default) | |||
| pyplot | x | ||
| plotly | |||
| plotlyjs | |||
| pgfplotsx | |||
| inspectdr |
Pyplot creates equidistant minor ticks in log scale. Whereas it should be equiratio:
plot(1:1e5, 1:1e5, xscale=:log10, minorticks=5)
GR:
, 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
-
Updated
Jan 31, 2021 - TypeScript
-
Updated
Dec 11, 2020 - Julia
-
Updated
Jan 31, 2021 - CSS
-
Updated
Jan 27, 2021 - Julia
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
-
Updated
Jul 22, 2020 - C++
Hi there. It's my first day coding & I really appreciate this resource and I find it more or less easy to follow. However, I would recommend either providing a link to a glossary or simply having a glossary available for absolute beginners to explain terminology such as those referring to the various data types & examples given. Just to make the language a bit more accessible.
I'm enjoying
typo
-
Updated
Jan 29, 2021 - Julia
-
Updated
Nov 9, 2020 - Makefile
-
Updated
Jan 6, 2021 - Julia
-
Updated
Jan 28, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
One of the main use cases of
lpadandrpadis, at least for me personally, to align things in the terminal. However,lpadandrpadare defined (and documented) to work in terms of code units (i.e. they calllengthon the input string) which means that whenlengthandtextwidthdisagree, you get unaligned output: