search for: fpt

Displaying 20 results from an estimated 48 matches for "fpt".

Did you mean: fmt
2010 Jun 04
2
Help with iteration using while loop
...works fine. But in future I may encounter such problem that are likely to not converge easily. Below is my function that is working when I don't provide maximum iteration. iter<- function (Fpi, Time, tolerance){ S = 22.4 Ts = 0.499 Ti = 0.25 K = 0.044 r<- 1.5 M = Ts- Ti Ks = 0.044 Fpt = K*Time + M*S*log(1+ Fpi/(M*S)) while((Fpt-Fpi) > tolerance) { Fpi = Fpt Fpt = K*Time + M*S*log(1+ Fpi/(M*S)) Fp0 = Fpt } return(Fpt) } x<- iter(Fpi = 0.224, Time = 0.2, tolerance = 0.000001) But I want do something like this ( conceptually) for( i in...
2017 Jun 14
4
SMB_ACL_GROUP SMB_ACL_USER
...ke its not v4.6.6 but 4.6.5. For "unix password sync = yes" it is an old parameters, it was ten years ago an sftp server was installed with samba server. Currently there is no ftp server. Here is the AD object with RID 7022 objectClass: top objectClass: group cn: FREDGROUP member: CN=fpt,CN=Users,DC=cogesys,DC=com distinguishedName: CN=FREDGROUP,CN=Users,DC=cogesys,DC=com instanceType: 4 whenCreated: 12/06/2007 09:46:04 whenChanged: 06/14/2017 07:21:18 uSNCreated: 20677766 memberOf: CN=Basic_Authentification,CN=Users,DC=cogesys,DC=com uSNChanged: 44188593 name: FREDGROUP objectGUID...
2012 Oct 28
1
Trouble with first passage time analysis using adehabitatLT
...header=TRUE) attach(test) library(adehabitatLT) xy<-test[,c("x","y")] date1<-as.character(date) date<-as.POSIXct(date1) fit1<-as.ltraj(xy,date,id=test$name,burst=name,typeII=TRUE)/ from here things start to get fuzzy 1) Instead of following the basic expression, /fpt(lt, radii, units = c("seconds", "hours", "days"))/ the sample code on the tutorial expressed fpt as, /fpt(lt, seq(300,1000, length=30))/ But as far as I can tell this code does not set a specific radius distance (e.g., 100 m), but rather defines how many radii are t...
2017 Jun 14
0
SMB_ACL_GROUP SMB_ACL_USER
The user ftp is present in /etc/passwd. I use CentOS 6 x86_64. Here is 'CN=fpt,CN=Users,DC=cogesys,DC=com' cn: fpt sn: POUGNAULT givenName: Fr‚d‚ric distinguishedName: CN=fpt,CN=Users,DC=cogesys,DC=com instanceType: 4 whenCreated: 10/26/2011 13:32:54 whenChanged: 10/26/2011 13:33:03 displayName: Fr‚d‚ric POUGNAULT uSNCreated: 25902109 memberOf: CN=G_Administration,CN=Use...
2017 Jun 13
1
SMB_ACL_GROUP SMB_ACL_USER
...group:fredgroup:rwx mask::rwx other::--- default:user::rwx default:group::rwx default:group:fredgroup:rwx default:mask::rwx default:other::---   I created a share named "MyShare" where member of domain group FREDGROUP can read and write files and directories.   Now I have user fpt, he is a member of group FREDGROUP and he create a directory name "TEST" in the share MyShare. Here is the ACL on the TEST directory :   # file: /home/fred/TEST/ # owner: fpt # group: root # flags: -s- user::rwx user:67022:r-x group::rwx group:root:rwx group:FREDGROUP:r-x grou...
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
...ropos/linux/RPM-GPG-KEY-PGuay2010 2/ yum install livecd-tools syslinux anaconda-runtime 3/ create file alochym.ks and content of file: lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 selinux --enforcing firewall --disabled repo --name=a-base --baseurl=http://mirror-fpt-telecom.fpt.net/centos/5/os/$basearch repo --name=a-updates --baseurl=http://mirror-fpt-telecom.fpt.net/centos/5/updates/$basearch repo --name=a-extras --baseurl=http://mirror-fpt-telecom.fpt.net/centos/5/extras/$basearch repo --name=a-live --baseurl=http://www.nanotechnologies.qc.ca/propos/lin...
2010 Mar 22
0
as.ltraj Error in sort.list(y)
I am trying to workout trajectories from GPS tracking data to run in the FPT function.    This is my code:   id<-data.frame (FPT[,6]) xy<-data.frame (FPT[,4], FPT[,3]) datet <- as.POSIXct (datetime) x<-as.traj(id, xy, datet)   And I get this error:   Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called 'sort' on a l...
2004 Sep 17
5
msaccess db corruption
...a-3.0.7-2.FC2 Here's the pertinent section: comment = Aeries path = /home/aeries valid users = @aeries read only = No create mask = 0770 directory mask = 0770 inherit permissions = Yes veto oplock files = /*.mdb/*.ldb/*.mdw/*.dbf/*.dat/*.fpt oplocks = No level2 oplocks = No Any ideas? Unforunately killing off msaccess is not an option. -- Jefferson K. Davis Technology and Information Systems Manager Standard School District 1200 North Chester Ave Bakersfield, CA 93308 USA 661-392-2110 ext 120
2006 Dec 21
2
Locking problem
...yes dns proxy = no kernel oplocks = no default case = lower case sensitive = no preserve case = no fstype = vfat [homes] comment = Home-Verzeichnis locking = yes strict locking = yes blocking locks = yes veto oplock files = /*.dbf/*.DBF/*.cdx/*.CDX/*.fpt/*.FPT oplocks = no level2oplocks = no fake oplocks = no browseable = no read only = no create mode = 0750 hide unreadable = yes ---------------------------------- I tried several different oplocks configurations, but nothing works. Can you help me? Claudia
2011 Mar 14
3
FTP accounts
Hello, I have setup a centos server running 5.5 and I have a problem with the FTP settings. Currently I have two FTP accounts based on that server, they lead to: /home/bella /home/carmen Currently the FPT accounts starts in the home directory when they are logged in. But they are able to see all directories on the server. What can I do to make sure they cant come out of there home directory? -- Regards, Huib "Abigor" Laurens Support Free Knowledge: http://wikimediafoundation.org/wiki/...
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
...etRef()); // Set up remainder of arguments if there is a prototype. // otherwise emit it as a variadic function. @@ -779,7 +779,7 @@ llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, EltTys.push_back(DBuilder.createUnspecifiedParameter()); else if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(Ty)) { for (unsigned i = 0, e = FPT->getNumParams(); i != e; ++i) - EltTys.push_back(getOrCreateType(FPT->getParamType(i), Unit)); + EltTys.push_back(getOrCreateType(FPT->getParamType(i), Unit).getRef()); if (FPT->isVariadic())...
2011 Nov 25
1
CentOS6 yum-plugin-fastestmirror spectacular failure
...r parts of the world? mirrors.ta139.com 99999999999 centos.communilink.net 99999999999 mirrors.hns.net.in 99999999999 centos.aol.in 99999999999 virror.hanoilug.org 99999999999 mirror.averse.net 99999999999 mirror.nus.edu.sg 99999999999 ftp.cuhk.edu.hk 99999999999 ftp.iitm.ac.in 99999999999 mirror-fpt-telecom.fpt.net 99999999999 centos.vr-zone.com 99999999999 mirrors.btte.net 99999999999 mirrors.digipower.vn 99999999999 centosmirror.go4hosting.in 99999999999 ftp.oss.eznetsols.org 0.220621109009 centos.01link.hk 99999999999 mirrors.ispros.com.bd 99999999999 mirrors.163.com 99999999999 mirror.viet...
2011 Aug 23
1
Re: Files dbf and cdx - net linux
Hi, I have these BMIMS .dbf/.cdx/.fpt files. I have no longer BMIMS. I would like to transfers theses files to another visible format. I tried opening them with Monarch 4.0, but it does not give me a proper format. what do i do? thankx
2006 Jun 06
0
help, oplocks problem still?
...e pack 2 XP Professional workstations. in my [global] section I have the following: # http://www.drouillard.ca/Tips&Tricks/Samba/Oplocks.htm lock spin time = 15 lock spin count = 30 kernel oplocks = No oplocks = No level2 oplocks = No veto oplock files = /*.idx/*.dbf/*.cdx/*.fpt/*.IDX/*.DBF/*.CDX/*.FPT/ Not sure if this is useful or not, but the share is on a 3ware raid (raid-1) on a FreeBSD 6.1 box w/ samba3 from ports. If anyone can shed some light on this it would really help me.. I've been trying to make this work for over a week (40+ hours) now; and it runs...
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
+Adrian & Manman, Looks like this is a case of non-DIRef references ending up in the IR, and thus the references not being deduplicated. This could lead to some of the IR bloat that you guys implemented the DIRef stuff to reduce/avoid. The specific issue is that the type is slightly different in the two TUs (since the namespace scope it's contained within is different in the two TUs -
2013 Jan 10
2
Migrate from Windows AD to Samba 4
...ect - Cannot find attribute fSMORoleOwner of CN=RID > Manager$,CN=System,DC=tuan,DC=local to calculate reference dn > > So, it's too much for me to handle this kind of error. Any idea? > > Thanks you all. > -- > Jade Nguyen - System Specialist > Network Operation Center, FPT Online Service JSC >
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi Greetings to all Is my first post in this forum sorry for my english Many compliment to all developers for great work in Wine Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models. Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success This software use an mdb file First I have installed Profili download in this web site
2004 Mar 17
2
access database locking issue
...OWDELAY TCP_NODELAY domain logons = no unix extensions = Yes encrypt passwords = yes map to guest = Bad User security = user preferred master = auto add user script = time server = Yes printing = CUPS veto oplock files = /*.dbf/*.fpt/*.cdx/*.mdb/*.xls domain master = false printcap name = CUPS veto files = /*.eml/*.nws/riched20.dll/*.{*}/ workgroup = etlb server string = BackUP production server (FROG) os level = 68 local master = no netbios name = Frog samba server...
2012 Feb 29
1
The joys of Nabble: Re: Cannot use negative argument in function
...> ?a5 ?<- ?-15.9618719 >> ?a6 ?<- ?1.80122502 >> ?Psv ?<- ?Pc * exp(Tc/TT * (a1*nu + a2*nu^1.5 + a3*nu^3. + a4*nu^3.5 + >> a5*nu^4. + a6*nu^7.5)) >> >> Alpha ?<- ?1.00062 >> Beta ?<- ?3.14 * 10^(-8) >> Gamma ?<- ?5.60 * 10^(-7) >> fpt <- Alpha+Beta*Press+Gamma**Temp*^2 >> Xv <- (RH/100)*fpt*Psv/Press >> >> ?Zm <- 1-(Press/TT)*(aa[1]+aa[2]**Temp*+aa[3]**Temp*^2 >> ? ? ? ? ? ? ? ? ? ? ?+(bb[1]+bb[2]*Temp)*Xv+(cc[1]+cc[2]**Temp*)*Xv^2) >> +(Press/TT)^2*(dd+ee*Xv^2) >> Roaxs <- pp*Ma/(...
2012 Feb 29
3
Cannot use negative argument in function
Hi, today i wrote a function in R of the type: index.refraction <- function(Temp,Press, RH, CO2) When i try to plug a negative number in Temp, i got this type of error: " n <- index.refraction(Temp= -40,100,80,CO2) Messages d'avis : 1: In Ops.ordered(left, right) : '-' is not meaningful for ordered factors 2: In Ops.factor(left, right) : - not meaningful for factors 3: