Displaying 20 results from an estimated 200 matches similar to: "How to format the command output like MySQL output"
2006 Apr 12
14
unofficial Survey about your Dovecot server :) to compare with my own server setup...
Hi Borthers/Sisters
Thanks for all the developer(s) and for all the hard work spent on build
this great piece of software! I loved Dovecot since it is really easy to
set up and really fast but I am really new to it (only 2 weeks and
half). Right now, our server configuration is:
Server: Apple Xserve G5 dual
RAM: 4GB
Number of Users: ~ 150 IMAP only users
Authentication: LDAP
Mailboxes sizes:
2002 Jul 22
3
Vector Manipulation
Greetings,
I wonder if someone could point me towards a more elegent solution than
what I"ve kluged together. I have a vector "samp1" of 296 integers.
They are sorted in ascending order and the numbers range from 177 to
228,953. I'd like to specify N non-overlapping intervals covering the
range from 0 to 229,354 and then for each range, count the number of
integers from samp1
2006 May 16
2
split the data.frame
Dear R folks:
I wonder anyone has a elegent way of doing what I need to do.
I have a data frame called with four columns: V1, V2, A1 and A2:
V1 V2 A1 A2
A B 1.2 2.0
A D 1.2 4.0
A C 2.4 2.2
What I need to do is to convert it into the following data frame with a new column x, where x is just the stacked up of A1 and A2 placed with respective V1 and V2 in the first two
2017 Aug 23
2
Subtarget Initialization in <ARCH>TargetMachine constructor
Thanks, Alex. See my comments below.
On Wed, Aug 23, 2017 at 12:59 AM, Alex Bradbury <asb at asbradbury.org> wrote:
> On 22 August 2017 at 23:39, Y Song via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>> Hi,
>
> Hi Yonghong.
>
>> I found some different discrepancy on how Subtarget is created
>> between some arch specific TargetMachine constructor.
2003 Jun 23
1
trace trap (PR#3324)
Hi. I wanted to add two new columns to a data frame, and ended up
crashing R
> temp <- data.frame(a=1:3, b=4:6)
> temp[[c("d","e")]] <- NA
Process R trace trap at Mon Jun 23 16:32:36 2003
I know the above code isn't very elegent, but it shouldn't crash R.
I managed to add the new columns doing
> temp[,c("d","e")] <- NA
2017 Nov 01
2
[PATCH] pmu/fuc: don't use movw directly anymore
fixes compilation issues with recent envytools, because movw was removed
from fuc5, because it doesn't exist there anymore. The current code is
most likely broken for fuc5 hardware as well and might have triggered all
kinds of random memory reclocking fails.
Changes in fuc3 binaries are tue do opcode optimizations using shorter
opcodes when possible.
Signed-off-by: Karol Herbst <kherbst
2016 Feb 01
7
In A UEFI World, "rm -rf /" Can Brick Your System
Excerpt:
Running rm -rf / on any UEFI Linux distribution can potentially
perma-brick your system.
As a public service announcement, recursively removing all of your files
from / is no longer recommended. On UEFI distributions by default where
EFI variables are accessible via /sys, this can now mean trashing your
UEFI implementation.
There is this systemd bug report requesting that UEFI variables
2006 Oct 14
1
[LLVMdev] Implicit defs
Hi,
Is it possible to dynamically define implicit defs for some
instructions?
Concretely, I'd like to define a register for a return value of a call
in a dynamic way, instead of using current static approach looking
like:
let Defs = [R0] in
def CALLimm : I<...>;
The reason for this wish is that some of the calling conventions on my
target use different sets of physical registers
2003 Oct 13
1
extracting quoted text from character string
Hello all,
I am trying to solve a problem, and my solution is rather ugly and not very
general. The posts for "[R] help with gsub and grep functions" seemed
relevent
and gave me hope for a more refined and more general solution.
The Problem:
line <- "'this text has spaces' 'thisNot' 3 4 5 6 7 8 9 10"
bad.line <- "'this text has spaces'
2008 Apr 05
2
model select and non-model select_tag
Hello everyone, I''m just trying to understand some logical reasons
behind Rails syntax of "select" and "select_tag".
I know I can do this:
<%= form.select :card_type, supported_card_types,
{ :prompt => "Please Select..."} %>
which sets a model field in the params hash.
If I want to do the same for a non-model field,
2014 Sep 19
2
[PATCH 0/2] nv50, nvc0: fix weirdo zs formats and their blits
There were reports of issues with gallium-nine. It's unclear whether mesa/st
uses these, the patches did not produce any piglit changes. However they seem
right...
Ilia Mirkin (2):
nv50,nvc0: add missing depth/stencil formats to tile flag selection
nv50,nvc0: fix 3d blit logic for odd depth/stencil formats
src/gallium/drivers/nouveau/nv50/nv50_blit.h | 21 ++++++++++++++-------
2017 Nov 01
0
[PATCH] pmu/fuc: don't use movw directly anymore
On Wed, Nov 1, 2017 at 12:51 PM, Karol Herbst <kherbst at redhat.com> wrote:
> fixes compilation issues with recent envytools, because movw was removed
> from fuc5, because it doesn't exist there anymore. The current code is
> most likely broken for fuc5 hardware as well and might have triggered all
> kinds of random memory reclocking fails.
>
> Changes in fuc3 binaries
2006 Jul 05
0
Javascript repeating fields.
The one area I keep hitting my head against in Rails is repeating fields via
javascript. I frequently have forms where one or more fields are actually
broken out into sub tables because there can be multiple simultaneous values.
Rails seems to want to you to use the [] construct in the form helpers (e.g.
text_field(''employee[]'', ''name'')), but I can''t
2010 Dec 15
1
[LLVMdev] example of language with vector as first class type
To state my objective again because I was unclear about it. I want to write
a interpretor/compiler that can handles mathematical vector/matrix with
linear algebra operation on llvm. Something like matlab/R. I am thinking at
a higher level like performing type, and shape inference on matrix/vector
type, unrolling the inner loop of matrix operation of full algebraic
expression instead of computing
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
On Thu, Mar 25, 2010 at 12:09:36AM -0600, Cam Macdonell wrote:
> This patch adds a driver for my shared memory PCI device using the uio_pci
> interface. The driver has three memory regions. The first memory region is for
> device registers for sending interrupts. The second BAR is for receiving MSI-X
> interrupts and the third memory region maps the shared memory. The device only
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
On Thu, Mar 25, 2010 at 12:09:36AM -0600, Cam Macdonell wrote:
> This patch adds a driver for my shared memory PCI device using the uio_pci
> interface. The driver has three memory regions. The first memory region is for
> device registers for sending interrupts. The second BAR is for receiving MSI-X
> interrupts and the third memory region maps the shared memory. The device only
2005 Aug 03
0
Will Shares of This Company be Moving Higher?
Investment Times Alert Issues: (STRONG BUY)
We Told last week at 1.20 to WATCH and now its $2.35 and
we think it goes to $4.00 on expected news this week...
Harbin Pingchuan Pharmaceutical: (PGCN)
Current Price: $2.35
Shares Outstanding: 20 Million
Market Capitalization: $6 Million
Short Term Target: $5.75
12month Target: $10.00 (!!!)
***We told you there was going to be a BIG move on
2004 Nov 17
2
[LLVMdev] Re: questions about LLVM
Prof. Adve,
The idea is to develop a memory model where each byte is extended with
3 extra bits. Programs are running on this memory model.
Load/store instructions, including those in LibC functions,
needs to deal with the extra bits in a certain manner. Basically, my
questions are:
(1) Is it feasible to implement the memory model where each byte is
extended with 3 extra bit?
(2) Is there a
2006 Sep 04
11
balancer://mongrel_cluster
A couple of questions please:
What is the benefit of having more than one Mongrel/Rails instance on
the same machine, could one instance not serve as many requests as say
three instances?
Is Mongrel Cluster a Apache add-in (like mod_*) or a separately running
load balancer which runs on a separate port, I could not work it out
from the sample Apache config...
|# Redirect all non-static
2023 Mar 11
3
Multiple Assignment built into the R Interpreter?
Dear R Core,
working on my dynamic factor modelling package, which requires several
subroutines to create and update several system matrices, I come back to
the issue of being annoyed by R not supporting multiple assignment out of
the box like Matlab, Python and julia. e.g. something like
A, C, Q, R = init_matrices(X, Y, Z)
would be a great addition to the language. I know there are several