Pages: 1 ... 7 8 9 10 11 12 ...13 ... 15 ...17 18

2007/08/10

  03:03:48 am, by   , 85 words  
Categories: Graphics, 3D

Electric Sheep Screensaver

Came across this in my graphics searches today - the Electric Sheep Screensaver which is open-source and uses a distributed model to generate the graphics and an evolutionary model to design more complex imagery.

I've installed it on a computer on the LAN - we'll see how it goes ...

http://electricsheep.org/

Example of a lineage:

http://sheepserver.net/v2d6/cgi/dead.cgi?id=93571&detail=lineage

Note: firewall was blocking the 'bittorrent' download option - turned that off seems to be going now ..

2007/08/01

  03:12:21 pm, by   , 152 words  
Categories: MythTV, MythTV, QT 3, C++

MythAlarm

I found a couple of links - this one from April 2003 - "MythAlarm Requirements":

http://www.gossamer-threads.com/lists/mythtv/users/24235

Guess a list of requirements was all the person was able to do. Ahh well some good ideas in there anyway.

Also an entry in the mythtv.org trac about adding a clock to any menu: http://svn.mythtv.org/trac/changeset/13574

Now thats not quite what I was looking to build but an interesting idea anyway.

My first attempt at putting the binClock code in didn't have any effect - not surprising from the quick code mashup I performed.

Read more »

2007/07/30

  05:18:08 pm, by   , 160 words  
Categories: Co-Lo Server

AM Code temp fix

I tried the AMCode plusgin for B2Evolution to allow code segments to be displayed (looks great) but I had an issue - the css wasn't loading up - not sure if it should work just fine for 1.8.6 but I do know they've moved on - however the fix was easy - locate the plugins php, found the css being output, modified the proper path for the image file, moved image file there, and added the output (and modified) css to another CSS file -

# locate _am_code.plugin.php
# nano /var/www/[xxx].com/htdocs/plugins/am_code_plugin/_am_code.plugin.php
# locate blog_elements.css
# nano /var/www/torbonium.com/blog.torbonium.com/htdocs/rsc/css/blog_elements.css
# locate numbers.gif
# ls /var/www/torbonium.com/blog.torbonium.com/htdocs/plugins/am_code_plugin/img/
# less /var/www/torbonium.com/blog.torbonium.com/logs/error_log
# mkdir /var/www/torbonium.com/blog.torbonium.com/htdocs/img

  03:05:45 pm, by   , 432 words  
Categories: MythTV

MythAlarm part 3

Ok, so after getting the MythAlarm stuff all working I tested it - and not much happened. After looking through the code I can see why - there's not much code there to do anything. Really - as in (almost) nothing - I'm not sure what the original poster thought would happen but to test your code it needs to do something.

So, this got me thinking.

Read more »

2007/07/29

  10:25:25 pm, by   , 297 words  
Categories: MythTV

MythAlarm part 2

So in this second part, I needed to add MythAlarm (and MythHelloWorld) to the MythTV main menu:

# nano /usr/share/mythtv/mainmenu.xml

I added these lines near the bottom of the file:

[lt]button[gt]
   [lt]type[gt]HELLO_MYTH[lt]/type[gt]
   [lt]text[gt]Hello Myth[lt]/text[gt]
   [lt]action[gt]PLUGIN mythhello[lt]/action[gt]
[lt]/button[gt]

[lt]button[gt]
   [lt]type[gt]MYTHALARM[lt]/type[gt]
   [lt]text[gt]Myth Alarm[lt]/text[gt]
   [lt]action[gt]MENU alarm_settings.xml[lt]/action[gt]
[lt]/button[gt]

Then copy over the alarm-ui.xml and alarm_settings.xml files to where MythTV can find them:

# cp al*.xml /usr/share/mythtv/.

Then fire up MythTV and see if it works ...

Read more »

1 ... 7 8 9 10 11 12 ...13 ... 15 ...17 18

May 2024
Mon Tue Wed Thu Fri Sat Sun
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
 << <   > >>

Torbonium.com Blogs

This blog contains all the posts from the other blogs areas.

Search

  XML Feeds

blog software