search for: niko

Displaying 20 results from an estimated 312 matches for "niko".

Did you mean: nico
2009 Feb 06
3
Maildir structure question
...ildir, I can read: " Directory Structure ~/Maildir/new, ~/Maildir/cur and ~/Maildir/tmp directories contain the messages for INBOX. The tmp directory is used during delivery, new messages arrive in new and read shall be moved to cur by the clients. " But in my Maildir, I see this: niko at petole:~$ ls -la Maildir/ total 144 drwxr-xr-x 35 niko niko 4096 2009-02-06 08:37 . drwxr-xr-x 25 niko niko 4096 2009-02-06 10:26 .. drwxr-xr-x 5 niko niko 4096 2009-02-06 09:16 .INBOX ... There are no 'cur', 'new' and 'tmp' directories in ~/Maildir, as written in the...
2012 Oct 23
3
[LLVMdev] precondition suggestion to LLVM
...mp; y>0)) a contruct like that that use __builtin_unreachable: int foo(int x, int y){ if(x>0 && y>0){ ...function codeblock... } { __builtin_unreachable (); } } I can get the optimization without really having a branch jump in the machine code?Thank you again, Niko Zarzani > Date: Mon, 22 Oct 2012 23:41:43 -0400 > From: xi.wang at gmail.com > To: koni10 at hotmail.it > CC: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] precondition suggestion to LLVM > > You may want to check this out: > > http://lists.cs.uiuc.edu/pipermail/llvm...
2012 Oct 22
5
[LLVMdev] precondition suggestion to LLVM
...tion (such as x>0) then it will be possible to better optimize the code given that information (which the compiler does not know).I am new in this field and I don't know if there are ways to tell the compiler preconditions (such as by using some preprocessing directives).Thank you in advance,Niko Zarzani -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121023/257a2358/attachment.html>
2009 Nov 22
0
Nikos Zaharioudakis wants to connect on LinkedIn
LinkedIn ------------ Nikos Zaharioudakis requested to add you as a connection on LinkedIn: ------------------------------------------ Romeo, I'd like to add you to my professional network on LinkedIn. - Nikos Zaharioudakis Accept invitation from Nikos Zaharioudakis http://www.linkedin.com/e/c640Z0zoY42Hba6yQ6iWhZknx...
2012 Oct 23
0
[LLVMdev] precondition suggestion to LLVM
On Mon, Oct 22, 2012 at 9:33 PM, Niko Zarzani <koni10 at hotmail.it> wrote: > Thank you, it was what I really was searching for :) > > However, I don't know if I well understood. I've find this link in the > second link which seemed what i was looking for: > http://nondot.org/sabre/LLVMNotes/BuiltinUnreacha...
2015 Jun 02
2
Re: [PATCH 2/3] inspection: Add support for CoreOS
On 02/06/15 17:10, Richard W.M. Jones wrote: Hello, > On Fri, May 29, 2015 at 12:24:58PM +0300, Nikos Skalkotos wrote: >> + if (collect_coreos_inspection_info (g)) { >> + guestfs_int_free_inspect_info (g); >> + return NULL; >> + } > Although this is stylistic, I think it's easier to understand if > you change the if condition to: > > if (collect_co...
2013 May 08
3
Upsampling while decoding / Updating
Dear Nikos, thanks! But you use Opus only for resampling, not for entirely replacing Speex, don't you? Greetings! Hermie Am 07.05.2013 22:53, schrieb Nikos Chantziaras: > The Opus resampler is actually a bugfixed version of the Speex one. Same > interface/API, but with the bugs removed. It'...
2013 Oct 04
5
php 5.1 to 5.3
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad! Thank you in advance. Nikos -- Untitled Document ------------------------------------------------------------------------ *?????? ????? - Gatsis Nikos* Web developer tel.: 2108256721 - 2108256722 fax: 2108256712 email: ngatsis at qbit.gr http://www.qbit.gr
2004 Aug 26
5
GLMM
I am trying to use the LME package to run a multilevel logistic model using the following code: ------------------------------------------------------------------------ ------------------------------------------- Model1 = GLMM(WEAP ~ TSRAT2 , random = ~1 | GROUP , family = binomial, na.action = na.omit ) ------------------------------------------------------------------------
2011 Aug 09
3
fail2ban help
...2ban-sasl (2 references) target prot opt source destination RETURN all -- anywhere anywhere The problem is that never ban bad logins. I tried to change action as port="imap,imaps,pop3,pop3s,smtp" but nothing change. Can somebody help me? Thank you, Nikos
2012 Oct 23
0
[LLVMdev] precondition suggestion to LLVM
Hi Niko, Do you mean branch prediction, i.e. __builtin_expect [1]? Many compilers support it, I think clang (LLVM's C/C++ frontend) is among them. - D. [1] http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html 2012/10/23 Niko Zarzani <koni10 at hotmail.it>: > Hi all, > Is there any way...
2019 Apr 10
3
parallel not found!
...ate parallel. Is like file is missing: parallel-20190322-3.2.noarch.r FAILED http://download.opensuse.org/repositories/home%3A/tange/CentOS_7/noarch/parallel-20190322-3.2.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found-:-- ETA Trying other mirror. Did i miss something? Thank you in advance. Nikos.
2013 Sep 12
1
[LLVMdev] (no subject)
...-time-passes'Maybe the warning is due to the fact that the timing code is disabled, but I am not sure since it doesn't seem to work on a simple file. Have I done something wrong or am I missing something? Do you have any other suggestion? I really appreciated your help!Thank you in advance, Niko > Date: Thu, 12 Sep 2013 12:35:44 -0500 > Subject: Re: [LLVMdev] (no subject) > From: willdtz at gmail.com > To: koni10 at hotmail.it > CC: llvmdev at cs.uiuc.edu > > To use options like "-time-passes" and "-stats" you need to prefix > them with "-...
2013 Sep 12
2
[LLVMdev] (no subject)
...and, as I was expecting, the compilation gave me no problems.Now I have a question, is there any way to set an option similiar to "-time-passes" to clang in order to get those information I was interested in?Or do you think there is another equivalent way to do that? Thank you in advance, Niko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130912/944e9286/attachment.html>
2010 Mar 11
3
Define column names to a series of data.frames
...e at once for all data.frames that the function objects(pattern = "SomePattern") can find? I've tried several things with assign, get, paste, for but I am not getting anywhere. I need to integrate this in a function that can handle lot's of data.frames and not only 6. Thank you, Nikos --- [1] I am stuck on this post: <http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg32063.html>. It reads: dframes <- c("a","b","c") cols <- c("one","two") df <- data.frame(11:20, 21:30) names(df) <- cols assign(dfra...
2013 May 07
2
Upsampling while decoding / Updating
Dear Nikos, thank you very much for your advice! I am not a little bit new to C++, and experiments (like using another third party library) always turn out to be days of work for me. That is why I would first like to try Speex's new internal resampling function. I am currently still using the old 1....
2019 Jun 27
15
raid 5 install
..., with 4*3Tb sata hdd as raid-5. We will use the graphical interface to install and set up raid. Do I have to consider anything before installation, because the disks are very large? Does the graphical use the parted to set/format the raid? I hope the above make sense. Thank you in advance. Nikos
2012 Oct 23
0
[LLVMdev] precondition suggestion to LLVM
You may want to check this out: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053924.html and also http://llvm.org/PR810 - xi On 10/22/12 6:05 PM, Niko Zarzani wrote: > Hi all, > Is there any way to tell LLVM some additional information about the > variables in the code in order to make better optimization? > For example, if my function has a certain precondition (such as x>0) > then it will be possible to better optimize the c...
2015 Jun 02
2
Re: [PATCH 2/3] inspection: Add support for CoreOS
...e 67 you have this: for (fs = fses; *fs; fs += 2) { if (guestfs_int_check_for_filesystem_on (g, *fs)) { guestfs_int_free_inspect_info (g); return NULL; } } I don't see the bug. On 02/06/15 18:30, Richard W.M. Jones wrote: > On Tue, Jun 02, 2015 at 06:18:38PM +0300, Nikos Skalkotos wrote: >> On 02/06/15 17:10, Richard W.M. Jones wrote: >> Hello, >> >>> On Fri, May 29, 2015 at 12:24:58PM +0300, Nikos Skalkotos wrote: >>>> + if (collect_coreos_inspection_info (g)) { >>>> + guestfs_int_free_inspect_info (g); >&...
2019 Aug 05
1
Strange apache problem
On 5/8/2019 1:20 ?.?., Nikos Gatsis - Qbit wrote: > > On 3/8/2019 3:00 ??.??., centos-request at centos.org wrote: >> On 8/2/2019 6:23 AM, Nikos Gatsis - Qbit wrote: >>> After update last centos packages, greek characters from sql request >>> look like question marks ????? >> Inspect the ra...