#
scientific
Here are 199 public repositories matching this topic...
nodejs
javascript
science
library
node
statistics
utilities
js
math
utils
stdlib
mathematics
numeric
lib
standard
scientific-computing
stats
scientific
node-js
numeric-computing
-
Updated
Sep 1, 2020 - JavaScript
This extension is now maintained in the Microsoft fork.
python
testing
editor
typescript
terminal
jupyter
linter
extract
visual-studio-code
python-3-6
intellisense
scientific
sort-imports
refactorings
pylint
python-terminal
autopep8
rename-refactorings
pydocstyle
-
Updated
Sep 1, 2020 - TypeScript
Fast, Scientific and Numerical Computing for the JVM (NDArrays)
java
spark
backend
jvm
gpu
artificial-intelligence
numerical-calculations
scientific-computing
scientific
dl4j
nd4j
scala-notebook
-
Updated
Jun 15, 2020 - Java
Table analysis in Tkinter using pandas DataFrames.
-
Updated
Aug 23, 2020 - Python
Scipy Cookbook
-
Updated
Aug 30, 2020 - Jupyter Notebook
An interactive explorer for single-cell transcriptomics data
-
Updated
Sep 2, 2020 - JavaScript
isaak-willett
commented
May 18, 2020
Overview
AllenSDK has a lot of unused docker files that would ideally be cleaned up. There are many files that are not used or have not been updated in a long time. The task is to identify the docker files and images that need to be removed to keep the code base clean and understandable.
ToDo:
- Identify the docker files that have not been used or updated in a long time
- Delete these
An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.
science
journal
citation
citations
scopus
scientific
manuscript
scientometrics
coupling
co-occurence
citation-network
scholars
quantitative-analysis
correspondence-analysis
bibliometrics
co-authors
science-mapping
isi-web
co-word-analysis
bibliometric-analysis
-
Updated
Aug 27, 2020 - R
Pretty visualizations for ray tracing algorithms
-
Updated
Jun 22, 2017 - JavaScript
-
Updated
Jul 15, 2020
MeteoInfo: GIS and scientific computation environment for meteorological community.
-
Updated
Aug 30, 2020 - Java
Graph similarity algorithms based on NetworkX.
-
Updated
Aug 27, 2019 - Python
Generate all the things (focusing on scientific software)
haskell
knowledge
dsl
recipe
tiny
scientific
code-generation
pcm
ssp
dans
haskell-language
case-study
documentation-generator
glass
-
Updated
Aug 29, 2020 - Haskell
Arduino Uno, 433MhzRx and OS WMR86 Weather Station
weather
arduino
station
protocol
air
pressure
scientific
gauge
humidity
manchester
rain
433mhz
rasberrypi
oregon
anemometer
intercepting
-
Updated
Jun 11, 2018 - C++
Atomistic Spin Simulation Framework
python
c-plus-plus
cmake
framework
energy
cross-platform
simulation
makefile
optimization
dynamic
physics
visualisation
spirit
emscripten
scientific-computing
scientific
msys2
isosurface
magnetism
physics-simulation
cuda-backend
spin-dynamics
ui-qt
ui-python
forschungszentrum-juelich
-
Updated
Aug 24, 2020 - C++
A collection of numerical methods written in Nim
science
nim
integration
interpolation
ode
scientific-computing
scientific
integral
vectors
numerical-methods
optimization-methods
numerical-integration
nim-lang
numerical-computation
ode-solver
simpson-rule
ode-integrators
discrete-points
-
Updated
Jun 21, 2020 - Nim
-
Updated
Jul 1, 2020 - Perl
A Python platform for Structural Bioinformatics
-
Updated
May 26, 2020 - Python
xrayutilities - a package with useful scripts for X-ray diffraction physicists
-
Updated
Sep 1, 2020 - Python
Minerva: client/server/services for analysis and visualization
visualization
python
science
analysis
gis
webapp
scientific
geovisualization
girder
kitware
earthscience
-
Updated
Aug 24, 2018 - Python
Hackerfleet Operating System
python
productivity
microservices
framework
navigation
decentralized
collaboration
circuits
event-driven
scientific
component-architecture
-
Updated
Jul 7, 2019 - Python
codemessiah
commented
Apr 5, 2019
Expressions like 2 * 5% would translate to 2 * (5/100). Percentages can only be appended to factors and just divides them by 100.
Nim MAtrix NUmeric package
nim
linear-algebra
matrix-functions
matrices
decomposition
scientific
matrix-decompositions
determinants
nim-library
simultaneous-linear-equations
-
Updated
Aug 3, 2020 - Nim
Python package for calculating magnetic fields of magnets, currents and moments.
physics
scientific
magnetism
physics-simulation
electromagnetism
analytical-solution
electromagnetic-fields
-
Updated
Jul 4, 2020 - Python
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
simulation
modeling
parallel-computing
scientific
model-reduction
large-scale
subspace-learning
reduced-order-models
-
Updated
Aug 21, 2020 - C
Stylo est un éditeur de textes pour articles scientifiques en sciences humaines et sociales.
-
Updated
Jul 29, 2020 - JavaScript
General Relativity Raytracer - simulates light bending in curved spacetimes on a personal computer
-
Updated
Dec 16, 2018 - D
Improve this page
Add a description, image, and links to the scientific topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific topic, visit your repo's landing page and select "manage topics."
Calling the extrema function on a SparseArray falls back to iterating over all elements on the Array (including zeros).
This makes it extremely slow for large sparse matrices. It would be better to compute the extrema of the nonzeros and then account for the zeros (if there are zeros).
Kind regards,
Tom