All Projects → certik → Theoretical Physics

certik / Theoretical Physics

Licence: mit
Source code of the Theoretical Physics Reference online book

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Theoretical Physics

programming-windows-5th-edition
Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.
Stars: ✭ 28 (-82.82%)
Mutual labels:  book, reference
Pure Sh Bible
📖 A collection of pure POSIX sh alternatives to external processes.
Stars: ✭ 3,246 (+1891.41%)
Mutual labels:  book, reference
Pure Bash Bible
📖 A collection of pure bash alternatives to external processes.
Stars: ✭ 28,109 (+17144.79%)
Mutual labels:  book, reference
Apple Music Animation
Apple music animation demo in Android
Stars: ✭ 153 (-6.13%)
Mutual labels:  physics
Awesome Physics
🌌 A collaborative list of awesome software for exploring Physics concepts
Stars: ✭ 154 (-5.52%)
Mutual labels:  physics
Es6
ES5 vs ES6 Reference
Stars: ✭ 158 (-3.07%)
Mutual labels:  reference
Riemann book
An interactive book about the Riemann problem for hyperbolic PDEs, using Jupyter notebooks. Work in progress.
Stars: ✭ 160 (-1.84%)
Mutual labels:  book
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-6.75%)
Mutual labels:  book
Vivegrip
Physics-based grabbing for SteamVR development in Unity.
Stars: ✭ 159 (-2.45%)
Mutual labels:  physics
Fastbook
The fastai book, published as Jupyter Notebooks
Stars: ✭ 13,998 (+8487.73%)
Mutual labels:  book
Practical Cryptography For Developers Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Stars: ✭ 2,400 (+1372.39%)
Mutual labels:  book
Spring Data Jpa Reference Documentation
Spring Data JPA 参考指南 中文版
Stars: ✭ 154 (-5.52%)
Mutual labels:  reference
Adv R
Advanced R: a book
Stars: ✭ 2,000 (+1126.99%)
Mutual labels:  book
Physx.net
A .NET wrapper for NVIDIA PhysX 4.1.0 written using C++/CLI.
Stars: ✭ 153 (-6.13%)
Mutual labels:  physics
Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-2.45%)
Mutual labels:  physics
Coding To Monetization
📖 From Coding to Monetization:Programmer's Financial Freedom Approach
Stars: ✭ 152 (-6.75%)
Mutual labels:  book
X86reference
X86 Opcode and Instruction Reference: http://ref.x86asm.net
Stars: ✭ 159 (-2.45%)
Mutual labels:  reference
Nodejsinaction
The Node.js in Action (Manning) code repository
Stars: ✭ 157 (-3.68%)
Mutual labels:  book
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-4.91%)
Mutual labels:  book
Pandocs
The infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference.
Stars: ✭ 158 (-3.07%)
Mutual labels:  reference

Theoretical Physics Reference

This is an opensource book, available online at:

https://theoretical-physics.com

All files in the repository are licensed under the MIT license. The source code of the repository is available at:

https://github.com/certik/theoretical-physics

Build

Install prerequisites::

sudo apt-get install python-sphinx texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng

To build the book, do::

make web

This builds both html and pdf versions, that you can find in the _build directory.

How to Push to Github

First fetch the gh-pages branch and then use this script::

./copy-docs

and optionally push the gh-pages branch to github::

git push github
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].