search for: sikora

Displaying 20 results from an estimated 34 matches for "sikora".

2007 Jan 26
2
strange behaviour with equality after simple subtraction
hello, today while trying to extract data from a list for subsequent analysis, i stumbled upon this funny behavior on my system: > x<-c(0.1,0.9) > 1-x[2] [1] 0.1 > x[1] [1] 0.1 > x[1]==1-x[2] [1] FALSE > x[1]>1-x[2] [1] TRUE > x<-c(0.3,0.7) > x[1] [1] 0.3 > x[2] [1] 0.7 > 1-x[2] [1] 0.3 > x[1]==1-x[2] [1] FALSE but: >
2012 Feb 26
0
[LLVMdev] shared bitcode modules / dynamic linking.
On Saturday 11 of February 2012 14:29:10 Paweł Sikora wrote: > Hi, > > afaics in manuals the llvm-{link,ld} tools only can merge bitcode files > into one bigger piece which looks like a static-linking from the c/c++ world. > i'm wondering is it any possibility to link bitcode elements dynamically > in the same way as e.g. c#/msi...
2019 Feb 11
2
[cfe-dev] [8.0.0 Release] rc2 has been tagged
On Fri, Feb 8, 2019 at 9:53 AM Paweł Sikora via cfe-dev < cfe-dev at lists.llvm.org> wrote: > ----- Oryginalna wiadomość ----- > > Dear testers, > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Hi, > > i've noticed a compile error with rc2 and libc++ (release_80 @svn). l...
2012 Feb 11
2
[LLVMdev] shared bitcode modules / dynamic linking.
Hi, afaics in manuals the llvm-{link,ld} tools only can merge bitcode files into one bigger piece which looks like a static-linking from the c/c++ world. i'm wondering is it any possibility to link bitcode elements dynamically in the same way as e.g. c#/msil assemblies? static linking into one executable looks horrible - any change in library used in project forces relinking of everything.
2024 Apr 16
0
nginx-1.25.5
...ые сервера в модуле stream. *) Добавление: модуль ngx_stream_pass_module. *) Добавление: параметры deferred, accept_filter и setfib директивы listen в модуле stream. *) Добавление: определение размера строки кеша процессора для некоторых архитектур. Спасибо Piotr Sikora. *) Добавление: поддержка Homebrew на Apple Silicon. Спасибо Piotr Sikora. *) Исправление: улучшения и исправления кросс-компиляции для Windows. Спасибо Piotr Sikora. *) Исправление: неожиданное закрытие соединения при использовании 0-RTT в QUIC. Спасибо В...
2024 Apr 16
0
nginx-1.25.5
...*) Feature: the ngx_stream_pass_module. *) Feature: the "deferred", "accept_filter", and "setfib" parameters of the "listen" directive in the stream module. *) Feature: cache line size detection for some architectures. Thanks to Piotr Sikora. *) Feature: support for Homebrew on Apple Silicon. Thanks to Piotr Sikora. *) Bugfix: Windows cross-compilation bugfixes and improvements. Thanks to Piotr Sikora. *) Bugfix: unexpected connection closure while using 0-RTT in QUIC. Thanks to Vladimir Khomutov....
2011 Jul 27
0
udev regression in 2.6.1 (was: new entry in nut-usbups.rules for orvaldi ups)
Hi Pawel, 2011/7/26 Pawel Sikora <pluto at agmk.net> > On Tuesday 26 of July 2011 14:33:15 you wrote: > > Hi Pawel, > > > > 2011/7/26 Pawel Sikora <pluto at agmk.net> > > > > > Hi, > > > > > > i have an orvaldi ups > > > http://en.orvaldi.com/index.php/en/...
2012 Dec 25
0
nginx-1.3.10
...ve. *) Bugfix: nginx could not be built with the ngx_http_perl_module in some cases. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_xslt_module was used. *) Bugfix: nginx could not be built on MacOSX in some cases. Thanks to Piotr Sikora. *) Bugfix: the "limit_rate" directive with high rates might result in truncated responses on 32-bit platforms. Thanks to Alexey Antropov. *) Bugfix: a segmentation fault might occur in a worker process if the "if" directive was used. Thanks...
2013 Feb 12
0
nginx-1.2.7
...ik. *) Bugfix: nginx could not be built with the ngx_http_perl_module in some cases. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_xslt_module was used. *) Bugfix: nginx could not be built on MacOSX in some cases. Thanks to Piotr Sikora. *) Bugfix: the "limit_rate" directive with high rates might result in truncated responses on 32-bit platforms. Thanks to Alexey Antropov. *) Bugfix: a segmentation fault might occur in a worker process if the "if" directive was used. Thanks...
2008 Oct 10
2
Another "I'm I right" question...
I''m pretty sure that there''s a better way to do this: @roles = Role.find(:all) @selected_role = Role.find(@user.role_id) Can someone help me? --~--~---------~--~----~------------~-------~--~----~ 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
2008 Sep 17
2
RCurl compilation error on ubuntu hardy
....0 has been released a few weeks ago) and RCurl, which you can obtain from within R by typing: install.packages("RCurl", repos = "http://www.omegahat.org/R") The new version of RCurl (>= 0.9.2) worked fine for me, while 0.9.0 and 0.9.1 did not. Hope this helps. Joern martin sikora wrote: dear list members, i'm having a problem installing the biomaRt package on my linux machine, due to the fact of a compilation error with RCurl. i am using R 2.6.2 on fedora 7, and this is the output i get: gcc -m32 -std=gnu99 -I/usr/include/R -I/usr/include/R -DHAVE_LIBIDN_...
2011 Jul 26
0
new entry in nut-usbups.rules for orvaldi ups.
Hi Pawel, 2011/7/26 Pawel Sikora <pluto at agmk.net> > Hi, > > i have an orvaldi ups > http://en.orvaldi.com/index.php/en/product_catalog/product_view/11/162 > and it works fine with blazer_usb driver. could you please add a new udev > rule? > > # ORVALDI 750/900SP - blazer_usb > ATTR{idVendor}==&...
2012 Jan 30
0
nginx-1.1.14
Changes with nginx 1.1.14 30 Jan 2012 *) Feature: multiple "limit_req" limits may be used simultaneously. *) Bugfix: in error handling while connecting to a backend. Thanks to Piotr Sikora. *) Bugfix: in AIO error handling on FreeBSD. *) Bugfix: in the OpenSSL library initialization. *) Bugfix: the "proxy_redirect" directives might not be correctly inherited. *) Bugfix: memory leak during reconfiguration if the "pcre_jit" directiv...
2012 Mar 28
0
nginx-1.1.18
...$tcpinfo_rcv_space variables. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD. *) Feature: the "xslt_param" and "xslt_string_param" directives. Thanks to Samuel Behan. *) Bugfix: in configure tests. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: nginx could not be built on Debian GNU/Hurd. Maxim Dounin
2012 Mar 28
0
nginx-1.1.18
...cpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd É $tcpinfo_rcv_space. *) äÏÂÁ×ÌÅÎÉÅ: ÄÉÒÅËÔÉ×Á worker_cpu_affinity ÔÅÐÅÒØ ÒÁÂÏÔÁÅÔ ÎÁ FreeBSD. *) äÏÂÁ×ÌÅÎÉÅ: ÄÉÒÅËÔÉ×Ù xslt_param É xslt_string_param. óÐÁÓÉÂÏ Samuel Behan. *) éÓÐÒÁ×ÌÅÎÉÅ: × configure. óÐÁÓÉÂÏ Piotr Sikora. *) éÓÐÒÁ×ÌÅÎÉÅ: × ÍÏÄÕÌÅ ngx_http_xslt_filter_module. *) éÓÐÒÁ×ÌÅÎÉÅ: nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ Debian GNU/Hurd. Maxim Dounin
2013 Mar 26
0
nginx-1.3.15
...nections_waiting × ÍÏÄÕÌÅ ngx_http_stub_status_module. *) äÏÂÁ×ÌÅÎÉÅ: ÔÅÐÅÒØ ÐÏÞÔÏ×ÙÊ ÐÒÏËÓÉ-ÓÅÒ×ÅÒ ÐÏÄÄÅÒÖÉ×ÁÅÔ IPv6-ÂÜËÅÎÄÙ. *) éÓÐÒÁ×ÌÅÎÉÅ: ÐÒÉ ÐÏ×ÔÏÒÎÏÊ ÏÔÐÒÁ×ËÅ ÚÁÐÒÏÓÁ ÎÁ ÂÜËÅÎÄ ÔÅÌÏ ÚÁÐÒÏÓÁ ÍÏÇÌÏ ÐÅÒÅÄÁ×ÁÔØÓÑ ÎÅÐÒÁ×ÉÌØÎÏ; ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 1.3.9. óÐÁÓÉÂÏ Piotr Sikora. *) éÓÐÒÁ×ÌÅÎÉÅ: × ÄÉÒÅËÔÉ×Å client_body_in_file_only; ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 1.3.9. *) éÓÐÒÁ×ÌÅÎÉÅ: ÏÔ×ÅÔÙ ÍÏÇÌÉ ÚÁ×ÉÓÁÔØ, ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÐÏÄÚÁÐÒÏÓÙ É ÐÒÉ ÏÂÒÁÂÏÔËÅ ÐÏÄÚÁÐÒÏÓÁ ÐÒÏÉÓÈÏÄÉÌÁ DNS-ÏÛÉÂËÁ. óÐÁÓÉÂÏ Lanshun Zhou. *) éÓÐÒÁ×ÌÅÎÉÅ: × ÐÒÏÃÅÄÕÒÅ ÕÞ£ÔÁ ÉÓÐÏÌ...
2010 Nov 05
2
segmentation fault in blazer_status().
Hi All, i'm running blazer_usb on my home orvaldi ups and i'm observing in dmesg one, two or three segafults of blazer_usb per day and notifications about broken/re-established communication like this: blazer_usb[2985]: Communications with UPS lost: status read failed! blazer_usb[2985]: Communications with UPS re-established today i've started ups service again with attached (c)gdb
2005 Sep 30
2
klibc loader crash...
Hi all, I've a simple program called empty.c :) $ cat empty.c int main(int argc, char* argv[]) { return 0; } $ cat empty410.s .file "empty.c" .text .p2align 4,,15 .globl main .type main, @function main: xorl %eax, %eax ret .size main, .-main .ident "GCC: (GNU) 4.1.0 20050922 (experimental)"
2019 Feb 07
9
[8.0.0 Release] rc2 has been tagged
Dear testers, 8.0.0-rc2 has been tagged from the release_80 branch at r353413. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they become available. Thanks, Hans
2010 Jun 07
0
nginx-0.7.40
...disabled for MSIE 7.0+. Thanks to Adam Lounds. *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Feature: the "chunked_transfer_encoding" directive. *) Feature: the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude variables. Thanks to Arvind Sundararajan. *) Feature: now the ngx_http_image_filter_module deletes always EXIF an...