search for: zhukov

Displaying 8 results from an estimated 8 matches for "zhukov".

Did you mean: zhekov
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first 50 characters of the string) String#[0..49] would give me the first 50 bytes not 50 characters.. I know there is jcode library, but it only let you count number of characters in utf-8 string. unicode gem doesn''t seem to help much. unicode_hacks gem seem to solve the problem, but it also seems to
2007 Feb 04
4
tc ingress + iptables mark problem
Hi guys , i am starting to "play" with qos in linux. Well , i am trying to setup an ingress filter but i do not know why it is not working. tc add qdisc dev eth0 ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 160kbit burst 256kbit drop flowid :1 After that : iptables -A PREROUTING -t mangle --sport 80 -j MARK --set-mark 1 So , i think this
2006 Oct 27
1
Echo cancellation in speex 1.2 beta1 problem
Hi Speex Developers, I'm Andrey Zhukov, the developer of PI-CONSULT GMBH company. Building a voip application that uses your libraries, i have found the strange problem with the latest version of Speex Libs. Our application works under win32, and i used before version speex 1.1.12 ( were built from sources). It seems i have resolved t...
2006 Mar 22
0
multiple virtual hosts within sigle rails installation
...l rewriting (with lighttpd) - looks like it doesn''t work for rails pages - dispatch.fcgi always gets the full url without rewriting. Url rewriting works with static files though. Any suggestions how I can accomplish this wihtout patching rails dispatch methods? -- best regards, Alex Zhukov baron.pampa@gmail.com
2013 Jul 02
0
[Announce] Samba 4.0.7 Available for Download
...s4:winbind: Don't leak libnet_context into the main event context. o Andreas Schneider <asn at samba.org> * BUG 9881: Check for system libtevent. o Michael Wood <esiotrot at gmail.com> * BUG 9964: docs: Avoid mentioning a possibly misleading option. o Vadim Zhukov <persgray at gmail.com> * BUG 9888: More generic check for OpenBSD platform. ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or by joining the #sa...
2013 Jul 02
0
[Announce] Samba 4.0.7 Available for Download
...s4:winbind: Don't leak libnet_context into the main event context. o Andreas Schneider <asn at samba.org> * BUG 9881: Check for system libtevent. o Michael Wood <esiotrot at gmail.com> * BUG 9964: docs: Avoid mentioning a possibly misleading option. o Vadim Zhukov <persgray at gmail.com> * BUG 9888: More generic check for OpenBSD platform. ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or by joining the #sa...
2006 Mar 04
29
Getting RJS / EgdeRails working
Hi, using Rails 1.0 on windows (without svn yet) I just wrote "rake freeze_edge". Are the RJS-templates already included then ? When I write "rake update_javascripts" I receive this error: svn: ''.'' is not a working copy Any tipps for a newbie on how to get the update done (if neccessary) ? thx Jan
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated