[android-developers] Problem opening page with javascript pop ups in webview

2010-09-27 Thread KK
in a WebView. I have implemented my WebViewClient and overridden the shouldOverrideUrlLoading. I am getting the call to shouldOverrideUrlLoading whenever I click on A, but not getting it when I click on B or C? Can someone help me as to why this is happeneing? Thanks KK -- You received this message

[android-developers] Re: Problem opening page with javascript pop ups in webview

2010-09-27 Thread KK
) means to block the popup. On Mon, Sep 27, 2010 at 6:07 AM, KK krishnakumar.ramachand...@gmail.com wrote: I am very new to both android webkit and javascript. I have a web page with 3 links (say A,B,C). When I open that page on my PC browser(Chrome), and click on the links, A opens

[android-developers] Re: Problem opening page with javascript pop ups in webview

2010-09-27 Thread KK
I went through the page source and it looks like the 2 links that are not supported are opened as IFRAMEs. are IFRAMEs supported by WebView? On Sep 27, 5:08 pm, KK krishnakumar.ramachand...@gmail.com wrote: I tried that.. onCreateWindow of WebChromeClient does not seem to get called. On Sep

[Google Maps API v3] Re: 中国地图和卫星地图 不能重合的问题

2010-09-23 Thread kk
It seems ok for me, I am using http://maps.google.com/maps/api/js?sensor=falseregion=cn Can you show your code? kk -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to this group, send email to google-maps-js-api

[android-developers] Re: MediaPlayer showstopper bug - please help

2010-09-23 Thread kk
. Thanks again for the response. cheers, kk. On 23 Sep, 16:44, Jason jason.poli...@gmail.com wrote: Wow.. that IS weird. I'm not sure what the problem is here, but there are a couple of things I do differently: 1. Don't use MP3.  Apparently the MP3 decoder on Android is a bit crufty.  I

Re: [nox-dev] where can I get nox-gui.py?

2010-09-22 Thread kk yap
Hi Duong, The way to show flows has changed. You need to populate flowroute_cache to see them. This is to give experiment on control on what flows to show. Regards KK On 22 September 2010 00:23, duong nguyen duong.vn...@gmail.com wrote: I think ENVI (git) lack of something to display flow

Re: [nox-dev] where can I get nox-gui.py?

2010-09-22 Thread kk yap
Hi Duong, There is a set_route function in the flowroute_cache component. You can find more details in the doxygen documentation. Regards KK On 22 September 2010 07:44, duong nguyen duong.vn...@gmail.com wrote: Hi KK, Can you explain more concretely. where should I populate flowroute_cache

[android-developers] MediaPlayer showstopper bug - please help

2010-09-22 Thread kk
) { e.printStackTrace(); m_mediaPlayer = null; return false; } return true; = cheers, kk. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [nox-dev] where can I get nox-gui.py?

2010-09-21 Thread kk yap
Hi Duong, Thanks for your interest in my work. cc-ed nox-dev for others' knowledge. Kyriakos is working on the GUI code itself. I think he is planning to push this to the destiny branch. But I will not promise that for him. Kyriakos, would you care to comment? Regards KK On 21 September

Re: [nox-dev] where can I get nox-gui.py?

2010-09-21 Thread kk yap
Hi, We shifted the protocol for LAVI and ENVI has not been updated. So we need a translator for that (hopefully for the time being). More resource/information here. http://www.openflowswitch.org/wk/index.php/LAVI#Setup_and_Installation Regards KK On 21 September 2010 13:09, duong nguyen

Re: [nox-dev] where can I get nox-gui.py?

2010-09-21 Thread kk yap
Hi Duong, You should run lavi_switches, lavi_swlinks, etc. You can find what is needed by looking at the doxygen documentation. Regards KK On 21 September 2010 15:06, duong nguyen duong.vn...@gmail.com wrote: ps: can you give me the concrete command to start LAVI. I ran the Translate file

Re: [nox-dev] compile error at openflow-0.9 on the new released NOX?

2010-09-17 Thread kk yap
/NOX_Installation#Installation Hope this gets you going. Regards KK On 17 September 2010 01:19, James Murphy McCauley jam...@nau.edu wrote: The openflow-0.9 branch is not very actively maintained and has probably never been built on a 64 bit platform (I'm guessing you're on one).  This bug is fixed

Re: [nox-dev] How can I introduce new NOX module

2010-09-15 Thread kk yap
Sighz... The OpenFlow guys (which includes me when I wear the OpenFlow hat) are using a very old version of NOX for the tutorial. I would suggest you work with a more recent branch. Regards KK (wearing the NOX hat here) On 15 September 2010 12:04, Guanyao Huang gyhu...@ucdavis.edu wrote: Right

[nox-dev] New Release of NOX (Zaku)

2010-09-15 Thread kk yap
Hi All, The NOX team is happy to announce the release of NOX-Zaku (based on the unstable/destiny branch - Sept 15, 2010). This release will replace the current HEAD with the following changes: * Support of OpenFlow v1.0 * Support of messaging with external hosts (messenger) * Preliminary support

Re: [nox-dev] Remote controlling NOX modules

2010-09-08 Thread kk yap
Hi Norbert, I think your options are as follows: * Get a socket working in Python using twisted * Fight swig and using the socket given by messenger * Write in C/C++ Other should feel free to chip in on the options if I missed out anything. Regards KK On 8 September 2010 14:51, Norbert Ambrus

Re: [nox-dev] Can you help me about Routing in NOX

2010-09-01 Thread kk yap
. Hope this helps you get started. Regards KK On 1 September 2010 00:28, Anh Nguyen nna4...@gmail.com wrote: Dear Mr Kok-Kiong Yap, I am a student in Ha noi Univiersity of Technology, about three months ago, I started with open flow and succeed in set up and ran some examples following your

Re: [nox-dev] Nox destiny aborts when printing stats

2010-08-30 Thread kk yap
KK 2010/8/30 Niky Riga nr...@bbn.com: Hi, I have recently ported my code from nox version 0.6 to nox destiny. I have checked out the head of the destiny branch some time last week. When a new datapath joins, I log the stats for debugging reasons. In nox destiny this causes a crash

Re: [nox-dev] Sample application that is interactive

2010-08-25 Thread kk yap
Hi Ian, We have constructed demos that interact with the demos. Or you can look at SNAC. Regards KK PS I am wondering what is the correct mailing list for this question, since nox-dev is really mainly used by NOX developers. On 25 August 2010 10:22, Ian Ku ia...@cs.ucla.edu wrote: Hi all

[Rails] Re: Rendering a different Javascript file in respond_to

2010-08-24 Thread Gg Kk
Ale Ds wrote: Hi everyone, I am stuck in an (apparently) simple problem. In my event_controller I have the i_like_it action: def i_like_it @event = Event.find(params[:id]) ... # logic respond_to do |format| format.js end end In my case i_like_it is

Re: [Ubuntu-zh] 求助

2010-08-22 Thread =KK=
http://www.ebox-platform.com/ ebox官方也可以下载 http://www.ebox-platform.com/ 在 2010年8月19日 下午7:11,163 bingfengzhila...@163.com写道: Do you have Chinese page?my English is very ……不好…… 在 2010-08-19四的 18:57 +0800,Zhengpeng Hou写道: https://help.ubuntu.com/community/eBox this page will be useful to you

Re: [nox-dev] Nox + Invalid Ethernet Addr

2010-08-16 Thread kk yap
Hi, I am assuming you are running some Python module. Can you tell us which modules you are running? A tcpdump of the controller traffic might help too. Can you also run just switch or routing that as C? Thanks. Regards KK On 16 August 2010 08:19, Michael Jarschel michael.jarsc

Re: [nox-dev] [PATCH] Add support for setting the TCP binding address.

2010-08-13 Thread kk yap
this later. Thanks for the heads up nonetheless. Regards KK On 9 August 2010 17:47, kk yap yap...@stanford.edu wrote: Hi All, I have pushed both Romain's patches (to branches:openflow-1.0 and destiny) with matching changes to the usage printout.  FYI. Thanks Romain for the patches. Regards KK

RE: Questions from a friend that I didn't feel comfortable answering...

2010-08-13 Thread Kk, Sameer Babu (NSN - IN/Bangalore)
Hello, I have a question similar to #3. Is there any add-on or library on top of Hbase handling spatial algorithms? For example couchdb has something called GeoCouch. Thanks! Best Regards, Sameer -Original Message- From: ext Michael Segel [mailto:michael_se...@hotmail.com] Sent:

Re: [fsug-tvm] [OT] GNOME bug

2010-08-12 Thread Jemshid KK
I assume Alberto Ruiz to be a woman and like the comments 10 and 11. -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups ilug-tvm group. To control your subscription visit

Re: [nox-dev] Installed flows deleted on datapath_join event?

2010-08-11 Thread kk yap
Are you using the FlowVisor? If so, there is a read-only mode for controllers. Regards KK On 11 August 2010 08:26, Zdravko Bozakov boza...@gmail.com wrote: Hi KK, thanks for the fast reply. Actually I'm trying to run the controllers independently of each other on different machines. The only

Re: [nox-dev] Installed flows deleted on datapath_join event?

2010-08-11 Thread kk yap
Hi Zdravko, I think you might want to describe your setup a little more here. I have cc-ed Rob that can give valuable inputs for the use of FlowVisor. Regards KK On 11 August 2010 08:38, Zdravko Bozakov boza...@gmail.com wrote: Yes, I'm using FlowVisor - however I do need write access. Each

Re: [nox-dev] problem with installation

2010-08-10 Thread kk yap
Hi Parham, I did not realize you are running the OpenRoads repo. I pushed a fix which I cannot test due to the Swig version I have. Do a pull and let me know. Regards KK PS I am porting things into destiny branch and the OpenRoads repo will be deprecated soon. FYI. On 10 August 2010 15:27

Re: [QUAD-L] Ampyra

2010-08-10 Thread KK
I have decided not to even ask to try it. Had MS for 50 years now have the kind that doesn't get better anyway. Can you still get a script for 4-AP? It is double the strength of Ampyra. KK From: Billy Lang blan...@verizon.net To: quad-list@eskimo.com

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
Note the need to checkout the openflow-1.0 branch. :) Regards KK 2010/8/10 陈文龙 qzche...@gmail.com: Compiled source from git://noxrepo.org/nox. It occurs the same problem. OVS 1.0.1 NOX 0.8.0 debian1:~/nox/src# ./nox_core -i ptcp:2525 packetdump NOX 0.8.0~full~beta (nox_core), compiled

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
I am not comprehending here. Here's the commands you need: git clone git://noxrepo.org/nox cd nox git checkout -b openflow-1.0 origin/openflow-1.0 ./boot.sh mkdir build cd build ../configure make Hope this helps. Regards KK 2010/8/10 陈文龙 qzche...@gmail.com: I have download openflow-1.0 what

Re: [nox-dev] [PATCH] Add support for setting the TCP binding address.

2010-08-09 Thread kk yap
Hi All, I have pushed both Romain's patches (to branches:openflow-1.0 and destiny) with matching changes to the usage printout. FYI. Thanks Romain for the patches. Regards KK PS For those submitting patches, it might help to tar/zip the patches 'cos some email system (e.g. web-based Gmail

[android-developers] media player not looping properly

2010-08-09 Thread kk
. when things are good to go), I call MEDIA_PLAYER.start(); Can you guys see anything wrong with the above? Any ideas what could be causing this? All help greatly appreciated. cheers, kk. -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [nox-dev] NOX packaging issues

2010-08-06 Thread kk yap
a NOX binary. This is a good goal to have in the long term regardless of what I have said above. If I can have it now with the above, I will take it. Regards KK On 6 August 2010 10:17, James Murphy McCauley jam...@nau.edu wrote: It mostly stands as it doesn't seem worth it to get into it.  We

Re: [nox-dev] Error compiling nox

2010-08-05 Thread kk yap
Ok, I borrowed Nikhil's machine for a quick test. The problem boils down to ssize_t is not int all the time. I will fix that and push it. Thanks. Regards KK On 5 August 2010 20:04, Nikhil Handigol nikh...@cs.stanford.edu wrote: Changing json-util.cc line 50 to: jo = new json_object((const

[Bug 613500] [NEW] package xemacs21 21.4.22-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-04 Thread John KK
Public bug reported: Binary package hint: xemacs21 Tried to install xemac21 from Synaptic. Installation crashed. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: xemacs21 21.4.22-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic

[Bug 613500] Re: package xemacs21 21.4.22-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-04 Thread John KK
** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/53050094/AptOrdering.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/53050095/Dependencies.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/53050096/Df.txt ** Attachment added:

[android-kernel] EAP-FAST

2010-08-02 Thread KK
I knw dat EAP-PEAP and EAP-TTLS are supported by Android. But,what about d remaining EAP like SIM,AKA and FAST ? If not , I would work on it. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [QUAD-L] bed bags all day?

2010-08-01 Thread KK
With all the cloth grocery shopping bags around these days, that is what my bag is in, hanging between my legs. The one I have on today is red has a magnolia painted on it. If someone wants to get that close to inspect it, they will have something to look at! KK

Re: [nox-dev] [openflow-discuss] get_route() is not working

2010-07-30 Thread kk yap
): self.routing = self.resolve(pyrouting.PyRouting) self.register_handler(Flow_in_event.static_get_name(), Pywaqas.handle_flow_in) Regards KK PS Please don't cross post within an hour of non-response. Many people are subscribed to both lists. On 30 July 2010 09:07

[android-developers] adding audio to a game - triggerClip for SFX

2010-07-30 Thread kk
Hi all, I'm using JetPlayer in order to add some audio to a game I'm developing. Using the examples in JetBoy I have managed to create a .jet file using JetCreator and play an audio track. So far so good. However, I'm having some trouble playing sound effects for my game. I have a set of very

[android-developers] Re: adding audio to a game - triggerClip for SFX

2010-07-30 Thread kk
wrote: triggerClip() was designed to play synchronized sound effects for musical games like JetBoy. If you just want to play random sound effects, I would use SoundPool instead. On Jul 30, 5:53 am, kk kkostia...@gmail.com wrote: Hi all, I'm using JetPlayer in order to add some audio

Re: [ovs-discuss] dividing link througput on VM

2010-07-29 Thread kk yap
Hi, As a related question, isn't there a way to add flows using ovs-ofctl without having a controller? Thanks in advance. Regards KK On 29 July 2010 09:35, Ben Pfaff b...@nicira.com wrote: On Thu, Jul 29, 2010 at 2:10 AM, ahmed amamou ahmed.ama...@hotmail.com wrote: i was just wondering

Re: [nox-dev] question about NOX routing application

2010-07-26 Thread kk yap
Check out routing. There is samplerouting in C/C++ and another one in Python. Regards KK PS The latest branches have doxygen built in. You can see the components under the class Component for the various applications that come with NOX. On 26 July 2010 07:47, Waqas Daar waqasd...@gmail.com

[net-trade] Blast your ad to over 3,000,000 million websites daily

2010-07-23 Thread kk
Blast your ad to over 3,000,000 million websites daily Auto Submit To 3,000,000+ Websites Place your ad on 3,000,000 websites daily! All members receive Life-Time Memberships and have total access to our members area 100% of the time! We make it easy to get your ads out on the Internet with

Re: [nox-dev] Question about NOX and OF switch connection

2010-07-23 Thread kk yap
Hi Kate, slirpvde is part of vde2. Do something like ps ax | grep slirp You should find it or not. Regards KK 2010/7/22 오하영 be...@naver.com Hi, KK Thank you for your quick response. To install slirpvde, can I use following command? sudo apt-get install vde2 sudo apt-get

Re: [nox-dev] Question about NOX and OF switch version

2010-07-22 Thread kk yap
Hi Kate, Comments inline. Regards KK 2010/7/22 오하영 be...@naver.com Hi, my name is Kate. I have a question about NOX and OF switch version. If I use below command expressed in NOX homepage to install NOX, git clone git://noxrepo.org/nox Is the NOX version 0.6, right? So

Re: [nox-dev] Question about NOX and OF switch connection

2010-07-22 Thread kk yap
Is slirpvde running? Regards KK 2010/7/22 오하영 be...@naver.com Hi, Even though I followed Setting Up a Virtual Testing Environment carefully in Ubuntu, I couldn't connect btw NOX and OpenFlow like followings. --OpenFlow-- . . Jul 22 22:18:23|00312|rconn|WARN|tcp

[Bug 389833] Re: Nautilus should always show free disk space

2010-07-15 Thread KK
I am on 10.04 and seems that the Free Space : Unknown Volume : Unknown problem reappear after recent update. -- Nautilus should always show free disk space https://bugs.launchpad.net/bugs/389833 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 389833] Re: Nautilus should always show free disk space

2010-07-15 Thread KK
I am on 10.04 and seems that the Free Space : Unknown Volume : Unknown problem reappear after recent update. -- Nautilus should always show free disk space https://bugs.launchpad.net/bugs/389833 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo even with only 1 core enabled

2010-07-15 Thread KK
I also agree... compared to Karmic, battery life reduces to half --- On Thu, 7/15/10, Antonio trite...@gmail.com wrote: From: Antonio trite...@gmail.com Subject: Re: [Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo even with only 1 core enabled

Re: [nox-dev] dropping packets

2010-07-14 Thread kk yap
not quite comprehend the rest, so I will refrain from commenting. Regards KK On 14 July 2010 06:33, i...@cs.nott.ac.uk wrote: Hi, Sorry for the late reply. I better explain my set-up first. I am connected to the university of Nottingham by my main computer named Zeus. Zeus has two interfaces. One

Re: [nox-dev] dropping packets

2010-07-14 Thread kk yap
Hi Ikf, Packet out is for sending a packet out in the switch without a flow_mod. Take a look at the OpenFlow spec. Regards KK On 14 July 2010 08:27, i...@cs.nott.ac.uk wrote: Hi, Thanks for the reply. It makes a lot of sense. So just to reiterate, I am running nox_core with packetdump

Re: [nox-dev] problem with NOX

2010-07-13 Thread kk yap
Hi Kiani, There is a typo or a mistake in the command. git checkout openflow-1.0 should be git checkout -b openflow-1.0 orgin/openflow-1.0 Regards KK On 13 July 2010 08:55, Kiani, Parham pki...@essex.ac.uk wrote: Hi Murphy thanks for your help. I have triyed to install it again

Re: [nox-dev] NOX compilation error

2010-07-12 Thread kk yap
Hi Nikhil, More specifically, you can try libbooost-dev, libboost-filesystem-dev and libboost-test-dev. Regards KK On 12 July 2010 03:55, James Murphy McCauley jam...@nau.edu wrote: I am guessing this is a bug in the autoconf boost detection code.  I'd try the following: First, apt-get

Re: [nox-dev] dropping packets

2010-07-12 Thread kk yap
Hi Iain, Would you might looking at the control traffic dump to let us know if you keeping receiving more packet-in after inserting the flow rule? Also, is there any reason not to set the vlan_pcp? Regards KK On 12 July 2010 07:20, i...@cs.nott.ac.uk wrote: Hi guys, I don't think I made

Re: [nox-dev] dropping packets

2010-07-12 Thread kk yap
or nox.json in src/etc to ensure the order of the component being called by Packet_in_event. It is always cool to see the community chipping in. Allow me to say thanks to everyone that have done so, and hope others will help out too. THANKS. Regards KK On 12 July 2010 08:37, Ricardo Bennesby

Re: [nox-dev] dropping packets

2010-07-12 Thread kk yap
Hi, Yes. return CONTINUE passes it to the next component and return STOP prevents the next component from getting it. This is true for both C/C++ components and Python components. Regards KK On 12 July 2010 10:40, Richard Mortier m...@cantab.net wrote: On 12 July 2010 18:19, Ricardo Bennesby

[jira] Updated: (AXIS2-4769) Enum definition in wsdl automatically generated is not defined.

2010-07-12 Thread kk (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kk updated AXIS2-4769: -- Attachment: SimpleService-src.zip SimpleService ON AXIS2Server.wsdl SimpleService

Re: [Ubuntu-zh] [OT] Flashget 发布Linux版

2010-07-07 Thread =KK=
预测一下,像QQ LINUX版本那样,马上就停止开发了. 因为不开源,所以... 在 2010年7月8日 上午11:29,Tusooa Zhu tus...@gmail.com写道: 闭源的? 不用,不用。 On Wed, Jul 07, 2010 at 04:47:58PM +0800, wenya li wrote: http://linux.solidot.org/article.pl?sid=10/07/07/0739209 Linuxtoy报道,Windows下的知名下载软件Flashget发布了首个Linux版本:Flashget for

Re: [Ubuntu-zh] samba能不能配置某个文 件夹只能上传不能删除,可以查 看

2010-07-04 Thread =KK=
linux之间可以用scp. linux和win之间可以用winscp 或 装个开源的网页管理工具,找找. 在 2010年7月2日 上午11:40,koko wlz...@gmail.com写道: 这个比较难吧, 用户都有上传权限,就有写的权限,按常理应该有删除的权限。 比如用户上传一个同名的空文件覆盖原文件,也算是删除了. -- 下一部分 -- 一个HTML附件被移除... URL:

Re: [Ubuntu-zh] Ubuntu 桌面培训 PDF 版发 布

2010-06-29 Thread =KK=
docs.google.com 分流: http://docs.google.com/fileview?id=0BxF0hpgoIcL0MmI4NWQ4NDQtNjgzYy00MDU2LTgwZGQtYTg0NmVkZmIwMWFjhl=zh_CN -- 下一部分 -- 一个HTML附件被移除... URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20100629/fddfc592/attachment.htm -- ubuntu-zh mailing list

Re: [Ubuntu-zh] help on textdraw

2010-06-29 Thread =KK=
用这个来发广告,很难被检测到. 技术本身是好的,用在发广告就不好了呵呵. 在 2010年6月30日 上午12:33,listofx list...@gmail.com写道: On 三, 2010-06-30 at 00:16 +0800, Zhang Chi wrote: 不明白为啥要这么费劲。 gimp应该可以导出为ASCII Art。 我需要的是插图效果,清晰简明。gimp我搞不懂,简单试了试,另存的结果一团 糟,完全不能用。 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com

Re: [nox-dev] Issues with multiple OF instances on HP switch

2010-06-28 Thread kk yap
Hi Jean, It is pre-pre-alpha. That's an unfortunate no. Anyway, the official branch for GEC is NOX 0.4, which will not have any of these fixes. Regards KK On 28 June 2010 12:13, Jean Tourrilhes j...@hpl.hp.com wrote: On Mon, Jun 28, 2010 at 11:42:44AM -0700, kk yap wrote: Hi Tim

[Bug 597994] [NEW] software centre shows the error I wasn't able to locate a file for the kde-icons-oxygen package

2010-06-24 Thread Hariprasad kk
Public bug reported: Binary package hint: software-center software center shows this error whenever I try to install a package. Download starts and at 3% completion it shows Applying changes and consequently shows this error. ProblemType: Bug Architecture: i386 Date: Thu Jun 24 13:05:59 2010

[Bug 597994] Re: software centre shows the error I wasn't able to locate a file for the kde-icons-oxygen package

2010-06-24 Thread Hariprasad kk
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50837622/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/50837623/XsessionErrors.txt -- software centre shows the error I wasn't able to locate a file for the kde-icons-oxygen

Re: [nox-dev] lavi integration with NOX

2010-06-23 Thread kk yap
for you. Regards KK PS The destiny branch of NOX now hosts a JSON-based LAVI, which exposes topology. I am considering if we want to support flows out of the repo. On 23 June 2010 11:46, Wenjie Zeng wz...@bbn.com wrote: Hi all, I am trying to integrate Lavi the latest NOX-0.8 release

Re: [QUAD-L] Arm Rest Pouch?

2010-06-23 Thread KK
Darrell, that is the one I use also.  Had to put something over the top strap because it started rubbing.  Holds up pretty good.  i have even washed mine. KK --- On Wed, 6/23/10, Darrell Huff ddh...@atlanticbb.net wrote: From: Darrell Huff ddh...@atlanticbb.net Subject: Re: [QUAD-L] Arm Rest

Re: [QUAD-L] pain Doctor a gem

2010-06-23 Thread KK
I am so happy for you.  Did he tell you about any different side effects to watch for? KK  

Re: [QUAD-L] Pain management pain in the a** psychologist

2010-06-22 Thread KK
YEAH There is a lot to be said for standing up for yourself. Good luck tomorrow. KK

Re: [nox-dev] Event handler ordering not quite working

2010-06-19 Thread kk yap
What is your order on nox.xml? Regards KK On 19 June 2010 18:59, Saurav Das s...@stanford.edu wrote: Hello, I am trying to order the execution of event handlers by changing nox.xml. Specifically I made the top-most filter for datapath_join_event to be my component circsw. The discovery

Re: [nox-dev] Event handler ordering not quite working

2010-06-19 Thread kk yap
Hi Saurav, Put in discovery too. And let us know if that works. Regards KK On 19 June 2010 19:23, Saurav Das s...@stanford.edu wrote:    event name=Datapath_join_event      filtercircsw/filter      filtermarie/filter      filtereventlogger/filter      filterdhcp/filter

Re: [QUAD-L] Chair Repair Again

2010-06-12 Thread KK
Have you seen the ads for the repair shops send out pictures daily of what is being done to the car.  Maybe we need that in our chair shops also. KK

Re: [fsug-tvm] Octave / Matlab

2010-06-09 Thread Jemshid KK
The copy I have has a 'readme' on how to install and license management. You need to crack license lock, it is a pirated copy. Jemshid KK ph: 9349101566, On 9 June 2010 07:57, kunal gupta dirtydevil2...@gmail.com wrote: I was a MATLAB user but after searching for Open Source alternative

[fsug-tvm] Octave / Matlab

2010-06-08 Thread Jemshid KK
On 8 June 2010 11:03:37 UTC+5:30, Asha G dendron...@gmail.com wrote: 3) If there is anyone on this gp who is Octave/ MATLAB savvy, do let me know. I am a regular Matlab user and I have a Linux version of Matlab. Jemshid -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org

[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo even with only 1 core enabled

2010-05-31 Thread KK
I have exactly the same experience (going back to the 2.6.31 kernel makes everything better)... so I agree that it is definitely a kernel issue. -- Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo even with only 1 core enabled

[android-developers] Re: GLSurfaceView onPause blocked in Froyo

2010-05-28 Thread KK
a renderer has been set. If i don't call this the OpenGL rendering thread will keep on giving the onDrawFrame calls. regards KK On May 26, 11:06 pm, Indicator Veritatis mej1...@yahoo.com wrote: The first thing that pops out as odd, possibly related to your problem, is that as you describe it, you

[android-developers] GLSurfaceView onPause blocked in Froyo

2010-05-26 Thread KK
I am using OpenGL to do some rendering and whenever my rendering gets paused I call onPause of GLSurfaceView and later when I resume onResume of GLSurfaceView. This was working fine till I upgraded my Nexus One to Froyo today. After that the thread calling onPause seems to be blocked in that API.

Re: [nox-dev] Nox: Adding multiple action to a flow using c++

2010-05-23 Thread kk yap
Hi Hardeep, this looks correct. Have you looked at the packet sent using wireshark? I would recommend that. Regards KK On 23 May 2010 20:51, Hardeep Uppal hardeep...@gmail.com wrote: Hi, I am writing a Nox module that adds flow into the openflow switch. I have the module working correctly

Re: [fsug-tvm] Re: Nautilus SVN-Taking Time to load

2010-05-22 Thread Jemshid KK
. Jemshid KK -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups ilug-tvm group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email

Re: [fsug-tvm] Re: Nautilus SVN-Taking Time to load

2010-05-22 Thread Jemshid KK
Error: Breaks exisiting package 'rabbitvcs-core' conflict: nautilussvn ( ) erro message when attempted to install from the file you have sent. Jemshid KK -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org You received this message because you are subscribed to the Google

Re: [fsug-tvm] Re: Nautilus SVN-Taking Time to load

2010-05-22 Thread Jemshid KK
Managed to isntall. Thank you. Jemshid KK On 22 May 2010 14:50:28 UTC+5:30, Vishnu Jyothi vjm...@gmail.com wrote: First Uninstall the The previous one, ie rabbitvcs.It may be cause of conflict issue On Sat, May 22, 2010 at 2:49 PM, Jemshid KK jemshi...@gmail.com wrote: Error: Breaks

Re: [fsug-tvm] Nautilus SVN-Taking Time to load

2010-05-21 Thread Jemshid KK
@ Vishnu Jyothi Hi I am looking for an SVN tool with GUI and Nautilus integration. I have installed Rabbit SVN but is buggy / hanging. Can you tell me the exact package you have installed? Thank you Jemshid KK ph: 9349101566, On 21 May 2010 13:43:18 UTC+5:30, Vishnu Jyothi vjm...@gmail.com

Re: [fsug-tvm] GMail like email client

2010-05-21 Thread Jemshid KK
A suggestion is to use Gmail offline feature. Jemshid KK ph: 9349101566, On 21 May 2010 20:17:50 UTC+5:30, Adhin D mejaithekni...@gmail.com wrote: Is there any email client that looks like Gmail? I mean, mails with same title are grouped together... -- Freedom is the only law. Freedom

[android-developers] Emulator Proxy Settings via APN not working

2010-05-20 Thread kk
Hi All, Can't get Froyo (Android SDK 2.2 release) APN emulator proxy settings working. Via eclair proxy settings work enable via APN configuration (adding proxy server and proxy server port). Now in FroYo release this manner of configuration is not working, any workarounds? Rgds, KK -- You

[android-developers] Re: How to set and get thread priority from Java and native layers

2010-05-15 Thread KK
= 0? Thanks KK On May 11, 9:16 pm, Streets Of Boston flyingdutc...@gmail.com wrote: It could be that thethread'sThreadGroup has a maximumpriorityof 5. Athread'sprioritycannot be higher than it'sthread-group max-priority. It could be that some code you didn't code, but call instead, that sets

Re: [nox-dev] using nox as a python api to linux networking stack

2010-05-14 Thread kk yap
Hi Richard, There is a lot of part to your email. I will comment on parts that I have answers to inline. Regards KK On 14 May 2010 12:23, Richard Mortier m...@cantab.net wrote: hi; this might not be an expected use but i thought i'd ask about it anyway...  :)  apologies for the length

Re: [fsug-tvm] Linux haters blog

2010-05-13 Thread Jemshid KK
meeting the objectives of making the Free OS better. Jemshid KK On 13 May 2010 13:02:46 UTC+5:30, nishandh M pro.n...@gmail.com wrote: On Thu, May 13, 2010 at 7:08 AM, Subin Sebastian subinsebast...@gmail.com wrote: @Nishandh i still have the feeling that linux is not going to be user

Re: [fsug-tvm] Linux haters blog

2010-05-11 Thread Jemshid KK
This mail may not have nothing much to deal with the subject of this discussion. But I know Nishanth and what his intentions are. Hence a few comments in the mailing list deserve a reply. On 11 May 2010 11:56:52 UTC+5:30, Rajeev J Sebastian rajeev.sebast...@gmail.com wrote: WTF does that

[android-developers] How to set and get thread priority from Java and native layers

2010-05-10 Thread KK
is wrong here. Also what should I be doing to increase the priority of my threads(both from Java and native). Thanks KK -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [nox-dev] [openflow-dev] ENVI test

2010-05-07 Thread kk yap
to clarify things up a little. Regards KK On 7 May 2010 00:09, 曾毓元 ianifko...@gmail.com wrote: Hello everyone, Recently, I try to research the openflow gui, so I visit the http://www.openflowswitch.org/ find this http://www.openflowswitch.org/wk/index.php/Aggregation I want to know that is real

[android-developers] Wifi drop Issues on Motorola Droid

2010-05-06 Thread KK
of streaming I get network connection errors even though I am standing very next to the wifi router. I am not finding this problem with any other devices. Has anyone found any similar issues with the Droid? Any idea what can be done in my program to fix this? Thanks KK -- You received this message

[ts] Re: Filtering Search Results Further

2010-05-04 Thread kk
= 'lowest_price') % | %= link_to_unless_current Highest Price, params.merge(:filter = 'highest_price') % these are the links I used to have it work. Thanks you James! On May 3, 10:50 pm, James Healy ji...@deefa.com wrote: kk wrote: I know that it works if the filter param

[ts] Filtering Search Results Further

2010-05-03 Thread kk
Hello Everyone, This should be a very simple question. Right now, when somebody submits a search, this url is created and the searching works properly http://localhost:3000/junks?search=handbagcondition=category=main_submit=Go! Now that's good but I would like to also sort the results by price.

How to do faceting on data indexed by Nutch

2010-04-25 Thread KK
the queries to the index already created by Nutch. What is the best possible way, simplest way for achieving the same. Please help in this regard. Thanks, KK.

Re: Transferring an image over an PRC call

2010-04-23 Thread KK
and Subhro's posts. Ahmet On Wed, Apr 21, 2010 at 7:55 AM, KK kkona...@gmail.com wrote: Can you please show an example code .. how you made this work? Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Transferring an image over an PRC call

2010-04-23 Thread KK
guide me further please! On Apr 23, 10:48 am, KK kkona...@gmail.com wrote: Hello, Thank you for your response.  I am a step closer. Since I am using two servlets (foruploadand download) of theimage. do I need to make any changes in .gwt.xml  or web.xml  file? thanks On Apr 21, 6:34 am

Re: Transferring an image over an PRC call

2010-04-21 Thread KK
Hi, Can you please show a sample code how you guys solved this? please! On Apr 19, 5:53 am, ahmet terzioglu ahmet.terzio...@gmail.com wrote: Yes, that is exactly what I did and it works now, thank you. On Sun, Apr 18, 2010 at 10:51 PM, Trevis trevistho...@gmail.com wrote: Is your goal

Re: Transferring an image over an PRC call

2010-04-21 Thread KK
Can you please show an example code .. how you made this work? Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

[fsug-tvm] GNU Radio

2010-04-16 Thread Jemshid KK
Is there any one in this group who has worked with gnuradio? Jemshid KK ph: 9349101566, -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups ilug-tvm group. To control your subscription visit http

Re: [nox-dev] A question about the discovery

2010-04-14 Thread kk yap
Hi ian, If you follow the thread, this proposal was bumped. So, no... the controller sends the LLDP. Regards KK On 14 April 2010 21:41, 曾毓元 ianifko...@gmail.com wrote: Thanks Martin, So it just to do this work ? and other question, (Q1) What information will be get? Such as, this switch IP

<    6   7   8   9   10   11   12   13   14   15   >