Displaying 20 results from an estimated 170 matches for "ick".
Did you mean:
ack
2006 Mar 29
1
Realtime Users/Peers/Friends - Ick
I've been going in circles for a few weeks now with Realtime SIP.
My extconfig.conf has:
sipusers => mysql,dbname,ast_sip_users
sippeers => mysql,dbname,ast_sip_users
When I do a 'sip show peers' I see all my phones. When I do a 'sip show users' I only see a few of them. I can't work out why this is the case. They are also coming up with NAT as
2008 Jul 07
6
MiniMagick, and processing thumbnails...
I have a requirement that can''t be that outrageous....
I want to be able to upload an image, and have multiple thumbnails be
created for each. Then, I want to post process each image (the main
image plus the thumbnails) to add borders. The trick is that the
borders need to be different for each image. I thought I could use
the after_resize handler, but when I try to add a border to the passed
image, the other images are also affected by this call. It seems to
work like this:
- create the main image
- call after_resize
- (DO MY STUFF)
T...
2006 Jan 30
3
Date Not Staying in Date Format
I have a column in a data frame that has a class of "Date" and a mode of
"numeric". When I:
max(df$Date)
My output stays in Date format, i.e. "2006-01-03".
However, when I run the following statment:
tapply(df$Date, df$SomeFactor, max)
my output looks like this: 9129 9493 9861 10226 10591 10956 11320
11687 12052 12417
The returned object is of
2009 Dec 11
3
Please help with a basic function
Hello,
I am learning how to use functions, but I'm running into a roadblock.
I would like my function to do two things: 1) convert an object to a
dataframe, 2) and then subset the dataframe. Both of these commands work
fine outside the function, but I would like to wrap them in a function so I
can apply the code iteratively to many such objects.
Here's what I wrote, but it doesn't
2003 May 09
3
[LLVMdev] ConstantPointerRef and void*'s to functions
I have a Function* to a function that has a signature like:
void foo(double*, double*);
I need to write the address of this function into a global variable initializer (really, into the initializer of a particular structure field). The structure field type is void*, and must be.
Because of type constraints, doing something like:
Function* foo = ...;
std::vector<const Type*> fields;
...
2009 Jul 09
0
[LLVMdev] Source file information.
On Thursday 09 July 2009 10:01, John Criswell wrote:
> Dear All,
>
> To add to this, what you want to do is find the appropriate debug stop
> point intrinsic and then use it to look up the information for that
> instruction.
Ick. So line number information is only available at debug stop points?
That's bad when compiling optimized code since the debug stops kill
optimization, don't they?
We have our own privately-maintained way of tracking line information even
in optimized code but it's a big hack and not so...
2008 Feb 08
4
Subsetting a data.frame degenerates at one column?
...targets <- c('disk2','disk3')
I can say
input[,targets]
disk2 disk3
T0000 1 0
T0001 1 0
T0002 1 0
T0003 2 0
T0004 2 0
T0005 1 0
T0006 0 0
but if
targets <- c('disk2')
input[,targets]
[1] 1 1 1 2 2 1 0
Ick.
I've been reading through the indexing and data.frame docs, and remain
unsatisfied so far. Where is my thinking going wrong?
- Allen S. Rout
2009 Apr 03
1
Hello! I got error in C - R
Hello,
My name is Ick Hoon Jin and I am Ph. D. student in Texas A & M Univ..
When I run the C embedded in R in the Linux system, I confront the
following error after 6,000 iteration. By googling I found this error is
from the problem in C.
*** caught segfault ***
address (nil), cause 'memory not mapped'
My...
2009 Jun 18
2
r scripting
Hi!
I have a dataset with some 300+ variables and 2000+ records. I'd like to grind
through a bunch of analyses on the variables by using a script, but can't
figure out how to refer to variable names properly. For some of the simpler
stuff I use various "apply" functions, but for others (like t-tests etc) I need
by command procedures. I've tried various flavors of
2006 Jun 30
3
gem Rmagick install problem on Linux
I get the following error when I try to install Rmagic (via gem) on
Linux. Do I need to install anyting before installing rmagic? This
worked seamlessly on windows. What the best way to install it on Linux.
I am on RedHat ES 3. /thanks
-thila
Attempting local installation of ''rmagick''
Local gem file not found: rmagick*.gem
Attempting remote installation of ''rmagick''
Building native extensions. This could take a while...
configure: error: Can''t install RMagick. Can''t find Magick-config or
GraphicsMag
ick-config program.
ERROR: Whil...
2013 Mar 11
0
[LLVMdev] possible MachObjectWriter bug (powerpc-darwin8)
...on as my translation unit contains two
function calls to extern symbols, the object file looks incorrect.
example program, reduced test case:
extern void foo(void);
extern void goo(void);
extern void bar(void);
void bar(void) { foo(); }
extern void baz(void);
void baz(void) { goo(); }
extern void ick(void);
void ick(void) { bar(); baz(); }
Please see details shown at
http://llvm.org/bugs/show_bug.cgi?id=14636
from comment 26 to 32+.
Basically, the index into the indirect table for the symbol stubs section
looks suspect (IndirectSymBase). I've shown some stack traces that show
where the...
2004 Aug 06
2
Transparent Proxy
> to wait when called. I commented out the line where it calls
> thread_mutex_lock and it all seems to work now.
Ick. What a hack :) It does seem to be a deadlock issue. But I
wouldn't recommend anyone trust just removing that. Locks are there for
a reason :)
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this lis...
2001 Feb 21
1
Better buffer fix.
Looking at it, I think this patch is actually better than the one I sent before,
mainly because it keeps from adding a bunch of weird parameters to functions at
the expense of a single global variable (globals... ick).
Aaron Plattner
<HR NOSHADE>
<UL>
<LI>text/plain attachment: ogg123.diff.2
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ogg123.diff.2
Type: application/octet-stream
Size: 1122 bytes
Desc: not available
Url : http://lists.xiph....
2004 Aug 14
1
[LLVMdev] is this code really JITed and/or optimized? ..
ick! Is there a bugzilla on this?
Reid.
On Sat, 2004-08-14 at 13:49, Chris Lattner wrote:
> If you look at the 3 lines above the assert that is failing, you'll see
> this:
>
> // FIXME: This code should handle a couple of common cases efficiently, but
> // it should also...
2020 Oct 20
2
Sieve body test
I have an email where I need to edit the body. I know this is generally a bad idea, but in this case I need to do it. The email comes in automatically every week or two, and so I thought that SIEVE would be the way to go.
if header :contains "from" "theaddress at tehdomain" {
if body :raw :contains "A string" {
# Magic happens here
}
}
It looks
2014 Jun 04
3
lua and other modules in 6.03-pre
The following are new Lua c32 modules in 6.03-pre*:
cmenu.c32:
cpu.c32:
dhcp.c32:
dmi.c32:
lfs.c32:
pci.c32:
syslinux.c32:
vesa.c32:
I am wondering whether the following modules, which are _not_ new and
are also included in 6.03-pre*, have _any_ relation either to the
above list or to Lua:
cpuid.c32:
cpuidtest.c32:
dmitest.c32:
pcitest.c32:
vesainfo.c32:
TIA,
Ady.
2005 Aug 16
4
wxLayoutContraints.h
The file swig/classes/includes/wxLayoutConstraints.h may need to be
updated. It''s missing centreX and centreY from the list of
wxIndividualLayoutConstraints.
I''d send a patch in but I''m wondering if this file just needs to be
regenerated from scratch.
Roy
2009 Jul 09
1
[LLVMdev] Source file information.
...g at cray.com> wrote:
> On Thursday 09 July 2009 10:01, John Criswell wrote:
>> Dear All,
>>
>> To add to this, what you want to do is find the appropriate debug stop
>> point intrinsic and then use it to look up the information for that
>> instruction.
>
> Ick. So line number information is only available at debug stop points?
> That's bad when compiling optimized code since the debug stops kill
> optimization, don't they?
We worked hard to avoid this. Now if a debug stop point threatens to
kill optimization then the llvm optimizer will k...
2008 Oct 31
0
[LLVMdev] gfortran link failure in current llvm svn
...command line option "-Wno-format-zero-length" is valid for C/C++/ObjC/ObjC++ but not for Fortran
> f951: warning: command line option "-Wno-nonnull" is valid for C/C++/ObjC/ObjC++ but not for Fortran
>
> Is this something we can suppress easily for the 2.4 release?
>
Ick! Those are enabled in the config/i386/darwin.h file. I don't know
how to turn them off for Fortran et al. Anyone else know?
-bw
2003 Aug 24
2
line numbering and gosub
...and there needs to be a way to branch control (ergo
goto), it would seem that line numbering is tied to
1,2,3,4 as in
exten => s,1,doblah
exten => s,2,dofi
exten => s,3 gogetalife
exten => s,4 goto(s,2)
now if you want to insert something you have to renumber
all of the lines below, ICK comes to mind.
So I figured I'd try
exten => s,10,doblah
exten => s,15,dofi
exten => s,20,gogetalife
exten => s,25,goto(s,15)
but this doesn't seem to work at all. * just barfs on the
the call.
I would think that * would read these lines in and order them
as I've lable...