search for: idk

Displaying 20 results from an estimated 98 matches for "idk".

Did you mean: id
2006 Jan 30
2
yet another vectorization question
...ownames(return.matrix) <- 1:nrow(return.matrix) start.row <- 1 all.combn <- sapply(1:ncolumns, function(idx) { as.matrix(combn(ncolumns, idx)) }, simplify=FALSE) for (j in 1:length(all.combn)) { idk <- all.combn[[j]] tt <- matrix(NA, ncol=nrow(idk), nrow=2^nrow(idk)) for (i in 1:nrow(idk)) { tt[,i] <- c(rep(0, 2^(nrow(idk) - i)), rep(1, 2^(nrow(idk) - i))) } ## This is _slow_ part, where I don't know how to vectorize: for (k in...
2001 Oct 30
2
rsync not copying owner/group on some files
...y connected hard disk. Thing copy, but sometimes the group is eith numeric (valid). Often the owner is not even shown. This is the command I use for rsync: rsync-2.4.6/rsync -arxlHpogDt /usr/ /backup/usr/ --delete I login as root. Any help would be appreciated. -- Ian Kettleborough ian@idk.com
2013 Apr 15
2
FLAC 1.3.0pre3 NOT lossless
the audio was also 192,000khz sample rate, forgot to mention that, adn here are the audio files, the original, the flac, and the decoded from flac. the archive is 7zip, Idk where to upload it so I'll just send it to depositfiles. http://depositfiles.com/files/90anghniw -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130415/54572738/attachment.htm
2008 May 23
2
i need advice
i just installed wine and i tried to run half life 2 and every time i try to run it it goes back to the desktop and its almost as if the game isn't running idk what else to do because i've followed all of the appDB guides and tricks and troubles shotting plz help.
2008 Oct 30
3
edit C: drive path.
I recently killed my Windows installation with the "upgrade" to SP3. Some driver bull$#!7 idk... Well, I need to uninstall Sp3, but the cache is, I can't uninstall it if I'm not booted into Windows because it automatically expects the drive letter to be C:. Well, here's my plan: I want to reassign temporarily the C: drive in WINE to /media/disk instead of c_drive... Unfortunatel...
2008 Nov 05
4
How to make this program work?
Okay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
2013 Apr 15
0
flac-dev Digest, Vol 101, Issue 11
...h.org > Cc: > Date: Mon, 15 Apr 2013 11:54:28 -0400 > Subject: [flac-dev] FLAC 1.3.0pre3 NOT lossless > the audio was also 192,000khz sample rate, forgot to mention that, adn > here are the audio files, the original, the flac, and the decoded from flac. > > the archive is 7zip, Idk where to upload it so I'll just send it to > depositfiles. > > http://depositfiles.com/files/90anghniw > > > > > ---------- Forwarded message ---------- > From: Martijn van Beurden <mvanb1 at gmail.com> > To: flac-dev at xiph.org > Cc: > Date: Mon, 15 A...
2023 Jul 25
1
[PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
...unmanaged. Some is > userspace-managed and some is kernel-managed.? I guess "unmanaged" kinda > makes sense because this is coming from userspace and it's saying which > bits it manages and which bits it doesn't.? Still seems clunky to me. > Maybe kernel_managed? IDK, that feels weird too. Since we're already > using UMD in this file, we could call it kmd_managed. IDK. ????? kernel_managed / kmd_managed both sounds fine to me. I'm good with either one. > > Yeah, I know this is a total bikeshed color thing and I'm not going to > blo...
2008 Apr 15
5
Wine error?
ok well i was going through trying to install wine, but couldnt get it to install or anything, so then i found a script to install it, it installs, but idk what is wrong now. i type "/usr/local/bin/winecfg" into my terminal to configure wine, and i get this "Application tried to create a window, but no driver could be loaded. The X11 driver is missing. Check your build! err:ole:apartment_createwindowifneeded CreateWindow failed with e...
2009 Jun 10
1
I need some help
...an MMO called Tibia, and when runing VMware Fusion, the game just doesnt run well it bearly runs, and i just need that game to run, when i run it with wine it says "Video surface allocation failed (Error Code 13) Please choose another video graphics mode." and thats what i wana do but idk how, when in windows i just change the engine to 0 by right clicking on the icon (tibia.exe) and in the location i put something like this "C:\Program Files\Tibia\Tibia.exe" Engine 0 i wana know how i could do that in mac, or someway to do it i just cant find a way to do it. Please if...
2001 Nov 30
5
Why does one of there work and the other doesn't
I was planning to use rsync to backup to a second drive, but I ran out of swap space. No problem, I will let rsync do it a few directories at a time overnight when the computer usually sits idle except for incomming email. I have 2 question: 1. How much memory does each file to be copied need. Obvisiouly I have too many files. 2. Why does this command work: rsync -ax /usr/xx /backup/usr/
2018 Aug 23
2
Plans for buster
...ave just sent it to experimental. I did some reviewing and diffing. I have some comments, or, at least, things I noticed. None of them were IMO blockers for experimental. Hence the upload. (But I think some of them are blockers for sid.) * libxtoolcore has the wrong soname. Upstream it is 1. IDK if this should have its own deb. Putting it in the libxenstore one is probably tolerable. Hans, I know you know there's a problem here. I haven't investigated what happens with that patch reverted, yet. * I don't understand why all the Linux module API stuff is needed. Xen do...
2018 Aug 24
2
Plans for buster
Hans van Kranenburg writes ("Re: Plans for buster"): > On 08/23/2018 07:12 PM, Ian Jackson wrote: > > IDK if this > > should have its own deb. Putting it in the libxenstore one is > > probably tolerable. > > Yes, shipping a 4.x specific file in libxenstore3.0 (which happens now) > is not right. But, if the library ABI is independent from the 4.x > versions, then it can be...
2013 Jul 22
2
FreeBSD LVS replacement
Hello, I'm looking for a functional FreeBSD replacement of the Linux LVS software? There is an LVS port for FreeBSD but it looks deat since 2005. Is there anything comparable or better? All best, mjb
2009 Jan 27
12
USA BRI -- any hope at all?
...dead-ended with a flat "no", or requests for development funds(!) -- apparently there is code for one card, one vendor, that runs against 'bristuff', or did at one time, but wasn't maintained through several Asterisk releases (if the code was even released to the community... IDK). Is this common, that someone codes to their chip on their card and sells it to one or two consumers, then lets it drop and never gives the code up for continued development? (It seems contrary to GNU/Linux licensing conventions, but, again, I'm not paid as a software developer. I just think...
2019 Jan 12
1
Info on how to display <stream-name> instead of <mount-name> in a media player
...adata, but I thought that icecast handled the stream name side of things. Any clarification on this would be helpful. D On Tue Jan 8 14:29:21 UTC 2019 0turn1 at gmail.com 0turn1 at gmail.com Sehr geehrte Damen und Herren, Hello This can be the way the metadata in the stream is being sent too. IDK exactly but could have something to do with that. I know that you can write custom metadata scripts using java and other code to have the stream window open a certain sized window, image, album, artist, song name, etc, etc Vielen Dank für deine/Ihre schnelle Rückantwort. Mit freundlichem Gruß Than...
2016 Sep 01
2
Dsync config help
...erdb: Configured passdbs don?t support credentials lookups (to see if user is proxied, because doveadm_port is set)? problem:? => I simply disabled ?doveadm_port? and added the port number at the end of the remote URL in ?mail_replica? Replication seems to work although I have regular errors (idk if they are related to each other or not). I?ve attached excerpts from the log files but here are the different errors: - out of memory errors: Aug 31 21:37:10 serverA dovecot: replicator: Panic: data stack: Out of memory when allocating 268435496 bytes - timeout errors: Aug 31 21:36:41 serve...
2019 Mar 23
2
Generating object files more efficiently
...h for llc do different things unfortunately. -march for clang at least on x86 is the same as -mcpu in llc. Which is an artifact of gcc compatibility. ~Craig On Sat, Mar 23, 2019 at 1:40 PM Doerfert, Johannes via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Oh, my bad. > > > Idk why llc seems to know that architecture but clang does not. > > Doesn't make sense to me, sorry. > ------------------------------ > *From:* J S <mm92126 at hotmail.com> > *Sent:* Saturday, March 23, 2019 3:32:03 PM > *To:* Doerfert, Johannes > *Cc:* via llvm-dev >...
2010 Feb 10
1
samba ctdb doesn't set default gateway properly on second node;
...config never shows this particular problem. Moreover, the static-routes note is not in the documentation and it probably should be put there. The only place I found out about the static-routes were by reading the 11.route file itself. So it might be legacy and not even needed or used nowadays...idk. rpm -qa|grep ctdb ctdb-1.0.86-1 uname -a Linux 2.6.18-128.7.1.el5 #1 SMP Wed Aug 19 04:00:49 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Regards, Charles
2006 Apr 06
1
interpreting anova summary tables - newbie
...1632 5.137 4.49e-07 *** Mutant.IDF 241.8537 23.1632 10.441 < 2e-16 *** Mutant.IDG 107.4883 23.1632 4.640 4.80e-06 *** Mutant.IDH 105.7664 23.1632 4.566 6.74e-06 *** Mutant.IDI 517.4650 23.1632 22.340 < 2e-16 *** Mutant.IDJ 19.7777 23.1632 0.854 0.393735 Mutant.IDK 47.4240 23.1632 2.047 0.041313 * Mutant.IDL 3.2542 23.1632 0.140 0.888347 Mutant.IDM 180.9638 23.1632 7.813 5.63e-14 *** Mutant.IDN 19.0582 23.1632 0.823 0.411155 Mutant.IDO 61.8684 23.1632 2.671 0.007891 ** Mutant.IDP -0.5306 23.1632 -0.023 0.981738 Mutant....