search for: customizable

Displaying 20 results from an estimated 344 matches for "customizable".

2007 Jan 29
6
Loop with string variable AND customizable "summary" output
...). 2) in STATA there is a very nice code ("outreg") to display nicely (and as the user wants to) your regression results. Is there anything similar in R / R contributed packages? More precisely, I am thinking of something that is close in spirit to "summary" but it is also customizable. For example, suppose you want different Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 or a different format display (i.e. without "t value" column) implemented automatically (without manually editing it every time). In alternative...
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071 Summary: Enhancement Request - Customizable Connection Timeout Option Product: rsync Version: 2.6.9 Platform: Other OS/Version: Other Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org...
2006 Dec 23
1
customizable idle login timeouts?
We're in the process of migrating from mbox over to maildir. I'm running into a problem with the proxy and timeouts. Appears the idle timeout is set to 60 seconds. This is a bit too low for some of our large mbox files :( Any plans on adding the: #define CLIENT_LOGIN_IDLE_TIMEOUT 60 #define AUTH_REQUEST_TIMEOUT to the .conf file to be tunable on the fly? I ended up just patching the
2020 Apr 22
0
[PATCH hmm 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault
On Wed, Apr 22, 2020 at 08:03:29AM +0200, Christoph Hellwig wrote: > > > On Tue, Apr 21, 2020 at 09:21:46PM -0300, Jason Gunthorpe wrote: > > +void nouveau_hmm_convert_pfn(struct nouveau_drm *drm, struct hmm_range *range, > > + u64 *ioctl_addr) > > { > > unsigned long i, npages; > > > > + /* > > + * The ioctl_addr prepared here is
2020 May 02
1
[PATCH hmm v2 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault
On 5/1/20 11:20 AM, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg at mellanox.com> > > Presumably the intent here was that hmm_range_fault() could put the data > into some HW specific format and thus avoid some work. However, nothing > actually does that, and it isn't clear how anything actually could do that > as hmm_range_fault() provides CPU addresses which
2018 Jan 08
0
Relationship between clang, opt and llc
...a-pipeline and how to use -lto-newpm-passes to customize pipeline? 3. gold: mixed obj files and bc files -> 1 binary (passing -flto to clang for *.bc file generation), back-end link-time optimization w/ LLVMgold.so and code generation and machine-dependent optimizations, unaware of whether it is customizable by means of command line options, can we consider LLD a more customizable gold from perspective of pipeline customization? 4. opt, 1 bc file -> 1 file at a time, middle-end machine-independent (may be others?), Easy to customize pipeline by means of command line options, N/A 5. llvm-link, many *...
2006 Apr 02
1
Greetings, first remarks about trying to do customizable drop-shadows
Hello there everybody! Terrific... a mailing-list for compiz with David on board! Ok, I started off with writing some functions using cairo to draw me the needed elements for drop-shadows (atm stand-alone to focus on the proper generation of the shadow-parts) and currently still fiddle with the tweakable parameters. Right now I have... shadow-radius (e.g. 20 pixels) 2D-offset vector (e.g. 10
2018 Jan 08
1
Relationship between clang, opt and llc
...-pipeline has the same function as opt's -aa-pipeline option. 3. gold: mixed obj files and bc files -> 1 binary (passing -flto to clang for *.bc file generation), back-end link-time optimization w/ LLVMgold.so and code generation and machine-dependent optimizations, unaware of whether it is customizable by means of command line options, can we consider LLD a more customizable gold from perspective of pipeline customization? Gold and LLD are very similar for this purpose, and LLD has some extra goodies like -lto-newpm-passes 4. opt, 1 bc file -> 1 file at a time, middle-end machine-independe...
2015 Mar 23
3
[LLVMdev] Changing The '.' Used to Prefix Labels in Assembly Output
I'm working on an LLVM back end with output to assembly file (.s). I'm using the ARM assembly printer. The generated labels (e.g. for a while statement) start with '.' like .LBB0_1 I would like to change the '.' to something else (specifically $$ if it matters). I see a lot of customizability in targetinfo.cpp but not that particular item. Where should I be looking?
2020 Apr 22
2
[PATCH hmm 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault
On Tue, Apr 21, 2020 at 09:21:46PM -0300, Jason Gunthorpe wrote: > +void nouveau_hmm_convert_pfn(struct nouveau_drm *drm, struct hmm_range *range, > + u64 *ioctl_addr) > { > unsigned long i, npages; > > + /* > + * The ioctl_addr prepared here is passed through nvif_object_ioctl() > + * to an eventual DMA map on some call chain like: > + *
2018 Jan 07
2
Relationship between clang, opt and llc
No, I meant LLD, the LLVM linker. This option for LLD is relevant for exploring different pass pipelines for link time optimization. It is essentially equivalent to the -passes flag for 'opt'. Such a flag doesn't make much sense for 'llc' because llc mostly runs backend passes, which are much more difficult to construct custom pipelines for (backend passes are often required
2006 May 13
3
Non-customizable parts in the routes hierarchy-chain.
Hi I created a custom route that looks like this: map.connect '':controller/:table/:action/:id'' Hierarchically, :table is above :action and :id. So, if we call ActionController::Base#url_for with an argument :table=>nil, we''re supposed to get a url with :action and :id set to nil as well. However, this is not the case: url_for(:table=>nil) from
2013 Oct 22
2
[Proposal] Add ability to read authorized keys from shell script instead of file
...mass key storage and manipulation. I wan to store keys in something like mysql server, but It will add big unwanted dependency to package. What if we use auth_rsa.c but instead search in file send key to some script and read sigle return value if key finded and empty if not. I think it will be very customizable. -- With Best Regards, Constantine
2003 Sep 10
1
newbie help.
...the original placer of the call to select another person to call (eg "Select 1 for Bob") then have Asterisk automatically place that call for the person. Is this a complex solution? Would anyone mind giving me some direction and possibly filling me in on if this is possible? Also how customizable is Asterisk and what language do I use to customize or develop for it? Thanks in advance, and sorry for my ignorance =] Steve.
2008 Apr 08
2
Can you add an option to select the ruby interpreter for rake task?
...rb_opts = ruby_opts.clone rb_opts << "-I\"#{lib_path}\"" rb_opts << "-S rcov" if rcov rb_opts << "-w" if warning The "ruby" is hard-coded into it. May I request this to be an customizable option so that I can set it to "ruby1.9"? -- pluskid
2013 Aug 22
2
Automatic boot menu?
Hi, Now that Syslinux has ls.c32 and lua.c32, it should be possible to build a customizable boot menu in the bootloader itself, instead of generating it beforehand by hooking into the kernel installation/removal process. Sure that would not work over TFTP (no ls), but the already mentioned 20th century way would not either. Sadly, directory handling is not implemented in the embedded Lua...
2009 Jun 24
3
distinguish regression lines in grouped, black and white lattice xyplot
...ot(log(AGWB) ~ log(BM_roots), data=sub_agwb_data, groups=species, type="r", lty=c(1:6),panel=allo.panel.5) The problem is that I've got 26 different values for the grouping variable species and only 6 default values for the line type lty (and according to the par {graphics} help page customizable to up to 8 different line types). Does anybody have any idea how these 26 different lines can be made distinguishable from each other without the use of colors? Thanks, Katharina
2000 Dec 15
0
Some libraries and ideas for a 'librarified' R
...free memory, close files) associated with it. Moreover I had to encapsulate logs, warning, errors and debugging informations into specific interfaces so that my code could be used in GUI-based application as well in console mode or in COM components (here comes UNICODE!). Now I have (thread safe, customizable: ALL, some UNICODE compatible): - an interface to memory management, usable with multiple threads, allowing to define and manipulate memory spaces (clean the space of the thread just stopped by user request), with customizable allocators; - an interface to debug information, based on Fred Fish DBUG...
2006 Mar 30
1
disk drive sparing - questions not answers
...let", as skillfully presented by adept "namebrand" company sales droids. Can you spell "SAP"?! Summary: What is the ZFS sparing policy vision and how can it be best implemented? Should it be part of ZFS, or should it be an independent software suite that is ZFS aware, but customizable by the individual ZFS user. If it''s customizable - how much customization can one allow before it becomes totally ineffective through mis-configuration by less-than-stellar zfs admins? Technical curiosity is a disease - and I''m afflicted with it! :) Al Hopper Logical Approach...
2018 Nov 23
4
Phabricator default view
...some things to be desired IMO: - having changes sorted by *creation time* rather than *update time* is a fun way to lose track of things - the LLVM-wide activity feed seems not that useful (though fun) - as soon as a change lands, it becomes fairly hard to find Fortunately phabricator is pretty customizable. I've added a couple of views to the main menu: - My activity: https://reviews.llvm.org/home/menu/view/133/ is (active reviews, recent commits) x (i'm reviewer, i'm author). Only visible when logged in. - All commits: https://reviews.llvm.org/home/menu/view/135/ is the firehose I...