Displaying 20 results from an estimated 450 matches for "cad".
Did you mean:
card
2010 Jul 19
0
to extend data.frame or not ... that is the question
I am designing a package to analyze fire department data. I created an S4
class called CAD (short for Computer Aided Dispatch data) as part of this
package that essentially extends the data.frame class. When the user
initializes a CAD object, a data.frame object is broken down into seperate
incident data and unit response data that are stored in separate slots.
This separation is intent...
2006 Dec 30
4
newbie question, "show items in selected city and category"
Hi,
rails newbie needs help :)
I have classified ads (cads) related with cities and categories:
class Cad < ActiveRecord::Base
has_and_belongs_to_many :categories
has_and_belongs_to_many :cities
end
class Category < ActiveRecord::Base
has_and_belongs_to_many :cads
end
class City < ActiveRecord::Base
has_and_belongs_to_many...
2016 May 19
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
.... I installed it and checked it:
ascpc21:~ # samba -V
Version 4.4.3
Still failing. In fact now I see both sys_acl_set_file and
sys_set_file_dosmode errors. The log file reads:
[2016/05/19 12:41:56.327435, 2]
../source3/smbd/close.c:780(close_normal_file)
ASC\jnitz closed file
Projects/ALI/CAD/ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM (numopen=4)
NT_STATUS_OK
[2016/05/19 12:41:56.334243, 2]
../source4/dns_server/dns_query.c:994(dns_server_process_query_send)
Not authoritative for 'safebrowsing-cache.google.com', forwarding
[2016/05/19 12:41:56.334628, 2]
../source4/dns_serv...
2014 May 23
1
Samba / Office 2007/2010
...ve and copy the file wihtout any Problems. If I move such a Excel File I can open it again for only one time without a write Protection.
I already reseted and checked my ACL configuration and tried chmod 777 without success. Here is my Configuration for the Share (the Users are in the Group "cad"):
[cad]
comment = CAD
path = /mnt/samba-daten/work/webdav/cad
#guest ok = no
writable = yes
valid users = root, @cad, @xx-domuser
admin users = root
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
veto oplock files = /*.xlsx/*.xls/*...
2006 Jan 02
1
problem with ldap backend
Hi,
with ldap-backend, i can't set permission for shares groupwise.
This is my smb.conf for a share:
[cad]
? ? ? ? comment = STT CAD
? ? ? ? path = /home/data/cad
? ? ? ? readonly = yes
? ? ? ? browseable = yes
? ? ? ? valid users = @cad
? ? ? ? write list = @cad
? ? ? ? force group = cad
? ? ? ? create mask = 0664
? ? ? ? directory mask = 0775
But this isn't working. no user of the group cad can...
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...ain provision' ??
Rowland
>
> Still failing. In fact now I see both sys_acl_set_file and
> sys_set_file_dosmode errors. The log file reads:
>
> [2016/05/19 12:41:56.327435, 2]
> ../source3/smbd/close.c:780(close_normal_file)
> ASC\jnitz closed file
> Projects/ALI/CAD/ALI_Pit-8-Concept_Assy-0_MAIN_00.SLDASM (numopen=4)
> NT_STATUS_OK
> [2016/05/19 12:41:56.334243, 2]
> ../source4/dns_server/dns_query.c:994(dns_server_process_query_send)
> Not authoritative for 'safebrowsing-cache.google.com', forwarding
> [2016/05/19 12:41:56.334628,...
2005 Jan 19
2
Free space calculation gets it wrong
...ry on the
server and then mount the actual "stuff" into it.
Let me give you an example:
I shared the directory "/Shares" on "server" with the name "Shares".
The directory /Shares is on / on the server.
In "/Shares", there's the directory "CAD". This directory is a seperate
file system.
Now I start the Windows Explorer (from Windows XP) and go to
\\server\Shares\CAD. The free space available is the same as
shown in \\server\Shares - IOW: it shows the free space from
/, and not from /Shares/CAD
Directory Mountpoint Free space
/Share...
2016 May 19
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 05/19/2016 03:16 AM, Markus Dellermann wrote:
> Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny:
>> On 18/05/16 16:16, Markus Dellermann wrote:
>> ...
>>> Not related to your Problem, but are you sure, that this repo really
>>> provide ad-dc - funktionality??
>>>
>>> Markus
>> It looks like you are right, there is also
2002 Feb 22
2
CAD on wine - some almost useable, others not at all...
> I have tried some CAD packages on wine. In fact, I am a student of
> architecture who wants to get a working CAD app on his Linux Laptop.
I can't help. But have you looked at qcad? It's a CAD app that runs on
Linux. You can find it at www.qcad.org.
2012 Feb 10
3
problem subsetting data frame with variable instead of constant
...untered a very weird issue with the method subset(), or maybe this
is something I don't know about said method that when you're subsetting
based on the columns of a data frame you can only use constants (0.1, 2.3,
2.2) instead of variables?
Here's a look at my data frame called 'ea.cad.pwr':
*>ea.ca.pwr[1:5,]
MAF OR POWER
1 0.02 0.01 0.9999
2 0.02 0.02 0.9998
3 0.02 0.03 0.9997
4 0.02 0.04 0.9995
5 0.02 0.05 0.9993*
Here's my subset lines which finds no rows:
*power1 = subset(ea.cad.pwr, MAF == maf1 & OR == odds)
power2 = subset(ea.cad.pwr, MAF == maf2 &...
2011 Feb 06
4
OT - simple CAD program to design electronic circuits with
Hi all.
Is there an electronic circuit design CAD package available
for Centos 5.5 please?
Kind Regards,
Keith Roberts
-----------------------------------------------------------------
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk
All email addresses are challenge-response protected with...
2014 May 05
1
samba 3.6.6 office 2010, write protection on files
hey,
I'm using samba version 3.6.6 on debian wheezy and windows 7 clients with office 2010, on my samba share I've the following settings:
[cad]
comment = CAD
path = /mnt/samba-daten/work/webdav/cad
writable = yes
valid users = root, @cad, @fg-domuser
admin users = abc, def, ghi
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
veto oplock files = /*.xlsx/*.xls/*.XLS/*.docx/*.doc/*.DOC...
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
-I/afs/cad/solaris/ogg-1.1.3/include -O20 -ffast-math
-D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT decoder_example.o
-MD -MP -MF .deps/decoder_example.Tpo -c -o dec...
2007 Apr 09
5
CAD application not working with zfs
Hello,
was use several cad applications and with one of those we have problems using zfs.
OS and hardware is SunOS 5.10 Generic_118855-36, Fire X4200, the cad application is catia v4.
There are several configuration and data files stored on the server and shared via nfs to solaris and aix clients. The application is crashi...
2017 Aug 17
0
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
...he gluster logs the following on m y volume called export:
[2017-08-16 20:08:47.663908] I [MSGID: 109066]
[dht-rename.c:1608:dht_rename] 0-export-dht: renaming
/projects/ACTIVE/Automotive/JEEP/Brand Image Program June
2016/04_Western Region/Huntington Beach CDJR - Huntington Beach, CA/04
REVIT AND CAD/2017-08-16 CAD dwgs to FCA/2017-08-16-- Huntington Beach
- Opt A_rev2-2-Sheet - 3-3 - OPTION A-2 - PROPOSED - FIRST FLOOR
PLAN.dwg (hash=export-replicate-0/cache=export-replicate-0) =>
/projects/ACTIVE/Automotive/JEEP/Brand Image Program June
2016/04_Western Region/Huntington Beach CDJR - Huntin...
2007 Apr 16
1
Names in vector occurring in another vector
I have a vector of character strings such as
mainnames<-c("CAD","AUD") and another vector say
checknames<-c("CAD.l1","AUD.l1","JPY.l1","EUR.l1","CAD.l2","AUD.l2","JPY
.l2","EUR.l2")
I want a new vector of character strings that is just
resultnames<-c("JP...
2010 Sep 18
1
Win 95 Turbo CAD
Hi trying to install a old window 95 cad program call turbo cad professional V4.
I can't get it to install, I right click on setup.exe tell it to open with wine but nothing wine is set for window 95 [Question]
2011 Jan 31
6
TablEdit runs from install but not after
...cessWindowsGhosting : stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\TablEdit\\unins000.exe") stub
ubuntu at ubuntu-laptop:~$ /home/ubuntu/.local/share/mime/packages/x-wine-extension-bw.xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit CAD and raster formats</comment>
^
Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-bw.xml'
/home/ubuntu/.local/share/mime/packages/x-wine-extension-cal.xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit...
2007 Jan 05
2
Kerberos and PAM
...@itbox john]# smbclient -L testbox
Password:
session setup failed: *NT_STATUS_LOGON_FAILURE*
client machines XP pro are able to browse the network and
get to see my share (user share) however when i double click it i get a
login asking for the user name and password
smb.conf:
[global]
workgroup = CAD
netbios name = itbox
security = DOMAIN
encrypt passwords = yes
winbind separator = +
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No...
2005 Jun 01
2
Different versions, different results ?
....CAA-CAJ.tu-reshape.table
"rna" "lib" "tu" "x"
"1" "CAA" "114BA" "1" 2
"2" "CAB" "114BA" "1" 5
"3" "CAC" "114BA" "1" 1
"4" "CAD" "114BA" "1" 5
"5" "CAG" "114BA" "1" 4
"6" "CAH" "114BA" "1" 2
"7" "CAI" "114BA" "1" 6
"8" "CAJ" "114BA" "1" 2
&qu...