Displaying 20 results from an estimated 25 matches for "slighti".
Did you mean:
slight
2006 Feb 08
8
[kind of OT] Software Remote connect to MacOS ?
Hi
sorry for the slighty out of topic question but I''m sure someone here will
be able to answer.
Does anyone use some kind of remote connection to connect to MacOS ? I''m
thinking of using VNC but I''d love to hear from other (especially secure)
alternatives.
I''m just fond of textmate, I have a dell laptop which I''d like to use as a
terminal.
kind
2015 Jun 30
3
pdf-printer
On 30/06/15 10:10, Koenraad Lelong wrote:
> Op 30-06-15 om 08:58 schreef Rowland Penny:
>
>>
>> Hi, did you read to the bottom of this wiki page :
>> https://wiki.samba.org/index.php/Virtual_PDF_Printer#Setup
>>
>> By my reading, if you add what it tells you, you should find a new log
>> file in '/var/log/samba/Pdfprint.log'
>>
>>
2012 Nov 06
2
[LLVMdev] LLVM IR generation as one of LLVM passes
Hi!
I'm new to LLVM and I'm planning to write a compiler, which would behave
slighty different than all current tools.
As an input it will not get text but it will read a file (lets assume for a
moment, that in this file there will be a graph structure).
Before generating IR code I want to be able to run optimalization and
analysis passes on this graph and after these passes I want to run
2001 Dec 12
1
running an old build of wine?
I've noticed lots of people posting to this board running ancient versions
of wine.
Upgrading or replacing wine is easy..but I know some of you are slighty
afraid of messing what you got set up already.
There are current binaries, rpms, and source here
http://www.winehq.com/download.shtml
I recommend getting the CVS snapshot rpm (the one on top) or to just use
cvs to get the source
2013 Dec 09
1
AtlantisLand don't want to wake up after the whiteout
2013/12/9 Fabio Cecamore <ceca_89 at hotmail.com>:
> and the UPS don't wake up after the whiteout..
2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:
> desc = "AtlantisLand Host Power 851+"
Is your UPS an 'Atlantis Land Host Power 851' or an 'Atlantis Land One
Power 841+'?
The first one should be using a slighty modified version of the
2012 Nov 06
0
[LLVMdev] LLVM IR generation as one of LLVM passes
On Mon, Nov 5, 2012 at 5:17 PM, Wojciech Daniło
<wojtek.danilo.ml at gmail.com> wrote:
> Hi!
> I'm new to LLVM and I'm planning to write a compiler, which would behave
> slighty different than all current tools.
> As an input it will not get text but it will read a file (lets assume for a
> moment, that in this file there will be a graph structure).
> Before
2015 Jun 30
2
pdf-printer
On 30/06/15 07:46, Koenraad Lelong wrote:
> Op 29-06-15 om 23:47 schreef Jack Downes:
>>
>
>>
>> Interesting, I don't read that log as not finding the printer, but
>> rather not finding the job. I think you're going to want to find out
>> where samba thinks it's writing file and validate that anything actually
>> goes in there. Turn up the
2015 Jun 30
2
pdf-printer
Hai Koenraad,
Just a suggest, what about and email adres to create your pdf files.
thats what im doing here.
like companypaper at domain.tld , which generates from excel doc etc to a pdf file with companypaper.
or plain at domain.tld same as above but no company logo.
or multipdf at domain.tld merge mutiple pdf files to 1. ( or multiple doc/xls files )
and this is much faster for us
2005 Jan 28
16
primary_key_prefix_type, support for non-integer primary keys
Hello!
I''m just starting out with Rails--and Ruby itself for that matter--and
have a couple of questions regarding primary_key_prefix_type and
non-integer primary keys.
I see in the ActiveRecord documentation [1] that by default the primary
key of a table "foo" is expected to be "id", though
primary_key_prefix_type this can be changed to :table_name or
2006 Feb 15
6
Draggables and overflow:auto
Hey guys. I''m trying to drag between two lists, except one list is
really long so I set a height on the <ul> with overflow:auto.
Unfortunately when I drag between the lists I can''t drag items outside
of the <ul> with the overflow on. Does anyone know how I can make this
work? I think I might be able to hack up something with rico''s live
tables, but that
2013 Dec 09
0
AtlantisLand don't want to wake up after the whiteout
Thanks for your reply Hyouko,
these are the actual not working parameters:
driver.parameter.offdelay: 60
driver.parameter.ondelay: 5
ups.delay.shutdown: 60
ups.delay.start: 300
and the UPS don't wake up after the whiteout..
My UPS is not so old :(
Il 09/12/2013 16.04, hyouko at gmail.com ha scritto:
> 2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:
>> Hi all,
> Hi
2015 Jun 30
0
pdf-printer
On 30/06/15 10:24, Rowland Penny wrote:
> On 30/06/15 10:10, Koenraad Lelong wrote:
>> Op 30-06-15 om 08:58 schreef Rowland Penny:
>>
>>>
>>> Hi, did you read to the bottom of this wiki page :
>>> https://wiki.samba.org/index.php/Virtual_PDF_Printer#Setup
>>>
>>> By my reading, if you add what it tells you, you should find a new log
2007 Aug 24
1
flac portable players
I have a Cowon iAudio G3 and I really like it. You would probably
be looking for one with a hard drive. I haven't tried playing FLAC
files with my iAudio, but I play Ogg/Vorbis files all the time. In my
opinion, based solely on the G3, they make good quality players (with
a few software bugs, that they fix), with a good overall feature set.
I like the G3 as a flash-based player because it
2013 Dec 09
2
AtlantisLand don't want to wake up after the whiteout
2013/12/6 Fabio Cecamore <ceca_89 at hotmail.com>:
> Hi all,
Hi
> I've problem with the management of my AtlantisLand UPS, the UPS don't want
> to wake up after the whiteout and I don't have any idea why..
Some (very old) units are known to have problems with small values for
ondelay (hence the default 3 minutes value):
2007 Jul 12
2
how to get the p-values from an lm function ?
Hi, dear R-users,
I am computing a liner regression by rating category using the 'by' function
as stated below:
tmp <- by(projet, rating, function(x) lm(defaults ~ CGDP+CSAVE+SP500, data =
x))
I would like to get not only the coefficients but also their p-values. I
can't find the command in the help pages to get them.
Does anyone have a suggestion ?
Thank you,
Benoit.
2001 Mar 09
1
Win200 Server and Samba
Hello everybody!
I've got a network with a working Windows2000 Server (acting as a file
server and being responsible for user authentification) and some Win2000
Professional Clients.
I want to do the following:
I want to integrate other Workstations to the existing Domain and I want to
integrate a Linux computer. Therefor I want to use Samba to share disk space
with the Win Clients. But there
2012 Nov 06
2
[LLVMdev] LLVM IR generation as one of LLVM passes
Thank you, I have seen this page, but before I start developing my tool and
digging deeply into LLVM I would love to know if I can generate LLVM IR in
one of passes (as a result of one pass, before running other).
Please answer this simple question :)
Thank you :)
2012/11/6 Eli Friedman <eli.friedman at gmail.com>
> On Mon, Nov 5, 2012 at 5:17 PM, Wojciech Daniło
>
2009 Dec 21
5
Thinderbird+delete+move to Trash folder
hi All,
I have a problem, which makes me headache. I can't find out, what is the
problem.
I have a mail szerver, which works just fine as expected, TB move
messages to trash folder after I delete it, and they are moved.
I have an other server. If I delete a message, it doesn't move to the
Trash folder. As deleted_to_trash plugin is installed, if I only mark
messages as deleted, they
2003 Feb 10
0
"valid userse = @anyGroup" breaks samba
Hello,
first of all, thanks to everyone who has responded to my questions lately. All
pointers are as always much appreciated.
That said, I have now narrowed down (and solved, sort of) the problem with the
mysterious "freeze effect"[1] I've been posting about. To put it in short
terms:
X = original smb.conf that's worked fine for a long time up until a power
outtage efter
2007 May 24
25
Specs for ApplicationController, where to put them?
The Rails ApplicationController (app/controllers/application.rb)
serves as an abstract superclass for all other controllers in a Rails
application and is a good place to put methods and filters which you
want all of your controllers to use. In my case I''m using it to
provide methods such as "current_user" and "logged_in?" etc.
By default, RSpec