search for: beautifull

Displaying 13 results from an estimated 13 matches for "beautifull".

Did you mean: beautiful
2006 Aug 13
3
escape block using red cloth
Hi all, Is it possible to configure red cloth to escape a block such as: ------------------------------------------------------------------ Hello, _this_ works *beautifull* [code lang="ruby"] def foo bar end [/code] ------------------------------------------------------------------ The text in the [code] block should not be parsed by Red Cloth''s to_html method. I cannot find it in the docs. Many regards, Harm de Laat Kabisa ICT The Netherla...
2009 Jul 16
2
Count the number of occurences in ranges
...t(probs) splits <- seq(0,1,0.02) occur <- vector(mode="numeric",len=length(splits)) occur[1] <- sum(sorted<splits[2]) for(i in 2:(length(splits)-1)) occur[i] <- sum(sorted<splits[i+1]) - sum(occur[1:i]) This seems to do what I want, but I guess there must be a more beautifull way of doing it. Thanks in advance
2004 Jun 08
7
NetworkWorld article on Open Source Telephony
An interesting article for those needing ammunition to sell Asterisk within their organisation or to others: "Is open source IP telephony ready for prime time? Yes" by Zenas Hutcheson, St. Paul Venture Capital Network World, 06/07/04 http://www.nwfusion.com/columnists/2004/0607faceoffyes.html On a related note, they also have an article arguing the contrary position (see link within
2006 May 23
4
Version 0.80 of Prototype Window Class
Hi I have just posted a new release of my Prototype Window Class (http://blogus.xilinus.com/pages/javawin) Seb
2007 Apr 17
4
close a div when click out of the div
...ion(e) {if ( e.target.attributes !== undefined) return false;SHEEBOO_nascondiDivHelp(div);}); SHEEBOO_scambio[''divHelp''] = null; $(div).hide(); } It works in FF, but not in IE. In IE the event "e" is always "empty". Where is my error ? Is there a more beautifull solution ? Tnx. Michel. -- Michel ''ZioBudda'' Morelli michel-0oFb7YEmpcLk1uMJSBkQmQ@public.gmane.org Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: +39-3939890025 -- Fax: +39-0291390660 http://www.z...
2007 Apr 25
1
Re: Sweex UPS 500VA and NUT problem
...iver; hopefully somebody on the mailing list will be able to help you! -- Peter Arjan DJ wrote: > > Dear Peter, > Some days ago I bought a Sweex UPS (500VA) and now I have set up NUT (using > the Powermust driver) and everything is working fine. Invoking upsmon -c fsd > gives me a beautifull gracefull shutdown and upsc gives me reliable output. > I have only one problem: when I'm really using the UPS (upsc shows "OB") my > PC just turns off after a couple of minutes (ungracefully!). The UPS just > turns off and so does the PC. > The serial cable/etc is all OK....
2006 Oct 18
0
Versions and gem ?
...ween them like ("te":index.html;"xt":index.txt). Now that''s pretty easy, but still risky because a change in the bracket-order of the LINK_RE in a newer version would wreck it, so I looked at the svn code to see if it''s changed already, and there I found this beautifull new, modularized version of RedCloth. I was wondering when it will be released as a new gem ? Also kind of strange is that the version number for the svn version is the same as for the clearly different gem... Anyway, keep up the good work, RedCloth is just what I need and the code of RedCloth...
2005 Dec 09
5
Prototype Enumerable, Array and Hash Documentation
Hey guys, I recently published an article documenting some of the more useful and interesting parts of Prototype''s Enumerable, Hash and Array objects. You can find it here: http://encytemedia.com/blog/articles/ 2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash If you have any feedback or suggestions, fire away. Cheers, -Justin Palmer
2004 Dec 12
2
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
Hello, I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast 2.0-kh51). It works... but the players are doing a small sound cut at metadata reception : - VLC (maybe 1/3sec cut) - JORBIS (java. maybe 1/10sec, because I can have set higher priority to sound processing and not to comment handling) (player plateform: Mac OS X 1.3.6) With VLC... I can say comments are unusable,
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
...'s mount point) and I don't have the foggiest idea why.. The client server files are mere duplicates of each other (except for host names and volume names) .. Not including log files as there are NO errors in any of them, (I get a warning about the handshaking on the first line and then beautifull peace) (Both client and server logs produce identical results on both machines) Here are my versions on both machines Debian 4.0r5 glusterfs-client 1.3.8-0pre2 libc6 2.3.6.dsl-13etch7 libglusterfs0 1.3.8-0pre2 libibverbs 1.0.4-1 fuse-utils 2.7.2-glfs8-0 libfuse-dev 2.7.2-glfs8-0 libfuse2 2.7.2...
2020 Mar 18
2
Headsup on feature removal
...E(disable_webmail,0)!=1) OR ('%s' = 'imap' AND ('%r'!='192.168.100.1' AND '%r'!='192.168.100.2') AND (pw_gid & 8)<>8 AND COALESCE(disable_imap,0)!=1)); where 192.168.100.1 and 192.168.100.2 are the IPs of your webmail servers. For a more beautifull setup and to show in dovecot logs "user disabled" instead of "password error" you can put this password_query under the dovecot auth-deny.conf.ext configurations. If you need more help or info I can help you. Ciao Il 18/03/20 18:26, Aki Tuomi ha scritto: > Hi! > >...
2020 Mar 18
3
Headsup on feature removal
So I am on of the many users with qmail, and using vpopmail auth, I guess chatting with some other guys in the other mailing list we will convert to mysql driver but this is a lot of work for many people. I do understand dropping things out but a valid solutions needs to be proposed. Remo > On Mar 18, 2020, at 06:49, Michael Peddemors <michael at linuxmagic.com> wrote: > >
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web framework I''ve tried. It blows the doors off catalyst (perl''s best framework). I even just wrote my first plugin (broomstick). Ruby''s ability to meta-program blew me away with it''s ease of use. I''ve been so impressed with the helpers that rails uses to make a lot of