search for: malleabl

Displaying 20 results from an estimated 24 matches for "malleabl".

Did you mean: malleable
2017 Oct 26
2
[Gluster-devel] Gluster Health Report tool
...d anymore. > There is an on-going effort which provides a monitoring dashboard for a Gluster cluster. Some detail at <https://github.com/Tendrl/documentation/wiki/Metrics> At present the stack is not consuming Prometheus, however, the team is looking at switching over so as to make a more malleable dashboard. There is of course a Gitter channel at <https://gitter.im/Tendrl/tendrl-devel> Install+configure instructions for the latest release are at <https://github.com/Tendrl/documentation/wiki/Tendrl-release-v1.5.3-(install-guide)> -- sankarshan mukhopadhyay <https://about.me...
2015 Apr 06
3
rsync --link-dest won't link even if existing file is out of date
This has been a consideration. But it pains me that a tiny change/addition to the rsync option set would save much time and space for other legit use cases. We know rsync very well, we dont know ZFS very well (licensing kept the tech out of our linux-centric operations). We've been using it but we're not experts yet. Thanks for the suggestion. /kc On Mon, Apr 06, 2015 at 12:07:05PM
2006 Jan 05
3
A comment about R
...evel programming language, in the style of R then Python or Octave, at age 11-14. There are now good alternatives to the former use of Fortran or Pascal, languages which have for good reason dropped out of favour for learning experience. They should start on R while their minds are still malleable, and long before they need it for serious research use.] (5) What are the traps, in using R, for relative novices? [Mechanisms are needed for identifying traps that routinely catch novices (even novices who may be quite sophisticated statistically), with a program to tackle these, in the med...
2008 Jan 16
2
Ogg/Kate preliminary documentation
...ke that happen. Oh, I get you now. > CMML does of course other things besides subtitles. Subtitle support > was pretty much just added recently. Kate however does not seem to > offer more than CMML in the lyrics/subtitles department, besides This is true, as the design of XML makes it malleable to custom semantics: you can embed anything in an XML tree. > perhaps the concept of converting other subtitles formats (ASS, SRT, Which I have working in MPlayer now (from the 12 formats they support). But this is, as you say, moot since it'd be as easy to create CMML representations of...
2015 Apr 06
6
rsync --link-dest won't link even if existing file is out of date
Feature request: allow --link-dest dir to be linked to even if file exists in target. This statement from the man page is adhered to too strongly IMHO: "This option works best when copying into an empty destination hierarchy, as rsync treats existing files as definitive (so it never looks in the link-dest dirs when a destination file already exists)". I was suprised by this behaviour
2016 Mar 28
3
Is it possible to extend log message?
On 2016/03/28 20:04, Nico Kadel-Garcia wrote: > Possible? Probably, But what precisely were you thinking needs more > than 500 characters? Because of the message is suppressed if the path name is very long as following. Mar 28 00:00:00 hostA sftp-server[123]: set "/very/long/path/name/here" mod ^^^^ So we
2008 Feb 07
0
Ogg/Kate preliminary documentation
...ou now. > > > CMML does of course other things besides subtitles. Subtitle support > > was pretty much just added recently. Kate however does not seem to > > offer more than CMML in the lyrics/subtitles department, besides > > This is true, as the design of XML makes it malleable to custom semantics: > you can embed anything in an XML tree. > > > perhaps the concept of converting other subtitles formats (ASS, SRT, > > Which I have working in MPlayer now (from the 12 formats they support). > But this is, as you say, moot since it'd be as easy to cre...
2015 Apr 06
0
rsync --link-dest won't link even if existing file is out of date
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Since you are in an environment with millions of files I highly recommend that you move to ZFS storage and use ZFS's subvolume snapshots instead of --link-dest. It is much more space efficient, rsync run time efficient, and the old backups can be deleted in seconds. Rsync doesn't have to understand anything about ZFS. You just rsync to the
2017 Oct 25
0
[Gluster-devel] Gluster Health Report tool
Hi, since people are suggesting nagios then I can't resist suggesting exporting the metrics in the prometheus format, or at least making the project into a library so https://github.com/prometheus/client_python could be used to export the prometheus metrics. There has been an attempt at https://github.com/ofesseler/gluster_exporter but it is not maintained anymore. Cheers, Marcin On Wed,
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...ts a whole backend. > Not to mention the fact that I don't > see how it's possible with the current backend infrastructure > to preserve type information for complex types like structs all > the way through the codegen pipeline. > The nice thing about code is that it's malleable. If there's a limitation that prevents SPIR-V being written as an LLVM target, we should just fix that. -Tom > > > > > > Could you please link the thread mentioned? > > > > Thanks, > > Nic > > > > P.S. Feel free to use the tableg...
2015 Apr 06
0
rsync --link-dest won't link even if existing file is out of date
Not to mention the fact that ZFS requires considerable hardware resources (CPU & memory) to perform well. It also requires you to learn a whole new terminology to wrap your head around it. It's certainly not a trivial swap to say the least... Thanks, -Clint On Mon, Apr 6, 2015 at 9:12 AM, Ken Chase <rsync-list-m829 at sizone.org> wrote: > This has been a consideration. But it
2015 Apr 07
0
Patch for rsync --link-dest won't link even if existing file is out of date (fwd)
Folks, We faced a similar situation to that which Ken described - we recycle backup directories, for good reason. There is a patch to solve the problem. Our systems administrator provided the following description of the patches we use: ============================================================================ 1. rsync_link_dest improvement by Bryant Hansen Normally, existing files in
2017 Oct 25
2
[Gluster-devel] Gluster Health Report tool
Hi Aravinda, Very nice initiative, thank you very much! As as small recommendation it would be nice to have a "nagios/icinga" mode, maybe through a "-n" parameter which will do the health check and output the status ina nagios/icinga compatible format. As such this tool could be directly used by nagios for monitoring. Best, M. > -------- Original Message -------- >
2023 Dec 18
1
Announce: OpenSSH 9.6 released
OpenSSH 9.6 has just been released. It will be available from the mirrors listed at https://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
Hi David/Renato, By AST I mean Abstract Syntax Tree. We are writing an optimization pass for some FORTRAN95 + MPI code that requires us to analyze the AST. We thought of 2 ways of doing this: 1. Compile the code using Clang/llvm-gfortran, get the textual AST dump (somehow), analyze the AST dump using Ruby, modify it and then feed back the modified AST to LLVM. 2. Do the analysis as an LLVM
2008 Jan 16
2
Ogg/Kate preliminary documentation
Thanks for the feedback, > I have looked into the patch. It doesn't take into consideration > neither Skeleton, which is used now in pretty much everything encoded > in Ogg (except for single stream Vorbis and Speex files), nor the file > extension for Theora, which is now .ogv. To be honest, I just added Theora because I needed a simple way to multiplex streams. Also, it'd
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
https://bugzilla.samba.org/show_bug.cgi?id=8456 Summary: improve --link-dest bahaviour Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: toralf.foerster at gmx.de
2006 Feb 27
12
RedCloth
Is this the prefered method to implement RedCloth in your views. I''m trying to display user input that will sometimes have code references in it. This strips out all tags. I would like for the tags to be displayed but not read as html. Thanks in advance! <%= RedCloth.new(strip_tags(comment.comment),[:filter_html]).to_html %> charlie bowman recentrambles.com -- Posted via
2009 Nov 03
7
[LLVMdev] LLVM + FORTRAN 95
2009/11/3 David Greene <dag at cray.com>: > Your best bet is to use llvm-gfortran.  I don't know what you mean by > "AST."  Do you really want an AST or something else (LLVM IR, something > higher-level, etc.)?  LLVM doesn't understand ASTs directly. Probably for high-level optimisations, or just to see if the parser is good, as I do in my compiler. But AST is
2023 Dec 18
0
Announce: OpenSSH 9.6 released
OpenSSH 9.6 has just been released. It will be available from the mirrors listed at https://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested