Displaying 7 results from an estimated 7 matches for "selet".
Did you mean:
select
2009 Aug 09
3
howto get the number of columns and column names of multiply data frames
...2
3
..
..
..
n
For further processing I need to check whether or not ncol and colnames are
the same for all dataframes.
Also I need to add a new column to each dataframe with contain the name of the
dataframe, so that this column can be treated as factor in later processing
(after merging some seleted dataframes to one)
I tried out
for (i in 1:length(ls()){
print(ncol(ls()[i])
}
but this does not work because r returns a "character" for i and therefore
"NULL" as result.
Reading the output of ls() into a list also does not work.
How can I accomplish this task??
Best...
2016 Oct 10
8
Generate Register Indirect mode instruction
...pected assembly instructions:
MOV R0, #A // R0 pointing to address of A
MOV R1, #B // R1 pointing to address of B
ADD *R0, *R1 // Adding both memory operands
MOV #C, *R0 // Moving result to address of C
How should i define such mov and add instruction in my .td files? How will
ISD::LOAD be seleted in ISelDAGtoDAG in select() function? I want to start
with simple .td definitions and would later like to encapsulate them in
multiclass once basic example works.
Can someone please help how to achieve this?
Regards,
Alex
-------------- next part --------------
An HTML attachment was scrubbed.....
2019 Aug 09
2
What does `iterate_query` for SQL want as output?
..., and a simpler query returns the data I expect:
mail=> select username from users;
username
------------------
hile at coyhile.com
(1 row)
mail=>
Or SELECT username AS user FROM users; (if the iterate query is the column to be named `user`?) When I configure the iterate_query to be SELET username AS user FROM users; I get this:
doveadm backup -D -A -R -f ssh -i id_rsa.dsync imap01.coyhile.com /opt/local/bin/doveadm dsync-server -A
Error: User listing returned failure
doveadm: Error: Failed to iterate through some users
dsync-local(hile at coyhile.com)<xktwERnPTV3dfwEAxHAMlw>...
2014 Jan 03
2
create mask for specific files
Is it possible to set a create mask and/or a force create mode with
exceptions for specified file extensions? E.g. I want shell scripts
(*.sh) with the executable bit set, but other files should not be
executable.
AFAIK, this is currently not possible, but maybe I'm wrong.
Regards,
Evert
2019 Aug 10
0
What does `iterate_query` for SQL want as output?
...iv>
<div>
mail=>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Or SELECT username AS user FROM users; (if the iterate query is the column to be named `user`?) When I configure the iterate_query to be SELET username AS user FROM users; I get this:
</div>
<div>
<br>
</div>
<div>
doveadm backup -D -A -R -f ssh -i id_rsa.dsync imap01.coyhile.com /opt/local/bin/doveadm dsync-server -A
</div>
<div>
Error: User listing returned failure...
2019 Aug 09
2
What does `iterate_query` for SQL want as output?
Hi all,
In an earlier thread, https://dovecot.org/pipermail/dovecot/2019-August/116694.html I got a lot of useful help about migration. On my older host, everything was static; on the newer host, I?m storing user information in Postgres. usernames are of the form <login at REALM>, say ?hile at coyhile.com? as basically a Kerberos principal, and authentication and individual lookups work.
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have