search for: bibi

Displaying 13 results from an estimated 13 matches for "bibi".

Did you mean: bbi
2015 Dec 23
4
C7 apache file access
Pulling out what little hair I have here, but stumbled onto a possible problem. I have a server running C6 apache that is set up with personal directories and no problem showing the files. You can see it at: medon.htt-consult.com/~rgm/pogo So I have a C7 apache server I am building. Files I create on the new server are listing fine. Files I have copied (with cp -avr ...) get permission
2018 May 23
0
Using R htmlParse() for manipulating URLs to access multiple pages
I am trying to scrape a manual from web. For privacy reasons, I cannot write here the exact URL, anyway, the structure is as follows: https://home.lala.com/bibi/blabla/chapter_i_organization/101_contracts/whatever/,DanaInfo=intranet.lala.com+ https://home.lala.com/bibi/blabla/chapter_i_organization/125_bills/,DanaInfo=intranet.lala.com+ https://home.lala.com/bibi/blabla/chapter_vii_operational_modalities/701_wonderwall_18_oasis/701_wonderwall_18_oasis/ an...
2015 Dec 23
3
C7 apache file access
On 12/23/2015 02:36 PM, Paul Heinlein wrote: > On Wed, 23 Dec 2015, Robert Moskowitz wrote: > >> Pulling out what little hair I have here, but stumbled onto a >> possible problem. >> >> I have a server running C6 apache that is set up with personal >> directories and no problem showing the files. >> >> You can see it at:
2005 May 26
1
export the graphical result of bwplot()
...} warnings() options(ow) #reset } *************************************************************** Dr. Christophe Garnier E-Mail: cgarnier at ttz-bremerhaven.de TTZ Bremerhaven Tel: +49 (0) 471-4832 183 Fax: +49 (0) 471-4832 129 Mobile: +49 (0) 163-494 48 77 BIBIS (Bremerhavener Institut f??r biologische Informationssysteme) Fischkai 1 27572 Bremerhaven <http://www.ttz-bremerhaven.de>
2008 Jul 01
8
Scaffolding: Create, Edit, Destroy in admin area
Hi Community, I''m currently trying to create a blog software in rails, but I''ve got a problem: I generated scaffolding for my articles and only want administrators to write, edit or delete articles. So I wanted to move this parts to another, secured controller. The one controller to display articles is called articles :), the other is also called articles, but is located in a
2015 Dec 23
0
C7 apache file access
On Wed, 23 Dec 2015, Robert Moskowitz wrote: > Pulling out what little hair I have here, but stumbled onto a possible > problem. > > I have a server running C6 apache that is set up with personal directories > and no problem showing the files. > > You can see it at: medon.htt-consult.com/~rgm/pogo > > So I have a C7 apache server I am building. Files I create on the
2015 Dec 23
0
C7 apache file access
On 12/23/2015 12:05 PM, Robert Moskowitz wrote: >> If SELinux is working, then do >> >> setsebool -P httpd_enable_homedirs on > > Did not help. > > in messages I see: > > Dec 23 14:54:04 medon dbus-daemon: dbus[444]: avc: received > policyload notice (seqno=3) > Dec 23 14:54:04 medon dbus[444]: avc: received policyload notice > (seqno=3) > Dec
2015 Dec 23
0
Solved - Re: C7 apache file access
On 12/23/2015 04:36 PM, ????????? ???????? wrote: > Robert Moskowitz ????? 2015-12-23 23:56: >> On 12/23/2015 03:26 PM, John R Pierce wrote: >>> On 12/23/2015 12:05 PM, Robert Moskowitz wrote: >>>>> If SELinux is working, then do >>>>> >>>>> setsebool -P httpd_enable_homedirs on >>>> >>>> Did not help.
2004 Aug 06
2
Problems streaming Ogg Vorbis with icecast2+ices
...-09-19 22:22:57] DBUG format/format_generic_write_buf_to_client Client had recoverable error -1 [2003-09-19 22:22:59] DBUG source/source_main Client has fallen too far behind, removing [2003-09-19 22:22:59] DBUG source/source_main Client removed Can one caritative soul help me ? Thanks a lot! Bibis --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages...
2002 Dec 30
1
Problems with a PDC
...works fine so if I type: net use j: \\ip_samba_server\home It ask me for the user/password to establish de "connection" (it demands the password because I can't validate the user at login time). Well... That's all. Thanks for your patiente and sorry for my English level ;P. Bibis
2008 Nov 03
17
SQL queries in Rails
Hi... I want to know the equivalent instructions to insert, update, search and delete a registry. I know Rails can do it easily Thanks to ActiveRecord, but here''s the catch: I''m using PostgreSQL. As I''m using SQL to do the migration (Including the foreign keys), I need to know if I can use SQL queries to do those actions. Is there an example out there? I uncommented
2012 Jul 03
2
EM algorithm to find MLE of coeff in mixed effects model
...-0.5*t(datai$yi-datai$Xi%*%beta)%*%solve(vvar*diag(nrow(datai$Zi))+datai$Zi%*%psi%*%t(datai$Zi))%*%(datai$yi-datai$Xi%*%beta) return(temp1+temp2) } ####################################################################### #functions to evaluate the conditional expection, saved as Efun v2.R #Eh1new=E(bibi') #Eh2new=E(X'(y-Zbi)) #Eh3new=E(bi'Z'Zbi) #Eh4new=E(Y-Xibeta-Zibi)'(Y-Xibeta-Zibi) #Eh5new=E(Xibeta-yi)'Zibi #Eh6new=E(bi) Eh1new=function(datai=data.list[[i]], weights.m=weights.mat) { #one way #temp=matrix(0,2,2) #for (i in 1:nrow(bi)) #{ #temp=temp+bi[i,]%*%t(bi[i,])...
2012 Jul 03
0
need help EM algorithm to find MLE of coeff in mixed effects model
...0.5*t(datai$yi-datai$Xi%*%beta)%*%solve(vvar*diag(nrow(datai$Zi))+datai$Zi%*%psi%*%t(datai$Zi))%*%(datai$yi-datai$Xi%*%beta) return(temp1+temp2) } ####################################################################### #functions to evaluate the conditional expection, saved as Efun v2.R #Eh1new=E(bibi') #Eh2new=E(X'(y-Zbi)) #Eh3new=E(bi'Z'Zbi) #Eh4new=E(Y-Xibeta-Zibi)'(Y-Xibeta-Zibi) #Eh5new=E(Xibeta-yi)'Zibi #Eh6new=E(bi) Eh1new=function(datai=data.list[[i]], weights.m=weights.mat) { #one way #temp=matrix(0,2,2) #for (i in 1:nrow(bi)) #{ #temp=temp+bi[i...