search for: inflex

Displaying 20 results from an estimated 170 matches for "inflex".

Did you mean: infdex
2002 Mar 30
0
[Bug 133] hard-coded umask(022) in ssh.c:main() too inflexible
http://bugzilla.mindrot.org/show_bug.cgi?id=133 stevesk at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|openssh-unix-dev at mindrot.org|stevesk at pobox.com ------- Additional Comments From stevesk at pobox.com 2002-03-31 06:37 ------- need to think about this. there
2016 Jul 26
2
Target Acceptance Policy
...the patches in good conditions (i.e. with conferment coding style and good tests), you’ll never get there later (or at very high cost). > This gives them time > to address all comments with our help. We want targets as much as they > want to be in LLVM. It's a cooperation and acting inflexibly won't > help anyone. I believe that it helps everyone on the opposite. > > Also, if we put all the blockages in the first stop, what's the point > of being experimental in the first place? All the rest of what you described in (show that the maintainer is active, etc.),...
2016 Jul 26
6
Target Acceptance Policy
...e Policy > > On 26 July 2016 at 18:33, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> This gives them time > >> to address all comments with our help. We want targets as much as > >> they > >> want to be in LLVM. It's a cooperation and acting inflexibly won't > >> help anyone. > > > > I believe that it helps everyone on the opposite. > > I'm sorry, but I'll never subscribe to inflexibility, no matter the > argument. I think there are different kinds of inflexibility. We will use our collective profes...
2007 Aug 06
2
Proposal: Pure Regex Router
So this has been an idea ever since Rails came out. Why not use a pure regular expression router in similar fashion to gsub? I imagine it working something like this: Merb::Router.prepare do |r| r.add %r[^/(.*)/(.*)/(\d+)$], :controller => ''\1'', :action => ''\2'', :id => ''\3'' r.add %r[^/user-(\d+)$], :user_id =>
2015 Jul 28
3
Regarding Static website generator [GSOC Docs-toolchain]
...lay it to user. There are number of options mkdocs, hugo(docker uses it now) etc. There are pros and cons to each site generator. To use hugo, we need the user to have hugo installed too, and than he needs to run hugo command to create a new file, which is big con. Mkdocs is great too, but little inflexible we found. Any suggestions on which tool to use? Once we are done with this, we will release a prototype for the community to test. -- Regards, Kunaal Jain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attach...
2000 Dec 02
2
axis label rotation
...command srt=270 but this option is not supported in R. In addition the par argument las=0 or 3 does not rotate the right axis labels. The editor of a journal is demanding that the right axis labels face inwards in the figures I recently submitted. I am really at a loss because these editors are inflexible with respect to their in-house journal styles. Help?! Chris ------------------------------------------------------------ Chris Jeffery (cjeff at geog.ubc.ca) Department of Geography, Tel: (604) 822-2663 University of British Columbia, B.C. Fax: (604) 822-6150 -.-.-.-.-....
2016 Sep 24
0
PHP vulnerability CVE-2016-4073
...out to suggest is likely to be rather controversial. If the upstream RHSCL cannot be used, then why can't EPEL be built against CentOS and then use the CentOS SCL to fix this issue? EPEL7 is nowhere near as useful as it could be due to versioning policy and due to the upstream EL7 being so inflexible in versioning. Case in point is boost, where EL7's 1.53 is just barely too old for lots of highly useful workstation packages (such as KiCAD, which needs 1.54+). A software collection is the correct way to do up boost 1.54 for a KiCAD 4.x package for EL7 (CentOS and SL both), but a qu...
2007 Jan 02
2
R modules
...'d like to know what is the best way to organize R code in multiple modules= and files. The R code we are writing is too much for a single file. Besides= , there are a lot of reusable functions we'd like to factor out. But writing= a package for that is quite an over-kill and might be too inflexible. So what is the best way to organize R code into multiple files and reusable= modules? Thanks, Geoffrey _______________________________________________________=0A= =0A= =0A= The information in this email or in any file attached hereto is=0A= intended only for the personal and confidentia...
2013 Sep 20
1
Is there a way to change x and y axis tick mark inside plot()?
Dear R community, I am having trouble changing the tick marks on y-axis to every 5 units? I have the following: x <- c(12, 16, 6, 23, 27, 8, 5, 19, 23, 13, 16, 8) y <- c(29, 29, 23, 34, 38, 24, 22, 34, 36, 27, 33, 27) plot(x, y, pch=19) Should I change ylim=c(0,40), and then use axis()? I kept on thinking I can do everything inside plot(), but there is actually axis(), par(), ..., and
2007 Nov 16
3
File copy problem
...''it is expected that the file element will be used less and less to manage content''. Is there a better way to push files to a host that I simply don''t see because I''ve spent 10 years doing it one way and I"m stuck in a rut? I''m too young to be an inflexible old phart. All of our hosts have a banner to display on login from SSH, kept at /etc/issue. I''d simply like to have this file copied there, or updated if it changes. * Fileserver.conf configured to allow everyone to module ''dist'' # fileserver.conf # $Id: fileserv...
2006 Jun 07
3
trouble wtih webstore schema, handling product variations
Hi Railers, Does anyone have any guidance on setting up a simple way to handle product variations (e.g garment size/color)? Initially, I had thought that I would make a variation model which defined the extra bits, but it seems quite inflexible especially so if a store were to sell non-clothing items that also had variants of one flavor or another. product has_many variations title description price variations variation belongs_to garment has_many images size color sku would it make more sense for the variation...
2004 Jul 30
9
Rodopi Billing
Hello, Has anyone used Asterisk in conjunction with a billing system like Rodopi? Is the Rodopi VOIP module worth getting, or can radius be used? Thanks, - Darren
2016 Jul 26
2
Target Acceptance Policy
> On Jul 26, 2016, at 12:16 PM, Renato Golin <renato.golin at linaro.org> wrote: > > On 26 July 2016 at 20:07, Hal Finkel <hfinkel at anl.gov> wrote: >> I think there are different kinds of inflexibility. We will use our collective professional judgment. There are some large-scale design changes that we might decide can happen over time. Whatever we decide to accept, however, needs to be in good shape for what it is and follow our coding conventions. > > Absolutely. There is a large r...
2003 Oct 31
2
Therotical basis of Kriging
hello I want to know about therotical basis of Kriging in elemantary level. I will appreciate if anyone sends me address,link,e-documents, etc.. kind regards -- Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}
2003 Jun 06
1
Newbie question on soft phones with SIP and *
...t; which I'm reading) would be greatly appreciated. TIA Tielman /* Tielman Koekemoer Unix and Network Administrator at Vista University Tel: 012-352 4093 Cel: 083-445 0019 */ _________________________ Content and Virus scanned by Inflex and Mcafee
2003 Jun 10
2
NewbieQ: SOHO setup with x100p
...fax calls to an extension with a fax connected? TIA for the help, Tielman /* Tielman Koekemoer Unix and Network Administrator at Vista University Tel: 012-352 4093 Cel: 083-445 0019 */ _________________________ Content and Virus scanned by Inflex and Mcafee
2003 Jun 13
1
E1 in South Africa
...certified/works in South Africa? Thanks for the help so far! Tielman /* Tielman Koekemoer Unix and Network Administrator at Vista University Tel: 012-352 4093 Cel: 083-445 0019 */ _________________________ Content and Virus scanned by Inflex and Mcafee
2007 Aug 15
1
Flushing the report buffer
...ble to the UPS, I think the safest option is to flush whatever is in the report buffer. Maybe flushing the report buffer should be the default behaviour of HIDSetItemValue(), so that it invalidates all timestamps in the report buffer before reading back the parameter just set. Or would this be too inflexible? What's your opinion on that? Best regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57
2003 Apr 14
1
OpenSSH 3.6.1p1 "Proxy-None" patch
Hi OpenSSH'lers! While using OpenSSH for quite a while, I became annoyed with the inflexible config-file parsing algorithm. I special it did not alow me to express: "Use *no* proxy for host xyz, but *this* proxy for all other hosts". So I had a look at the source an make a quick-n-dirty change, allowing me to use the special ProxyCommand "None" to express "do...
2001 Feb 25
2
newbie question
Hello to all. My name is Michal Bojanowski, I'm a Sociology student at Unversity of Warsaw. Recently I've started to learn R when I've found myself frustrated because of inflexibility of SPSS and other "user-friendly" statistical software. As I said, I'm new here, so my question is very simple: I wanted to use a large data set stored in SPSS-format file. I used the function READ.SPSS from FOREIGN contributed package. The package manual stated, that the func...