Displaying 20 results from an estimated 161 matches for "tought".
Did you mean:
thought
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios
problems in the examples used. I wrote Patrick McHardy without getting
an answer (yet) so I tought this was a good place to ask. Does anybody
know how to contact him about this?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> &
<audio> with Markdown? Using the link or the img syntax?
Maybe:
[a film](film.m4v)
[an audio](audio.mp3)
could create:
<video src="film.m4v" controls><a href="film.m4v">a film</a></...
2007 May 02
2
Switching from mailbox to maildir.. duplicates!
...nsfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected "keep mail on server"
I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.
My first tought was to script in an X-UIDL header for each mail that
was converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..
is there anyone that has some experience with this, or knows if its
possible?
Many Greetings,
Lars Johansen
2009 Jan 13
5
If...while...or what else??
...ou can answer me...
That is, I've got some problems in using the if and while conditions in a
loop.
Substantially, I want to select rows in a dataset depending on an index
variable (suppose it ranges from 1 to 5), so to make a specific analysis
(homemade of course) on thie new dataset. Mi first tought has been to do a
double loop like this:
for i in 1:5{
for j in (i+1):5{
data = dataset[(variable==i) | (variable==j),]
##analysis
##analysis
}
}
This way I should select all the couples only once (gaining in efficiency I
hope). The fact is that this arrangement has a problem: that j ends up with...
2007 Aug 23
3
[PHP-AGI] Problem executing script
...var/lib/asterisk/agi-bin/rabot.agi == rabot.agi: Failed to execute '/var/lib/asterisk/agi-bin/rabot.agi': No such file or directory -- AGI Script rabot.agi completed, returning 0 == Auto fallthrough, channel 'Zap/4-1' status is 'UNKNOWN' -- Hungup 'Zap/4-1'I tought first that it was a problem of chmod so I change the chmod of all the directory agi-bin TO 777But it changed nothing. I have verify that php was well indicate at the beginning of the script :#!/usr/bin/php-qAnd there is a php exec at /usr/binAny ideas about this problem ?Thank for you helpKheraud
_...
2007 Feb 13
3
Error installing ROR on Ubuntu
...ng error message:
ERROR: While executing gem ... (Gem::InstallError)
gzip error installing /usr/local/lib/ruby/gems/1.8/cache/activesupport-
1.4.1.gem
It seems like it can''t install the activesupport dependency.
I even tried to update my gzip but it didn''t work either.
Any toughts on that?
Thank you.
Felipe
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsu...
2012 May 23
3
[LLVMdev] LLVM test a pass
...he best way to test if it work correctly.
Right now to test my pass, I'm compiling libtomcrypt with LLVM and an other time LLVM+my pass. After that I run the test framework of libtomcrypt
and compare the result.
Is there a best way to do that? Maybe using the test suite from LLVM is better (I tought it used some "very" particular piece of code to see if LLVM does it's job)?
Thx
Cheers
2023 Jun 16
2
using spn with winbind
...ommand is using user\domain
$ ls -al /home/domain.tld/brielmj
drwxr-x--- 4 DOMAIN\user DOMAIN\domain users 4096 Jun 15 17:10 .
$ grep AllowGroups /etc/ssh/sshd_config
AllowGroups lokale_gruppe DOMAIN\samba_gruppe
is there a way to use winbind the same way as I can do with sssd?
I've never tought about it, but i have a customer who want's to switch
from sssd to winbind and I can't find anything.
2008 May 23
2
Some problems with Sweave
...5 [3,] 3 6 3
6 3 6
My question is, How must I do To obtain in the pdf somethin near to
> matriz <- matrix(vector, nrow = 3, ncol = 6)
> matriz
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 1 4 1 4 1 4
[2,] 2 5 2 5 2 5
[3,] 3 6 3 6 3 6
I`ve tought in xtable but the aspect is not as the R console.
On the other hand I want show the list type R-treatment, the problem here
is in the LaTex compilation
I write in the .rnwd document
<<echo=T,results=tex>>=
lista <- list(cadena='String',vector=c(1,1,1),logica=TRUE)
lista$c...
2016 Oct 09
2
Win32: problem with tinc-up script
...mple add extra routing.
Without this, any route command will simply fail.
There is at least one problem. Tinc will hang when
user will use always connected TAP configuration.
Work around for that is to get info about media always
connected and just do not wait. I could not find
a easy way to do so tought.
Please do NOT merge it. While it works it needs futher
discussion how to handle that issue under windows.
Regards,
Borg
2007 Oct 26
2
Implementation of a Speex based hardware VOCODER
...rach goals is to implement a hardware vocoder, with low
bit rates, and a preferably free algorithm, to be used in this secure voice
system.
Actually, there is a functional system using a proprietary AMBE board
(also a very expensive one) with a bit rate of 4800bps. When I found this
project, I tought the vocoder hardware could be implemented based on the Speex
code, since it works with similar bitrates.
Is speex suitable for that? What are the main hindrances? I thought in
using some high speed uController (code would be implemented in C and ASM), or
a low cost FPGA (in wich the vocoder wo...
2023 Jun 17
2
using spn with winbind
...al /home/domain.tld/brielmj
> drwxr-x--- 4 DOMAIN\user DOMAIN\domain users??? 4096 Jun 15 17:10 .
> $ grep AllowGroups /etc/ssh/sshd_config
> AllowGroups lokale_gruppe DOMAIN\samba_gruppe
>
> is there a way to use winbind the same way as I can do with sssd?
>
> I've never tought about it, but i have a customer who want's to switch
> from sssd to winbind and I can't find anything.
>
Hi, Stefan,
I think you have something set up incorrectly, or you are connecting to
a DC, or something changed after Samba 4.17.8
I can logon using ssh with kerberos to a Uni...
2012 Sep 11
12
Start xen on UEFI system with grub
2006 Aug 09
2
layouts, stupid problem :P
hi! how can i put different layouts for the actions in the same
controller?
i was putting the layout always at the beginning of the controller, and
i tought, if i put a layout in an action, it would be work, but nop.
i mean:
UserAdminController < ApplicationController
layout ''admin''
...
def edit
layout ''edit_2''
...
end
end
how can i resolve my problem? ty!
--
Posted via http://www.ruby-forum.com/.
2016 Oct 05
4
[feature suggestion] pigeonhole - sendmail path for outgoing email
pigeonhole seems to use /usr/sbin/sendmail for its outgoing emails -
even tought that is does not seem to be documented anywhere. How about
setting to specify diffrent sendmail program path and parameters?
2007 May 02
1
Migrate from dovecot to dovecot.. new server
...nsfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected "keep mail on server"
I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.
My first tought was to script in an X-UIDL header for each mail that
was converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..
is there anyone that has some experience with this, or knows if its
possible?
Many Greetings,
Lars Johansen
2006 Jan 11
1
ActionMailing rendered pages
...I use something like this:
part :content_type => "text/html",
:body => render_message("optestweek", :week => week,
:profiles => profiles )
I have no more access to methods like "url_for" inside of
the template optestweek.rhtml.
Please, share ome toughts with me on this.
Tom
2003 Oct 14
1
"Turtle world" graphics in R
...played.
Thank you,
Gabriel
PS: Right now, I am using basic plotting R functions to plot the turtle
and its path. Before each turtle's movement, I "erase" the turtle be redrawing
it with the same color as the background but that does not look good as it
also erases everything ese. I tought of using large matrix (e.g 1000x1000) as
a representation of the turtle world and displaying it with contour() but
it is slow
to update after each user command.
PPS: I did ask a similar question 1 month ago but did not get any answer.
Probably
that my question was too long... I just would like t...
2005 Nov 24
1
font size in legend
Hy all
I use barplot to draw frequencies by dates.
On the x axis it shows only 1 date for 2 bars, i've understand why, because R cant put so much date on the same axis, it will get out of the graph.
that's why i tought about reducing the size of the font used to stamp the x axis.
anyone knows the right way? i've tryed par(cin) and barplot(cin=3) but it says i cannot do it at this level...
thks you all.
guillaume.
2005 Jan 27
1
Raid driver for Highpoint RocketRAID 454
Anyone who know if there exist drivers for Highpoints RocketRAID 454 for CentOS?
I didn't find any on their site for RedHat Enterprise, which I tought would work with centos, so.. anyone?
http://www.highpoint-tech.com/USA/bios_rr454.htm
/H?vard