Grant Sanderson
|
07fc70ec88
|
Merge pull request #65 from frozar/constant_setup
[CONST] Fix directories creation
|
2018-01-03 19:24:03 -08:00 |
|
frozar
|
7e1f8e4b47
|
[CONST] Use makedirs() instead of mkdir().
|
2018-01-03 22:29:43 +01:00 |
|
Grant Sanderson
|
01f85225d0
|
Moved mug.py to old_projects
|
2017-12-24 14:29:53 -08:00 |
|
Grant Sanderson
|
f9dafda750
|
End of mug project
|
2017-12-24 14:29:31 -08:00 |
|
Grant Sanderson
|
74406f239c
|
Beginning mug project
|
2017-12-21 13:43:27 -08:00 |
|
Grant Sanderson
|
c14cde5b0a
|
Added NormalAnimationAsContinualAnimation
|
2017-12-21 13:43:15 -08:00 |
|
Grant Sanderson
|
f616ca3d83
|
End of combinations projects
|
2017-12-19 14:48:18 -08:00 |
|
Grant Sanderson
|
87801c2ed8
|
Preliminary end to eop/combinations animations
|
2017-12-15 11:00:47 -08:00 |
|
Grant Sanderson
|
1471c4eef9
|
NineChooseFourExample of eop/combinations
|
2017-12-14 14:09:00 -08:00 |
|
Grant Sanderson
|
47ee3c71dd
|
A few simple animations for Q&A round 2 video
|
2017-12-13 22:49:20 -08:00 |
|
Grant Sanderson
|
797def9621
|
Refactor of confetti
|
2017-12-13 17:17:19 -08:00 |
|
Grant Sanderson
|
7656159ab4
|
HowToComputeNChooseK of eop/combinations
|
2017-12-13 17:17:03 -08:00 |
|
Grant Sanderson
|
43d947657d
|
HowToComputeNChooseK in eop/combinations
|
2017-12-12 14:24:12 -08:00 |
|
Grant Sanderson
|
76a420139d
|
Merge branch 'master' of github.com:3b1b/manim
|
2017-12-09 14:35:35 -08:00 |
|
Grant Sanderson
|
0970f79d8a
|
Merge branch 'docker' of https://github.com/scottopell/manim into scottopell-docker
|
2017-12-09 14:33:33 -08:00 |
|
Grant Sanderson
|
544ec265a5
|
Merge pull request #42 from cclauss/patch-1
import numpy as np
|
2017-12-09 14:21:37 -08:00 |
|
Grant Sanderson
|
56bffdc027
|
Merge pull request #43 from cclauss/patch-2
Add missing colon (:)
|
2017-12-09 14:21:15 -08:00 |
|
Grant Sanderson
|
7e737b509f
|
Merge branch 'master' into patch-2
|
2017-12-09 14:21:06 -08:00 |
|
Grant Sanderson
|
454bf49f8c
|
Merge branch 'master' into patch-2
|
2017-12-09 14:19:00 -08:00 |
|
Grant Sanderson
|
302433aa37
|
Merge pull request #44 from cclauss/patch-3
Add missing close bracket: }
|
2017-12-09 14:05:22 -08:00 |
|
Grant Sanderson
|
92caddc7b6
|
Merge pull request #45 from cclauss/patch-4
Remove stray backtick: `
|
2017-12-09 14:05:04 -08:00 |
|
Grant Sanderson
|
1b74e5a2d4
|
Merge pull request #51 from ddxtanx/master
Change "print " lines to "print(" lines
|
2017-12-09 14:04:36 -08:00 |
|
Grant Sanderson
|
5db6f3706f
|
Merge pull request #57 from anthonynorthrup314/master
Corrected partial_bezier_points
|
2017-12-09 14:04:11 -08:00 |
|
Grant Sanderson
|
1d5dcd2705
|
Moving putnam.py to old_projects
|
2017-12-09 14:02:01 -08:00 |
|
Grant Sanderson
|
f46f7479ae
|
Quick messy scene for analyzing dominos
|
2017-12-09 14:01:36 -08:00 |
|
Grant Sanderson
|
f7051c468d
|
putnam video published
|
2017-12-08 17:57:44 -08:00 |
|
Grant Sanderson
|
a74743d384
|
New Endscreen
|
2017-12-08 17:57:32 -08:00 |
|
Grant Sanderson
|
2c1bd83ba8
|
Seed randomness by default
|
2017-12-07 10:18:46 -08:00 |
|
Grant Sanderson
|
2697c48bf4
|
Preliminary end to animations of putnam.py
|
2017-12-07 10:18:30 -08:00 |
|
Grant Sanderson
|
185097de58
|
RevisitTwoDCase of putnam.py
|
2017-12-06 21:09:27 -08:00 |
|
Grant Sanderson
|
9aa83053cc
|
More progress in putnam.py
|
2017-12-06 15:18:15 -08:00 |
|
Grant Sanderson
|
3b5dea9a75
|
Nice to be able to have a random seed in the configuration of Scenes
|
2017-12-06 15:17:59 -08:00 |
|
Grant Sanderson
|
81d201e983
|
Partial completion of ChooseThreeFromFive in eop/combination after rewrite
|
2017-12-05 12:21:22 -08:00 |
|
Grant Sanderson
|
1e8b10edb0
|
InitialFiveChooseThreeExample of eop/combinations
|
2017-12-04 09:26:34 -08:00 |
|
Grant Sanderson
|
d585cc8edf
|
Rewrite of eop/combinations intro
|
2017-12-03 16:22:24 -08:00 |
|
Grant Sanderson
|
1770bb12d8
|
Further eop/combinations progress
|
2017-12-01 16:42:57 -08:00 |
|
Grant Sanderson
|
0399b54b9a
|
PascalsTriangle in eop/combinations
|
2017-11-30 12:02:55 -08:00 |
|
Anthony Northrup
|
f05dd416a4
|
Corrected partial_bezier_points
An explanation of why I changed this can be found here:
https://codepen.io/anthonynorthrup314/full/qVLWJY/
|
2017-11-30 12:48:03 -05:00 |
|
Grant Sanderson
|
0e7fbe73b8
|
BuildFiveFromFour of eop/combinations
|
2017-11-29 15:12:39 -08:00 |
|
Grant Sanderson
|
e95acbdce7
|
Beginning combinations video
|
2017-11-29 10:11:41 -08:00 |
|
Grant Sanderson
|
5dcdf98a48
|
Playing with domino data
|
2017-11-26 13:29:57 -08:00 |
|
ddxtanx
|
80dda4eb28
|
Merge branch 'master' of https://github.com/3b1b/manim
|
2017-11-22 19:06:23 -06:00 |
|
Grant Sanderson
|
6093780215
|
Finished nn/part3
|
2017-11-07 16:11:36 -08:00 |
|
Grant Sanderson
|
b07b9507d0
|
Change patreon thanks default
|
2017-11-02 22:58:54 -07:00 |
|
Grant Sanderson
|
4429b9bbc6
|
Many tweaks upon editing the video
|
2017-11-02 22:58:42 -07:00 |
|
Grant Sanderson
|
109bff8a27
|
Finished GeneralFormulas of nn/part3
|
2017-10-31 10:59:17 -07:00 |
|
Grant Sanderson
|
cfa9aba0ce
|
Beginning GeneralFormulas of nn/part3
|
2017-10-31 07:41:33 -07:00 |
|
Grant Sanderson
|
a2e8d0aab9
|
Change default Write run_time
|
2017-10-31 07:41:20 -07:00 |
|
Grant Sanderson
|
065de1af0c
|
Finished SimplestNetworkExample in nn/part3
|
2017-10-30 15:28:48 -07:00 |
|
Grant Sanderson
|
ac079f182a
|
Up through chain rule in SimplestNetworkExample of nn/part3
|
2017-10-27 15:12:29 -07:00 |
|