search for: probalby

Displaying 20 results from an estimated 20 matches for "probalby".

Did you mean: probably
2006 Feb 23
7
Session Based Record Locking - Solutions?
All, I''ve written a simple job/opportunity tracking database app via RoR. I have about 10 internal users. Sometimes 2 people will want to update the same record at more or less the same time and they collide. In particular user 1 may edit a record, then get distracted, and finally an hour later they click save. During that hour user 2 may have pulled up the record, edited it, and
2010 Jun 17
2
feature request: lzma compresion (7zip)
Hello, many linux SW is starting to implement new lzma compresson instrad of old zlib (gzip) od bzip2. lzma is default comrpession in very good compression SW 7-zip, which is faster and have higher compression ratio then bzip2 or rar. Currently its probalby the best compressor in therms of compression and decompression speed / compression ratio. In linux there is GNU lzma SW which implements lzma algorithm. In my optinion it would be very useful if rsync could use this compressor optionaly as upgrade of old zlib. more info: http://en.wikipedia.org/...
2003 May 30
1
A Major Problem!
...------------------------------> confernce the problem is, once the outside caller(calling through fxo interface) disconnects the line, Asterisk does not detects the disconnection, other party can hear the 'engage like tone' coming from the other side.This continues till the other party(probalby the sip phone or the station interface phone) hangs up. If the fxo user was in a conference if he disconnets the line, other confencees can here the 'engage like tone' , this is very disturbing. The biggest problem is, the fxo line remains busy, till the sip/station phone user disconnects t...
2010 Oct 14
6
for loop
Dear all, I have a function f(x) which return a list as result. $T1 [1] 0.03376190 $T2 [1] 0.04725 $T3 [1] 0.3796071 $T4 [1] 0.3713452 $T5 [1] 0.4523651 $T6 [1] 0.4575873 I now find the result for a vector of x values at one time. I want to store the reuslt for each xi value in a column of a matrix x <- seq(0,1, by=0.1) result <- matrix(0, nrow=6, ncol=length(x)) for (i in
2004 Aug 16
1
[LLVMdev] Optimization Levels - Need The Details
...ed -instcombine. I added -mergereturn but I'm not sure that's right. Your thoughts? > > -O2 - simple/fast module/function optimizations > > Probably a subset of what gccas runs. My problem is that I don't know the passes well enough to know what a good subset is. I'll probalby know more after I read Muchnick. > > -O3 - aggressive module/function optimizations (as well as -O2) > > Everything that gccas runs? > > > -O4 - simple/fast link time optimizations (as well as -O3) > > Everything that gccas and gccld runs. > > > -O5 - aggres...
2005 Jun 02
0
[LLVMdev] Cygwin 'make check' results
After a make clean on test we are getting :- # of expected passes 1766 # of unexpected failures 12 # of expected failures 55 Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050603/ab431a62/attachment.html> -------------- next part -------------- An embedded and
2004 Aug 06
1
capturing sound from /dev/dsp
Hi list, I am wondering if there is any way that I can have an application listen to what is being sent to /dev/dsp, say ogg123 or something, and encode that and send it off to an icecast server. Hmmm, I probalby didn't explain that overly well. OK, I can use darkice to capture what is sent to line-in and send that off to an icecast server, but in this instance, I want to capture what is currently playing on the Linux box either via ogg123, mpg321, or what ever, and then re-encode that and send it off...
2005 Jun 02
2
[LLVMdev] Cygwin 'make check' results
>Okay, this is looking much better. I'll commit the configure script. Great, that did the job. >There's a couple of CFrontEnd failures. Possibly you're not working with >the latest llvm-gcc? (built from CVS?) checkout today about 16:00 GMT >The others are known JIT failures on Cygwin .. it can't load symbols >from the LLI executable. We don't have a fix for
2006 Jan 26
3
userPassword in a LDAP database of a Samba3 domain
Hi folks, I have been able to migrate a WinNT4 domain to a Samba3 PDC domain using openldap as a backend and smbldap-tools to vampire the WinNT4 domain (pretty much following Samba3 by Example and documentation in smbldap project by IDEALX). Nevertheless, all 600 users migraged from the WinNT4 domain have attributes like these on the ldap database: userPassword: {crypt}x
2003 Nov 01
1
an --exclude-from question
It's probalby a common question, and I've read the man pages and such, but I need a little bit more help getting this specific task to work right. Basically, I want to mirror home directory structures, and only two files within each home directory, to other machines from a central server. Those files are ~...
2007 Jan 02
3
Blurring behind windows
It is a common request and I think it can be useful. The problem with beryl blur is that it is way too slow. I haven't poured through all of their code but I strongly suspect that there is some intensive code to work out where to blur. I would be happy with just a basic blur under transparent windows. Is there anything that can be done in the core to make effects underneath transparent
2004 Aug 15
0
[LLVMdev] Optimization Levels - Need The Details
On Sat, 14 Aug 2004, Reid Spencer wrote: > I'm at the point in developing llvmc (Compiler Driver) where I need to > get the details on the specific optimization arguments that the -O > family of options should (by default) issue to "opt". I'm soliciting > your feedback on this so I can start testing optimization. Hopefully you > can provide it by early this coming
2006 Mar 08
19
Creating multiple rows with one form
Hello. I''ve been trying this out for the past two days and I can''t seem to get it. I''m going to have a page where you can upload x amount of images at once. Lets say 10 images need to be uploaded, all with a caption. I''d like to have a browse button to choose the file, then the caption. Now, if I put 10 of them in one form, fill them all out and submit, I get
2004 Aug 15
4
[LLVMdev] Optimization Levels - Need The Details
Folks, I'm at the point in developing llvmc (Compiler Driver) where I need to get the details on the specific optimization arguments that the -O family of options should (by default) issue to "opt". I'm soliciting your feedback on this so I can start testing optimization. Hopefully you can provide it by early this coming week. For clarity, the -O options are currently defined
2011 Apr 13
5
for loop performance
Dear list I am running some simulations in R involving reading in several hundred datasets, performing some statistics and outputting those statistics to file. I have noticed that it seems that the time it takes to process of a dataset (or, say, a set of 100 datasets) seems to take longer as the simulation progresses. Has anyone else noticed this? I am curious to know if this has to do with how R
2005 Mar 05
6
Survey: what's the best HTTPd/TFTPd/FTPd to serve up configuration files to sets
I would like to start a discussion centred around the various ways one might serve up configuration files from an Asterisk server (I know, it's better to use a secondary server for all this, but let's talk about a smaller system). The types of things being served would include: - Logo image for sets that support that - XML directory files - XML or raw text configuration files -
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only are designed to run on modern hardware platforms. As such, they require a working APIC, and do not support some legacy functionality, including APM BIOS, ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of dropping ISA support). They also require a P6 series CPU. Signed-off-by: Zachary Amsden
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only are designed to run on modern hardware platforms. As such, they require a working APIC, and do not support some legacy functionality, including APM BIOS, ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of dropping ISA support). They also require a P6 series CPU. Signed-off-by: Zachary Amsden
2006 Oct 16
9
wxRuby-0.6.0, wxRuby2, SWIG and....
Hi, my first post here so a little background first... I started out using wxRuby-0.6.0 about 4 months ago while trying to get a grip on Ruby as a means of writing a little budgetting app I''ve been meaning to write for a couple of years. As I didn''t like the way that the wxruby examples are coded (having to punch the individual C++ api methods that way isn''t nice) I
2003 Dec 01
0
No subject
...words (including Win95 PCs). > New passwords being tested are 6-characters in length. > > # Samba config file created using SWAT > [global] > security = SERVER Hm, This may be a reason (I'm real guessing): In security server, samba gets it's passwords from the server, and probalby trys to change them there. May be unix password sync does not work in this case. List, please correct me if I'm wrong. We have passwd sync working with security=user > encrypt passwords = Yes > min password length = 6 > smb passwd file = /usr/local/samba/private/smbpasswd >...