Hackers All Tags Eugene Tryfonides is the creator of this place .
Don't wanna be here? Send us removal request.
Video
youtube
Configuring Apache2 to use HTTPS on Ubuntu Linux
0 notes
Link
11 notes
·
View notes
Photo
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
Photo
Made with emacs (with macros and overwrite mode + rectangle edit mode)
48 notes
·
View notes
Video
youtube
(via https://www.youtube.com/watch?v=oJTwQvgfgMM)
1 note
·
View note
Photo

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
Photo
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
Photo
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
Video
(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
Quote
Type C-\ When you’re prompted for an Input method, type greek-babel.
emacs
0 notes