similar to: philosophy of cvs/git/wine-patch

Displaying 20 results from an estimated 10000 matches similar to: "philosophy of cvs/git/wine-patch"

2004 Oct 25
1
tc philosophy, will this work?
Correct me if I''m wrong, I just want to help my friend who needs a tc solution with fairness to hosts on a 512K/s DSL line, but few of them should be restricted to 64K/s I thought about htb + esfq (sfq with ip based fairness, not connection) parent class with CEIL=500Kbit (no RULE? see *1) and attached esfq to this parent class, now child class with CEIL=64Kbit and RULE=10.0.0.1
2010 Nov 21
2
a philosophy R question
Dear R People: Do we say that R is a programming language or a programming environment, please? Which is correct, please? Thanks in advance, Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2017 Jun 06
0
Philosophy behind converting Fortran to C for use in R
Here are three reasons for converting Fortran code, especially older Fortran code, to C: 1. The C-Fortran interface is not standardized. Various Fortran compilers pass logical and character arguments in various ways. Various Fortran compilers mangle function and common block names in variousl ways. You can avoid that problem by restricting R to using a certain Fortran compiler, but that can
2008 Oct 29
0
CDP (was Re: network design philosophy and practice)
On Wed, Oct 29, 2008 at 1:28 PM, Drew Gibson <drew at oanda.com> wrote: > > I tried out the cdp-tools some time ago (it may have been on your > recommendation, Kristian) but with no success. > Is it possible to disable CDP on the 7940 (image_version : "P0S3-08-2-00")? > > regards, > > Drew > Hmmm... I guess I'd like to know why it didn't work
2006 Jul 01
1
Musings about Rails and Logging and philosophy
As a perpetual Rails dabbler, I make an awful lot of typical beginner mistakes. And the logs are always either too verbose or too sparse to help me. And it started me thinking. I came from one of the largest production OLTP systems in the world, and the one thing that helped us manage troubleshooting in both development and production was extensive, obsessive, flexible logging. Every operation
2010 Feb 08
3
Double render/redirect philosophy
Ok, I think I understand why RoR will flag an attempt double render in an action. What I don''t understand is the philosophy of render and redirect_to. Specifically, why isn''t a return implicit in both those methods? Or, I guess, more to the point ... what are the advantages of writing code in the action after a render/redirect_to? -- Posted via http://www.ruby-forum.com/. --
2011 Nov 14
1
VM Philosophy 101 - How many and for what?
We are at the stage, finally, where we are prepared to deploy public facing VM guests. Now we have to answer these questions: How many guests in total should we contemplate and what services are placed on which guests? My question comes down to whether it is considered advisable to run the primary DNS and IMAP, or indeed all services, on separate vm guests; or should we continue, more or less,
2007 Apr 20
2
MVC Philosophy
My directory browsing app shows lists of file. If the item is a folder, show a folder icon and link to the action that shows directory contents. If the item is a graphics file, show a thumbnail and link to a larger view. If the item is a non-graphics file, show an appropriate icon and stream the file if the link is clicked. The controller creates an array of arrays of items in the current folder,
2017 Jun 06
2
Philosophy behind converting Fortran to C for use in R
Hello. This is not a question about a bug or even best practices; rather I'm trying to understand the philosophy or theory as to why certain portions of the R codebase are written as they are. If this question is better posed elsewhere, please point me in the proper direction. In the thread about the issues with the Tukey line, Martin said [1]: > when this topic came up last (for me) in
2008 Jun 20
5
Programming Concepts and Philosophy
I am wondering if people on the list could recommend books that they have found helpful about programming concepts and style? I often find that students write R programs by copying existing code but could really benefit from the understanding of more general programming ideas. An example would be to avoid writing functions which attempt to modify their parameters. Another principle would be
2010 Jul 14
2
R's Data Dredging Philosophy for Distribution Fitting
Forum, I'm a grad student in Civil Eng, took some Stats classes that required students learn R, and I have since taken to R and use it for as much as I can. Back in my lab/office, many of my fellow grad students still use proprietary software at the behest of advisers who are familiar with the recommended software (Statistica, @Risk (Excel Add-on), etc). I have spent a lot of time learning
2008 Oct 29
5
network design philosophy and practice
I'm wondering how prevalent the practice of physically segregating voice and data networks is in the Real World. What are the factors that typically lead to such a decision? DIscussions of pros and cons are most welcome by me. Experiences, anybody? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3234
2006 Nov 28
2
R() in controllers
Hello all, I have an app mounted under /test via lighttpd fastcgi as indicated on [1]. Here I use R(Foo, bar) in views to link to controller foo, this correctly creates a /test/foo/bar link. However, when I use R() in some controller, for example: headers[''Refresh''] = "60; url=#{R(Foo, bar)}" The generated link is /foo/bar, which obviously links to something
2005 Jan 12
2
Off Topic: Statistical "philosophy" rant
R-Listers. The following is a rant originally sent privately to Frank Harrell in response to remarks he made on this list. The ideas are not new or original, but he suggested I share it with the list, as he felt that it might be of wider interest, nonetheless. I have real doubts about this, and I apologize in advance to those who agree that I should have kept my remarks private. In view of this,
2017 Aug 12
4
Help to create bugzilla account
On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote: | As the Python posts poitns out, it is possible to use alternate malloc | implementations, either rebuilding R to use them or using LD_PRELOAD. | On Ubuntu for example, you can have R use jemalloc with | | sudo apt-get install libjemalloc1 | env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R | | This does not seem to hold
2012 Jun 13
2
[LLVMdev] Develop on trunk.
On Wed, Jun 13, 2012 at 4:37 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > I think the best way that I can currently contribute to the project is > through technical writing. So I see myself as doing a serious, long-term > project of extending the FAQ. So, I can affirm that I want to really start > working :) Awesome. I was myself thinking of a number of FAQs: >
2012 Jun 13
0
[LLVMdev] Develop on trunk.
Okay with the manual versus FAQ strategy. I just have to mention that languages like C++ has many FAQs all over the net, altogether totalling perhaps thousands of questions and I see C++ as simple compared to LLVM. But I have plenty to do now. If nothing else, I could try reading the manuals ;-) 2012/6/14 Chandler Carruth <chandlerc at google.com> > On Wed, Jun 13, 2012 at 4:37 PM,
1998 Apr 30
1
CVS update: samba/source/lib/rpc/server (fwd)
fyi the way that this will be used is to have: encrypted passwords = no update encrypted = yes for a few days, have everyone log in with their clear-text password, and a private/smbpasswd file will automatically be generated. then switch to encrypted passwords = yes update encrypted = no and voila. if you were feeling _really_ adventurous you could have: include = smb.conf.%M and have one
2014 Sep 21
1
UEFI PXE / split config / TFTP attempted to DHCP server, not TFTP server
Gene, All good questions. Thanks for taking time to respond. You've given me great leads to follow up w/ DHCP appliance consultant. >filename being file. I presume it looks like "/path/to/syslinux.efi" >or "/path/to/bootx64.efi" and not a TFTP URL? Correct. >> TFTP Server Name (66) -- a string. I have tried: >> - TFTP Server's IP
2006 Jul 06
1
Engines 1.1.3 (brought to you by a small french pirate and the number #180)
Hello all, Since some people were having trouble using engines with Rails 1.1.4, I''ve released a new version of the engines plugin which contains the very small bug-fix: http://svn.rails-engines.org/engines/tags/rel_1.1.3 http://svn.rails-engines.org/plugins/engines As ever, if you''re new to this whole thing read the README, join the mailing lists, blah blah and so on. No