search for: ehanc

Displaying 8 results from an estimated 8 matches for "ehanc".

Did you mean: ehance
2008 Apr 21
4
antispam plugin ehancement
I'm not a developper so I can't do it by myself, but I wonder if it could be possible to use tagSpam and tagNospam DSPAM feature to ehance user's dspam lerning experience. I even don't know if this must be done by DSPAM itself or by dovecot, but let me explain : The feature would be done by a signature replacement into tagSpam and tagNospam text, so the user would simply have to click on the link at end of the mail t...
2007 Jan 17
6
Ehancement to domU suspend/resume
Hi, all, When working on adding PM support to xen, we realized that some enhancements are required to suspend/resume domU. Following is some background and thoughts, and welcome on comments. :-) Currently we use a simple approach (pause/unpause) for domU when ready to pull whole platform into a power save state, saying a S3. Because pause/unpause is out of domU''s knowledge, domU
2006 Jan 25
2
shout python
...uld be vorbis | mp3. Wouldn't it be the time to change it to ogg | mp3? As well as theora can be in a ogg. Is there any known issues streaming ogg/theora to an icecast server? Thank you. Unfortunately, I am not a C/Python developper yet, and can neither fix the bugs my self (If there are) nor ehance the software. The best I can do is to test and report some bugs if there are. -- A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL). Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better. http://www.cps-project.org for downloads & documentation. Free hosting o...
2006 Jan 25
0
shout python
...gt; be the time to change it to ogg | mp3? As well as theora can be in > a ogg. > > Is there any known issues streaming ogg/theora to an icecast > server? > > Thank you. Unfortunately, I am not a C/Python developper yet, and > can neither fix the bugs my self (If there are) nor ehance the > software. The best I can do is to test and report some bugs if > there are. When I wrote shoutpy (a boost.python alternative to shout-python) I had to hack libshout so that it could time both ogg/theora and ogg/vorbis, the combined stream being recognized as something like ogg/vorbis+...
2006 Jun 21
0
AEL Status
...t it up to date. AEL2 should be fully upward compatible with AEL; it should accept any AEL code you wrote previously without complaint, unless, of course, there were problems with your code! Recently, some bugs were found and fixed in the code generator for switches contained in switches, and an ehancement for callerID matching in the name of the extension was added. The goal is to make sure that AEL is a step forward for users, not a step backward; all the nifty dialplan features provided by extensions.conf should be accessible via extensions.ael. The wiki page has a list of all the differenc...
2006 Aug 06
2
better_nested_set plugin
Hi, I''m pleased to announce that the better_nested_set plugin is released. It ehances acts_as_nested_set, adding methods to move parts of the tree, like: * move_to_child_of * move_to_right_of * move_to_left_of Pass them an id or an object. Other methods added by this mixin are: * root - root item of the tree (the one that has a nil parent; should have left_c...
2006 Jan 25
2
shout python
...| mp3? As well as theora can be in > > a ogg. > > > > Is there any known issues streaming ogg/theora to an icecast > > server? > > > > Thank you. Unfortunately, I am not a C/Python developper yet, and > > can neither fix the bugs my self (If there are) nor ehance the > > software. The best I can do is to test and report some bugs if > > there are. > > When I wrote shoutpy (a boost.python alternative to shout-python) I > had to hack libshout so that it could time both ogg/theora and > ogg/vorbis, the combined stream being recognized...
2006 Apr 30
4
acts_as_ordered_tree
I need an ordered (sortable tree) and I just was thinking if somehting like this is possible: class Item< ActiveRecord::Base acts_as_tree :order => "position" acts_as_list :scope => ''parent_id = #{self.id}'' end For my understanding mixing of two acts_as should be p?ssible, at least in this case, right? Unfortunatly the :scope is not working, I am not