Displaying 20 results from an estimated 100 matches similar to: "Submitting Patches for Facebook Connect"
2008 Apr 10
7
Facebooker and existing website?
Hi
I am trying to use facebooker with an existing website that already
has a model named ''User''.
I therefore created a model called BkUser for use with facebooker.
Also I have different controllers for all facebook requests.
I am using acts_as_authenticated for handling login etc for my website
and everytime a user is logged into my facebook app and tries to also
browse the
2008 Mar 14
8
Facebooker updates
I just went through and cleaned out most of the bugs and patches. I
also added a facebooker.js file that implements enough of prototype to
do $() and link_to_remote with :update and remote_form_for with :update
Let me know if you run into any issues with it.
Mike
--
Mike Mangino
http://www.elevatedrails.com
2009 Apr 18
3
need help with tinc windows service
hi
im a newbie to networking and vpns.so plz pardon my mistakes.
i installed tinc 1.0.9 and followed the tinc setup instructions as in
the tinc-windows example.
after i hav started the tinc service with tincd -n command the service
starts and then stops abrupty giving the message
" the tinc.test service on the local computer has started and then
stopped.Some services stop automatically if
2011 Apr 17
2
Tail Call Elimination?
Dear R-programmers,
I am trying to program a Newton-Raphson in R (yes, i will try GSL, not right
now), and it would be a real boon if R had tail call elimination, so that a
recursive program has a guarantee not to fail due to stack overflows, given
how slow loops in R are. I did look at the documentation, but could not find
a reason for it.
Regards,
Mohit Dayal
Researcher
Applied Statistics
2020 May 25
3
child killed by signal 6
Hello,
from time to time I keep getting problems with some emails causing
signal 6. I've already reported those, but it seems not to be easy to
find the cause. From the logs, it seems to occur in sieve implementation.
I've checked the email envelopes tody by accident, probably this part of
my telnet session might help:
a11 fetch 1 all
* 1 FETCH (RFC822.SIZE 16750 INTERNALDATE
2011 May 31
1
Projection Pursuit Index
Dear R-developers,
I am trying to experiment with projection pursuit (PP), and different
indexes for the same, especially using the tourr package. However, I've
noticed that a PP index in the said package is only a function of the
projected data. Could I modify the function so that the index sees the
projection bases instead (or in addition to the data) ?
Alternatively, if some other package
2008 Jan 25
3
Help
Hi,
I got command to execute R code from Mark.
but it was showing error..
Error in library(hopach) : there is no package called 'hopach'
Does it mean this library hopach is not installed. But I have
installed complete Bioconductor package.
I am confused.
can you help me in this
thanks
Regards,
--
Prateek Singh
Final year Bioinformatics(BTech)
Vellore Institute Of Technology
2011 Apr 14
1
Using GSL Routines
Dear R-programmers,
I am trying out certain methods in R, and the statistics require me to
calculate n-(sample size) dimensional equations. They are not really very
hard to solve - my home-brew implentation of Newton-Raphson in R succeeds
most of time with simulated data. (Note that I am assured of a unique
solution by theory). Problem comes in with real data, for which I should
really implement
2011 Jul 01
1
AS Algorithms
Dear R-programmers,
I would like to use one of the AS Algorithms that used to be published in
the journal Applied Statistics of the Royal Statistical Society (Series C).
FORTRAN code based on these are available on the Statlib website at
http://lib.stat.cmu.edu/modules.php?op=modload&name=PostWrap&file=index&page=apstat/
with the disclaimer,
*"The Royal Statistical Society
2020 Jul 31
3
UEFI boot blank screen post update
Hi folks,
I am able to install workstation successfully on a dedicated SSD w/ GPT
partition w/ UEFI boot using the latest `CentOS-8.2.2004-x86_64-dvd1.iso`
from a bootable pen drive.
The motherboard is ASRock x570 Gaming 4 (
https://www.asrock.com/mb/AMD/X570%20phantom%20Gaming%204/index.asp) w/
Ryzen 3600, 16G RAM, 1TB SSD in question.
However, after login, when I do a DNF update (which is
2020 May 25
1
child killed by signal 6
On 25/05/2020 12:06, Aki Tuomi wrote:
>> On 25/05/2020 13:00 Peter Nabbefeld <peter.nabbefeld at gmx.de> wrote:
>>
>>
>> Hello,
>>
>> from time to time I keep getting problems with some emails causing
>> signal 6. I've already reported those, but it seems not to be easy to
>> find the cause. From the logs, it seems to occur in sieve
2012 Oct 03
1
Echo Cancelation Algorithm Details and Tuning
Hi,
I am just starting up on SPEEX AEC algorithm and have couple of questions
around echo cancelation algorithm used in SPEEX.
1) Usually Echo Cancelation Algorithm has support for number of
components ?
- Non-Linear Processor (NLP)
- Automatic Microphone Gain Control (AGC)
- Transducer Equalization (EQ)
- Dynamic Range Compression (DRC)
- Ambient
2013 Dec 13
1
Question on Lazy VM Restore
Hello all,
I was wondering if there is an existing mechanism in Xen for
restoring a saved/checkpointed VM lazily. By that, I mean that the pages
of the VM should be mapped only on access.
Currently, restoring a VM from a snapshot seems to take a long
time [~20 seconds for 2 GB].
Assuming that there is no lazy-restore functionality, what would
be a good way to implement this? Using parts
2012 May 22
1
Dynamic resource scaling
Does Xenserver support dynamic scaling of CPU, memory and disk for guest VMs?
-abhi
2008 Jun 30
1
Fw: File Change notification in Samba
Samba version i m using is 3.0.30 over Red hat linux 9
Regards,
Prateek Mathur
Volker Lendecke <Volker.Lendecke@SerNet.DE>
06/30/2008 03:26 PM
Please respond to
Volker.Lendecke@SerNet.DE
To
Prateek.Mathur@lntinfotech.com
cc
samba@lists.samba.org
Subject
Re: [Samba] File Change notification in Samba
On Mon, Jun 30, 2008 at 02:54:32PM +0530, Prateek.Mathur@lntinfotech.com
2011 Jul 09
3
Unable to boot 3.0.0-rc kernels and Xen 4.1.1
Hi everyone,
I''ve compiled 3.0.0-rc6 from kernel.org , with all the pv_ops config
options set as per the Xen wiki. The kernel boots fine, but not in combination
with Xen. All i get is a completely blank screen , and after a minute or so the
machine reboots.
THe hypervisor seems to work OK with other (non-dom0 , 2.6.32.x)
kernels, i can see Xen startup messages, before it finally
2008 Jan 25
1
How to execute R code
Hi,
I have 'R' code in file. saved it as exmaple.r
here is the code.......
library("hopach")
GSE <- read.table("gene_expression_data",sep="\t",header=TRUE,row.names=TRUE)
gene.dist <- distancematrix(t(GSE),d="euclid")
gene.hobj <- hopach(t(GSE), dmat=gene.dist, mss="med")
labelstosil(gene.hobj$cluster$label,gene.dist)
I dont
2008 Jun 23
1
memory optimization for Samba
HI,
I am new to samba internals. I have to port samba on an embedded
target with strict memory constraints. I want to weather or not Samba can
be optimized for smaller memory footprints and if yes how? Can samba be
installed by removing some packages or is there any other version
available for embedded targets?
Any detail provided will be of great help.
Thanks
Prateek Mathur
2012 Oct 30
1
ntlm_auth allowing users which are denied access
Hi,
I am using samba 3.2.2 with freeradius . I have joined the domain &
able to authenticate users with ntlm_auth.
If in ADS-2003 I configure the Remote Access Permission for the user (
User-properties->Dial-in ) as Deny then if I use the "ntlm_auth
--username=user --password=password" I get NT_STATUS_OK. What could be the
reason for this behavior , or is there any patch
2002 Sep 20
1
replacing the default samba clients on Windows platforms
I want to replace the default samba clients with the one that I can
build using the client code from samba.org along with some modifications
to it. Is this possible? This is for Windows 2000/XP/Me systems. I would
like to know how can I do that so that all applications like the Windows
Explorer or others using the Windows Common Open Dialog can still access
the files on the samba server using