search for: _this_

Displaying 20 results from an estimated 63 matches for "_this_".

2004 Dec 30
3
OpenVPN forwarding?
...OpenVPN tunnel on my shorewall box, but selectivly forward incoming traffic from the VPN tunnel to various hosts on my LOC-zone. Is this doable? Or need I set up OpenVPN tunnels that terminates on the LOC-hosts in question directly? (Or rather: Which page on the web site have I neglected to read _this_ time?) Happy new year to one and all! .
2006 Aug 13
3
escape block using red cloth
Hi all, Is it possible to configure red cloth to escape a block such as: ------------------------------------------------------------------ Hello, _this_ works *beautifull* [code lang="ruby"] def foo bar end [/code] ------------------------------------------------------------------ The text in the [code] block should not be parsed by Red Cloth''s to_html method. I cannot find it in the docs. Many regards, Harm de Laat Kabis...
2006 Jul 19
6
ActiveRecord::RecordNotSaved - bizarre behaviour.
Hi. I get a RecordNotSaved exception when trying to create a user record. The error: User Columns (0.005930) SHOW FIELDS FROM users SQL (0.000465) BEGIN SQL (0.000466) COMMIT ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved): ... As you can see, there''s no INSERT SQL generated, which is the root cause of the problem. In my user model, I have the following
2006 May 16
3
Best way to handle namespace collisions?
...m trying to use both RubyfulSoup (an HTML parser - which I highly recommend by the way) and the ActionView::Helpers::TextHelper class. Within the TextHelper class, there''s an attempt to create a new "Tag" object. However, Tag is also defined in the RubyfulSoup gem and it is _this_ Tag class whose initialize method is being called (and failing of course). So, is my choice simply which Gem to hack and fully qualify the class name more? Or is there a way to force one of the modules to look for the class definition within itself instead of in the path (I doubt it but I tho...
2015 Jul 23
3
rsyslog.conf
...n this thread, thus needs all exchange in chronological order. Which I'm not certain is a good reason, so those who know and insists strongly about "no top posting" are encouraged to give others the reasons behind that. Again, I'm not "top posting" on the lists. However, _this_ ("top posting") is my regular way in private exchange (and it has good reasons behind it). Valeri ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone...
2001 Mar 20
3
help:too slow
...--------------------------- the input file "col.dat" looks like this: #----------------------- 118 118 122 . . . -90 -84 -120 -108 #------------ contains about 380000 numbers and has a size of 1.5Mb. Not a small file I understand, but not too large! However I do not use the whole file at _this_ stage of my task, I use no more than 10% (no more than 150Kb) if it is matter. Well. Problem: m<-col2mat(w) works toooo slow. One row (that is 220 numbers) of such a matrix is being formed in ~5 sec! (5*2000 = 10000 sec). it is slowed in thousands times comparing to analogical C-code, too much...
2008 Nov 28
3
Extra markdown suggestions
...ally transform my markdown text files into HTML. Firstly I'd like to say markdown is very cool -- thanks to everyone involved :) I'd also like to suggest two additions to markdown: 1) I very often use /this/ markdown to indicate emphasis since I find it much easier to type and read than _this_ or *this*. 2) I also use additional setext style headers like this: Header 1 XXXXXXXX Header 2 xxxxxxxx Header 3 ======== Header 4 ++++++++ Header 5 -------- Whether or not these suggestions would be a worthwhile addition to the markdown syntax is one topic. Another topic is about how to g...
2014 Nov 17
1
common base functions stripping S3 class
..., e.g. when adding that 'classed' integer vector to a data frame. Apart from moving to S4 classes, how have most dealt with this? Might there be a list of common functions for which the default implementation strips class information? (Such a list could be a handy "consider overriding _this_" guide for implementors of any new classes.) Cheers and thanks for any tips! -murat
2011 Jul 30
4
Replacing null values
I would like to reorder a two-column table by column A, then fill column B with the values above it. For example: Original:A B2 545 NA8 784 NULL3 269 NULL First sort by column A:A B2 543 264 NULL5 NA8 789 NULL Then replace null/na values in column B with the value above it:A B2 543 264 265 268 789 78 What is the best
2002 Feb 01
1
Bug in the HOWTO: proxy-arp (?)
...interpret this in a way that if I enable this proxy_arp setting on (example) eth0 the machine will answer arp requests for the IPs in the network bound to eth0 on all other interfaces. What I found out was different (and makes significantly more sense to me): If I enable proxy_arp on an interface, _this_ interface answers with proxy-ARPs for all the IP addresses that are in it''s local network, that are routed to other interfaces. Example: ---8<---8<---8<- ifconfig eth0 192.168.1.1 netmask 255.255.255.0 ifconfig eth1 172.16.1.1 netmask 255.255.0.0 echo 1 > /proc/sys/net/ipv4/con...
2009 Jul 06
1
permissions problems
...locate SID [S-1-5-21-1786355187-4025355074-2784741737-513] count=0 [2009/07/06 16:33:34, 2] passdb/pdb_ldap.c:init_group_from_ldap(2348) init_group_from_ldap: Entry found for group: 513 RID 513 is in the group map. "getent group Domain\ Users" returns a bunch of names. So maybe _this_ isn't an error either. Then I see: [2009/07/06 16:33:34, 3] lib/privileges.c:get_privileges(63) get_privileges: No privileges assigned to SID [S-1-5-21-1786355187-4025355074-2784741737-3110] [2009/07/06 16:33:34, 3] lib/privileges.c:get_privileges(63) get_privileges: No privileges as...
2003 Sep 02
8
I don't understand this
...what is supposed to happen. Now, from reading the R documentation (and the New S book &c) I know perfectly well that f(a, b, etc) <- x is supposed to turn into a <- "f<-"(a, b, etc, value=x) Except, what if f is not an identifier or string? What, for example, should _this_ do? > x <- NULL > (if (TRUE) names else dim)(x) <- 27 I was expecting _either_ that I would be told that you can't set names(NULL) to 27, _or_ that I would be told the whole thing wasn't allowed. In fact, it was allowed. > x [1] 27 This result has me completely baffled....
2006 Jan 18
35
Pay rates for Rails developers
Does anyone have an idea of the rates being charged by Rails developers (or salaries for FTEs)? I''m curious to see whether rates will become comparable to those paid to more experienced Java/.NET developer types, or if rates will be lowered by the free/open source mentality, and the possible perception that Rails makes Web development "easy." Sometimes rates are more
2009 Mar 17
1
[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
On 16-Mar-09, at 9:50 PM, Luke Evans wrote: > ...which I did - though I had to ensure I had the target triple set > in the module just right: "x86_64-apple-darwin" D'oh. Spoke too soon (sort of). I have apparently managed to create a bit-code file that will happily be ingested by ld. The dylib that comes out has my symbol in it (according to nm). However, my call to
2019 Aug 30
0
Re: [Qemu-devel] [PATCH 1/5] nbd: Improve per-export flag handling in server
...>> + myflags = client->exp->nbdflags; >> + if (client->structured_reply) { >> + myflags |= NBD_FLAG_SEND_DF; >> + } > > > why we cant do just > client->exp->nbdflags |= NBD_FLAG_SEND_DF ? Because myflags is the runtime flags for _this_ client, while client->exp->nbdflags are the base flags shared by _all_ clients. If client A requests structured reply, but client B does not, then we don't want to advertise DF to client B; but amending client->exp->nbdflags would have that effect. -- Eric Blake, Principal Softwa...
2015 Jul 23
0
rsyslog.conf
...needs all > exchange in chronological order. Which I'm not certain is a good reason, > so those who know and insists strongly about "no top posting" are > encouraged to give others the reasons behind that. Again, I'm not "top > posting" on the lists. However, _this_ ("top posting") is my regular way > in private exchange (and it has good reasons behind it). The main reason actually is chronological order. But not just for the reply .. but for IN-LINE posting. In a discussion where you need to make points in-line and where you only need some of...
2005 Sep 08
0
Re: Xen on production enviroment
...ck checksum offloading. Using ethtool gives: Operation not supported For the Hurricane card, though, disabling checksum offloading with: ethtool -k eth1 rx off ethtool -k eth1 tx off ethtool -k eth1 tso off ethtool -k eth1 sg off *DOES* in fact allow the network connection to complete to _this_ interface, but not eth0. I can ssh to the guest domain from Domain_0 if I use the ip address of the guest domain interface that is bridged with Domain_0''s eth1. So I guess you were quite right sir! I cannot say whether or not this affects network performance or the server load. Sadly,...
2000 Aug 28
0
exact test for large tables. Was: unexpected R crash - again
...t seem to be a simple memory problem. I tested under Solaris, and this works with fisher.test(T), and with fisher.test(T, workspace=1e6) as well (with the default memory size). Under WinNT, fisher.test(T, workspace=1e6) works fine. I did not suspect a memory problem since the crash occurs only with _this_ sample but not with other samples of similar size. Emmanuel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &quo...
2004 Feb 19
1
Obtaining SE from the hessian matrix
...$estimates are the maximum likelihood estimates of the parameters. To obtain the approximate SEs of the estimates we do: > sqrt(diag(solve(out$hessian))) As for me, I use MINPACK fortran library for NLS fitting in R, and there I also get the hessian matrix. What formula should I use in _this_ case? Well, some times ago I had a glance at gsl, GNU Scientific Library. It use converted-to-C MINPACK for NLS fit too. And, in the GSL ref. manual example http://www.gnu.org/software/gsl/manual/html_node/gsl-ref_36.html#SEC475 SE calculated as #define ERR(i) sqrt(gsl_matrix_get(covar,i,i...
2002 Oct 31
2
nmb
I am having trouble starting my nmb. I have tried to start it a number of times. I tried via swat, using the shell, and it is set up to automatically start with smb. It fails to shut down and start each time. I'm very new at this, and don't have the trouble-shooting skills yet. Thanks, Anna