Displaying 20 results from an estimated 1000 matches similar to: "muncher.txt (0/1)"
2001 Feb 05
2
Project "Muncher" the next step in wine
Ok, It's a lame name but it was the best I could come up with after
spinning around in a desk chair for a few minutes. Here is the general
idea behind it.
Once, in an interview, Steve Balmber, the CEO of Microsoft threw some
standard MS FUD out about Linux being a poor choice becaue each distro
tends to "mutate" linux and has no solid direction
I thought "Wouldn't
2010 Jul 02
1
AD-muncher does not install
I used this in windows and its great but the installer just goes nowhere in wine (1.1.38).
Anybody got it to work?
2012 Oct 08
2
device error pdf
Hi,
Iwrote 'pdfc' in analogy to 'lpr':
pdfc <- function (file = "Rplot.pdf") {
current.device <- dev.cur()
dev.off(dev.copy(device = pdf, file = file, ...))
dev.set(current.device)
print(paste(file, "generated."))
}
lpr <- function (object, file = "Rplotlpr.ps", ...)
{
if (missing(object)) {
current.device <-
2002 May 09
1
nls (PR#1532)
I'm having a problem with nls:
it iterates the correct number of times according to nls.control, but
mis-reports how many iterations have occured!
It converges on the correct parameter values, but doesn't stop and report
them until it's done all its iterations. Then it reports as an error that
it's stopped becaue it's done all its iterations.
Not sure what's going on....
2011 Sep 14
1
R 2.13.1 console echo problem or am I wrong?
Dear Users,
I was using 2.12.1 version for arules and arulesViz, but I encountered with a problem. I wrote a small function that can also plotting with arulesViz. The problem occures while plotting command is on, console does not print other commands' results. So I put off the plot command, but this time only the last command's result printed in the console and also <- operator did not
2020 Jul 02
3
Redundant ptrtoint/inttoptr instructions
My general feeling is this: No optimizations should be creating
int2ptr/ptr2int. We really need to fix them all. They should use pointer
casts and i8* GEPs. This has, unfortunately, been a problem for a long
time. As Johannes says, optimizing int2ptr/ptr2int is very tricky. In
part, becaue all dependencies, including implicit control dependencies,
end up being part of the resulting aliasing
2004 Sep 10
0
Re: Flac-dev digest, Vol 1 #235 - 1 msg
> I saw this come across the wire today...freecraft appears to be some kind=
of
> RPG, which seems to have recently started to use FLAC in some way. I hav=
e
Its a nice almost-clone of the progenitor of the latest wave of real time
strategy games, Warcraft II.
Britton
> not investigated this any further, but I thought it might interest member=
s
> of this list to know of new usage
2012 May 29
0
create net if, but not connect
Hello,
is there a way to create net if but not connect to any bridge?
<interface type='ethernet'/> is not work becaue its need to run in root mode not user mode
Thanks.
2005 May 18
0
MeetMe -1 return Code - howto
I was searching for help on how to handle the errors that are returned
from the MeetMe application.
for instance.
1) if a user tries to join a conference that is locked, allison says that
the conference is locked and then comes back to the dialplan, however it
does not continue down the dialplan.
I have a meetme command on Priority 8, and the CLI says that it returned
non zero (as the wiki
2006 Mar 07
1
Fwd: Delete some excluded files in rsync
Begin forwarded message:
> From: Karel Kulhavy <clock@twibright.com>
> Date: 7 March 2006 18:01:43
> To: Martin Pool <mbp@samba.org>
> Subject: Delete some excluded files in rsync
>
> Hello
>
> I suggest that a feature be added into rsync. That one could
> separately
> specify excluded files that should be deleted on the receiver and
> excluded files
2006 Jun 01
0
8xx, p4M800, sis661FX mobo success
Hi,
I would like to ask if anyone had a success running Windows as VMX guest on a motherboard with Intel
8xx, Sis 661FX or Via P4M800 or P4M800 Pro chipsets for socket 775. I briefly succeded running
Windows XP on PCChips P21G motherboard with Pentium D 930 but now starting WMX guest freezes the
machine. I think it has something to do with the motherboard becaue I was not able to boot from IDE
2010 Dec 02
4
Indexes.
Hello people!
I have huge problems with IO wait becase dovecot configured to use maildir
is under OCFS2 1.4. Now i have an question to OCFS2 each disk action is
really heavy becaue it has no index.
Now i am thinking in what can be done to heltp my system to use less disk.
Looking for index and etc in dovecot i found this, this disables the index
file on disk and leave it on ram or it
2007 Oct 26
5
specing rescue, ensure and else blocks of an Exception
Greetings,
I''m using rspec with rcov for my applications and there is one issue
which I cannot solve nor can find any proper information regarding
it: specing what is in a rescue block in case of an exception.
I''m using Ruby on Rails and I usually make use of exceptions in my
controllers, like the following example:
def action
@foo = Foo.find(1)
2020 Apr 28
0
[PATCH v3 19/75] x86/boot/compressed/64: Add stage1 #VC handler
From: Joerg Roedel <jroedel at suse.de>
Add the first handler for #VC exceptions. At stage 1 there is no GHCB
yet becaue we might still be on the EFI page table and thus can't map
memory unencrypted.
The stage 1 handler is limited to the MSR based protocol to talk to
the hypervisor and can only support CPUID exit-codes, but that is
enough to get to stage 2.
Signed-off-by: Joerg Roedel
2020 Feb 11
0
[PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
From: Joerg Roedel <jroedel at suse.de>
Add the first handler for #VC exceptions. At stage 1 there is no GHCB
yet becaue we might still be on the EFI page table and thus can't map
memory unencrypted.
The stage 1 handler is limited to the MSR based protocol to talk to
the hypervisor and can only support CPUID exit-codes, but that is
enough to get to stage 2.
Signed-off-by: Joerg Roedel
2020 Sep 07
0
[PATCH v7 19/72] x86/boot/compressed/64: Add stage1 #VC handler
From: Joerg Roedel <jroedel at suse.de>
Add the first handler for #VC exceptions. At stage 1 there is no GHCB
yet becaue the kernel might still be running on the EFI page table.
The stage 1 handler is limited to the MSR based protocol to talk to
the hypervisor and can only support CPUID exit-codes, but that is
enough to get to stage 2.
Signed-off-by: Joerg Roedel <jroedel at
2020 Feb 11
2
[PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel <joro at 8bytes.org> wrote:
>
> From: Joerg Roedel <jroedel at suse.de>
>
> Add the first handler for #VC exceptions. At stage 1 there is no GHCB
> yet becaue we might still be on the EFI page table and thus can't map
> memory unencrypted.
>
> The stage 1 handler is limited to the MSR based protocol to talk to
2020 Feb 11
2
[PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel <joro at 8bytes.org> wrote:
>
> From: Joerg Roedel <jroedel at suse.de>
>
> Add the first handler for #VC exceptions. At stage 1 there is no GHCB
> yet becaue we might still be on the EFI page table and thus can't map
> memory unencrypted.
>
> The stage 1 handler is limited to the MSR based protocol to talk to
2017 Jun 12
2
Open bug count passes 10,000 mark
FYI:
The open bug count for all LLVM projects has passed a new milestone this week.
Status
Total<https://bugs.llvm.org/yui-dt0-href-total>
NEW
9384<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=NEW&=%20>
9384<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=NEW>
ASSIGNED
2017 Sep 04
1
Dataframe Manipulation
Hello Ulrik,
Can you please explain this code means how and what this code is doing
because I'm not able to understand it, if you can explain it i can use it
in future by doing some Lil bit manipulation.
Thanks
data_help <-
data_help %>%
mutate(Purchase_ID = 1:n()) %>%
group_by(Purchase_ID) %>%
do(split_items(.))
cat_help %>% gather("Foo",