search for: blick

Displaying 18 results from an estimated 18 matches for "blick".

Did you mean: click
2008 Feb 15
2
[LLVMdev] Some questions about live intervals
...approach is fine. Please commit. Thanks! > > Evan I don't have a commit access to the SVN repository. Therefore I cannot commit it myself. Should I better apply for getting a commiter access or should I simply send you the final version of the patch? -Roman Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail
2002 Dec 27
4
VPN Access Security Issues
This isn''t a 100% Shorewall topic but since this list relates to internet security and it''s issues I thought this might be a good place to start. I have setup a company firewall using Mandrake Linux 9.0, Shorewall 1.3x and PPTPD v2.4.1, and a few other networking services. Thanks to Shorewall the firewall as tested is secure and the VPN is working fine with MPPE-128 Encryption.
2007 Oct 05
0
Sample size for reference data (with covariate)
Hello! Is there a possibilty in R to calculate the sample size for evaluation of reference values? Especially reference values with a covariate age and a factor gender? Any help will be appreciated. Thanks! Karl Heute schon einen Blick in die Zukunft von E-Mails wagen?
2007 Nov 09
0
Automated Binning for building predictive models
...on that enough data are within each group (approx. 5%). Is there a method in R available which allows for an automated grouping/binning for that purpose? I know that e.g. SPSS has such a feature. I think such a feature is helpful in the modeling process. Regards, Pano Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail [[alternative HTML version deleted]]
2009 Jun 05
1
Non-english character issue with uTorrent
I am using utorrent to use torrents from a particular torrent site which I haven't been able to make their torrents work with KTorrent. I have an issue with one of them, when I attempt to save it in utorrent I get "Unable to save .torrent to C:\...\Kein Blick zurLck.torrent". I believe that this is caused by the cyrillic character in the name, which replaces the German "?" in the name. Is there a way to alter the prefix so that it "tolerates" non-english characters? Thanks.
2008 Feb 15
0
[LLVMdev] Some questions about live intervals
...>> Evan > > I don't have a commit access to the SVN repository. Therefore I cannot > commit it myself. Should I better apply for getting a commiter access > or should I simply send you the final version of the patch? > > -Roman > > > > Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2004 Jan 12
1
tinc and ipcop
On Mon, Jan 12, 2004 at 02:11:38PM +0100, Ralf Petry wrote: > more or less just a general question: i am running a suse linux 8.1 as > a server and ipcop 1.2 (and at another place ipcop 1.4) as > firewall/router. > i would like to achieve the following: allow a certain company (with > windows server and clients) to connect > to my network via vpn. where would i set up tinc? on
2007 Nov 26
1
prio qdisc broken?
...n an educated guess: Could it be that skb->priority used to be set according to the TOS field by default and that this changed after the implementation of prio? So, can somebody confirm or deny that the problem I see is real? Is there a fix? Thanks in advance Joerg Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
2011 Dec 01
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...insam trifft und offen ist für neue Ideen, innovative Konzepte und pragmatische Lösungsansätze - selbstständiges Arbeiten, flexible Arbeitszeiten und ein entspanntes Umfeld - jede Menge Freiheit bei der Einrichtung der Arbeits- und Entwicklungsumgebung - einen modern ausgestatteten Arbeitsplatz mit Blick auf den Kölner Dom - vielfältige Fort- und Weiterbildungsmöglichkeiten - Teilnahme am Großkundenticket der KVB ("Jobticket" für den Verkehrsverbund Rhein-Sieg) Bei Vorliegen der tarifrechtlichen Voraussetzungen erfolgt die Eingruppierung in Entgeltgruppe 9 TV-L. Allgemeines: prometheus...
2008 Feb 01
0
[LLVMdev] Some questions about live intervals
> Actually, Sarkar's algorithm can split only at block boundaries, as far > as I understand. This can be an obstacle for very long basic blocks. > One of the interesting ideas could be to introduce live-range splitting > into his algorithm. As far as I understand it, it can also split in the interior of basic blocks, because of pre-colored registers, otherwise it would not be
2013 May 03
7
Dovecot Postfix Quota Policy Service
Hallo zusammen, ?ber den Policy Service von Dovecot zum Abfragen der User Quotas wurde ja schon diskutiert - auch gibt es eine gute Anleitung zum Einrichten, nur leider bekomme ich den Policy Server nicht korrekt konfiguriert. Folgende Fehler werden protokolliert: May 3 22:00:13 mail postfix/smtpd[17463]: warning: access table unix:private/quota-status entry has empty value May 3 22:00:42
2007 Dec 01
1
1.1.Beta9 deliver problem: Unknown mail storage driver raw
Hello, I'm new to dovecot, trying to configure a Postfix/Dovecot system. Got everything in place - smtp with dovecot SASL and imap working fine, maildir is created, thunderbird logs in successfuly .. but the Dovecot LDA gives me this error on delivery: "Couldn't create internal raw storage: Unknown mail storage driver raw". I tried searching the configuration manual,
2008 Feb 12
0
[LLVMdev] Some questions about live intervals
On Feb 10, 2008, at 11:44 PM, Roman Levenstein wrote: > Hi Evan, > > --- Evan Cheng <evan.cheng at apple.com> wrote: > >> Thanks. One question though. Should getMBBFromIndex() assert if given >> an index out of the range or simply returns a NULL pointer? I would >> think the later makes it a bit more friendly. > > Yes. It would be more friendly, probably.
2008 Feb 11
2
[LLVMdev] Some questions about live intervals
Hi Evan, --- Evan Cheng <evan.cheng at apple.com> wrote: > Thanks. One question though. Should getMBBFromIndex() assert if given > an index out of the range or simply returns a NULL pointer? I would > think the later makes it a bit more friendly. Yes. It would be more friendly, probably. I can submit such a patch, if you think it suits better. On the other hand I want to
2008 Feb 01
3
[LLVMdev] Some questions about live intervals
Hi Fernando, > Hi, Roman, > > we have an implementation of an allocator for LLVM that, like > Sarkar's, allows to split live ranges at any program point. You can > find > its description here: > > http://compilers.cs.ucla.edu/fernando/publications/drafts/long_PereiraPalsberg07.pdf > I've read your paper already. It is a very interesting approach! But
2008 Jan 17
4
steps to install xen3.1 from source
hi all, i want to install xen3.1 on my system, suse linux enterprise server 10 SP1 (kernel 2.6.16.46-0.12). i download the tarball binary file. it contains only "vmlinuz-2.6.18-xen" and "xen-3.1.gz", no initrd. but see the following code in my grub menu.lst, it seems like i need the initrd file. i tried the installation with this binary Tarball, it didn''t work.
2008 Feb 23
5
Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Hi @ All, I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822 That meand I copied the to dll-files to home/.wine/win32 The Installation was successfull. No Errors. Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your