Displaying 19 results from an estimated 19 matches for "nef".
Did you mean:
ne
2020 Sep 29
2
Syncing multiple sub-directories to one directory
I would like to sync many subdirectories into one directory with no
subdirectories. I've tried
rsync -rv --progress --include '*.jp*g' --include '*.png' --include '*.dng'
--include '*.raw' --include '*.nef' --include 'Duo' --include 'DCIM'
--include 'WhatsApp' --exclude '*' /my/phone/root/dir/
/my/backup/directory/for/images/
I'd like to do this w/o separate rsync commands such as
rsync -rv --progress --include '*.jp*g' --include '*.png' --incl...
2008 Aug 26
2
Problem with Integrate for NEF-HS distribution
...lity for the Natural Exponential Family - Hyperbolic secant distribution with a parameter theta between -pi/2 and pi/2. The integration should be between 0 and 1 as it is a probability.
The function "integrate" works fine when the absolute value of theta is not too large. That is, the NEF-HS distribution is not too skewed. However, once the theta gets large in absolute value, such as -1 as shown in the example below, "integrate" keeps give me error message for "non-finite function" when I put the lower bound as -Inf. I suspect that it is caused by the very heav...
2020 Sep 29
3
Syncing multiple sub-directories to one directory
...wrote:
>
>> I would like to sync many subdirectories into one directory with no
>> subdirectories. I've tried
>>
>> rsync -rv --progress --include '*.jp*g' --include '*.png' --include
>> '*.dng' --include '*.raw' --include '*.nef' --include 'Duo' --include
>> 'DCIM' --include 'WhatsApp' --exclude '*' /my/phone/root/dir/
>> /my/backup/directory/for/images/
>>
>
> You didn't specify what isn't working as you expect. That command works
> fine for the 3 list...
2009 May 25
2
Photo browser
Hi,
Can somebody recommend a photo browser. It needs to support
CR2, NEF, PEF and DNG formats. I'm looking for something like
Infranview, but for Linux.
--
Thanks
2020 Sep 29
0
Syncing multiple sub-directories to one directory
...at 7:38 AM Rob Campbell wrote:
> I would like to sync many subdirectories into one directory with no
> subdirectories. I've tried
>
> rsync -rv --progress --include '*.jp*g' --include '*.png' --include
> '*.dng' --include '*.raw' --include '*.nef' --include 'Duo' --include
> 'DCIM' --include 'WhatsApp' --exclude '*' /my/phone/root/dir/
> /my/backup/directory/for/images/
>
You didn't specify what isn't working as you expect. That command works
fine for the 3 listed dir names as long as yo...
2017 Mar 09
2
Toggling access denied when writing/deleting
...a/data
* drwxr-xr-x. 50 photos photos /media/data/photos
* drwxrwxr-x. 4 photos photos /media/data/photos/Jahr 2017
* drwxr-xr-x. 2 photos photos /media/data/photos/Jahr 2017/Bilder 0510
(08.01.2017)
* -rwxrwxrwx. 1 photos photos /media/data/photos/Jahr 2017/Bilder 0510
(08.01.2017)/_DSC3806.NEF
getfacl command for file __DSC3806.NEF:
# file: _DSC3806.NEF
# owner: photos
# group: photos
user::rwx
group::rwx
other::rwx
User/Group information:
* user "photos" has id 1001
* group "photos" has id 1001
smb.conf file:
[global]
workgroup = SAMBA
secur...
2020 Oct 01
2
Syncing multiple sub-directories to one directory
...ng
> slash after the dir names since that tells rsync you want to copy the
> content of a directory rather than the directory by name:
>
> rsync -riv --progress --include '*.jp*g' --include '*.png' --include
> '*.dng' --include '*.raw' --include '*.nef' --exclude '*'
> /my/phone/root/dir/{Duo,DCIM,WhatsApp}/ /my/backup/directory/for/images/
>
> ..wayne..
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20200930/58a3bb1f/attachment.htm&g...
2012 Jul 14
1
Detecting read/write permissions
...as the original image. When the original file is on a
local disk this works fine but when the original image is on Samba
share, the sidecars are not created.
The application reports the following in its log:
2012-07-14 08:35:56.448 | 5452 - 1 | Sidecar - Warn | Rights to save
file S:\testImage.nef are not sufficient, expected: Write, Delete -
actual: Read, Synchronize
Software versions are as follows:
Client machine (running image processing software): Windows 7 x64
Professional SP1
Server: SuSE Linux Enterprise 11 SP2, Samba Version
3.6.3-0.24.4-2794-SUSE-CODE11-x86_64
I have checked t...
2009 Jan 08
2
rsync to fat32 on different platforms
I have a dozen of external usb disks which should be kept in sync with
a central rsync server.
As I can't predict which OS they will be used with they are formatted
with fat32. If I use them with either Linux (ubuntu) or OS X rsync
works without problems. However, when I try the syncing with the hd
attached to a windows pc the rsync process (using cygwin) will take
close to 40
2011 Oct 05
4
SPlus to R
..., l.span=.5)
+ {
+ ### for method 1
+ if (method==1) {
+ ne1<-ss.rand(rc,nc,d,alpha=.05,power=.8,tol=.01)
+ return(ne=ne1)
+ }
+ ### for method 2
+ if (method==2) {
+ ne<-nc
+ ne1<-nc+50
+ while(abs(ne-ne1)>tol & ne1<100000){
+ ne<-ne1
+ pe<-d+rc/nc
+ ne1<-nef(rc,nc,pe*ne,ne,alpha,power)
+ ## if(is.na(ne1)) print(paste('rc=',rc,',nc=',nc,',pe=',pe,',ne=',ne))
+ }
+ if (ne1>100000) return(NA)
+ else return(ne=ne1)
+ }
+ ### for method 3
+ if (method==3) {
+ if (tol1 > tol2/10) tol1<-tol2/10
+ ncstar<-(1-d)*nc
+...
2020 Oct 04
0
Syncing multiple sub-directories to one directory
...ter the dir names since that tells rsync you want to copy the
>> content of a directory rather than the directory by name:
>>
>> rsync -riv --progress --include '*.jp*g' --include '*.png' --include
>> '*.dng' --include '*.raw' --include '*.nef' --exclude '*'
>> /my/phone/root/dir/{Duo,DCIM,WhatsApp}/ /my/backup/directory/for/images/
>>
>> ..wayne..
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20201004/b29d...
2000 Dec 08
1
unimplemented features
Hi,
i noticed monty mentioning in another thread that there were a few features
left to implement for beta4.
Does that mean that when beta4 comes out i have to reencode all my oggs to
make sure i get the full possible quality out of them?
If that were so i better wait with encoding my more obscure cds (e.g. those i
listen to only rarely) until an feature complete encoder is available.
zal
2013 Mar 15
1
There are no currently logon servers available when mapping with "net use"
...e:subdir_mode = 0777
recycle:keeptree = True
recycle:touch = True
recycle:touch_mtime = True
recycle:versions = True
recycle:noversions = *.pdf, *.jpg, *.gif, *.iso, *.jpeg, *.db,
*.avi, *.bin, *.exe, *.mp3, *.mpg, *.wma, *.png, *.vob, *.wav, *.psd,
*.psdx, *.nef, *.tif, *.vob, *.wmv, *.dwg, *.indd, *.cdr, *.eps
recycle:exclude = *.tmp, *.temp, *.log, *.ldb, *.o, *.obj, *.bak,
*.iso, *.vmdk
recycle:exclude_dir = tmp, temp, cache
# all shares listed/configured at bottom of .conf file ...
"
Anybody could help me please? I'm with ma...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...oat>(char (&) [(unsigned int)((sizeof (float)) + (0x5p+0L))])",
"void test0::h<float>(char (&) [(unsigned int)((sizeof (float)) + (0xap-1L))])",
}},
#endif
};
const unsigned NF = sizeof(fp_literal_cases) / sizeof(fp_literal_cases[0]);
const unsigned NEF = sizeof(fp_literal_cases[0].expecting) / sizeof(fp_literal_cases[0].expecting[0]);
const char* invalid_cases[] =
{
"_ZIPPreEncode",
"Agentt",
"NSoERj5E=Y1[uM:ga",
"Aon_PmKVPDk7?fg4XP5smMUL6;<WsI_mgbf23cCgsHbT<l8EE\0uVRkNOoXDrgdA4[8...
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
...eeimage.sourceforge.net for details
Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2,pfm,pct,pict,pic,bay,bmq,cr2,crw,cs1,dc2,dcr,dng,erf,fff,hdr,k25,kdc,mdc,mos,mrw,nef,orf,pef,pxn,raf,raw,rdc,sr2,srf,arw,3fr,cine,ia,kc2,mef,nrw,qtk,rw2,sti,drf,dsc,ptx,cap,iiq,rwz
Registering ResourceManager for type HighLevelGpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Ligh...
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down...
http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html
Interesting piece. This is the second post from Yager that shows
solaris in a pretty good light. I particularly like his closing
comment:
"If you haven''t checked out ZFS yet, do, because it will eventually
become ubiquitously implemented
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2001 Feb 23
2
OpenSSH_2.5.1p1 - RH 6.2
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp
Size: 5310 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010223/42964bfc/attachment-0001.bin
2000 Dec 08
1
Xmms plugin bug
I have one File (out of several hundred) wich, even after reripping and
reencoding always crashes xmms when i try to play it.
when playing it with ogg123 i have no problems though
Any help would be appreciated
Arne 'zal' Hueggenberg
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message