Tumgik
terminalcoding · 4 years
Link
11 notes · View notes
terminalcoding · 5 years
Photo
Tumblr media
Triple spring freestyle analysis
385 notes · View notes
terminalcoding · 6 years
Photo
Tumblr media
a = [1,3,5,3] b= [1,5,7,4] d = np.pi/2 t = np.linspace(-np.pi,np.pi,300) for i in range (0,4):    x = np.sin(a[i]* t +d)    y = np.sin(b[i]*t)
plt.plot(x,y) plt.show()
7 notes · View notes
terminalcoding · 6 years
Photo
Tumblr media
Made with emacs (with macros and overwrite mode + rectangle edit mode)
48 notes · View notes
terminalcoding · 7 years
Video
youtube
(via https://www.youtube.com/watch?v=oJTwQvgfgMM)
1 note · View note
terminalcoding · 7 years
Photo
Tumblr media
Working:
s.boot; k=Server("karidi",NetAddr("192.168.2.6", 57117)); SynthDef("sine",{Out.ar(0,SinOsc.ar(234,0,0.13)) }).send(k); k.sendMsg("s_new","sine",n=k.nextNodeID,0,1); k.sendMsg("/n_free",n);
5 notes · View notes
terminalcoding · 8 years
Photo
Tumblr media
port 8008  httpd Apache 2.6 Server --- my Webdatabase
My main Server Up
  Check please my work in totally process update every day.
copy the link to the radio station port 8003
soon free ssh accounts
3 notes · View notes
terminalcoding · 8 years
Photo
Tumblr media
Animated rayfronts.
Not sure how to tie this in with the waveguide view - maybe I’ll just show a few planes from the mesh, rather than the whole thing.
22 notes · View notes
terminalcoding · 8 years
Photo
Tumblr media Tumblr media
Sound reactive net pyramid —A. SUN
219 notes · View notes
terminalcoding · 8 years
Link
0 notes
terminalcoding · 8 years
Photo
Tumblr media
322 notes · View notes
terminalcoding · 8 years
Photo
Tumblr media
271 notes · View notes
terminalcoding · 8 years
Photo
Tumblr media
43 / 365
4 notes · View notes
terminalcoding · 9 years
Video
RSS Feed representation using processing.js
flickr
(via RSS Feed representation using processing.js | Flickr - Photo Sharing!)
Brendan Dawes
FollowingRSS Feed representation using processing.js
A work in progress, exploring the use of processing.js, the Javascript port of the Processing language by John Resig.
This takes my main RSS feed (which is a combination of other feeds fused together by Yahoo! Pipes) and then colour codes the feeds accordingly. The colours are dynamically generated from the domain names using the same idea that Dopplr uses for colour coding cities, which they kindly explained on their blog - creating an MD5 hash of the domain name then getting the hex of that and simply using the first six digits of the returned hex value!
It doesn’t currently do anything “interactive” as yet. It does however display on the iPhone though.
There’s so many possibilities with processing.js and the canvas in general. I’m excited about exploring this stuff.
See for yourself at www.brendandawes.com/jfeed/rssfeed.php
8 notes · View notes
terminalcoding · 9 years
Photo
Tumblr media
Toroids.
39 notes · View notes
terminalcoding · 9 years
Quote
Type C-\ When you’re prompted for an Input method, type greek-babel.
emacs
0 notes
terminalcoding · 9 years
Link
0 notes