Displaying 20 results from an estimated 159 matches for "thak".
Did you mean:
tha
2006 Jul 27
7
WebService
Hi all!
how do I make a WebService using rails?
thaks !
--
Cordialmente,
Carlos J?nior <junior@boanoitebh.com>
(31) 9244-6543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/f52d1e1c/attachment.html
2006 Nov 01
6
Java Web Phone
Hello list partners
you know about a softphone made in java attachable in a web page?
GNU!
Thaks in advance!______________________________
Visita http://www.tutopia.com y comienza a navegar m?s r?pido en Internet. Tutopia es Internet para todos.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061101...
2004 May 11
2
How to import file from excle?
Hi R-help
I have some question.
First I have data in Excle ,then I would like to fit distribution
from this data, how to import this data from excle? What's command?
Thaks for first answer
Second
I learn R program from The Basics of S and S-plus book because it's basic,
and then when I use command is attact(geyser) [follow from book] but I can't
.
Because it's command only S (i think some command can't use in R???)
Thanks
Best regards
Mathinee
2006 Oct 05
2
VGAM Package ?
Hi! R users
I would like to ask you where could we find the VGAM Package. I don't find
it in the list of packages.
Thak you for your help
Lassana KOITA
Etudes de S?curit? et d'Exploitation a?roportuaires / Safety Study &
Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical
Department
Direction G?n?rale de l'Aviation Civile (DGAC) / French Civil Aviation
Auth...
2010 Feb 05
2
number of Excel worksheets
Dear All,
I would like to count or list the names of the existing worksheets
within an .xls file. Any hints?
Thaks,
Gabor
--
Pozsgai G?bor
www.coleoptera.hu
www.photogabor.com
2005 Jul 19
2
Re: Low RAM -- Security Appliance distros ...
From: User Lists <clopmz at yahoo.com>
> Thak you for your responses.
> I will use CentOS-3 as a firewall..
Nothing against CentOS as a firewall, but you might
consider a distro that is more focused as a plop'n drop
"security applicance" distro:
http://www.ipcop.org
4-zone segmentation (WAN, DMZ, LAN, WLAN)
Integrated...
2013 Apr 10
3
fail2ban problem
...bles-multiport[name=sasl,
port="imap,imaps,pop3,pop3s,smtp", protocol=tcp]
sendmail-whois[name=sasl, dest=my at email]
logpath = /var/log/maillog
The same setup I have in several mailserver (fedora and centos 6 distro)
and all work fine.
Does someone faced the same problem?
Thak you in advance.
--
Untitled Document
------------------------------------------------------------------------
*?????? ????? - Gatsis Nikos*
Web developer
tel.: 2108256721 - 2108256722
fax: 2108256712
email: ngatsis at qbit.gr
http://www.qbit.gr
2011 Jun 29
2
Executing a script "hand-made" and time
...files like this (and make on the
if....for....loops and so on)... I need a computer with high RAM or to
"speed" this executing time I need other "technical hardware items"....
I´m sure my programmation can be simplied but anyway I hope someone can give
me his/her opinion.
Many Thaks in advance.
[[alternative HTML version deleted]]
2011 Jun 23
2
getting twitter followers into our rails application
...erybody,
I have integrated OAuth into my app. Now I want to get the follower
lists for the user who has authenticated using OAuth.
My app works on ruby on rails. And i want to know how i can fetch the
followers list for the current logged in user.
Can someone tell me if they have done it before?
thaks
+++++++++++++++
Pravin Mishra
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to...
2005 Sep 24
3
Install and load packages
Dear R-users,
I would like to know what are the commands to install (from a local zip file) a package and then to load it.
Thaks all,
Bests,
Caio
"Perco a consciencia, mas n併o importa, encontro a maior serenidade na alucina佺ao. 伾 curioso como n併o sei dizer quem sou. Quer dizer, sei-o bem, mas n併o posso dizer. Sobretudo tenho medo de dizer, porque no momento em que tento falar, n併o s侒 n併o exprimo o que sinto como...
2017 Sep 01
2
Precision error in time index of ts objects
...titute(e2))[1L]), :
non-intersecting series
and indeed, comparing the indices gives:
> time(x)[1]-time(z)[1]
[1] 3.183231e-12
Is this a bug in R, or is it one of the expected precision errors due
to the use of limited precision floats?
I am using R 3.4.0 (2017-04-21) on Windows (64-bit).
Thaks!
Andrea Altomani
2004 Feb 11
6
lapply and dynamically linked functions
Hi all,
I'm trying to use lapply on a list with the following command:
out<-lapply(mylist,myfun,par1=p,par2=d) (1)
where
myfun<-function(x,par1,par1) {.....} (2)
now this function is in fact a wrapper for some Fortran code I have
written so I think this might be the problem. When I call lapply() as in
(1) I get the following message:
Error in get(x,
2006 Oct 09
2
Can't make wine work... Wrong libraries loaded?
...ls libraries, but when I try the command ldd wine, it seems to me that wine is loading a different version of the pthreads library.
Could anyone with a wine working enviroment send me the output of the ldd wine command just to make sure I am right? Does anybody knows how this should work at all?
Thaks!
My former message follows bellow:
I have moved to wine-0.9.21(that I have compiled myself) recently and nothing works for me, not even winemine. Got messagens like this one below:
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x6096c20e (thread 0009), starting debugger......
2017 Feb 21
3
What is the proper usage of LLVMContext?
...situation used multiple `LLVMContext`s.
For example,
{
{
llvm::LLVMContext ctx1;
// some code
}
{
llvm::LLVMContext ctx2;
// some code
}
{
llvm::LLVMContext ctx3;
// some code
}
}
or
{
llvm::LLVMContext ctxs[] = {....}
// some code
}
I'd like to know the appropriate usage of LLVMContext. Thak you very much
for reading.
Sincerely,
Ryo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170221/19ca2a2c/attachment.html>
2004 Oct 31
1
Flags Ignored
...I saw that software running under SuSE 9.1 (with latest wine's RPM
package for this distrib). This is the only error i get. Sometime,
Wavelab's splash screen comes and somtimes it does not.
Knowing the meaning of this message would help me to find where to
search to solve the problem.
Thaks a lot.
2016 Nov 13
1
Attach libvirt guest to an existing openvswitch port
...ecified in <target dev=''/>, wiping the
exixting settings and always deletes this port upon domain shutdown,
thus making me loose ovs configuration.
Could you, please, tell me how should I configure an interface or
libvirt itself to avoid this libvirt's greedines.
libvirt 2.4.0
Thak you.
Ivan.
2015 Sep 03
1
Reverse domain
...};
>> };
>>
>> But that raises more questions than answers.
>>
>>
>>
>
> First and foremost, I am sure I have already told you this, you must
> create the reverse zone, it is not created for you, use samba-tool.
I will look at the wiki for this. thaks
>
> You do not add the reverse zone to the name flat files it goes in AD.
>
> And finally, the dhcp set up you say I 'cobbled together' works, it
> leads to logs like this:
I meant your named.conf that you said you took from mulitple files.
Sorry. Did not at all mean to...
2011 Jan 28
2
OT: Recommendations for a virtual storage server
...al machines.
It is very important that the virtual machine consumes the least resources
possible (host has 5GB RAM and i need to run three virtual machines minimum,
including this storage server as a virtual machine).
What can be better solution: CentOS, NexentaStor, openfiler ...??
Many thaks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2004 Sep 24
1
Fastrak TX2000 & CentOS 3.3
Trying to install FastTrak TX2000 in box with CentOS 3.3 (kernal
2.4.21-20.EL.c0) install.
Just downloaded Redhat 8/9 driver from Promise.
But "sh install" says correct driver not found on diskette. Any suggestions?
Thaks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20040924/8b0ac1bf/attachment-0002.html>
2004 Oct 08
1
versions?
Good day all
How is asterisk version
I'm having problems with 1.0.0 and 1.0.1
If I'm starting asterisk it give problems with the modules saying
unresolved symbols
Please give some input
Thaks
Altus