Displaying 11 results from an estimated 11 matches for "illusori".
Did you mean:
illusory
2011 Oct 15
4
Thoughts regarding the database compromise....
1] not using secure http for log-ins seems a bit 20th century.
2] to join this mailing list, I needed to send my new credentials over unsecured http - see 1] above.
3] to change password from the compromised reset password, I need to use unsecured http - see 1] above.
My point here is that if you are saddened, upset or concerned about the compromise, might the 3 above points also be on the list
2005 Nov 17
2
OggPCM2 : chunked vs interleaved data
Sampo Syreeni wrote:
> Secondly, I'd like to see the channel map fleshed out in more detail.
Sampo,
I did flesh out the wiki a **little** more. Is the intent clearer now?
> (Beware of the pet peeve...)
What is that pet peeve?
> IMO the mapping should cover at least the
> channel assignments possible in WAVE files, the most common Ambisonic
> ones, and perhaps some added
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
On Nov 24, 2014, at 11:04 AM, Les Mikesell <lesmikesell at gmail.com> wrote:
> On Mon, Nov 24, 2014 at 11:38 AM, Leon Fauster
> <leonfauster at googlemail.com> wrote:
>>
>> best practice is to not use clear text protocols anymore.
>
> Umm, yeah. Encrypted protocols would never be compromised?.
That?s absolutist thinking. There is no such thing as absolute
2004 Jul 22
1
viewing Postscript file
Is there any R function that can display a Postscript file that is already in the working directory? For example, if 'graph.ps' is such a file, I'd like to type something like this:
> plot.postscript.file(file = 'graph.ps')
If no such function exists, I'd be interested in a way to use existing R functions to do this under UNIX or Windows, preferably without a system
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 11:38 AM, Leon Fauster
<leonfauster at googlemail.com> wrote:
> Am 24.11.2014 um 18:11 schrieb Frank Cox <theatre at melvilletheatre.com>:
>> On Mon, 24 Nov 2014 08:46:33 -0600
>> John R. Dennison wrote:
>>
>>> Why are you wanting to use telnet in the first place?
>>
>> I don't know what his use case is, but I
2007 Jan 22
2
Mode 0x1b4 errors in logs, unable to save Word documents
Hi all,
Our users have started to complain that some of the time they're unable
to save Word documents to our Samba drive - Word tells them the disk
is full. I had a look at the logs, and there are a lot of weird
"Function not implemented" errors. These have been there for a while,
but the "Operation not permitted" ones seem new. Nothing on the server
has changed.
2001 Oct 02
1
calling browser in Windows
I'm working on the interface to LiveGraphics3D (Java applet for dynamic
3D graphics) that I mentioned earlier on the list, and I've hit a
cross-platform problem.
I want to allow the option of popping up a browser or opening the file
in a browser automatically. On Unix, the following (stolen from
help.start()) works:
system(paste(browser, " -remote \"openURL(", url,
2006 Aug 05
22
MySQL vs SQLite
I have an application where speed is probably the #1 priority here. I am
using MySQL 5.0.22. Would SQL be considerably faster than MySQL?
I know this has been discussed before, but the search on the forums is
not working.
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
2005 Nov 17
0
OggPCM2: channel map
On 2005-11-17, Erik de Castro Lopo wrote:
> I did flesh out the wiki a **little** more. Is the intent clearer now?
Yes. Channel map type tells us what the primary interpretation of the
stored signals is. Channel definitions are there to tell which stored
channel corresponds to which abstract channel in the type. Channel
conversions define downmixes to secondary formats, as they do in MLP,
2005 Nov 17
2
OggPCM2: channel map
> Yes. Channel map type tells us what the primary interpretation of the
> stored signals is. Channel definitions are there to tell which stored
> channel corresponds to which abstract channel in the type. Channel
> conversions define downmixes to secondary formats, as they do in MLP,
> and might end up being ignored unlike the channel map.
I think the channel conversion will
2010 Sep 09
5
Highlighting a few bars in a barplot
Hello,
I have a bar plot where I am already using colour to distinguish one set
of samples from another. I would also like to highlight a few of these
bars as ones that should be looked at in detail. I was thinking of
using hatching, but I can't work out how or if you can have a background
colour and hatching which is different between bars. Any suggestions on
how I should do this?
Thanks