search for: necesarry

Displaying 18 results from an estimated 18 matches for "necesarry".

Did you mean: necesary
2006 Jan 22
3
Formatting input/output of a text box
Hello, What''s the best way to handle formating of a text_area? I have a text_area in my rails app where people can leave comments and I''d like to automatically convert the line breaks into <br /> tags, or just simply wrap a whole paragraph in <p></p> tags. I''m currently doing the following in my comments controller to insert line breaks when the user
2001 Sep 14
1
Re: chaining_example.c
Is the inclusion of "../lib/misc.h" necesarry for this example program on Linux? It builds and runs on win32 without it. Maybe this is left over from debugging? Thanks, Chris --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorb...
2004 Feb 17
1
Vorbisfile Problem...
...would I need to make to the sources, if any? If it's a simple matter of downloading the source and running bcc32, then it'll be cake. However, I don't think that will fix my problem. The libraries work just fine right now, as far as errors or warnings are concerned. So, is it really necesarry to do all that JUST to test compiling? Other than that, the application is ready to go. It is a freeware audio player that currently supports ogg and wav formats. It is 100% portable to Unix/Linux and Mac because it uses OpenAL for playback. About the only thing not portable is the skinning m...
2011 Jan 04
5
Webkit - can't find variable: mxn
In my app (v2.0.15) and on the mapstraction demo the first time I load the page in Safari I get the error "Can''t find variable: mxn" and the map doesn''t load. http://mapstraction.appspot.com/ mapstraction.googlecode.com/svn/trunk/source/mxn.core.js:6ReferenceError: Can''t find variable: mxn I''ve seen a few old posts in the list archives about similar
2004 Feb 17
2
BBO doesnt work properly
hi i have problems running BBO (that is Bridge Base Online - www.bridgebase.com) it's a program to play bridge online. when it starts everything looks working perfectly. i see other players, see the chat, but unfortunatelly i'm unable to connect to a table, or chat. it seems as if communication worked properly only one way (i see all server messages, but im unable to send anything to
2006 Nov 03
2
PAP2 to use on my asterisk.
Hello, I nearly forgot about this mailing list! I accidentally bought a vonage enabled PAP2 to use on my asterisk, however it's locked and I have no access to the admin password. Anyone unlocked it before? Please send procedure. Make a cc to my address please. Thanks a million. Best regards, Twanny Azzopardi. Mob: ( 356 ) 79713618 Email: twanny@line.sytes.net Web: http://line.sytes.net
2004 Feb 18
3
PNG Problem on Windows 98
...is ok) and one in png format. produced with: png("test3.png"); plot(1:100); mtext(c("aaa","bbb"),c(1,2),c(4,1)); legend(50,50,"llll"); dev.off() for jpeg with jpeg(......) Any idea where the difference in the installation could be, like missing files ore necesarry updates for the windows system? Thank you very much in advance for any help. Johannes
2007 May 16
5
[RFC] pv-scsi driver (scsiback/scsifront)
Hi all. We developped a pv-scsi driver that we refered Fujita-san''s scsi-driver and blkback. (see, http://www.xensource.com/files/xensummit_4/Xen_Summit_8_Matsumoto.pdf) The pv-scsi driver''s feature is as follow: * Guest has dedicated SCSI-HBAs of Dom0. * Guest can send scsi_cdb to the HBAs. * Guest recognises the HBAs from hostno of xenstore. Currentlly, We are
2006 Jul 23
3
Making a patch
Dear R developers, is there a preferred format or strategy for making a patch to contribute to a package that is maintained by R-core? Berwin Turlach and I have written a very minor extension to lmeControl to allow it to pass an argument to nlminb for the maximum number of evaluations of the objective function. I've edited the nlme/R/lme.R and nlme/man/lmeControl.Rd files. I can diff the
2006 Aug 05
1
R CMD check and RUnit
...file to see these results imidiately NAME := $(shell basename $(PWD)) # Get current map name Rcheck: # Check R package of current map (cd ..; \ R CMD check $(NAME) && \ if [ -d $(NAME)/inst/unitTests ]; then \ cat $(NAME).Rcheck/tests/doRUnit.Rout; \ fi) Then only the following is necesarry to start R CME check and print results of unit testing (if it is used) mymake Rcheck where mymake is a shell function mymake () { make -f ~/.Makefile $* } export -f mymake ---------------------------------------------------------------------- If one wants to run only unit tests - aim (2) a...
2010 Oct 18
8
Asterisk to switch on electric heaters remotely?
Hello I'm sure someone has already tried this: I use a couple of electric heaters to heat my office. I'd like to somehow connect them to Asterisk so that I could switch them on remotely by either calling the IVR or sending an e-mail to the Asterisk host, so that the room is warm when I get to the office :-) Any information appreciated. Thank you.
2007 Nov 02
1
1 error(s) on assignment of multiparameter attributes - Very Strange
Hello... Well, I post this one without too much hope that someone will be able to give me an answer, because it is strange. I have a time select field, the field on the database is of type time only. When creating a document, as long as the time is not greater than 14:00, then it saves as 00:00, but if the time is greater than 14:00 and less than 22:00 then it throws this error: 1 error(s) on
2013 Mar 06
6
Latest Xen on ARM Fast Models
...bellini/device-trees.git Dom0 Kernel: git://github.com/torvalds/linux.git ( latest ) Xen: git://xenbits.xen.org/xen.git I''m having the same results with the xen-arm-3.8.y branch of git:// xenbits.xen.org/people/ianc/linux.git for dom0 kernel. The wiki states that this should work. All the necesarry patches for the kernel were merged in 3.8 it states. This results in Xen freezing when loading dom0: ... [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32512 pages, LIFO batch:7 [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at arch/arm/mac...
2001 Oct 17
9
large files
I'm reposting this problem (perhaps a bug) now I've got more information on it. This is another point of view of the situation and I hope someone could have run into the same trouble before (and solved it :-)) This is it: * with ntbackup 2000 I create a 22Gb .bkf file in the windows machine. * I can copy that file over a samba share and get correct info form the file in windows
2008 May 03
0
Resampler, memory only variant
Hi, Here's the (hopefully) final version of the resampler, now always using st->mem as the buffer area. It only allocates buffers on the stack when it's necesarry to convert the output between int and float. -------------- next part -------------- Index: include/speex/speex_resampler.h =================================================================== --- include/speex/speex_resampler.h (revision 14829) +++ include/speex/speex_resampler.h (working copy) @@...
2007 Sep 28
18
[makedumpfile] extract vmcoreinfo from /proc/vmcore for Xen
Hi, --- background ---------------------------------------------------- * what the makedumpfile is: To shorten the size of the dumpfile and the time of creating the dumpfile, makedumpfile copies only the necessary pages for analysis to the dumpfile from /proc/vmcore. You can specify the kind of unnecessary pages with dump_level. If you want to shorten the size further, enable the
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible to limit subvolumes and any group of subvolumes and also to track the amount of space that will get freed when deleting snapshots. The current version is functionally incomplete, with the main missing feature being the initial scan and rescan of an existing filesystem. I put some effort into writing an introduction into
2003 Dec 01
0
No subject
...want a journaling system that peforms great with files >10K. Don't do extensive deleting over and over again on this system. Also ACL/AE is build into the system > - reiserfs, 2.4.8 kernel Use it if you want to do massive deleting over and over again (squid cache for example). Not really necesarry on samba unless you want to use a journaling filesystem 'out of the box' All in All it really depends on you situation. I did choose for XFS a few weeks ago but from what I understand there are minor problems on extreemly high load systems. (Normal samba usage of 80 people is not extreeml...