search for: 00100

Displaying 20 results from an estimated 31 matches for "00100".

Did you mean: 0100
2005 Jul 10
3
not supressing leading zeros when reading a table?
Dear R list, I have a dataset with a column which should be read as character, like this: name surname answer 1 xx yyy "00100" 2 rrr hhh "01" When reading this dataset with read.table, I get 1 xx yyy 100 2 rrr hhh 1 The string column consists in answers to multiple choice questions, not all having the same number of answers. I could format the answers using formatC but there are over a h...
2010 Sep 10
8
convert "1", "10", and "100" to "0001", "0010", "0100" etc.
Hi, Is there an easy way to convert numbers into a form such that they all have the same number of digits? e.g.: "1", "10", and "100" ...become... "0001", "0010", "0100" etc. I ask because I am producing a large number of files that need to sort consistently by filename. Currently I get this kind of sorting: filename1 filename10
2010 Jan 05
1
variable three dimensional array
...ost of them find shortest path that ignore other paths So I decided to write my own from scratch. I need to create a two dimensional matrix of size nXn. The element of each entry may contain (node,edge) pair in the form of bit-vector. eg. (mat is the matrix) mat[1,1] = NULL mat[1,2] = {10000, 10000100} #first entry is node vector and second entry is edge vector mat[1,3] = {{01000, 01001000}, {00100, 01000010}} #Here there are two node-edge pair. There can be more also, so it is variable. In other sense it can be said that, the matrix is a 3-d matrix with a variable third dimension. I trie...
2004 Feb 24
1
windows configuration on samba
...et the message "wrong Usename or password" When I change encrypt password option to NO option, the message "Account not allowed to be used in this workstation appear" What have I not done? Fred Onditi Health Data Systems 3rd Floor,Rahimtula Towers,Upper Hill, P.O Box 15969 - 00100, NAIROBI. Tel: 020 2733605/020 2733204 Mobile : 0721 - 243323 Fax : 020 2733589, http://www.medi-sat.com _____________________________________________________
2003 Sep 02
1
Plotting dates
...em to be default?? > Week [1] 2May3 9May3 16May3 23May3 30May3 7Jun3 14Jun3 ALSO, why won't the three last lines of code in the top example show on the graph? cheers, Mikkel Mikkel Grum International Plant Genetic Resources Institute (IPGRI) Sub-Saharan Africa Group *** PO Box 30677 00100 Nairobi, Kenya Tel: +254 20 524505(direct)/524500(IPGRI) Fax: +254 20 524501(IPGRI)/524001(ICRAF) m.grum at cgiar.org www.ipgri.org
2006 Nov 11
5
src/etc/rc.firewall simple ${fw_pass} tcp from any to any established
Hi security@ list, In my self written, large ipfw rule set, I had something that passed http to allow me to browse most but not all remote sites. For years I assumed the few sites I had difficulty with were cases pppoed MTU != 1500, from not having installed tcpmssd on my 4.*-RELEASE, but then running 6.1-RELEASE I realised that wasn't the problem. http://www.web.de Still failed, &
2006 Sep 12
3
Querying against numeric fields? e.g. price:( >= min_price)
Using acts_as_ferret I''m trying to do a query like: active:(true) title|body:(#{params[:s]}) product_price:( >= #{params[:min]}) Where I want to return only the active products that contain the search term in the title or body and has a minimum price >= params[:min] I''m finding that even though I''m indexing the product price as an integer (so no .00 to cause
2009 Jan 08
2
Problems with network in jail
Hi all, Is it mandatory to add device mem to jails to enable network via the gateway? Left ezjail with FreeBSD-6.3 (and a hardware replacement of my server) and am now starting again with FreeBSD-7.1. Early this week, I upgraded from 7.0 to 7.1 (not having 'used' jails on 7.0). After creating the jail with `ezjail-admin update -i` I created a 'ports build' jail `ezjail-admin
2004 Apr 15
2
Policy routing with IPFW
Hi There, I've been having an issue trying to figure out a way to policy route outbound packets from a multihomed machine through the proper interface using IPFW to no avail. I've tried several different incantations of IPFW fwd/forward statements, and none of them seem to do the trick. Basically, I have a host that has multiple Internet connections. This host is running FreeBSD 4.9
2009 May 22
2
BT ISDN-30 Pri getting 'stuck' on outgoing calls.
...Ref:(D,00 ca) ALERTING =20 > IE:(0/1e) len:2 >> Progress indicator > Oct 3 : -00----- Coding =3D ITU-T > ----0001 Loc =3D Private net to local = >usr > Oct 4 : -0001000 8 =3D In-band info now = >available >12:18:30/866.2 1- RS D1 BOP FRAME flg=3D117 = > [0004] > D2 Q921 (S:00 T:000 C/R:0) REJ P/F:0 NR:103 >12:18:30/871.8 1- TS D1 BOP FRAME flg=3D073 = > [0014]...
2003 Aug 18
0
displaying pruned clusters
...lust(dfl2) prune.dfl2<-prune.clust(hdfl2,k=6) plot(prune.dfl2) Of course the following will display all six clusters, but without a scale: draw.tree(prune.dfl2) Best wishes, Mikkel Mikkel Grum International Plant Genetic Resources Institute (IPGRI) Sub-Saharan Africa Group *** PO Box 30677 00100 Nairobi, Kenya Tel: +254 20 524505(direct)/524500(IPGRI) Fax: +254 20 524501(IPGRI)/524001(ICRAF) m.grum at cgiar.org www.ipgri.org
2009 May 14
1
Least-square support vector machines regression!
...t;Labels y and data x dont match"). Otherwise I could not find another LSSVM regression implementation in R, or is there? Regards, Thomas Dr. Thomas Terhoeven-Urselmans Post-Doc Fellow Soil infrared spectroscopy World Agroforestry Center (ICRAF) United Nations Avenue, Gigiri PO Box 30677-00100 Nairobi, Kenya Ph: 254 20 722 4113 or via USA 1 650 833 6654 ext. 4113 Fax 254 20 722 4001 or via USA 1 650 833 6646 Email: t.urselmans at cgiar.org Internet: http://worldagroforestrycentre.org
2007 Apr 18
1
Linux Equivalent of SetFilePerm() api
Hi everyone, We are trying to port our own windows application to SUSE linux.Our application uses SetFilePerm() api defined in commondll.dll.We would like to know whether there is a linux equivalent of windows commondll.dll in wine... If not then what could be the possible alternative to make this api function exactly as it does in windows. Waiting for an early reply, Thanks and Regards,
2001 May 04
2
problem with lib/util_sock.c
...local UDP socket for address 100007f. Error was Undefined error: 0 The samba hosts name is defined in the /etc/hosts file. The system that samba is on is a FreeBSD (4.1) firewall. It has a few rules that I'm not sure my cause the above errors 00050 0 0 divert 8668 ip from any to any via dc0 00100 0 0 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 65000 0 0 allow ip from any to any 65535 0 0 deny ip from any to any Thank you.
2003 Feb 08
1
compare st_mode & 07777, or Aix dirs always differ
...dif +#ifndef S_ISGID +#define S_ISGID 02000 +#endif +#ifndef S_ISVTX +#define S_ISVTX 01000 +#endif +#ifndef S_IRWXU +#define S_IRWXU 00700 +#endif +#ifndef S_IRUSR +#define S_IRUSR 00400 +#endif #ifndef S_IWUSR -#define S_IWUSR 0200 +#define S_IWUSR 00200 +#endif +#ifndef S_IXUSR +#define S_IXUSR 00100 +#endif +#ifndef S_IRWXG +#define S_IRWXG 00070 +#endif +#ifndef S_IRGRP +#define S_IRGRP 00040 +#endif +#ifndef S_IWGRP +#define S_IWGRP 00020 +#endif +#ifndef S_IXGRP +#define S_IXGRP 00010 +#endif +#ifndef S_IRWXO +#define S_IRWXO 00007 +#endif +#ifndef S_IROTH +#define S_IROTH 00004 +#endif +#i...
2007 Dec 12
1
Defining the "random" term in function "negbin" of AOD package
I have tried glm.nb in the MASS package, but many models (I have 250 models with different combinations of predictors for fish counts data) either fail to converge or even diverge. I'm attempting to use the negbin function in the AOD package, but am unsure what to use for the "random" term, which is supposed to provide a right hand formula for the overdispersion parameter.
2005 Oct 06
4
Backup Maildir
Hi All, I'm currently doing nightly full backups of /home. I'm not sure if a full back up is the best way to do backups. I know with my fileserver i do weekly full backup and daily incremental which would file on those type of files. I guess my question to the group is, how do you guys backup Maildir? whats the best way of doing it? -- Gabe Granger Pancentric results-driven
2003 Oct 30
1
Using racoon-negotiated IPSec with ipfw and natd
[ -netters, please Cc me or security@ with replies. ] I'm running into trouble integrating dynamic racoon-based IPSec into a network with ipfw and natd. I need to be able to allow VPN access from any address from authenticated clients. I've got the dynamic VPN working, with racoon negotiating SAs and installing SPs, but the problem is that I can't tell whether an incoming packet on
2008 Sep 25
6
Conversion to Binary (base2)
Hello, Is there a simple way to take an input, and convert the decimal integers to binary? In this case, I have a CSV file, and I need to convert the first column of every line to binary. Thanks. -- Jason Thibodeau [[alternative HTML version deleted]]
2019 Oct 18
1
[PATCH nbdkit v2] Add support for AF_VSOCK.
v1 was discussed here: https://www.redhat.com/archives/libguestfs/2019-October/thread.html#00100 v2: - Bind to VMADDR_CID_ANY (instead of HOST) and update the documentation accordingly. - Don't bother with SOCK_CLOEXEC fallback path that can never be used. Rich.