similar to: ices2/icecast2 on a pen 100

Displaying 20 results from an estimated 3000 matches similar to: "ices2/icecast2 on a pen 100"

2006 Oct 19
0
[687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Oct 21
0
[696] trunk/wxruby2/swig/classes/Pen.i: Un-ignored Get/SetStipple b/c these are now ifdef''d in the header for GTK
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2008 Sep 11
0
Onenote pen button grayed out
I recently got Onenote 2007 working with wine, which would mark my full transition from windows (I used to reboot occasionally to use it), but I cant use the pen tool to draw. I have a tablet pc, so I really like using the pen. Whenever I click on it, the button grays out and nothing else happens. Everything else works fine so far (even activation work) except the pen tool. I've noticed
2006 Oct 21
0
[703] trunk/wxruby2/Changelog: Get/SetStipple for Wx::Pen; faster building on dual core; MDI sample bugs on OS X
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Oct 19
0
[689] trunk/wxruby2/Changelog: Pen fix and remove some compile warnings
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Jan 08
0
[ wxruby-Feature Requests-7657 ] Help re-use Font, Brush, Pen (similar to wxBrushList)
Feature Requests item #7657, was opened at 2007-01-08 01:07 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=7657&group_id=35 Category: API improvement Group: None Status: Open Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Help re-use Font, Brush, Pen (similar to wxBrushList) Initial Comment:
2006 Nov 13
5
apache -> pen -> mongrel cluster
Hi everyone, Recently, I''ve been reading about different deployment environments for rails and mongrel. One configuration I''ve started seeing is apache -> pen -> mongrel cluster. See http://errtheblog.com/post/35 as an example. Can someone explain to me the benefit of using Apache and Pen as opposed to either using apache as a load balancer or pen by itself?
2006 Jun 02
3
Where are the best AJAX examples?
Googling for this has not solved my problems. Is there a particular site that is recommened for its examples and tutorials on Rails'' AJAX capabilities? I know exactly what I want to do, just not how to do it, and am looking for some code to pore over. 1) I have a dropdown that represents the name of an image in a library. When the dropdown value is changed, I would like to refresh
2007 May 02
0
[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Aug 25
2
centos 5 and pen drive installation
hi, has there been any advanced features leaked about centos 5 being able to install on a pen drive or thumbdrive. I've got a little application that would be great in the environment. Thanks, Jerry
2013 Apr 04
3
[PATCH] xl: extend autoballoon xl.conf option with an "auto" option
From: David Vrabel <david.vrabel@citrix.com> autoballoon=1 is not recommened if dom0_mem was used to reduce the amount of dom0 memory. Instead of requiring users to change xl.conf if they do this, extend the autoballoon option with a new choice: "auto". With autoballoon="auto", autoballooning will be disabled if dom0_mem was used on the Xen command line. For
2005 Aug 24
1
very slow boot from USB Pen-Drive
Hi there, I try to boot from an USB Pen-Drive. This works fine on my Laptop, but when I try to change to the target machine it almost takes five minutes until the initrd (fairly big, 18MB) has been loaded. Any hints on how I could try to increase speed? The Bios has already been updatet to the most recent Version. Sven -- "Das ist halt der Unterschied: Unix ist ein Betriebssystem mit
2011 Jan 23
4
pen drive, hard disk, cd not being detected
I am working in Centos5.5. Pen drive, hard disk, cd are not being recognised. During booting, "mounting local filesystems [failed]" is displayed among other errors which I am unable to see as the messages proceed fast. Are these messages stored in some file, so that I can check them and report all the errors that are displayed during booting. -------------- next part -------------- An
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
Hi list! I am currently investigating the possibility of allowing musicians to collaborate over the internet -- Musician A -------> internet --------> Musician B This diagram obscures quite a lot of detail. In reality, the datapath would look more like this: Musician A ADC Compression algorithm UTP (or perhaps RTP?) IP ADSL the Internet ....<snip>..... Clearly, this link would
2006 Oct 19
0
Pen.i patch
This patch removes a swig warning. I deleted a malformed (and unneeded) typemap. Also, my previous patch doesn''t get rid of the debug warning when compiling wx.cpp under debug mode on Windows. I may run fixplatform over wx.cpp if it won''t hurt it. I''ll test that and submit a patch if it''s OK. Roy -------------- next part -------------- An embedded and
2005 Oct 25
1
extlinux chain32 and USB Pen Drives
Hi All, I have a USB pen drive with 4 ext2 partitions on it. Partion 1 contains a 'real system' and Partition 4 contains a 'rescue system'. I'm trying to setup extlinux so I can boot either partition, unfortunately it not working. I ran 'extlinux /mnt/boot' with both partition 1, and then partition 4 mounted to /mnt. I 'cat'd the mbr provided with
2008 Jun 27
0
Centos 5.2 kickstart install from USB Pen failed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I usually use DHCP to install CentOS boxes via kickstart. For a first install, I boot the machine on the CentOS first CD, I type "linux ks" at the prompt and the rest is automatic. I have already use USB pen to boot some servers that don't have CD-ROM drive and all went well with the diskboot.img of CentOS 5.1. But the
2003 Mar 11
2
changing pen mode [or adjusting for overlapping points?]
I'm ploting a rather large number of points [~24,000] in two series with slightly different distributions. I would like to be able to effectively see where the two distributions overlap by setting the pen mode (or it's equivalent) to allow the overlapping portion to show up as a different color (or different shade). Unfortunatly, I couldn't find an option in par or postscript that
2010 Oct 13
3
Why deliver+usercheck? deliver+MTA?
Hi, I successfully configured dovecot using virtual users (and LDAP/AD). deliver is the LDA and verifies if the user exists (as recommended in the WIKI). However, the howtos in the Wiki say *nothing* about the case that the recipients should be verified *before* receiving the messages (prevent backscatter, ...). All configurations in the dovecot-Wiki (postfix and exim) just accept the mails
2005 Mar 22
1
Experience with this radius?
Does anyone have any experience with asterisk and this radius module? http://appradius.minitelecom.org/ If not, what radius module is recommened, for tracking SIP phone calls for things like billing per phone?