Displaying 20 results from an estimated 289 matches for "fisted".
Did you mean:
listed
2015 Jun 11
2
[LLVMdev] fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode
While building FSF gcc 5.1 against Apple's public Xcode 7 beta's
new clang-based assembler, I ran into rejected assembly instructions
during the -m32 multilb build of libjava.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509
With assembler errors of the form...
natArray.s:1110:2: error: ambiguous instructions require an explicit
suffix (could be 'filds', or 'fildl')
2006 Sep 15
3
graphics and 'layout' question
Hello,
I got stuck with a graphics question: I've 3 figures that I present on a single page (window) via 'layout'. The layout is
layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE));
so that the frst plot spans the both columns in row one. Now I'd like to magnify the fist figure so that it takes 20% more vertical space (i.e. more space for the y-axis). How would I do this in R?
2013 Jun 18
3
Matching username in ssh_config
Hi all openssh devs out there.
I have quite a few Host-stanzas in my .ssh/config to keep track of all the
different settings and credentials needed to access all different hosts I
connect to.
Now I have ran in to a problem where I need to switch settings based on what
user I'm trying to login to a host as. A simple case is:
ssh -i rootkey root at host123
vs.
ssh -i userkey username at
2004 Oct 18
11
how can i log everything?
hi,
it''d be very useful to add some kind of "log everything" option to
shorewall. currently the logging is useful if you know what you would
like to log. but if you don''t know than it''s a problem...
another problem that currently it''s not possible to log the nat table.
at least i can''t find any way (can''t add logging into masq and
2003 Jul 11
2
Cisco 7960s
Cisco should really be ashamed of this product...
While it is physically well constructed, and has excellent sound quality along with a very pleasant user interface, the device has SERIOUS stability issues, unless you run your network with an iron fist...
Quite by accident, while configuring my Asterisk system to connect to a Cisco 7960 via SIP in a standard office PBX type arrangement, I
2004 Mar 03
3
Trying to put a MS SQL 7.0 database on a samba share
Hi,
I have a linux box set up with Samba 3.0 and have configured my shared
drives. What I am trying to do is store a MS SQL data base on my Samba
share.
I can see the drive from my SQL machine but when I try create the database
there I get errors like inconsistent file names etc.
Fist can this be done and if so how?
Thanx
Warren
2006 Jan 23
2
Home Test!
Hi everybody!
I'm from Argentina, so you'll have to sorry me for my English.
I have a Linux box with asterisk and want to buy an ATA.
Fist, I thought about the Grandstream HandyTone but I read some
reviews which says that it has a lot of echo. Some people recommended
me Sipura 2000 but I don't know what to do. Now I just to make some
tests at home and see what happens and if it works
2008 Jan 04
2
Plot only a subset of all factors in dataframe
Hi all,
I have a dataframe called 'table' in which both factors and numerical
values are stored.
> dim(table)
[1] 990 6
The fist 10 lines of table, to get an idea:
> table[1:10,]
QueryNo Query type Ret Prec Rec
1 1 Sports exact 1 1 0.01
2 5 Office exact 0 NaN 0.00
3 6 Meeting exact 0 NaN 0.00
4 7 Studio exact 0 NaN 0.00
2007 Oct 26
2
Appending to a textarea with RJS
Ok, this is driving me nuts. I''m trying to RJS some text into a
text_area which may or may not have been written in by the user. if I
page.insert_html :before, :after, :top, or :bottom, it either sticks
the contents above or below the text box (but never in). If I do:
page[:textboxid].value = "blah"
it overwrites the contents of the textbox but doesn''t APPEND to it.
2003 Sep 03
2
Install the tinc with OpenSSL
Dear tinc stuff
I tried to install the tinc.
In the Fist Step, I install the OpenSSL-0.9.7b.
1, Go to OpenSSL-0.9.7 directory
2, ./Configure
3, make
4, make test
5, make install
2nd step, Install the tinc-1.0.1
Type "./configre" in the /usr/src/tinc-1.0.1/.
Consle showed "checking EVP_EncryptInit_ex... no" and
configure error.
Error Message: configure:
2013 Jul 05
2
[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
Le 5 juil. 2013 à 17:23, Arnold Schwaighofer <aschwaighofer at apple.com> a écrit :
>
> On Jul 5, 2013, at 9:50 AM, Stéphane Letz <letz at grame.fr> wrote:
>
>>
>> Le 5 juil. 2013 à 04:11, Tobias Grosser <tobias at grosser.es> a écrit :
>>
>>> On 07/04/2013 01:39 PM, Stéphane Letz wrote:
>>>> Hi,
>>>>
2019 May 21
2
Debugging Samba is a total PITA and this needs to improve
Sven,
Fist fix the smb.conf as i suggested, cap and non caps where it should be.
Resolving settings based on the script output looks ok.
Fix krb5.conf
Then how many DC's are you having?
> So, could somebody maybe help with the NT_STATUS_INTERNAL_DB_CORRUPTION
> / DRS replication issue? Or will it be easier to just demote
> the DC and provision a new one?
Are all DC's
2012 Aug 03
3
Sum two Vectors of different length
Dear all,
in one part of my code I want to sum two vectors element-wise
the problem is that either the 1st vector or the 2nd vector always have one or two less elements
example of my problem
In TotalVector + (datalist2[[1]]$dataset$Results[[j]]$Results[[time]]$Sweep) :
Länge des längeren Objektes
ist kein Vielfaches der Länge des kürzeren Objektes
Browse[1]> str(TotalVector)
int
2009 Oct 03
2
add lines() to 1st plot in layout() after calling 2nd plot()?
Dear R users,
I create a graphic with two plots side by side using layout(), like this:
layout(matrix(c(1,2),1))
plot(1:10,main="left plot")
lines(c(3:7,7:3),col="red")
plot(10:1,main="right plot")
The lines() obivously get added to the "left plot" plot.
Now, I'm trying to write a function that builds up a plot bit by bit to
then include it in a
2002 Jul 16
2
selectively aggregate data
I'm shure that this kind of question is asked not for the fist time, but
i would be glad if someone of you could help me out
I have a data.frame like this :
subjnr group block data
1 33 1 1 564.476
2 33 1 1 289.185
3 33 1 1 483.372
4 33 1 1 1461.260
5 33 1 1 315.353
6 33 1 1 351.870
7 33
2008 Jun 04
5
help understanding why #function(x, y) (if((x-y)>=0) {2^(x-y)} else{-(2^abs(x-y))})# doesn't work like I think it should
Hello R users and developers,
I am trying to write several functions (fairly new at this) in order
to avoid using loops on large data frames (because they are slow). I
wrote the function below and it seems to get hung on the first part of
the if statement and then applies that condition to rest of the
function. So if (x-y) is greater than 0 the function uses the true
statement for the
2013 Jan 21
0
[LLVMdev] LLD vs LLVM coding style...
On Jan 19, 2013, at 1:55 AM, Chandler Carruth wrote:
> We're looking more at doing some serious hacking on LLD, and I'd like to avoid doing lots of work in the codebase only to change the style around later.
>
> My understanding was that LLD was always intended to be a fully integrated LLVM project much like Clang, with a shared coding standard to go with the shared support
2012 Mar 22
2
Randomly select elements based on criteria
Hi,
I want to randomly pick 2 fish born the same day but I need those
individuals to be from different families. My table includes 1787 fish
distributed in 948 families. An example of a subset of fish born in one
specific day would look like:
>fish
fam born spawn
25 46 43
25 46 56
26 46 50
43 46 43
131 46 43
133 46 64
136 46 43
136 46 42
136 46 50
136 46 85
137 46 64
142 46 85
144 46 56
2005 Jun 23
3
How fouled-up can you get??
I subscribed, and am getting emails hand over fist. They'll bust my inbox
quota if I miss a day.
I went to the web site for my subscription and tried to disable delivery;
I'll follow this list on gmane or not at all -- and that works with every
other mailman list I've tried.
It wouldn't let me -- kept reverting to the password screen; I kept giving
it the password, and making the
2013 Jul 05
0
[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
On Jul 5, 2013, at 10:43 AM, Stéphane Letz <letz at grame.fr> wrote
>
> 1) "entry" block is the first block of the function right?
Yes.
>
> 2) do you mean *all* "alloca" in a function always have to be in the fist entry block?
If you want them converted into ssa variables early on, yes.