Visualization of Formulae
powered by Advanced iFrame free. Get the Pro version on CodeCanyon.
powered by Advanced iFrame free. Get the Pro version on CodeCanyon.
Wikipedia
https://en.wikipedia.org/wiki/Harmonograph#Computer-generated_harmonograph_figure
1 2 |
x = A[0]*np.sin(t*f[0])*np.exp(-d[0]*t) + A[1]*np.sin(t*f[1])*np.exp(-d[1]*t) y = A[2]*np.sin(t*f[2])*np.exp(-d[2]*t) + A[3]*np.sin(t*f[3])*np.exp(-d[3]*t) |
powered by Advanced iFrame free. Get the Pro version on CodeCanyon.
I’m now planning to create movie contents for YouTube using VR technology.
This is one of those tests for my future debut as a YouTuber.
A Guide to TF Layers: Building a Convolutional Neural Network
Confluence does not start due to Spring Application context has not been set
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
chown -R confluence.confluence /opt/atlassian/confluence/ chown -R confluence.confluence /var/atlassian/application-data/confluence/ chmod -R u=rwx,go-rwx /opt/atlassian/confluence/ chmod -R u=rwx,go-rwx /var/atlassian/application-data/confluence/ sudo find / -type f -size +10M -exec ls -lh {} \; df -h df -i $ sudo /etc/init.d/confluence start $ sudo /etc/init.d/confluence stop $ sudo /etc/init.d/confluence restart #For starting Confluence as a service [Not Used] #/opt/atlassian/confluence/bin/start-confluence.sh #/opt/atlassian/confluence/bin/stop-confluence.sh $ ping `cat /etc/hostname` service mysql stop service mysql start service mysql restart service mysql reload |