KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pyCHX
★ 8
Open GitHub ↗
chx_analysis_codes
Download README (.md)
Explore Similar Repositories
http-concat
:
A express middleware for concatenating files in a given context: CSS and JS files usually
StackExchangeStatisticsExplorer
:
A repository for the Stack Exchange Statistics Explorer projects.
SuperAdapter
:
listview和recycleview的adapter的封装,考虑重用性和可读性,不过度抽象.我们的原则是,不要暴露id
i2lua
:
i2p router with fully programmable lua interface
rnn
:
Source code for a series of blog posts about recurrent neural networks (Elman, Jordan, LSTM)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pyCHX
?
Download (.md)
pyCHX -- CHX XPCS Data Analysis Packages ======== Repository for data collection and analysis scripts that are useful at the CHX beamline at NSLS-II (11-ID) developed by Dr. Yugang Zhang (yuzhang@bnl.gov). Installation instructions on Linux: Install miniconda from https://conda.io/miniconda.html. Then create the environment for pyCHX: ``` conda create --name pyCHX python=3.6 numpy scipy matplotlib source activate pyCHX pip install -r https://raw.githubusercontent.com/NSLS-II-CHX/pyCHX/master/requirements.txt pip install git+https://github.com/NSLS-II-CHX/pyCHX ```