Displaying 9 results from an estimated 9 matches for "bnr".
Did you mean:
bar
2007 Mar 03
1
apply ? function doesnt create object
...1 0 1
[194,] 5653 229 27 1 0 1
[195,] 2308 95 27 1 0 2
[196,] 4942 200 27 1 0 1
the matrix ansblock27 contains answers to block 27
> ansblock27
error: object "ansblock27" not found
>
the code of the function:
getans = function(x=qids,bnr=1,type="block")
{
#generate name of matrix
matnam=paste("ans",type,as.character(bnr),sep="")
#display result matrix
show(assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in
% x), , drop = FALSE])),ncol=dim(allans)[2])))
#create result matrix
assign(ma...
2007 Mar 03
1
function doesnt return/create object
...1 0 1
[194,] 5653 229 27 1 0 1
[195,] 2308 95 27 1 0 2
[196,] 4942 200 27 1 0 1
the matrix ansblock27 contains answers to block 27
> ansblock27
error: object "ansblock27" not found
>
the code of the function:
getans = function(x=qids,bnr=1,type="block")
{
#generate name of matrix
matnam=paste("ans",type,as.character(bnr),sep="")
#display result matrix
show(assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in
% x), , drop = FALSE])),ncol=dim(allans)[2])))
#create result matrix
assign(ma...
2000 Dec 10
1
Old news.. but interesting
...entifying, categorizing and indexing streaming media and downloadable media files on broadband networks and the World Wide Web. The cash acquisition is expected to be completed shortly, once definitive agreements are signed.
Regards,
<HR NOSHADE>
<IMG SRC="att-0038/01-ClientCast-Bnr.gif" ALT="ClientCast-Bnr.gif">
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ClientCast-Bnr.gif
Type: application/octet-stream
Size: 17801 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis/attachments/20001210/51e5b799/Cli...
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
...he same reason on several apps I tried:
--------------------------------------------------------------
$ llvm-gcc -shared .libs/libdspam.o .libs/heap.o .libs/diction.o
.libs/base64.o .libs/buffer.o .libs/util.o .libs/nodetree.o
.libs/error.o .libs/decode.o .libs/pref.o .libs/config_shared.o
.libs/bnr.o .libs/hash.o .libs/list.o .libs/ldap_client.o
.libs/tokenizer.o .libs/hash_drv.o -lm -ldl -Wl,-soname
-Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../dst-directory/configure --disable-shared
--prefix=/usr/local/devapps/...
2006 Dec 10
0
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
...s I tried:
>
> --------------------------------------------------------------
> $ llvm-gcc -shared .libs/libdspam.o .libs/heap.o .libs/diction.o
> .libs/base64.o .libs/buffer.o .libs/util.o .libs/nodetree.o
> .libs/error.o .libs/decode.o .libs/pref.o .libs/config_shared.o
> .libs/bnr.o .libs/hash.o .libs/list.o .libs/ldap_client.o
> .libs/tokenizer.o .libs/hash_drv.o -lm -ldl -Wl,-soname
> -Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
>
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured with: ../dst-directory/configure --disable-shared...
2005 Dec 25
5
RJS not working?
I''ve been attempting to add a simple rjs ''delete'' method to my
project. However, no matter what I try, it simply doesn''t work. Even
the easy, easy stuff seems broken. (Yes, <%=
javascript_include_tag :defaults %> is being included in the template.)
For example, from:
http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates
VIEW:
<h1
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
...-------------------------------------
> $ llvm-gcc
> -shared .libs/libdspam.o .libs/heap.o .libs/diction.o
> .libs/base64.o .libs/buffer.o .libs/util.o .libs/nodetree.o
> .libs/error.o .libs/decode.o .libs/pref.o .libs/config_shared.o
> .libs/bnr.o .libs/hash.o .libs/list.o .libs/ldap_client.o
> .libs/tokenizer.o .libs/hash_drv.o -lm -ldl -Wl,-soname
> -Wl,libdspam.so.7 -o .libs/libdspam.so.7.0.0 -v
>
> Using built-in specs.
> Target: x86_64-unknown-linux-gnu
> Configured...
2008 Mar 03
0
3.0.1 Test Success MacOS X 10.4.11
I have also been eager to test bbouncer
The latest source passes with flying colours!
but make check finds some problems with xattrs if not run by sudo
I have xattr in /usr/local/bin/ from the source found at:
http://dev.bignerdranch.com/public/bnr/eXttra.zip
What I did:
cd /usr/local/Source
rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync .
rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/rsync/patches
rsync
cd rsync
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
./configure
rsync...
2020 Feb 24
3
Windows ACLs : problems
...d only = No
Windows ACLs set on the shares, worked fine so far.
I followed
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
...
The share "QM" gives us issues when we edit ACLs via RSAT on windows DC.
access denied
Tried to remove acls on linux with
setfacl -bnR .
Folder is owned by
administrator:10513
etc etc
-
I don't know how to fix this and ask for help.
So far I always was able to reset that by chowning the folder, chmod 770
... and after that I could edit the ACLs via RSAT.
thanks for pointers!