search for: xal

Displaying 12 results from an estimated 12 matches for "xal".

Did you mean: val
2003 Jun 25
3
patch draft for extended attributes on linux
...a.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -422,6 +422,12 @@ static void send_file_entry(struct file_ } #endif +#if SUPPORT_XATTRS + if (opt_xattr) { + xalist_send(f, file->xattrs); + } +#endif + #if SUPPORT_HARD_LINKS if (preserve_hard_links && S_ISREG(file->mode)) { if (remote_version < 26) { @@ -457,7 +463,9 @@ static void send_file_entry(struct file_ } - +/** + * This matches up with send_file_entry() + **/ stat...
2010 Sep 02
0
NCS - Cablemodem
...dit endpoint aaln/1 at 0-13-11-82-bd-a.ssw.dominio.net Posting Request: AUEP 3 aaln/1 at 0-13-11-82-bd-a.ssw.dominio.net MGCP 1.0 NCS 1.0 F: A to 10.30.15.254:2427 MGCP read: 200 3 OK A: a:PCMU;PCMA;G728;G729;G729E;G726-16;G726-24;G726-32;G726-40, p:10-30, b:19-100, e:on, t:1, s:off, v:L;fxr;rg;xal;x-xl;fm;lcs;sst;x-jc;x-pol;xrm, m:sendrecv;sendonly;recvonly;inactive;netwloop;netwtest;replcate;confrnce, dq-gi, sc-rtcp: 81/70;81/71;82/70;82/71;80/70;80/71, sc-rtp: 62/51;62/50;64/51;64/50;60/51;60/50 A: a:telephone-event, fmtp:"telephone-event 0-15,144,149,159" A: a:image/t38, p:10...
2008 Sep 17
1
Re: about cubase and asio...
...any issues from updating? I had also read that people were worried about the syncsoft protection key not working with Linux - did you find this to be a problem as well? I appreciate the time you spent in testing Cubase - I can't tell you how frustrated I am with my current setup on Vista. - Xal (Matt Sabol)
2005 Jul 26
0
Ghosting features for dragdrop.js preview
...uot; option in dragdrop.js, get yourself the latest SVN trunk and play around with the dragdrop_functional_4.html and sortable_function_ghosting.html test files. Hope you like it. Some things are broken, and it''s not well tested, *hint*, but it''s cool stuff. :) Thanks to xal for suggesting this. Thomas
2015 Apr 06
0
--append and then --append-verify will not work.
...s with the file size equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained the following 20 files: werner at debian:~/http_resume_test$ ls x* xaa xac xae xag xai xak xam xao xaq xas xab xad xaf xah xaj xal xan xap xar xat Then I delete the some files, say, xab and xae, from the above little files, and then use the cat tool to regenerate the Packages.bz2 by only using the remaining little files: werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >> Packages.bz2; done 3- T...
2015 Apr 06
0
--append and then --append-verify will not work.
...les with the file size equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained the following 20 files: werner at debian:~/http_resume_test$ ls x* xaa xac xae xag xai xak xam xao xaq xas xab xad xaf xah xaj xal xan xap xar xat Then I delete some files, say, xab and xae, from the above little files, and then use the cat tool to regenerate the Packages.bz2 by only using the remaining little files: werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >> Packages.bz2; done 3- Then, I...
2005 Feb 02
5
Planet Ruby on Rails
I just setup a Planet aggregator site for Ruby on Rails blogs and the wiki. It''s at: http://www.planetrubyonrails.org/ jim
2005 Dec 21
13
Too many login generators?
there is a blog about it http://www.realityforge.org/articles/2005/11/12/aaa_in_rails There are so many Authentication/Authorization/Auditing generators now, just like the situation in java''s world, Too many components doing the samething just make me confusion. Why not add one to rails core lib and everybody can extend it for their requirement ? -- Posted via
2005 Mar 04
5
Rails and SCM Best Practices
Hi all-- I''m starting a new Rails project and I''m preparing to import it into my local Subversion repository. In the past, I''ve just imported the entire set of files generated by ''rails'', but I''m starting to wonder if that is the best way to approach things. For instance, it makes sense to add the log/ directory, but probably not the
2005 Jan 25
29
Write-up on RoR + XUL Sample
...ote a quick write-up for the RoR + XUL thing I did yesterday: http://www.zedshaw.com/blog/programming/ruby_xul.html It lays out the few simple things I did, has a bit of rant on an unrelated topic, and other stuff but it''s short still. On a related note, I''d like to thank "xal" on IRC for reminding me just how obnoxious people on IRC can be. Choice quotes like "well i don''t want to be taken seriously by java programmers because i sure don''t take them seriously" will do nothing but keep away potential converts, and Java programmers like m...
2005 Mar 04
3
Boolean values
...c1050303211573cce215-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> > Content-Type: text/plain; charset=US-ASCII > > I keep everything in svn except the logs, and database.yml and > environment.rb. Those to i have in svn but as database.yml.backup and > environment.rb.backup. I then use xal''s deploy script to pull those > out and use them when i do a deployment. When i''m setting up a > development box for somebody then i manually copy those over and edit > them. > > It works pretty well for us. > > -rabble > > > On Thu, 03 Mar 2005 23:56...
2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is making excellent progress in the development of documentation and community. I am only trying to develop discussion of where we need to go next. A consistent theme we are seeing on this list, I believe, is frustration caused by the lack of second-tier documentation. So far we have... -- the various tutorials which are