search for: darklight

Displaying 3 results from an estimated 3 matches for "darklight".

2004 Aug 06
0
yep
...time I've been using Ices to stream a mount point, /DEFAULT, which just plays random mp3s from the servers hard drive. But now I've added a second mountpoint from which live djs can send their streams from, which are usualy from WinAmp Source plugins. Right now I was testing it out, with darklight.machineandsoul.com being the client machine that is streaming data to the shoutcast server (which is voix.machineandsoul.com). It's sending music, and other clients can listen to the new mountpoint (which is like /icy_0). However, every 30 seconds darklight.machineandsoul.com is logging into...
2003 Nov 08
0
Forwarding broadcast packets ?
Hello, I remember there was some package to forward broadcast packets so that LAN games like counter-strike could be seen on different subnets without specifying the IP, but I lost my bookmarks. Remeber it was ot freshmeat, but I can''t find it. Anyone knows its name or is there any other way to do it ? It looks like this: CS Server 192.168.0.x <-> Linux gateway (without NAT)
2006 Jan 05
2
Confused...
Ok, So, I''ve got two data tables associated through a foreign key. class Child < ActiveRecord::Base belongs_to :parent, :class => Parent, :foreign_key => "parent_id" # also has attr1, attr2 end class Parent < ActiveRecord::Base has_many :children, :class => Child, :foreign_key => "parent_id" end So, I''m trying to build the new/edit