query_id
stringlengths
4
64
query_authorID
stringlengths
6
40
query_text
stringlengths
66
72.1k
candidate_id
stringlengths
5
64
candidate_authorID
stringlengths
6
40
candidate_text
stringlengths
9
101k
0a6206b4-8e86-8368-7f57-2092e0d9431b
['659c527e-837b-a28d-7694-d9eb3a163e59']
Hi all, Does anyone has tried "Help & Manual" the help authoring tool? In that program there is one feature that I like so much, the syntax highlight. It works just by selecting a few words/ lines in the editor then click the toolbar button. Automatically the selected text is transformed into a syntax-highlighted text. The remain text is still in their original formatting. This really amaze me. How do they do that? I've search the web for someting that can do just that. The closest thing I got is the RichSyntax (http://sourceforge.net/project/shownotes.php?group_id=48329&release_id=8822 0). it is based on SynEdit project. The demo shows on-the-fly syntax-highlighting. I've changed it into on-demand syntax-highlighting (by clicking a button after selecting a text). But I can't get it to highlight a certain part of a text, it just highlight the whole text in the editor. Can anybody shoew me how to select a part of a text in an editor, put it in the memory stream, converts it into a syntax-highlighted text, then put it back to the editor? Please.... Thanks... <PERSON>
807abfd5-c4c1-d55a-520c-0faab142e468
['659c527e-837b-a28d-7694-d9eb3a163e59']
Sorry, wrong groups :) Here's the English version: Does anyone know the SQL Statements to do the BatchMove? I have to tables that have same structures, and I want to copy one table to another. Also, I have one field with AutoInc type (as key), what happen to this field if I do the BathMove, is it increase the number in the destination table or else? Thanks <PERSON>
df6254ac-d580-817e-3955-40a09c5059d8
['659deeb2-fd34-bbc1-9913-4168f2756b62']
Hi all ! I have some question related to debug. I wrote a module for NetBeans, but unfortunately have some bugs and do not how to make debug. Usually I work with JBuilder, but when I tried to compile NetBeans src, I received some compilation errors: cyclic inheritance. So I do not know what to use as an environment that will allow me to make real debug, with break points etc... Thank you in advance, <PERSON>
54c219ee-fe0b-8b39-f124-8295d64936a5
['659deeb2-fd34-bbc1-9913-4168f2756b62']
Hi, All ! We wrote a plugin and now want to create a nbm, I know how to do that when nbm contains only one jar, but actually we have big library, that is preferable keep separately. Is it possible create a directory lib with all library jars and send them in lib directory during nbm installation? If anybody knows the answer or knows when can I find information about that, please help. Thank you in advance, <PERSON>
7021cada-5c8b-dfe6-e086-c85fa6cf2a5f
['65ade6dd-73a5-07ad-2a9e-2b95addaddfe']
Hi, Before I begin with the analysis of the Java-Classes, I would count how many classes are included in the project. Because I want to bring a warning, if the number of classes rise a certain number. Is there any way to do this, or can I display a warning at the end of the analysis, which is only visible in the problem view and not in the syntax? best regards <PERSON>
ae78dc2c-f912-9ed2-a88d-71845990489b
['65ade6dd-73a5-07ad-2a9e-2b95addaddfe']
Hello, i have a question relating to a JaMoPP-Plug-In. I would like to integrate an option box into the plug-in in the upper bar, like File, Edit, Source or Navigate. In this Options I like to set various settings for my Plug-In. For example, if a particular rule should be used or not. But I don´t have any experiences in the creation of such a option menu and so I want to ask you if someone could show me an example of this in the form of a small code example or can describe me the line of action :). But I think the code example is a little bit better. But maybe there's already a tutorial, which could be linked to. I hope someone can help me. best regards <PERSON>
cd636bfc-a6a5-cca1-b4f5-fb856754a87c
['65b3631d-7f1f-c7c3-6295-453ed04fd20f']
Please help me to find and/or build the necessary rpms or sources. My current system consists of - two PCs with opensuse 11.2 as dom0. - three paravirtualized domu. Each of them opensuse 11.1 using a drbd device with physical partitions on each PC as disk. This setup enables life migration between the PCs. - a fourth drbd device cut out of two logical volumes. - The four drbd devices are four different drbd resources all allowing two primaries. - pacemaker cluster with openais, stonith device and Cluster ip is installed and configured. I did use the three repositories: opensuse 11.2, ha-clustering at opensuse and clusterlab repository for opensuse 11.2. Installing the right components I have gone through a large number of documents about pacemaker, openais, Xen, drbd and ocfs2. The different installation and configuration guides did not help me to get a straightforward approach. The first obstacle is to find compatible releases of the required rpms. primary source is obviously the opensuse repository 11.2 including the update repository. Two additional repositories are http://download.opensuse.org/repositories/server:/ha-clustering/ and http://www.clusterlabs.org/rpm/. Current sources for ocfs2 and drbd can be found at oracle and linbit. Some source-rpms can even be found at opensuse and clusterlabs. The most surprising deviation from published documentation is the drbd implemtation of opensuse 11.2. Though the drbd version is 8.3.4 it does not install the linbit drbd resource script. The next difficult part are the ocfs2-tools 1.4.1 from opensuse. They require openais 0.8 and I failed building ocfs2-tools 1.4.2 from the oracle sources. Building drbd 8.3.7 from linbit sources did work. Problem arose through missing kernel modules. I may have taken the wrong path to build install drbd 8.3.7 from source. Any help to get compatible current releases installed is very much appreciated. <PERSON>
8566c930-1b8d-407f-be02-a7f2c50bade0
['65b3631d-7f1f-c7c3-6295-453ed04fd20f']
My current system includes two PCs each of them booted with Xen dom0. One drbd resource is dedicated as disk for a para-virtual domu VM. The setup is such that the drbd resource is started with both instances in secondary mode and both instances are allowed to become primary at the same time. Xen includes a drbd device script which supports life-migration of para- virtualized VMs. That script handles the promotion of the drbd resource depending on the host which is going to start the VM. If I now want my pacemaker cluster to control the drbd resource and the VM I would need a clone for the drbd resource which has to start first. As soon as both instances of the clone are available with both drbd resources in secondary mode the cluster manager is free to start the VM on one of the two nodes. Starting domu on node2 should be the only necessary action for the cluster manager. The Xen drbd-disk manager should now take care of promoting the right instance of the drbd clone to primary mode. During migration the two instances are tempory both in primary mode and after migration the first instance will be demoted again by the xen drbd-device script. Now my question: There are several cluster resource agents for a drbd resource available. Is any of these able to handle a drbd-device just as a clone? The master-resource may not be able to co-operate with the xen drbd-disk script. thanks for any advice, <PERSON>
d2952d18-4937-0132-43c8-970ae661556f
['65b3c902-23da-b24d-65c3-c1a1d85a3a56']
Hi Folks, vtk is going to be a major language for visualization. I am trying to export 2D or 3D grid data into this format. Is there any way to convert grd data into vtk format? vtk format is quiet weird and descriptions on the web are poor. Does anyone has alreayd use his data into vtk softs (e.g. Octaviz, Paraview, VisIt, MayaVi...) ? thanks for your help!
aa166a01-ea27-be6b-f32c-200c9827de60
['65b3c902-23da-b24d-65c3-c1a1d85a3a56']
Hi, I have *.xyz files which are containing lon, lat, alt data. One file is corresponding with one orbit track. I plot each files on a single map. I want now to plot the name of the track on my plots. The name of the track is the name of the *.xyz e.g. 10293.xyz I want to plot the 10293 on the corresponing plot. I used this script : psxy *.xyz -R291/293/-13/-11 -U-K -W5 -JM10 -Bf0.5a1 -O >> file.ps How can I do this ? Thanks
ec7a8c8f-bbcd-dcc2-547c-fffa2a9eee45
['65c70902-9563-354c-9212-993bb663cd6e']
Hi all, I liked to study the current state of Nebula and how would be the process to have Nebula running perfectly on Linux. My first step was trying to compile it :) I have to say that there were loads of Warnings, such us no newline at the end of the file, and other minor warnings. And, unfortunately, they were also some C++ errors. Though I am not still too confident to send you all the patches, I have discovered three points that I think I must mention: - buildsys/config.mak is not in the repository. This file was (is) included by makefiles generated by update.py, and contains the name of the compiler to be used, etc. I had to copy from previous CVS version of Nebula 2. Is there any chance for this file to be re-included in the repository? - Recently changes to kernel.bld has revealed that SSE and MMX does not work in Linux implementation. First of all, update.py does not activate all the flags needed by the compiler to use them (-mmmx, -msse). Secondly, they use some issues not present in Linux __m128 implementation. I am not an expert on MMX and SSE, but it seems Windows implementation allows the access to individual float32 fields using array syntax, but Linux does not. In order to compile Nebula, I have changed again kernel.bld, and now it does not try to compile _vector3_sse.cc and friends :) - I have discoverd a minor bug in nFileServer2::SetTempAssign. When not in Windows, the assing is actually sets to user: assign. I attach the patch. If I found time, I will continue with the task :) <PERSON><IP_ADDRESS>SetTempAssign. When not in Windows, the assing is actually sets to user: assign. I attach the patch. If I found time, I will continue with the task :) Marco
4feb1c73-7090-80f5-ca65-c24327d7ae2c
['65c70902-9563-354c-9212-993bb663cd6e']
Hi all, This is my first post here, so first a bit about my Nebula experience and myself. I have been using Nebula 1 during the last two years. I programmed some research project on my department at the University Complutense of Madrid, and made some Nebula 1 classes (http://gaia.fdi.ucm.es/grupo/projects/javy/devzone.html). Currently, we are using Nebula 2 in the second edition of a Master Course on Videogame development at my University. In the last few months I have been trying to understand Nebula 2 issues and all the new features... And now, time for my doubts :) I have right now two questions, both related to the character animations. My first question is about groups and clips. It seems that a group animation may store many [Maya] clips animation, each one weight by a channel. Then would it be possible to store _all_ the Maya clips animations in just one group, and control the current animation just using those channels? I have added a new group animation to the agle using the Maya toolkit. These new group has both clips, fliegen and gleiten, controlled by two different channels ('one' and 'two'). What behaivour should I expect? I thought both clips should merge correctly as it does in the state transition. However, the result is the shape being distortioned. By the way, I do not understand where I can use a group with more than one clip. Could someone give me an example? My last question is about attaches. Is it possible to attach a model to a character? I mean, put a gun in the hand of a character or so. Thank you! <PERSON>
eeb21345-1fc3-33af-f12f-a7710926a083
['65cb5d34-61d3-bc3f-a6b6-238da790b09c']
Hello, To install xenomai, I should have a patch adeos for arm architecture related to kernel Linux <IP_ADDRESS> The problem is that the oldest version of arm adeos patch is related to linux2.6.14... and my work must work with linux2.6.11.8 !! I would appreciate comments and suggestions. If this is already discussed somewhere else then I would be grateful if you could point me in the right direction. Thanks in advance for your help Kind regards.
9230d3e4-2427-e544-30fd-bc12b1af4d6a
['65cb5d34-61d3-bc3f-a6b6-238da790b09c']
Hello, It is my first time with xenomai and i have to port xenomai on uclinux on the first step. Then i ask about the compatible version of xenomai and uclinux and the version of linux kernel if it is necessary. After, the second step is to load the result image on arm processor. Then i ask about the cross compiler compatible with my work. I would appreciate comments and suggestions. If this is already discussed somewhere else then I would be grateful if you could point me in the right direction. Thanks in advance <PERSON>
406186a6-f158-0851-7a41-9436f38554a5
['65ce0867-05de-32f3-fb1a-ea8457833974']
<PERSON>, <PERSON>, seriously, can't we uglify cpu.c a little bit to solve the problem. Please see the illustration patch below. It looks complicated, but in fact it is quite trivial. In short: work_struct can't use get_online_cpus() due to deadlock with the CPU_DEAD phase. Can't we add another nested lock which is dropped right after __cpu_die()? (in fact I think it could be dropped after __stop_machine_run). The new read-lock is get_online_map() (just a random name for now). The only difference wrt get_online_cpus() is that it doesn't protect against CPU_DEAD, but most users of get_online_cpus() doesn't need this, they only need a stable cpu_online_map and sometimes they need to be sure that some per-cpu object (say, cpu_workqueue_struct->thread) can't be destroyed under this lock. get_online_map() seem to fit for this, and can be used from work->func(). (actually, I think most users of use get_online_cpus() could use the new helper instead, but this doen't matter). <PERSON>, what do you think? Is it suitable for arch_reinit_sched_domains()? <PERSON>.
81331f64-52bd-8933-7afe-27cc61f76e3d
['65ce0867-05de-32f3-fb1a-ea8457833974']
Actually, it is easy to re-use signal_struct->flags from the very beginning, no need to introduce the new flag temporary, see the attached patches. I also have a couple of simple cleanups on top of them (use cached ->signal value). Perhaps, we can add the new helper which sets SIGNAL_GROUP_EXIT but preserves SIGNAL_CLD_MASK, but I don't think this is really needed. <PERSON>.
71f76c97-14e1-ae70-a776-ef502db86d6c
['65d49e80-b628-9b3b-67f9-5f3e80411f5d']
So I finally managed to get video and network at the same time. Running from CD, using MS dash booted directly (not via evox dash). When I do a startx the box locks up. No keyboard or mouse. Can't even turn the num lock light on or off anymore. Any ideas? And the questions... 1) Does the xbox use the real mac address yet? 2) Is everyone else using PAL missing the left 3/4 colomns, and the bottom couple of lines? Any fix for this? <PERSON>.
d3470227-1ea5-b00d-ac68-6ff7b0265fe4
['65d49e80-b628-9b3b-67f9-5f3e80411f5d']
Ok, seems it doesn't actually hang the box, but it seems to kill off the usb. If you startx from telnet you can then kill it with ctrl-c, or continue to use telnet, seems fine. If you startx from the console using a usb keyboard, then when you get in the usb doesn't work. You can't use the keyboard or mouse, or even toggle the keyboard lights. Telnet still works, but the console is now dead. If you then kill x using telnet you get usb back and can continue to use the console. <PERSON>.
c168077a-0a67-03d1-f070-3ce5b9fc2526
['65d4a88e-8791-6877-ad8f-6c6fe16f88cb']
Hi. We recently changed DB engine from SQL server to DB/2 for our Windows TDWH. S&P has always been run on the same box which is hosting the DB. On the same W2K8 12 GB ram Quad 2.28Ghz box, we went from 9 hours S&P to 9 minutes!! How can this be possible? Has IBM tuned the S&P agent extremely well for DB/2. Initally I thought that times would increase along with the DB content, but now we have been running as long as our longest summarization and we still see around 10 min.s /Gus
4066aa2a-b45d-3149-e708-20dc70edcb42
['65d4a88e-8791-6877-ad8f-6c6fe16f88cb']
Hi. One thing that comes to mind is that it's better to document 6.1.x instead of 6.1 Makes it more clear and less doubtful. Same for 6.2 put in 6.2.x instead covers it all then. Or list all varoius minor version i.e 6.2.0/6.2.1 etc. Either way is better than just 6.2. One thing that puzzeled me was the exrtension of the TDWH schema part. I remember doing this when upgrading to 6.2.1. Here you might wan't to elaborate on 6.2.1->6.2.2 scenarios. I.e is it relevant for 6.2.1->6.2.2 or not? /Gus
3da6922d-63bd-03e0-e9bd-e2db40e58651
['65ddb93b-e9fe-a1cc-1bb7-ce5be1eeb6f5']
Hi <PERSON>, I have a question for you... How could I have Unattended use our own unattend.txt file without having to answer the questions every time? We have the guest account disabled throughout the district for security reasons, so we have to override that default account and use our network credentials to access the install share. While this step works great, it also forces us to override the rest of the settings that will go into the unattend.txt file. If it's possible, I would like to know what I need to modify in order to set our own configuration as the default so our techs can install Windows on several machines more efficiently. Thank you very much for your help and have a nice day. <PERSON>
2b057071-d52c-f0c7-0758-d45bd4b8844b
['65ddb93b-e9fe-a1cc-1bb7-ce5be1eeb6f5']
I have been using unattended and nLite together for a while. What I do is to create my installation with nLite and then whatever changes nLite makes to the winnt.sif file, I include on unattend.txt. Nlite integrates my drivers for most machines we have...that's were my problem is... Most of the drivers work well, but in some cases, if the drivers for the NIC are unsigned, they are not installed and then the Z drive never maps when Windows starts for the first time. When this happens, the process stops and I have go to tell Windows it's ok to install the NIC driver, and then I have to install al the rest of the drivers... I must say that I have set up the driversignpolicy to "Ignore" and it seems to work because when I check the setting in the registry, once Windows comes up, it is indeed in Ignore. Apparently, this change does not happen early enough in the process so that Unattended can use the NIC to continue with the process. If somebody can help me with this issue, I appreciate it. <PERSON>
4b988379-bee7-7041-fed7-db675c39d78d
['65e946a9-13d0-927e-47d2-1956dcc9e0f7']
Has anyone implemented Gluster Solaris/ZFS based storage servers with Gluster Linux (RHEL) based clients? We have a client software stack that is difficult to port to Solaris, but I would like to use Solaris ZFS as the storage file system on the storage servers. What should I be concerned about with this type of setup? TIA, <PERSON>
497aa1da-ba38-e8a2-5610-89213016c741
['65e946a9-13d0-927e-47d2-1956dcc9e0f7']
We currently have a couple of servers at Solaris 10 U2, and we would like to get to Solaris 10 U3 for the new zfs features. Can this be accomplished via patching, or do you have to do an upgrade from S10U2 to S10U3? Also what about a system with Zones? What is the best practice for upgrading a system with zones? Thanks, <PERSON>
64e31d56-c412-fb11-6529-508971230d71
['65f6b62a-e0b2-04d6-d6db-0b75e613c2b4']
Having only just realised myself - I would like to emphasise for anyone new to this discussion that it is about XHTML2.0 draft, Not as I thought about XHTML1.0. The spec seems to be moving on quite considerably so this is important. http://www.w3.org/TR/xhtml2 I'm sure it says elsewhere more than once but as a small time contributor I missed it, sorry. Perhaps a title change? <PERSON>.
0526f6ac-636c-c18d-a7fe-5fed4e3ca4cf
['65f6b62a-e0b2-04d6-d6db-0b75e613c2b4']
Hi, Folks, The following is to strengthen the case for DocBook (or some other media independent DTD) as the central document type. 1) The central document type should be independent of the final media type. Yes/No? 2) The central document type must be styleable for any target media type such as XHTML, PDF, DOC, WML, etc. 3) The central document type should not be biased toward any one of the possible target media types. 4) The skin should be the very first time that presentational, layout and target media languages (such as XHTML, fo, WML, PDF, DOC,etc) are used. 5) Some legacy source content DTDs are derived from target media languages but they need not influence the choice of central DTD. 6) Other source content DTDs are virtually independent of the target media type (e.g. DocBook) 7) A source content type such as DocBook is very rich in document structure and semantic markup. The style sheets (or skins) for DocBook feed on that richness. 8) A central document type, standing between content and skin, must not filter out richness of meaning of document structure, or it will undermine the presentational possibilities. 9) A central document type must therefore be very rich in its description of document structure and meaning - without bias toward media type. 10) The central document type might be user chooseable, if <PERSON> can cope with the complexity of this? 11) Yes, you've guessed, I propose DocBook for the central document type, starting with a very simplified version. 12) Why re-invent the wheel? For those not familiar, here is an extract from <PERSON> DocBook: The Definative Guide: "DocBook provides a system for writing structured documents using SGML or XML. It is particularly well-suited to books and papers about computer hardware and software, though it is by no means limited to them. DocBook is a document type definition (DTD). Because it is a large and robust DTD, and because its main structures correspond to the general notion of what constitutes a book, DocBook has been adopted by a large and growing community of authors. DocBook is supported “out of the box” by a number of commercial tools, and support for it is rapidly growing in a number of free software environments. In short, DocBook is an easy-to-understand and widely used DTD. Dozens of organizations use DocBook for millions of pages of documentation, in various print and online formats, worldwide."
0ba223e9-afce-97be-fd4b-151d7c483303
['65fa9e2c-8d27-404e-4c40-0b431e395035']
Hi, Wireless: wireless driver is ok. I get IP from Access Point (DHCP). I can browse local network. But no Internet connection. When I connect cable to ethernet network card everything works correct. Does anybody has some instructions how to solve this? ACPI: No ACPI... so I can not predict when my battery is going to dye... Thanks.
b2148f31-0b6c-b588-ba95-1ac00244cb4b
['65fa9e2c-8d27-404e-4c40-0b431e395035']
Hi, My IBM ThinkPad X30 has two 1.1 USB ports. I would like to connect external HDD, but with 1.1 USB data transfer is slow. I have PCMCIA USB 2.0 Card with NEC chipset. Can I use it? When I put it in slot and connect my USB 2.0 Key nothing works... Auto mount starts but can not mount Key and displays error. Any suggestions? Thank You.
93affc15-803c-feb1-6683-5ee81e631741
['65fe72d3-4332-7d76-479e-14a0940ea11e']
Ugh...not good. Last thing I need is to compete with the ILEC who is getting money from the Universal Slush Fund to provide government subsidized broadband in rural areas. And I can see every ILEC in America lobbing to ensure that the distribution of USF continues "as is" if the shift is made to broadband instead of telephone...basically filling the ILEC's coffers! The FCC is looking for comments, so we all need to make it quite clear that the funds should be available for any and all broadband providers! http://news.yahoo.com/s/nf/20110207/tc_nf/77213 Bret
37cf729b-6864-28c4-8c11-ecf4301524e2
['65fe72d3-4332-7d76-479e-14a0940ea11e']
We mostly deal with business customer and guarantee bandwidth to customers. We validate the bandwidth using IPERF from a Linux server off of our BGP edge routers down to the customer and IPERF always shows the customer getting the bandwidth they signed up for. We use QoS to control bandwidth and make sure to not oversubscribe any one link....small ratios of 3:1. Of course eventually at some point the customer runs one of those stupid bandwidth test on the Internet and the results are woefully inaccurate (not in our favor)...but of course customers take the results as gospel. AAARRRRGGGGHHHH! It's not our internet connections, we have three 100Mbps BGP links and none of them run at more then 50% during peak loads. Has anyone else found those Internet speed test to be woefully inaccurate? Or is something else going on that I'm missing? Thanks, <PERSON>
e234e659-b40d-93b2-908a-493878940ded
['6614878a-1c9e-1de2-0507-b0137e94b9cd']
Dear colleagues, Is anyone can tell me how to etch trace Nickel from the surface of copper? I used a commercialised etchant (), but I found trace nickel was left which rendered the copper surface look black. any ideas of removing the black surface to achieve a nice copper surface (without attacting copper) are wecome. Many thanks <PERSON>
5cdcd0e4-bb69-c0c9-c231-3670cdb2ac15
['6614878a-1c9e-1de2-0507-b0137e94b9cd']
Hello there, Thanks a lot for <PERSON> and <PERSON>'s reply to my previous question. May I also repeat my story here? A gold finish is required to my nickel part (electroplated nickel). The problem is that electroless gold won't stick well to the nickel surface(lift problem). I tried the acid dip from <PERSON>'s advice with various time scale, but it improved very little in term of adhesion. I also tried woods nickel strike to put on a fresh nickel on the 'old' nickel surface. The fresh nickel stick very well on the 'old' surface. However, the electroless gold can still be easily peeled off from the woods nickel. I am wondering whether electroless gold can only be used together with electroless nickel (with crucial role of phosphorous). Would you please help me if you can. Many thanks! <PERSON>
6ab65ee6-b5fd-4c7b-6ac0-74e25ec03656
['6616d2f3-aae4-e6df-e369-7637c2829965']
Hello <PERSON>. I'm a Rust newbie and I'm really excited about this language As a process of knowing each other, I'm implementing a libgit2 bindings for Rust. (You can look at the code at here: https://github.com/kimhyunkang/git2-rs though it has virtually no features for now.) libgit2 uses thread local storage to store and retrieve error info from last library call. But the Rust tutorial states that tasks are considered green threads. As far as I can understand, that means tasks are not mapped 1:1 to OS thread, thus making thread-local storage unsafe for direct use. Then I rememberd errno, another thread local storage that I know of, and checked the source code to find out how core<IP_ADDRESS>os handles errno. But core<IP_ADDRESS>os<IP_ADDRESS>errno seems to just call __errno without locking or blocking anything. So, the question is: How does the runtime makes sure that errno is not overwritten by another syscall failure? Is it safe to ignore the possibility of another task scheduled into the same OS thread? - kimhyunkang
22e716fd-5796-5165-7874-15a280247875
['6616d2f3-aae4-e6df-e369-7637c2829965']
Hi, list. I'm trying to write libsql and libsql_macro, a library to handle SQL in a type-safe manner. The goal this library is trying to achieve is: - A unified interface to access various RDBMS systems - SQL-like DSL to generate SQL queries - Type-safe database manipulation I want to have comments on the initial design. http://kimhyunkang.github.io/blog/2014/06/15/rust-rfc-libsql/ Please feel free to leave comment on the blog post, or through this mailing list. Thanks
539dd9c8-046e-9cdf-c020-7136faf26973
['6618edb3-8499-741b-619c-e4787a88f817']
The BaseDriver - which I take to be the API that must be fulfilled by any transport implementation - has a listen() method taking a target, but no way to stop listening on that specific target. Is this because there is no need to ever cancel a subscription? There is a cleanup() method on the BaseDriver and the Transport object that contains it. However if more than one Transport object exists (e.g. because there are more than one Targets) then they will share the same driver, so calling cleanup on one would affect them all. On the topic of relationship between Transport (and therefore RPCClient) and driver instances, it would be nice if there was some more explicit association. For example, some transport mechanisms may require some setup for sending to each distinct address, and would perhaps want to avoid doing that on every individual call. They could of course cache their own context against the target instance. However it seems like it might be generally useful for drivers to be aware of the lifecycle of the different Transports or RPCClient instances that use them (it might help inform other caching or pooling choices for example). This is admittedly coming from a very limited understanding of the anticipated use cases, and perhaps assuming it is a more general purpose rpc mechanism than is actually intended. <PERSON>.
fb2be8cc-f5ec-b6a4-504c-b5ff3a3bf5d9
['6618edb3-8499-741b-619c-e4787a88f817']
I have been working with <PERSON> on an AMQP 1.0 messaging driver for olso.messaging. The code for this is now available for review at https://review.openstack.org/#/c/75815/ As previously mentioned on this list, this uses the Apache Qpid Proton 'protocol engine' library. This is not a standalone client library, it includes no IO or threading, and simply provides the encoding and protocol rules. This was chosen to give full flexibility in other aspects of the client, allowing it to be tailored to best suit the olso.messaging usecase. It does mean however that the driver has a little more code than might be expected had a full client library been used. The code uses a new directory (package) layout for this driver, based on suggestions from <PERSON> (thanks <PERSON>!). There is a protocols directory under _drivers, with amqp being used for this one. This name was preferred to proton to make it clear that the intention is to speak clean, neutral AMQP 1.0 and to avoid tying the driver code to specific intermediaries. With that new amqp package, there is a subdirectory called engine which contains some generic wrappers around the lower level proton APIs. It may be that at some point this layer, or something similar, is available either directly in proton or in some supplementary library at which point we would have the option of dropping some of the code from within oslo.messaging itself. The driver.py module implements the defined driver API, mostly by making requests on the controller.py module where most of the protocol mapping logic lies. The io is driven by a separate thread and the event loop for this is defined in eventloop.py. The threads calling on the driver communicate with the io thread (which uses non-blocking io), using Queues. So far the testing has largely been through ad hoc clients and servers for the oslo.messaging API. I have also used it with nova under devstack. My knowledge of openstack is still very low. I followed the very helpful advice offered by <PERSON> here: https://ask.openstack.org/en/question/28/openstack-api-mocker-or-simulator/ However I am eager to learn more and any suggestions for things to carry out with real openstack service will be greatly appreciated. I also plan to work on some functional tests at the olso.messaging API level that could be used to test any of the drivers. This would allow the lack of covergae with the current qpid driver to be addressed as welll as providing more confidence with this new driver (and would I think be useful for any other driver implementer who lacks sufficient knowledge of the other openstack services, or simply as a way of catching more issues earlier). The current driver available for review requires an intermediary of some form, whether a 'broker' that supports AMQP 1.0 or something slightly different such as the Qpid Dispatch Router previously mentioned on this list. I have tested successfully with qpidd and qpid dispatch router. At present RabbitMQ does not support 'dynamic nodes' necessary for temporary reply queues in 1.0, but I have a workaround planned for that. This email is already growing rather long, so I'll leave it at that for now but would be delighted to answer any questions or address nay feedback whether here or through the review request above, or the associated blueprint: https://blueprints.launchpad.net/oslo.messaging/+spec/amqp10-driver-implementation I will communicate regarding enhancements and additions to the code. --Gordon
d14a3704-1722-a073-8e00-32d3952e454d
['661d45a6-5f1c-bb50-3cff-63b149fb7444']
Hi all, The task that I am working on involves export large amounts of the data into the SAP DB database. As a consequence I am interesting in optimizing the performance of the I/O operations. As I found out the SAP DB threading model presumes a combination of the native threads and coroutines. Datawriter task is implemented as a coroutine. Is the actual physical writing to the disk made by the datawriter task or it spawns the native threads? In the first case it means that while synchronous I/O operation is performed all other activities are stopped. Is there any settings besides _USE_THRD_FOR_TSK (which I don't want to alter as dispatching of the coroutines generally much faster than pthreads) that controls the threading model behaviour? Is the parameter _USE_IOPROCS_ONLY ensures that all the I/O operations performed asynchronously if it sets to true? Thanks in advance. <PERSON>
45db8ab8-a194-5cc8-1e16-c342f30694b4
['661d45a6-5f1c-bb50-3cff-63b149fb7444']
Hi, I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same JVM). Struts framework is used to handle the presentation logic. This combination works fine with Tomcat 3.x. However after I upgrated to the Tomcat 4.0.3 I'm experiencing the java.lang.VerifyError (Incompartible argument for a function) while the ActionServlet instanciates some action classes. I'm sure that the problem caused by the changes in the tomcat's classloader. I had the situation when the class with the same name is accessible by two different classloaders. I found out that the problem appears if the class is loaded by the classloader that's different with the one that the current thread uses. In this situation I had this VerifyError. I was able to resolve the problem by eliminating the class duplication, now I have no two same classes that are placed in the different jars. However the question is why this error appears? The situation that I had when the same class is accessible by multiple class loaders is not prohibited by the Java language. I'm wondering what classloader contraint was violated. To fix the problem I have to use the jar's packaging that's not very convenient for me. So I appreciate any help that allows me to resolve this problem in better way. <PERSON>,
6870c215-c78c-d7b3-4870-1a43c3d5dee6
['6631474f-b5e6-6dcd-df2b-f329d1e498ee']
I have reports from users stating the same problem. They are also using NFS for their homedirectories. We use maildir there and no /var/mail or so. dovecot is 0.99.10.6 and no special configuration; locks are default (commented out). Up to now, I could not find out anything. If you want me to investigate, I would be very willing but would need help on how to debug the IMAP conversation. Yours, <PERSON><IP_ADDRESS> and no special configuration; locks are default (commented out). Up to now, I could not find out anything. If you want me to investigate, I would be very willing but would need help on how to debug the IMAP conversation. Yours, Jakob Curdes
b5c3e025-2a65-9422-b174-a671d70e540a
['6631474f-b5e6-6dcd-df2b-f329d1e498ee']
<PERSON>, I would like to use the moment to thank you for years of work on this project which has evolved into an important part of mail handling for many of us. I am glad a solution has been found that shows a future for this software. Regards and have luck with your new interests, duties and priorities.... <PERSON>
168d42bc-2f0c-3afb-9a5f-78abdafdd89e
['6673df5d-753b-656b-1c54-8efaf1bbc6d8']
Hey everybody, I've announced a date for the next Wikipedia meetup in London, it's going to be on Saturday March 8th at the Pembury Tavern in Hackney again. This time anybody who can make shall come and people who can't will have to miss out and join us next time :) If you are coming along, or not, please visit http://en.wikipedia.org/wiki/Wipipedia:Meetup/London 8 Hope to see a lot of familiar as well as new faces, <PERSON>]
676c3add-96b0-b7cd-d0fe-e500074b3a31
['6673df5d-753b-656b-1c54-8efaf1bbc6d8']
Hi, I have a few questions that I haven't been able to answer by reading this list for a while now and neither were they on the website. a) When does the foundation plan to become a charitable organisation? b) Will the charitable organisation hold annual general meetings with elections, as is custom in other countries or will it run more along the foundation style appointment. Basically: Democracy or not? c) What events and other activities will the charitable organisation be involved in? d) What is the current financial situation with not having a bank account? I ask this because Wikimedia UK at the moment, at least to me and this is meant with no offence, seems rather inactive. However, I could imagine getting involved in certain areas in the future. <PERSON>
0acbb734-302e-2e17-150c-2b0378e43691
['66858204-f53f-1c3d-c06c-cb383c57147a']
Hello All, I have been successful in monitoring Cisco Router Health (cpu, memory, etc.), but cannot seem to poll Catalyst 5509 for cpu utilization, memory utilization, portTopNUtilization, or port buffer Overflows. Has anyone had success in obtaining this type of information from a Catalyst 5500? All OID's that I am trying to pull can be found in the Catalyst Switch MIBs section at the bottom of Cisco's Baseline Process: Best Practices White Paper http://www.cisco.com/warp/public/126/HAS_baseline.html Thanks, <PERSON>
31b0dc1c-269a-490e-c8f7-cfe9d43c09c5
['66858204-f53f-1c3d-c06c-cb383c57147a']
Hello All, I am looking for a way to organize graphs from many different routers and interfaces. Is there a tool already out there that might benefit my situation? I am really thinking of just a simple web front end that might allow you to quickly find information on a specific router or interface. Thanks for your help, <PERSON>
f38a55e1-a97f-81c7-b355-5c80b21ec664
['668cdd64-7e66-bcdd-75ce-41822e82940b']
Dear <PERSON> experts, I am modeling a diffusion problem in which diffusion coefficients depend on mass concentration (solution-dependent material properties). Is there anyway to do that? The solution for those types of problem in manual is to use USDFLD + other subroutines to define solution- dependent material properties, but as I understand, there is no user- subroutine to define material properties for mass diffusion problem. Any experts met that problem before? How did you solve it? Any other suggestion are appreciated. Thanks <PERSON>
07b0dafc-2992-0372-abc5-11f64853711a
['668cdd64-7e66-bcdd-75ce-41822e82940b']
Dear <PERSON>, I am a newbie in ABAQUS. I am analyzing a mass diffusion problem with two difficulties, because of that I need your advices. In this problem both diffusion coeffient and mass concentration flux are solution- dependent. From the manuals, it seem that the load problem can be solved by using subroutine USDFLD and DFLUX together ( I don't know how to implement at least for now and I am not sure if it can be). However, anybody know if we can change the diffusion coeficient based on the field variable of the previous increment? I appreciate any response. Thank for reading. <PERSON>
0e4feec2-7a18-9a9f-49f3-33338b36095f
['669848c6-bbef-2b44-c809-e2268f9625ca']
hi I use "UTF-8" for all - Distri and SM But sometimes I get Mails with other encodings (ISO-8859-?) Ten I can't read the Mail while the letter are to little May you seek for a config to change other encodings in UTF-8? automatically, if needful? May be its a new idea - I would like it. <PERSON>
2b210917-b2b5-8f12-9031-55c197e71d9c
['669848c6-bbef-2b44-c809-e2268f9625ca']
sorry for my english - I work with openSUSE 12.1 (Linux) and use LTE for Internet (no DSL) - Many years I used mozilla and now Seamonkey (with Mail) Till to 2.8 all is OK - but with 2.10 I have problems. If I opened Mail & News-accounts, I could see all accounts But now off from 2.10 it opens only the head-accounts (or how is the name for it?) I mean up to now I got for the Name also Inbox, Templates, Drafts, Sent and Trash But new I get only the name The other I must click a second time to see them. That is also so by <PERSON> Nobody can help me. Regards
0d81d2b7-ad7d-0cb9-3d96-af5004276201
['669f1e05-9bbf-4561-1026-0e7ffd5d709a']
Hello I am using planner for my daily notes on different projects. In addition I am writing on longer manuscripts in latex for each of my projects. I know how to make a link from a project page in Planner to any file I might have on my PC. I do this by use of a link like [[c:\mydocs\projects\project-x\manuscript.tex]]. However, it would be nice to make a link from a latex manuscript (edited in Emacs) to a project page in Planner. Is that possible? How do I do it? Do I need som extra package in the preamble of the latex file (\usepackage{<package-name>}) to get such functionality? Best regards <PERSON>
7d3adbb2-704e-45f3-beeb-5d32a49ba8c0
['669f1e05-9bbf-4561-1026-0e7ffd5d709a']
Hello I have used planner on a PC for a few months, and have found it very practical in my daily work. I have a practical question regarding the storage of the day pages and project pages. In my planner day pages and project pages are stored in the same folder, c:\MyDocs\plans\. The number of project pages are relatively few, but the number of day pages increases fast as times go. This makes it difficult to find a special project page by hitting M-x planner-goto-plan-page. Is it possible to store the day pages and project pages in two separate folders? And how do I do that? What lines of code do I have to add to my .emacs file? Are there any negative effects of separating the two types of pages? Best regards <PERSON>
039d15b2-43f1-801f-10e6-0bcd7e346449
['66a2db5b-0104-0ccc-c6f3-ec5e9cfe2033']
Hallo, since I have installed the last version (1.7.1) of your SVN client I got the following error each time I tried to update my working copy. The file external from 'svn://abcdefg.org/svn_root/COMMON/DMS/trunk/doc/UML/Jobformat/DMSJobD at aWOCS.xsd' cannot overwrite the existing versioned item at By searching for this issue if found a entry I your issue tracker that this issue was already fixed in version 1.6.X. What's happened ? Is it my fault or is the issue 3552 reopened ? With best regards <PERSON>
dcc6dc6c-e2fb-fe73-eea4-169d91088b70
['66a2db5b-0104-0ccc-c6f3-ec5e9cfe2033']
Hallo, since I have installed the last version (1.7.1) of your SVN client I got the following error each time I tried to update my working copy. The file external from 'svn://abcdefg.org/svn_root/COMMON/DMS/trunk/doc/UML/Jobformat/DMSJobDat aWOCS.xsd' cannot overwrite the existing versioned item at By searching for this issue if found a entry I your issue tracker that this issue was already fixed in version 1.6.X. What's happened ? Is it my fault or is the issue 3552 reopened ? As attachment you can find a screenshot, which shows the client output. With best regards <PERSON>
e29cdb53-e467-fb4c-5b90-ac0c8344181c
['66a4c5ed-500f-16c1-b7e9-5d820fb8297c']
Hello, I have a problem getting nested structures from a C-API interface. The call succeeds but all members in the nested elements are empty. Could my definition of the call be wrong or is there any restriction in C-Types that structures with structures with union are not transported ? I'm working with ctypes 0.6.3 and Python 2.2.1. Thanks Stefan
1fedd401-dd2a-1f22-06c5-cba81e9f5d97
['66a4c5ed-500f-16c1-b7e9-5d820fb8297c']
Hi, via Dispatch you will always get SAFEARRAYs of VARIANTS since this is the only array type which could be transported via automation. You can transport an array of ints only via a custom interface, which you then wrap with the makegw tool from the PyWin32 source distribution into a pyd or use the ctypes COM implementation. Regards <PERSON>
f719ee64-581c-916f-9fd5-5c4731fc7024
['66b1144f-7770-78ac-54aa-477bf2530e8e']
As part of our testing we need to install a tool that currently does not have go.mod/go.sum files. Since we test on Go versions both with and without module support and want to test using modules on the versions that have module support we need to use an approach that works in both of those situations. We use git clone and checkout to get the version we want. However, this fails when GO111MODULE=on because go install wants to find a go.mod and does not. Note that the tool has no external dependencies. ```
ae6254a3-0828-4a8b-1336-bda68886c430
['66b1144f-7770-78ac-54aa-477bf2530e8e']
One of our developers has found that when they import both "google.golang.org/appengine/datastore" and "cloud.google.com/go/datastore", renaming the second import to remoteds, the build on AE fails, though it does not fail locally with dev_appserver.py. This only happens when the imports are in the same file; if they are in separate files of the same package, everything is OK. Does anyone else have experience of this or understand why two packages imported under separate names would be rejected by GAE? thanks <PERSON>
92569776-9f41-6c27-dfdc-8477e65e2a11
['66bb882e-f33d-876f-02f0-ba96bb3bce90']
I am very embarassed. I retried it in Windows and now the left front sound is clearlly coming out the center speaker and the left speaker is dead there too. A hardware problem! The left-front speaker sits on the table right next to where the cats lie. The cats have chewed up the cable - it was pretty flimsy to begin with. I am sorry to have bothered you, but I am very grateful for your help. I don't think I would have solved it so soon without your help. Thank you very much, <PERSON>
3736c575-97f8-64bf-d672-e79d99da68fd
['66bb882e-f33d-876f-02f0-ba96bb3bce90']
I've been going around and around on this. The surround sound 5.1 is playing fine except channel 0 (front-left) is playing on the woofer. I have a Terratec Aureon fun - CMI8738-MC6. I can redirect the output on 0 to right-front successfully using .asoundrc and "ttable.0.1 1". I have gotten desperate and have tested this card in Windows and was able to get it working right there. I have been using the file www_lynnemusic_com_surround_test.wma through mplayer and speaker-test to to test the setup. I am using pulseaudio, but I reconfigured my system without pulseaudio and get the same result. Any help would be much appreciated. <PERSON>
a2666818-92c4-5472-0f0c-09248194ed9b
['66be162c-4325-51b6-e1d0-0f1c444b9370']
Hi, I am having trouble getting vtk to recognize this filter. I am using tcl in windows (sadly). I am not sure why it keeps giving me the error that it does not recognize this function. I am running vtk version 4.4.2. Is there a specific package I need to run this function. Any help would be appreciated, Thanks, Vi
59dd2cbd-cf29-8797-e8b7-d5be1ce0faeb
['66be162c-4325-51b6-e1d0-0f1c444b9370']
I am using tcl and I was wondering how I specify which ensight file I want it to read. For example, I am using vtkGenericEnsightReader and I have already read in my case file, but I have 4 different files that are in my case file. How do I specify which one I want it to read? (ie pressure, temperature, entropy, velocity) Is there a command in the reader that I need to use to specify it? Any help would be much appreciated. Thanks,
6e8ed431-9ab0-88a9-93aa-0b131393e0e2
['66c1a291-a473-c3a0-7b39-5e987cdb8945']
Hi, I recently bought a YAMAHA DX11 with a ripped out battery. I replaced the battery, did a factory reset but my performance voices are gone! I tried sysex data but it restores all but the performance voices. I googled it and it seems that a lot of people encounter the same problem but nobody seems to know the answer. My last hope is this forum to get a straight answer from owners of a YAMAHA DX11. Regards, <PERSON>
643df5e5-de17-91dd-bc8c-9fe26bc3186e
['66c1a291-a473-c3a0-7b39-5e987cdb8945']
Hi, I recently bought a YAMAHA DX11 with a ripped out battery! I replaced the battery, performed a factory reset but my performance banks/patches/sounds are gone. The only thing the display shows are punctuation marks. With sysex data I can restore all but the performance part. WHAT AM I DOING WRONG??????? I googled it but nobody seems to have the answer! If ther's someone out who holds the key to this problem, please please please please tell me. Regards, <PERSON>
784fc444-15e2-ef96-b27b-10f44d199dd5
['66c40672-d1a6-ed16-1bff-86fd93635e9b']
Hello, I have a question about the Maven Surfire Plugin. Is there a way for adding my own Test Listener to the Surfire configuration? I did not find something about this in the documentation. I need this for checking my tests for annotations we use for adding meta information to our system tests (like feature key ...) Kind regards, <PERSON>
0422b8cf-a506-3587-1846-069f7ec2fb38
['66c40672-d1a6-ed16-1bff-86fd93635e9b']
Hello, is their a way for clearing the content of a Cocoon Forms Message Widget? I looked at the code and didn't found something like this. The documentation say, that the messages are only cleared on submit of the form, but in this case the form is normally finished. I think such a feature will be really useful when you write AJAX based forms that have multiple wizard like pages. In this case it will be very useful to clear the messages if the next page is shown. So my question is, is their a possibility for doing this. If not, do others think this feature is useful. If yes, I can provide a patch for it. Best regards, <PERSON>
ac4f67cf-31a1-144c-4173-f0067824dd6a
['66c83855-ec94-4482-a32b-45edda89343f']
Hi, Am new to Struts, currently am creating an application using Struts and EJB. I dont know how to connect the Struts with EJB component. Can someone pls help me? I searched for samples online, but am not able to understand them. Does anyone has a sample code to integrate both of them, with explanation? Looking forward for an answer Thanks in advance
676ed08d-dd21-eaff-351a-e1c380ee38d7
['66c83855-ec94-4482-a32b-45edda89343f']
Hi, Am new to Struts, currently am creating an application using Struts and EJB. I dont know how to connect the Struts with EJB component. Can someone pls help me? I searched for samples online, but am not able to understand them. Does anyone has a sample code to integrate both of them, with explanation? Looking forward for an answer Thanks in advance
5dd7b7d0-6080-454e-ed82-8dd6d1dec752
['66ccadb0-b729-a3d9-3466-64fbce362077']
Hello. I'm eager to get a help from people who is good at TCP performance analysis, expecially that in mobile Ad hoc networks. I'm now doing some researches on TCP performance analysis in mobile ad hoc network. When I delopy different TCP variants (TCP Tahoe, Reno, NewReno, SACK, Vegas) to compare their behavior in ad hoc network with DSR routing protocol, I found there is no obvious rules between different TCP variants for TCP throughput corresponding to different moving speed and pause time. That means, e.g. when the moving speed of the nodes is 5m/s, TCP Reno is better than Tahoe, while when the speed is 10m/s, Reno is even worse than Tahoe, which is quite different from the results reported in former papers and diferent from traditional imagination about TCP in wired networks. I want to know the reason for my mysterious simulation results. Is it because of my wrong simulation method or because of TCP inherent characteristics? Thank you very much. Best Regards.
93ccf460-5eab-a7b3-4968-809f4db941ca
['66ccadb0-b729-a3d9-3466-64fbce362077']
Hi I want to make some researches on MAC mechanism in Manet. Could someone of you recommend me some materials or excellent papers on it? I learned from former papers that access collision resulted from hidden terminal and exposed terminal problem in IEEE 802.11 will degrade TCP performance tremendously, and I found it is quite true from my simulations under various topologies in MANET. And now I want to make some modifications to IEEE 802.11 or even propose a new mechism to apapt to manet applications. Thank you. Best Regards.
42137c5d-3acc-f769-55ba-a0fb2300916b
['66d55bd9-a63a-c0ce-6b6a-c560c3fbbdf1']
Hi <PERSON>, There are a couple of problems with your code. Firstly you need to set the polyline with the id="buildings" as this is the actual object you are trying to change the style of. In Javascript you must define objects using the var declaration . Lastly you will need to define the svgdoc variable using an onload event of the svgroot node. This is because your code makes use fo the onload event of the svg root node to get the document (+ you should also declare the svgdoc variable globally so it is available to any other functions you may wish to write... You may also want to note a perhaps slightly better way of calling the changeColor() function. Apologies if there is a lack of underlying technical sounding words. Personally I am still learning the back end stuff!! cheers dave
177b26d4-ba95-f8f2-8766-4b2fb7b726b5
['66d55bd9-a63a-c0ce-6b6a-c560c3fbbdf1']
Hi all, I was wondering if anyone had a full example of how to transform XML to SVG using a stylesheet and a Visual Basic component. I have been trying but can't get it to work!! If possible I would like: * XML * XSL Stylesheet * VB component which actions the transformation * output SVG file Any examples would be GREATLY appreciated!! Thanks <PERSON>
7e6c1d39-72c8-2fc7-24ad-db4e35089ae5
['66dbf72b-a1aa-4847-6cd5-7eaa948db1cb']
Hi, I'm working with Win2k, but a few days ago I got 8G hard disk in which there is Win98. Now I would like to use both of them installing RedHat on the 8G disk together with Win98. The "problem" is both disks are bootable and I would like to boot from the 8G disk (Win98+Linux) and have the possibility to choose between Win98, Win2k or Linux. Is that possible? Is there any literature (HOW TO) to read with the instruction a newbie needs? Thanks a lot, <PERSON>
6a1de8c7-98c7-d4d7-1a91-a0d766b1b6ea
['66dbf72b-a1aa-4847-6cd5-7eaa948db1cb']
Hi, yesterday, I installed RH9, but I'm very new to Linux, being a little more experienced in Windows, so I faced a lot of problems: 1) My SpeedTouch USB ADSL (from Alcatel) isn't working and I don't know how to install it (in an Italian forum I was suggested to uninstall RH9 and install Mandrake: should I?) 2) Even my floppy drive is missing! I discovered that "mounting" it trough the graphic interface it was possible to use a floppy, but when I restarted the computer the floppy and the hard disks all disappeared! Can anyone help me? Thanks, Nino
b174178d-0ffc-9d16-0df7-de2e560ec799
['66ddb11b-4b0d-0325-2c12-6153d027fcbd']
<PERSON>, Typically the gold wire used at the major subcons tend to be similar. = The fusing current of the wire may vary depending upon how the wedge = side was tailed off, so be careful with this if the wedge side is = over-bonded. I am also assuming you are using ball bonds (not wedge nor = ribbon bonds.) Data that I have shows following fusing current for = wires at different diameters: D (mils) I(A) 0.8 0.4 1.0 0.5 1.1 0.55 Regards, <PERSON>
8c553b3b-a907-75d1-80da-95ba92868487
['66ddb11b-4b0d-0325-2c12-6153d027fcbd']
I agree that you will have a hard time getting this to work properly without some full-wave simulation. Given that you are routing on the top layer, you will have the benefit of less dialectic loss from the air above the PCB. Having this in microstrip does take up slightly more space since you typically need to have wider traces to achieve an certain impedance as compared to stripline. That hurts if it is a high density design but it helps otherwise since the variation in etching should have less of an effect on a wider trace as a percentage. Additionally, the lower dielectric loss of microstrip mode (assuming air and thin soldermask above it) will help as I mentioned earlier. The fact that you are not going through a via in option 1, will help. Vias always pose a significant discontinuity unless you use expensive via design rules, so I would avoid your second option. I want to avoid giving a rule of thumb on this since it is dangerous to use such a rule at 10G, but you should plan on having many shielding vias adjacent to the traces to your power supplies. Self resonance of the transmission lines is something to watch out for at these frequencies. Plan on simulating this, or outsourcing this simulation since the software can be pricey. Regards, <PERSON>
fbe8d4c1-ae05-ead2-6a44-9c2f827f3e35
['66e9697c-39f3-5b6c-3ac2-471b4b3753c8']
I am looking for reviews that were merged where the owner themselves have the CodeReview+2 vote. Is there a way to do this using query on the server side, without having to download all reviews and comparing fields? On a related note, is there a way to configure Gerrit to not allow the owner to give the sole +2 vote and instead always require a peer review? Thanks <PERSON>
0ac5b77a-674f-2c0a-bf4c-5b62adb2dd9c
['66e9697c-39f3-5b6c-3ac2-471b4b3753c8']
Hello, My apologies in advance if I am asking the wrong group or a stupid question. I am trying to return to Linux after many years. I have a pdf document. When I open it in gpdf and then print it I get a choice of Printer. If I choose "Create a PDF document" and click on Print I get warning dialog with the following error: You were trying to print to a printer using the "gnome-print-pdf" driver. This program requires a PostScript printer driver. Can someone please tell me how to get this to work? I am quite a newbie, I don't even know how to find my version of gnome. I am running debian sarge. Thanks in advance.
b7eefe27-f2d8-a182-4672-449cd6d8986f
['66eaeef9-3ee6-d42e-2fea-5ebe60085670']
Hi <PERSON> - I’m not a founder of a space so my frame of reference might be slightly off however as someone who has worked with companies on their marketing I would question a) what the publication is and whether it’s specific to your audience (i.e a generic magazine or something aimed at likely users of a coworking space) - b) whether you could get multiple adverts in the same publication for the same cost (repetition breeds trust) - c) if you’re confident that the message and design of your advert is good enough (so many adverts are poorly done with no call to action etc) - d) if they will throw in any kind of paid editorial as well (it’s far less interruptive than an advert). Obviously with Facebook you can be a bit more targeted in terms of your audience’s demographic and geographic profile but I would say that whichever route you go down make sure to MEASURE THE RESULTS of your campaign. So many clients like to advertise because, ultimately it makes them feel warm and fuzzy and that they’ve ticked the “marketing” box for that month but so few actually check to see if they get any return on their investment (ROI) - then when the next offer of advertising comes along they have nothing to base their decisions on apart from gut instinct. The best way to do this I’ve found is to put an advert specific offer code in your advert - Something you can track back on. Hope that helps a little? <PERSON>
0277f38a-64b6-1fe2-a151-fd758446fd57
['66eaeef9-3ee6-d42e-2fea-5ebe60085670']
Hi all, As someone who is relatively new to the world of coworking (I only realised it existed about 6 months ago!) I was curious to hear people's views on community vs corporate coworking spaces. As someone who is looking to setup a coworking space there appear to be two distinct views as far as I can see. One side - community - seems to come from the side of most commonly associated with the original view of coworking - start a community first, figure out what they want and then create a space to suit the community. The other side - corporate - looks like it takes the view, create some amazing spaces and "they will come". I'm thinking specifically about WeWork and the other companies that are like them. For example, I could be wrong, but I'm not sure that WeWork necessarily invest massive amounts of resources in creating a community in an area before they launch a new space? Is this simply a question of things moving on or is there evidence to suggest that the community method is preferable and therefore more sustainable? My hunch would be that there are more "community" minded people in this forum which might make things a little biased bit I'd be interested to hear regardless. I'm in the process of looking at launching a dedicated coworking space in a city in the UK that doesn't have any spaces yet, and so (again) my hunch would be that community first is the way to go in order to quantify the demand. Thanks again! <PERSON>
a1e6d8c5-9e7d-1b83-6d1f-63d6313a9575
['66f89f82-3cb8-cc35-1cd3-255aa265a4ab']
<PERSON>... Go into As/Set Open up the correct set that contains the AS/Set source for the program you are interested in. Place an option 7 on the line with the program and press Enter, Here you have an option.... You could choose Y, B, 4, F (or P) for the options on the screen, or (my preference) choose Y, I, 4, F (or P) and press Enter If you chose the letter B, the system will go off in Batch to try to validate the AS/Set source prior to generating the RPG source If you chose the letter I, then the system will progress on thru a set of other panels It will most likely prompt you to start the AS/Set subsystem... You have to do this to continue in my experience. If you say No, the next screen will populate, but the program won't generate the source when you ask it to. Once that's done you can make sure the source and object names are correct, as well as note the source files and libraries that things are being placed in. Once all that is correct you can press F14 to generate the source(s). This was done with As/Set 6.01... your mileage may vary! Hope it helps! <PERSON>
2b28909c-8dee-bf5e-7461-f5cfe25f6bd8
['66f89f82-3cb8-cc35-1cd3-255aa265a4ab']
Friends... This may not be the exact place for this, but we are trying to install the Ironside server onto BPCS, and we're running into an issue with jobs in QUSRWRK that don't release the files. SSA's advice has been to shut down the subsystem to get the jobs to release... That's not really our first preference since there's a bunch of other things that run in that subsystem. Has anybody on the list run into this and come up with a solution? Thanks in advance <PERSON>
3eb67515-ed0b-77ce-a9bd-6db4894b0750
['672da758-fb94-6101-d0f8-acb7b348eeab']
In my highpointing program I have "done" this year, in chronological sequence, the highest points of "Freistaat Flaschenhals", Madeira, the Sorbic country, West Berlin and the "Freie Republik Schwarzenberg", all kind-of low level. Tomorrow I am heading for Svalbard's Newtontoppen, followed by a conquest attempt of Rockall (19.2 m). The most demanding section on my agenda will be in July/August: Adygea with <PERSON>, Ingushetia with <PERSON>, Chechnya with <PERSON> and Dagestan with <PERSON>. This will be followed by an off-program trip to Northern Thailand and Southern China in September, so you may expect me back some time in October (for those of you who may otherwise believe I was falling asleep...) In the meantime: Happy tripointing to all of you, <PERSON>
05b4c65d-d6ff-8c53-a7ab-eab034d98516
['672da758-fb94-6101-d0f8-acb7b348eeab']
Has anybody of you cast an eye on the Vaalserberg already? Netherland's highest mountain and - today - a tripoint: BEDENL. Historically, it started as something between a simple borderline and a tripoint, and this was in 1816, when the hybrid state of Neutral-Moresnet was founded. So we had NL/Prussia/Neutra-Moresnet then on top of the Vaalserberg. Neutral-Moresnet was co-governed by Prussia and the Netherlands. So actually we can take this hybrid only half seriously. Which means, our tripoint was in fact perhaps only a 2 1/2-point. 1830 Belgium was created. Our tripont (or 2 1/2 if you will) promoted to a quadripont (or 3 1/2 ?). Neutral-Moresnet was then co-governed by Belgium and Prussia. 1870 we see Prussia disappear in the German Reich. So our quadripoint was then BE/DE/NL/Neutral-Moresnet, but did not change its "value". 1914 Neutral-Moresnet was annexed to the Reich, but this - due to the war - was never acknowledged by anybody. Our almost-quadripoint degenerated to a mere tripoint BE/DE/NL - or was it still 3 1/2? Finally, in 1919, the Versailles treaty abolished Neutral-Moresnet and gave it Belgium. So <PERSON> has become a true tripoint. What do our scientists say? Is it too complicated for you? So sorry. I just would be interested if science knows anything about points in a continuum. Normally our points jump in quantum leaps. <PERSON>
193c36a9-8293-3805-dfa9-fd2ab48166e4
['673894c2-4363-7d5e-a96a-85edeafca93f']
Many people encountered this problerm, creating a image by mkyaffs2image, then write it into a nand falsh with nandwrite, then mounted failed. This is because mkyaffs2image didn't know the oob layout of a NAND flash, so it put the yaffs2 tags at the offset 0 of oob area, nandwrite didn't put it at right position when writing oobdata. <PERSON>.
416bc78c-7b93-d90c-9e57-e9b0a24c0765
['673894c2-4363-7d5e-a96a-85edeafca93f']
Following is my touchscreen calibration information. The bottom right point has a big Y value, so the four points construct a trapezium. After calibration, the touchscreen still isn't accurate. If I draw a square with the draw function of ts_test, it will give me a trapezium. Is it because there is some problems with my touchscreen ? or because the calibration algorithm is imperfect ? Thanks <PERSON>.
9e997c7d-5758-dac5-1ec5-c28ebf25b19e
['673e6d2d-326d-5010-f967-09f344e9dbb7']
If the train was virtually sold out...total sleeping car passengers would total 119. (21 pax per MANOR x 5, 12 pax per Prestige sleeper, plus 2 Prestige in the Park car = 119) That's 3 very full seatings in the single dining car.  Coach passengers could/would have to be fed in the lead Skyline car.  On one trip last year the Skyline coupled to the Dining car was supplementing food preparation for the diner.  It's unlikely that the train would have been totally full for the entire Toronto-Vancouver trip but it would still be very exciting for the dining car crew! <PERSON>,
a18eadc8-99ca-c066-e781-deff2237e3b7
['673e6d2d-326d-5010-f967-09f344e9dbb7']
With regard to the useful longevity of the Ren coaches.... would it be advisable for VIA to consider sending them to Vancouver Island, assuming that will ever be rebuilt.  It never gets terribly cold for long periods and their lighter weight may work well to augment the Proposed Budd cars.  The Victoria shops could store a few cars out of the weather and put them in service as needed.  Just a thought?? <PERSON>, Surrey
a9555437-de08-e1e7-0fcf-90fa65449031
['67456622-ba99-39df-723b-32008c8a77dc']
Hi, I have read in the archive where <PERSON> named the SET INITIAL SCHEMA. My question about this: Does the <IP_ADDRESS> release include the "SET INITIAL SCHEMA <schema name>"? I was wondering about behaviour after SET DEFAULT SCHEMA. The default schema after connection is by no means the expected one. What does the SET DEFAULT SCHEMA set? The actual schema if you do not set one via SET SCHEMA? But if you have to always set the default schema why do not set it at all? Or am I wrong? Related to my first question, I read latest news: "28 July 2007 - Version <IP_ADDRESS> bug-fix release will be released soon." My question to this: What does this soon exactly mean? I can give also a hint for the page content admin (I could not find the one responsible for, maybe he/she is reading here): http://hsqldb.org/web/hsqlSupport.html links to http://sourceforge.net/mailarchive/forum.php?forum_id=2231 which is "thephpbible-support" and not http://sourceforge.net/mailarchive/forum.php?forum_name=hsqldb-user ... Greets, Christoph
94b8bdcf-a1ba-8e40-8fee-0c453c43f310
['67456622-ba99-39df-723b-32008c8a77dc']
Hello <PERSON>, Thank you for your fast response! Ok, I have understood. I/we use hsql via JDO/Spring/JDBC-Pooling. I think the SET SCHEMA has to apply only to the current connection. Otherwise a multi user mode is not possible. But connecting via a pool (and one user) we have to set the schema every time because the connection can be a newly created one... Or we have to wait for the new release. Greets, <PERSON>
9083b7c9-ccca-09dc-a44a-60812591b934
['67610d59-e4e7-9f19-5063-4a7f0bdfd976']
In the version of 1.2 and in the prev... the problem was the same... preserve the parameters of research...passing from page to page... There was post get redirect...a really bad solution... now searching various persons..i see that the most use a redirect... i have created the solution to use the get string from url..passing all to paginator... but i have the problem that i cannot use the paginator sort, because if you try to put something like ?pizza=good the paginator sort will remove this... I need only this patch to the controller helper...to put the query string in the bottom... I don't want to use a redirect... I don't think this is very professionall..and why to force a redirect? And moreover the seo features? I am able now to post the parameter in my page and manage them..and passing all to paginator... My only problem is now the sort that remove the querystring... SOmeone is able to patch the core to preserve the url? Very thanks...
80c88592-8a7e-3342-1ae0-3ed2e2512958
['67610d59-e4e7-9f19-5063-4a7f0bdfd976']
I have lost an evening to understand the mechanism of Auth component. Sometimes the $this->Auth->user() gives me empty values and others times I get values filled in. I was using the beta, and now changed to Rc1 only hoping to get a better solution in Auth.. But the result are same... Moving from a controller to another, sometimes, the Auth component goes and sometimes is empty.. So tomorrow i will reuse the old style code, a simple function and some value in the session to check the user... Why the auth is so buggy...? I put every debug in all part of my code...and aniway the auth fails... Someone had similar problem? A little note about the changes in Rc1, from the beta...it is very boring adapting the code from beta to rc1... The files of js with root / are not seen good... In The validation you must rewrite some funtioncs... What happen to Cakephp? Essentially I used the logical from this post: http://groups.google.com/group/cake-php/browse_thread/thread/6fdf328fb22a4e80/b301c378f4b8ddae?lnk=gst&q=Auth-%3Eallow+all#b301c378f4b8ddae I tried others solutions, all solution but auth doesn't work! Thanks.
fb939165-72e7-e2ce-f97a-dbe5947c6be4
['67619c4a-7560-4f89-bfb0-4a16ac6a593a']
Hi Everyone, I am very new to this mailing list and very much interested in getting into the internals of BTRFS file system I was looking for mkfs.btrfs source code so that I can start getting how the disk is formatted with btrfs system. Can anyone of you redirect me to that place to download the btrfsprogs source code. Thanks in advance. Debasish
acfd1733-b649-1024-6532-2ce31423f6b9
['67619c4a-7560-4f89-bfb0-4a16ac6a593a']
Hi Everyone in this list, I am very new in this mailing list. I want to get involved into BTRFS file system development. But I could not figure out the starting pointer from which I start looking into the code. Is it right to start from mkfs.btrfs source code specially from mkfs.c? I badly need suggestions from you guys. Thanks, <PERSON>
250c987d-0062-840a-0fc6-7d3de59e1061
['67675ace-d0cf-8b8d-4c5a-5d8bb4f540d5']
I upgraded to Mountain Lion (OS X 10.7.2) last week and I've been unable to use TigerVNC 1.2 since. I can successfully authenticate to my VNC server, but the screen stays black. I'm not sure if there's a debug flag I can use to see why I'm not getting screen updates. If I connect with MacPorts tightvnc, I'm can use my VNC session as normal. Thanks for any ideas. /Brian/
773c64d5-e0d0-3897-7c8c-9d0fbf4a6112
['67675ace-d0cf-8b8d-4c5a-5d8bb4f540d5']
Hello, I've been using apcupsd 3.14.3 on Centos 5.1 and now 5.2 for a MythTV server. This is an APC BackUPS ES 750. It has ~30% load. I noticed my battery was 4+ years old so I went ahead and ordered a replacement. Before the replacement showed up, my MythTV server was getting power-cycled daily. I also noticed my switch and other things on the UPS were losing protection every 24-48 hours. I replaced the battery and still experienced the same behavior. I disconnected the USB cable and now that apcupsd is not communicating with the UPS, my system has been up for 7 days. Why would apcupsd cause the load to be dropped every 24-48 hours? /Brian/
ace6445e-3fbc-d619-2d17-00ced608f48e
['67696a88-6845-4a1e-07f6-551e3d3f62dc']
Still today, what variations should be merged has not been fully agreed upon. A continually changing ballot is neither fair nor accurate. In order to try and get this process out of the mud I propose we hold a new vote, with the following conditions (these are simply suggestions for guidelines this so that we have something to work with, I don't care if it is followed or not): 1) we agree for once and for all what the "variations" are, (it should be pretty obvious now) 2) the new list is posted with new numbers (and in order!), but *no* distinction is made for the variations (i.e. a ballot does not contain 51a, just 51) 3) the precise variation is chosen once a winner is chosen by the group working in conjunction with the logo maker. Just like what happens after a boost library is accepted for inclusion. 4) I think we should start the vote next monday, and go until friday. 5) new logo submissions can be enterered until sunday at midnight 6) the tally should not be displayed while the vote is going on. 7) votes can not be revised 8) ballots are made in the form readable by <PERSON> computer program 9) the votes will be posted on line immediately after the vote closes, so that whoever is impatient like me, can do their own preemptive tally. <PERSON> and <PERSON> has put a lot of effort into the vote up to now and are fair and open-minded. I suggest we elect them as cheerful benevolent dictators of the revised voting process. I think some leadership would make things work a little more smoothly. In other words, they will decide on the new voting guidelines with or without input from the community at their own disgression. Or they may choose not to, such being the nature of a dictatorship ;-) <PERSON>
d95f7f46-fceb-b994-9937-f78bb06c9327
['67696a88-6845-4a1e-07f6-551e3d3f62dc']
Greetings, I wanted to find out about systems with minimal support for AOP. I think that there exists a very clear and unambiguous line between languages which have no support for the expression of cross-cutting concerns, ( i.e. C++ ) and languages which do ( AspectJ et al. ). For my programming language Heron, my goal has been to provide an absolute minimum of language constructs, while still being useful and falling on the happy side of providing AOP support. I am interested in learning about other endeavours which explicitly, or even accidentally, provide the neccessary tools for AOP. I have described the Heron support for AOP through metaprogramming techniques at http://www.heron-language.com/aspect-oriented-programming.html . I would also appreciate feedback if there is any part of this document that is contentious, or patently false. Thanks <PERSON>
f69e548d-cc1b-bd7c-4cbf-c5337ec9ff67
['6772c6a1-ec20-f500-a745-caa27bf8a47f']
Hello, I'm considering purchasing a book on Rocketry Propulsion from Amazon.com. I'm located in Japan and I don't have ready access to English bookstores, so all of my purchases end up being mail order. Consequently, I can't tell if the book I'm considering buying is any good or not. The book is titled "Rocket Propulsion Elements : An Introduction to the Engineering of Rockets." I'm an engineer by trade (albeit software engineer) and believe I can handle a technical book, but would prefer a readable book with a solid discussion of the fundamentals. Can anyone help? Thanks, <PERSON>
31feb39f-fa2c-f345-3ca2-c1369c3da665
['6772c6a1-ec20-f500-a745-caa27bf8a47f']
Hi, I want to apologize, first off, because this isn't really ERPS business. I've been writing a web page for kids and would like some technical critiquing. If anyone is interested, please respond to me through my private e-mail address: <a href="mailto:<EMAIL_ADDRESS>"><EMAIL_ADDRESS></a> The web page is here for now: <a href="http://geocities.yahoo.com/billclawson/jerrybull.htm">http://geocities.yahoo.com/billclawson/jerrybull.htm</a> If you want to look at some amusing pictures from said same: <a href="http://geocities.yahoo.com/billclawson/somepics.htm">http://geocities.yahoo.com/billclawson/somepics.htm</a> Thanks, <PERSON>
25269d65-dc83-a43e-7473-ee31342e4106
['67773b69-e36f-1e9b-5eeb-421c2cfd503e']
Good morning, I came into work this morning without any ALE mail :( I went to the homepage and discovered I didn't exist any more in the mailing list (not always a bad thing, but I do like the ALE mailing list :) How come I got dropped? Was I naughty again? Thanks! <PERSON>
bed14d6f-a679-60d2-3763-0f8e2d248ddc
['67773b69-e36f-1e9b-5eeb-421c2cfd503e']
Good morning, I know I've asked the USB storage with Knoppix before, but I've got a follow-up. I found this small hard drive based storage thing that connects via USB. Here's a link to it: http://www.mpio.com/~mpiocom/goods/hs100.php It looks pretty nifty. However, I'm not sure it would work with Linux. The manuals says it's formatted with FAT32. It also says you don't have to install any drivers for it to work under Windows 2000. This makes me think it should under Linux if it's mounted as 'vfat'. Does anybody have any opinion and/or observation? Thanks! <PERSON>
03a536e2-fc59-ed0a-8518-ded9aea100ed
['6777585b-4acf-6ca9-7466-e4b535fa7780']
To set the stage: I'm wrestling with OutOfMemoryExceptions, and beginning to suspect heap fragmentation as the root cause. I know that the hprof files dumped from the monitor tool are a slightly different format (JAVA PROFILE 1.0.3) from the "standard" java hprofs (JAVA PROFILE 1.0.2). I know that hprof-conv can convert a 1.0.3 formatted hprof to a 1.0.2 formatted hprof. I also think I've found a spec for the binary 1.0.2 format [1]. However, I was curious about the 1.0.3 format and have just done some searching, but haven't been able to find anything describing it on the developers.android.com site or the AOSP site at source.android.com. Is the 1.0.3 format documented and described anywhere? I have looked at both YourKit and MAT to analyze the heap dumps, but neither of them address fragmentation at all. I guess fragmentation is not much of an issue for server and desktop jvms. The hprof format appears to contain address information, so some kind of fragmentation analysis should be possible. I read that ART's GC will also eventually be a compacting collector, which is good news! In the meantime I'd like to try to use the address information in the hprof files to estimate heap fragmentation. <PERSON>
7685158a-9b44-03d7-8ad4-7c48dd9c3fb7
['6777585b-4acf-6ca9-7466-e4b535fa7780']
After a bit of commenting in the configure.py script (somebody imported Posix directly...), I've gotten very close to installing Pyro on my WinXP system using MinGW. But then I got to 4. Where is the X11 include directory? Which is a good question. Is there an X11 for Windows that would include (oh dear) include files? Would Cygwin have the required files bundled with it? I must admit I'm pretty ignorant about Cygwin. I'm going to break out the debian discs, but I wanted to recommend pyro to a project team I'm working with, so any help would still be greatly appreciated! <PERSON>
e336ec15-6c81-60a9-7983-cab8a75102e6
['67897ea0-e3a1-f572-49cf-13a4e7fadc86']
Hi, We are small business focused on Information Security education and reselling of Network Security products. To find out more about us, please visit http://www.securenode.com. We are looking for a Sales Engineers who are willing to work on commissions. This position does not require a person to be physically present at our office, however, local candidates will be given preference. This opportunity might be turned into full time position down the road based on the revenues/sales. If you are one of the many qualified and talented IT/Security sales professionals out there who is currently between jobs, recently laid off or if you want to earn extra $$, we would like to speak with you. All interested professionals can send your resume to <EMAIL_ADDRESS> With kind regards, Tasawar
de636266-90b1-c6d4-0165-c9e0df34b6fc
['67897ea0-e3a1-f572-49cf-13a4e7fadc86']
Hello Ethereal Experts, I was wondering if someone on this list can point me to some research/whitepapers that would explain some key differences in Architectures and pros and cons i.e. Cost, Performance, Scalability, and Security of following Network Analysis/Packet capturing tools: - Ethereal - Network Associates Sniffer - Etherpeek from Wildpackets - Microsoft Network Monitor - Novell LANalyzer - Sun Microsystems snoop - tcpdump and - TracePlus from SSIT Thanks, <PERSON>
0c2e71bf-36c6-7104-7614-87e188ed3147
['67a0967d-727a-9eb2-2f06-0fedd07b1e4a']
Hi everyone, I have written my proposal for project "SupportPress as a plugin". I will be grateful if I can have some feedback on how can I improve it. Link: http://www.varunagw.com/gsoc/supportpress (Please use "wpgsoc" without quotes as password there). I have also submitted it to melange but it is currently only view able by mentors and admins there. https://www.google-melange.com/gsoc/proposal/review/student/google/gsoc2014/varunagw/5629499534213120 Thanks, <PERSON>
0f4f291a-bdca-9e57-b397-a92727c98cff
['67a0967d-727a-9eb2-2f06-0fedd07b1e4a']
Hi, My name is <PERSON> and I am an under graduate student. I have a good experience in PHP with some experience in jQuery. I am interested in joining WordPress as a GSoC intern and also looking forward to become a WordPress core contributor after the summer. I have checked through Ideas page and I specifically interested in two ideas: A) SupportPress as a Plugin B) Forms Plugin I am currently trying to understand these ideas and their implementation. I have already submitted few patch to core. I am wondering if developing a WordPress plugin is required as part of application or it is optional? Thanks, <PERSON>
29714efb-538e-f089-b0aa-f5106b0ee0c6
['67af695e-7a1d-fe08-d11b-058a284725c3']
Good day, I'm currently in the process of building a new machine based on the Intel D845PEBT2. As far as I can tell, the integrated Ethernet is supported in the fxp driver. Can anyone who is running this board confirm that the integrated NIC is indeed recognized? Second, I was hoping that someone could possibly suggest a decent 4x AGP video card. My main concern is playing back DVD's. :) Preferably something in to 50-100 dollar range. With all the choices available, it's hard to determine what is and is not supported. Suggestions would be most welcomed. Thank you for your time, <PERSON>
ab11335b-eccd-4936-e469-a11b3a151e4b
['67af695e-7a1d-fe08-d11b-058a284725c3']
Hello all. I was going to install Qt 3.0.4 from the ports, but I noticed that the port is for version 3.0.3 of the Qt library. I realize that the difference between the two is most likely a _minor_ bugfix release, and it most likely wouldn't affect me at all, but I would still like to use the newest release. The question is as follows. Would I simply be able to modify the ports Makefile to obtain the 3.0.4 release instead of the 3.0.3 release? I didn't want to munge things up by doing so before getting a second opinion. Thank you for your time, <PERSON>
b4c34c1d-048e-412e-b436-b32469fd086d
['67bb99f6-f6e0-ab89-be06-d4afdcb9272e']
<PERSON>, From past 10 days i have been playing with AXIS 1.4 (Java) API. Actually my need is to write a generic web service monitoring client, where i can connect with different web services like .NET and J2EE. This generic client can used in monitoring any web service. USer need to supply WSDL URL and method details and can create a monitor instance. Using these details my generic client should poll for a specific web service. According to my Knowledge there are three ways to create web service monitor, which are as follows: 1. Static Stub Based 2. Dynamic Proxies 3. DII Call. What i feel after spending 10 days with axis api is, method 1 & 2 is not so flexible for my use. Becuase i need to generate stubs dynamically and need to use reflection for making final soap call. I used WSDL2Java with differnt wsdl files. But the WSDL2Java tool output stub names is not consistent with every wsdl file. 1. if web service name starts with small letter wsdl2java tool is making it capital. Ex: sevicename=eBayService in output stubs it is changed to EBayService. 2. With -p option stub names will have differnt names from without using -p option. If this is the case my reflection based soap call fails with some web services. Then i decided to use DII approach eventhough it requires more effort than stub based client. But in some news groups i found like JAX-RPC DII client doesn't support Document/Literal encoding (supports only RPC). Can any one guide me the best client approach. Can I use DII approach with axis 1.4 or do i need to go with stub based approach only. thanks <PERSON>
495d96f2-b976-489c-9a15-26fa928c8186
['67bb99f6-f6e0-ab89-be06-d4afdcb9272e']
Any clue on this? I have found send is not responding first time only. Later calls are working fine. Once it is started working, i am not able to reproduce the issue. To reproduce the issue i have to try on a different machine browser. I am returning text area wrapped HTML response from the server side as well. I am trying on latest FF browsers 12 and above. Thanks <PERSON>
2324cf77-094a-e45a-28b4-46bd935875c5
['67c2d5a3-459c-7a6f-4350-aff65ed8a0ad']
Greetings! My company bought up another and both are using Bugzilla for defect tracking. TPTB have decided that we're going to move their defects into our server and keep it as the one true Bugzilla instance. We're using version 2.17.6. I've looked at the source for move.pl and buglist.cgi and it looks like move.pl can handle moving a list of bugs. However, I can't seem to get the "move" button to appear when I try to change multiple bugs with buglist.cgi?tweak=1... I've searched the newsgroup and b.m.o and didn't find anything. I've changed the parameters related to moving defects and I do see the "move" button when I look at individual defects. Is it possible to move multiple defects? Thank you for your time! <PERSON>
62db0343-3988-e658-2fe0-ef3161ac2766
['67c2d5a3-459c-7a6f-4350-aff65ed8a0ad']
Greetings! We're using Bugzilla 2.18 (soon to be 2.18.1) at work and I've been asked to create a report of all defects assigned to the developers in the last 30 and 90 days. I've tried building a search by filling in the "Bug Changes" section with: Only bugs changed between "30d" and "Now". Where one or more of the following changed: "Assignee" And the new value was "<my login name>". This finds defects when the assignment has been changed to me, but it misses defects that are assigned to me by default from component settings. Can anyone give me some pointers about how to create a search to find what I need? I don't have a problem creating my own CGI module to query the database directly, if that's necessary. Thanks! <PERSON>
cbdc6c2d-78b1-9498-4770-c507062238ab
['67c96998-4d07-5fc8-7c5c-aa138b9ee5aa']
<PERSON>, Thanks for you reply yes we have spent time testing 5.3.x, 5.4, and now 5.4.2 with 5.4.2 being what we believe has been the more stable release since 5.1.0. So far this appears to only happen in production and I don't have a repeatable test case for this pattern, wish I did. Does that mean that similar issues have not been seen before? Regards, <PERSON>
a1ec06bb-ec57-f7fe-216e-b375583511ec
['67c96998-4d07-5fc8-7c5c-aa138b9ee5aa']
I am run ActiveMQ 5.1.0 moving roughly 120 messages per second into one queue and then filtering and copying to 4 unique queues using camel where similar consumers are consuming those messages. Over a period of time the memory trend starts to grow and we have learned that around a certain point we need to go in and restart amq (maybe a different conversation) when we do this restart and about 30% of the time one of the unique queues will go into a sawtooth pattern where messages don't get delivered until the peak we have seen this between 20k and 240k at the top and then they get consumed. Have others ran into this issue, is it a known defect that I can't find, or the bigger question does anyone know how to fix? Thanks, <PERSON>
a0598003-155b-cf95-128d-ede3d6a2140e
['67d65b35-36de-38ae-3c75-0cd49d97f92d']
Hi, Since LXR hasn't been updating since the shift to SVN, I've been investigating bringing it back. Today, though, I came across OpenGrok which appears to be a far more modern implementation of the same thing, using Lucene as the back end. I've set up a test installation of it at http://php-og.mgdm.net if anyone is interested in playing with it. Advantages seem to be: * It's really quite fast * It has a nicer UI, in my opinion * It's not too hard to set up * It handles multiple branches *relatively* well * It does incremental indexing, which I don't think LXR does It has the potential disadvantage that it requires Tomcat, which means running another web server somewhere, but I'm quite willing to volunteer to look after it if we can find a php.net machine to put it on at some point. For now, the test install is updating each branch from SVN and reindexing once every two hours. Any comments? Cheers, <PERSON>
49d491c0-5084-c8fd-7df3-cc719d778bab
['67d65b35-36de-38ae-3c75-0cd49d97f92d']
Hi, I've been working on updating the docs for ext/soap to the new markup, and the results can be seen here: http://mgdm.net/~michael/soapdocs.tar.gz It's pretty much a port of the existing documentation though with phrases like "you will need..." changed for the 3rd person, etc. If this bit is OK I intend to commit it after I get a CVS account. It's not quite complete, I have a TODO: * Check the versioning on some of the functions that have been added recently * Document the "features" array - I need to wander through the code a bit here (unless someone else has a better idea than I) * Make better examples Any comments? Thanks, <PERSON>
2260b5d3-c964-b9fc-363a-896d954d33e5
['67d7873f-a62a-6ade-dfc3-cb332ce4d2d9']
So, last week was the last one to be so unproductive (for my GSoC project of course). I already started to implement the Iris Jingle tasks. It doesn't go as quick as I wanted but, that will get better. Here's how I'd like to implement Jingle : On the Kopete side, we have a JingleSessionManager which... manages all Jingle sessions. This manager will have a graphical interface or the chat window will get the events from it or both, that doesn't matter that much for now. It also will be the path between the media manager (what manages audio and video) so the 2 parts are totally managed separately. On the Iris side, the JingleSession will be a class which collects all needed informations and start a Jingle task to establish the session. A first information collector is the JingleContent class. As a content tag in Jingle can have lots of different behavior, this class gets all needed informations for one content type and make a QDomElement containing the content tag to give it to JingleSession and the Jingle task. Kopete will start, modify and/or terminate the session only with the JingleSession and shouldn't have to use instances of any Jingle task. That is for sending an initiation request. When an initiation request is received, the Jingle task negotiate and establish the session, then give a JingleSession instance to <PERSON> so it can be used to modify or terminate the Jingle session the same way it is done in the other direction. Anyway, some little things are not quite clear : * I don't want to use a Jingle Task in Kopete and let the Jingle session manage it itself when I send an initiation request but when I receive an initiation request, I have to use that Task in Kopete code (That Task is always present waiting for a jingle initiation request). Wouldn't it be better if both direction worked the same way ? A Task and a Jingle session for both directions ? * I think that creating a Payload class and a Transport Class, etc... would become too much. That's why, currently, the payload-type element must be directly added in the form of a QDomElement. I don't know if it is good or not. Cheers, Detlev Casanova.
acab2d56-1aa4-3cd7-0999-c773de83e1a8
['67d7873f-a62a-6ade-dfc3-cb332ce4d2d9']
Hi <PERSON> In order to have SSL encryption for XMPP in Kopete, we use the SmartCom root CA certificate present in KSSL's ca-bundle.crt file. Since some time ago, SmartCom have had a new root CA cert and XMPP servers are going to switch to that new one only soon. The problem is that that new root CA cert is not in KSSL's bundle. That means security errors messages when connecting to an XMPP server with SSL. (see http://xmpp.org/ca/developers.shtml and http://lists.kde.org/?l=kopete- devel&m=124347997826053&w=2 ) Would it be possible to add it to the bundle ? Cheers Detlev Casanova.
8cf79c81-7ab9-f17e-2902-dc2c56191820
['67e0fab3-b8e8-efc0-cf71-423f91a4169e']
We have a couple of checks on the number of processes with a specific name or arguments, with the built in ps function. Some of these checks will occasionally run over their configured maximum number of processes, but we would like to have some graphical overview of how many processes are counted at each interval of time. The best way would be a PNP graph just like it's available with other checks like ping and disk usage, etc. However, I can't seem to find any documentation on how to add PNP graphs to a check that does not already have them (unless it's a check you write yourself, there's some documentation about that) Can someone give me some pointers where to look? Complete solutions would be appreciated as well. //Danny.
634138d0-f39b-2eec-6f6d-dfd694f440c1
['67e0fab3-b8e8-efc0-cf71-423f91a4169e']
While reading the logwatch documentation I read about the 'O' option to make lines be 'OK'. http://mathias-kettner.de/checkmk_logfiles.html Since we have a flaky NFS server that regularly throws fits, which will result in messages about the NFS server being unreachable, but then being OK within seconds, we are getting a bit tired of acknowledging those logfiles. I figured I could use a line like: O nfs: server.*OK But when I add that to /etc/check_mk/logwatch.cfg, or any line starting with that O(even the one from the docs), it breaks. And I am not forgetting the space. Next check run it throws "UNKNOWN - log not present anymore" messages for all configured logfiles (not just the /var/log/messages section I edited) Our check_mk version is old 1.1.12p6, is that perhaps too old to use the OK facility in logwatch? I could not really find a version restriction in the docs. Kind regards, <PERSON>.
61ce34fb-9a7d-c5c0-2c2f-0fc69a5f916e
['67ee20d4-e3a8-c497-e8d6-e6ae53a725de']
Hello everyone! I've been playing around with FreeBSD for about a year now and I'd like to set a "better" development environment. Right now I'm running FreeBSD on VirtualBox on top of Linux Mint. I use Linux Mint because I need a GUI for web browsing and some rich text editing. And I use FreeBSD for building images for ARM boards, and some driver development. But this configuration is sometimes a little uncomfortable. Specially for flashing SD cards, and file exchange between both hosts (Linux and FreeBSD) So, what can you tell me about you development station? What's your setup? Can you make me any recommendation? I also wonder how do you manage your emails, specially the ones from this mailing list. Do you use some text based tool? Or just a GUI one? Thanks in advance. Regards, Matias.-
1191504f-e2f1-773a-1eb9-5bf1b63e5614
['67ee20d4-e3a8-c497-e8d6-e6ae53a725de']
Hello everyone! I've been playing around with FreeBSD for about a year now and I'd like to set a "better" development environment. Right now I'm running FreeBSD on VirtualBox on top of Linux Mint. I use Linux Mint because I need a GUI for web browsing and some rich text editing. And I use FreeBSD for building images for ARM boards, and some driver development. But this configuration is sometimes very uncomfortable. Specially for flashing SD cards, and file exchange between both hosts (Linux and FreeBSD) So, what can you tell me about you development station? What's your setup? Can you make me any recommendation? I also wonder how do you manage your emails, specially the ones from this mailing list. Do you use some text based tool? Or just a GUI one? Many thanks in advance you all! Regards, Matias.-
46bfb030-6ea8-9b5e-ff11-5660675c0415
['67f71f6e-d61e-5d42-990d-ac961c2aa3e9']
Dear All, I have 7 sections in my talk. I want to show only current section and corresponding subsection in every slide, but not all the 7 sections. can I do this ? The way I have made, in every slide all the sections are showing in top of slide and only the current section is highlighting.I want to show only curent section. I am using theme Warsaw. regards, <PERSON>
09418f0c-3e41-f952-9535-1f82acf996cc
['67f71f6e-d61e-5d42-990d-ac961c2aa3e9']
Dear All, I am going to setup a 48 node opteron(Dual CPUs) cluster with RHEL. Can anyone provide me some information how to set up ? (some links, cookbooks ??) I want to make use of Oracle Real Application support. Step by step guide will be highly appreciated. PS : In India HCL is supplying Linux cluster with such configuration. Anyone from India has some experience, please inform me. Thanks, <PERSON>
1a0e0e0c-d47d-8276-fefc-02a13ece416c
['67fb5f43-8f41-9e35-7069-5df728b06eb5']
Following on from the HOTOSM mapping party advertised here a couple of months back there's a follow-up one happening this week. <PERSON>, who organised the first one, is running another this Thursday at DoES Liverpool <http://doesliverpool.com>, from 6:30pm. The Missing Maps project is a global initiative to let people with spare time and a computer help out with humanitarian aid without having to travel to where the aid is being delivered, by doing bits of mapping from satellite imagery to build up maps for those on the ground to use. No experience necessary, I expect <PERSON> will give a short intro talk about the project, and then we'll be doing some mapping. Bring a laptop (and a mouse might be useful, given the sort of editing you end up doing). Sign up at <https://www.eventbrite.co.uk/e/missing-maps-in-liverpool-tickets-29078159558>. Cheers, Adrian.
a16813b7-5d8e-9512-7ba4-19562b68b1ef
['67fb5f43-8f41-9e35-7069-5df728b06eb5']
I've just realised I haven't got round to mentioning Wuthering Bytes on here. It's a tech conference happening over in Hebden Bridge next month, and aside from me they've got a good line-up of speakers for it. It's grown out of the Open Source Hardware Camp, so there's a bit of a hardware-y slant to it, but plenty of other good stuff - for example, <PERSON> is talking about what he's up to now (he was the first CTO (IIRC) of Twitter).
f4ac3da8-7c66-580d-c9a4-08218cd7392b
['67ff1d62-ccdd-98e6-5f4e-c40ca16e8ace']
Hello <PERSON> and all interested community members, I'd like to ask you if you have any plans to add support for Windows to your D-Bus mainloop implementation. Some time ago there was a discussion on the dbus mailing list: http://web.archiveorange.com/archive/v/2mxmYng5gCA0MCJamGh9 The D-Bus server was already ported to Windows and is used successfully by some applications (e.g. the KDE project). The only thing that's missing now is any python support (glib also isn't ported yet). I tried to copy the dbus/ directory from the Linux source code to the source for Windows and it compiled, although i couldn't get it to work (more information about that is in the thread mentioned above). Is there any chance that we could get this great IPC framework supported on all major operating systems? Greetings, <PERSON>
0979ed39-bbe4-14d2-4db0-5049b0118bae
['67ff1d62-ccdd-98e6-5f4e-c40ca16e8ace']
Hello, I am a big fan of Puppet (btw, congratulations to your 3.0 release), but there was always one thing that bothered me: the imperfect handling of the authorized_keys of SSH. To support more than one local user account for one SSH user some ugly workarounds were needed. So I decided to fix this issue and published my attempt here: https://github.com/lukas-hetzenecker/puppet-module-ssh_authorized_key The module allows you to specify an array for the user or target attributes and uses the SSH key fingerprint as resource identifier (optionally the comment can be made unique too). This should fix the issues mentioned in bug #1531 ( http://projects.puppetlabs.com/issues/1531 ) Please note that this module is my first experience with Ruby and Puppet module development, so it may contain bad code. Therefore I'm glad about any feedback you give me about this code. Greetings, <PERSON>
8ffa4b31-10da-40b9-856d-733757f46c43
['68168cad-47d4-d5db-9f6e-db5be1de018e']
Hello all, Just wondering if the current (Or future versions) of Evolution will allow installation on a stock RedHat (7.2 currently) box without having to be dependant on exterior Ximian formatted libraries or other applications? I am not in a position to install any packages that will create a dependancy on Ximian and want to keep it that way, but I do want to try Evo. Last time I grabbed the RH Evo package, it wanted me to install several Ximian apps to go along with it, like a bonobo-ximian package and so on. Any way around this? <PERSON>
f46dc07e-6099-8558-8a53-1870c7f4fa91
['68168cad-47d4-d5db-9f6e-db5be1de018e']
I have attempted to delete all the mail in the "unmatched" Vfolder and it deleted ALL my mail from all my boxes. How do I reset Evo to allow me to get the mails from my server again? I tried deleting my account, closing Evo and resetting my account but nogo. <PERSON>
ae3e623b-49d7-cf71-1d1a-87ca7283b391
['681c3d7e-bfa8-5d2a-8e68-8d563d11a983']
Hi Users, In Content Mangement system of OFBiz while doing the indexing I am able to generate the indexing files namely , <random number>.cfs segments_f segments.gen at the location applications/content/index , but not able to understand how these files work in indexing and content of these files. So, I request you to give me some information in this scenario. Thanks in advance. Thanks and Regards <PERSON>.
557dc9bd-164a-426e-06c3-22450c23f087
['681c3d7e-bfa8-5d2a-8e68-8d563d11a983']
Hi, I am exploring Import/Export functionality through Webtools in OFBiz. I am unable to understand functionality of few tabs mentioned as under: Tab Name URL Induce Model XML from Database https://demo.hotwaxmedia.com/webtools/control/view/ModelInduceFromDb Export Entity EOModelBundle https://demo.hotwaxmedia.com/webtools/control/EntityEoModelBundle Please help me out with this. Thanks in advance. Thanks and Regards <PERSON>
7b70fcbc-e264-1b88-f520-a993c25bf157
['6829a6ec-766d-c686-bc90-31798bf0df29']
Setting aside the issue of conformity, I'm pretty anti-menu bar myself. I try not to use them if I can avoid it. For all the talk of menu bars being easier to use, I find them irritating. Functionality buried in submenus, trying to guess which of the menus has the option you're looking for--context menus being the worst, with functionality coming and going and you not being able to do what you want until you first select an item which is (often arbitrarily) associated with it. <PERSON>.
da94d2fe-b614-6861-bde2-387ed62525a3
['6829a6ec-766d-c686-bc90-31798bf0df29']
I got nothing over at the Squeakland mailing list, so I thought I'd try these questions here: 1. Can I find out when and where a user clicks in a world, and distinguish between right and left clicks? 2. Why is it if I have a script that adjusts an object's position to follow the mouse (by changing its X and/or Y by one to move it closer to the current mouse position), I get a bobble (i.e., the graphic moves on, then off, the mouse cursor repeatedly) if I set the script to fire an odd number of times but not if I set it to even? Thanks!
14ca71d2-b7df-437d-fe78-7650e149beae
['684dbd18-bd8b-787d-194f-c999b4f3eb83']
Hello good people! Could anyone please point me to a previous thread or wiki article, or tutorial etc, that talks about direct pixel manipulation with SDL? I mean, how easy or is SDL even the best approach to, say, the Demo Scene, for example.. instead of "simply" copying and pasting a bitmap on top of each other, like we all do =) how would you proceed on a lower level of control over your images and animations, and would that be efficient? For example, another problem is the bitmap itself, I dont think we would be able to use any other image format to do this, since they're mostly compressed, making it harder to access individual pixels.. hence we would probably have to intercept SDL after it extracts it to memory anyway, thus it might not be so hard but, on the other hand, it perhaps might break portability? Sorry if this question is somehow inappropriate, I find it interesting though =) and seems seldom discussed, couldn't find much on the subject.. =( so, any pointers in the right direction? Thanks =)
e034be75-36a8-4f5b-d70d-47ddf1f58bdc
['684dbd18-bd8b-787d-194f-c999b4f3eb83']
Hi everyone! I've just joined SDL list, how are you people? I'm learning SDL, and need some help :) I'm trying to do a hardware scrolling (I think thats the name), but I can't find a info on accessing the video memory the way SDL_Flip does. I searched the FAQs, wikiDoc, google... Heres what I want to do: blit an image to the video memory, larger than the actual display, and then just change the pixel pointer of the SDL surface to scroll through the image, hence saving lots of blittings :) But it seems SDL doesn't allow that, meaning any methods I use might not be as portable, maybe using openGL. I can't find info on how to get video memory limits so I don't go over the edge.. etc. Could someone, please, point me to the right direction? I will be searching the list archives now :) thanks! Cheers, AM
2b0e8048-ef8d-5003-91fa-009ec332e8b2
['687b4e23-1056-b0a9-937d-840f040d82df']
I am trying to derive a widget off of Gtk<IP_ADDRESS>GLArea, when I do, I get GLib-GObject-CRITICAL **: g_value_take_object: assertion 'G_IS_OBJECT (v_object)' failed and "OpenGL context creation failed. I have tracked this to GdkGLContext* GLArea_Class<IP_ADDRESS>create_context_callback(GtkGLArea* self) where a different path is taken whether or not the GtkGLArea self is derived or not. However, I don't know if I am not doing something correctly, or if this is a bug. Any help would be apprectiate. the following example demonstrates the problem under a ubuntu 16.04. TIA Bill
af26361f-ad77-87ac-e393-832dbcecc04c
['687b4e23-1056-b0a9-937d-840f040d82df']
I'm trying to pass a full path name as an argument to my executable through mpirun on a windows platform. Some of the directories have spaces embedded in the file name (e.g. C:\Program Files) When I print out the argument list from the program, it has split the argument into two (or more). I have also enclosed the arguments in quotes, but that doesn't seem to help. Is this a bug? or do I need to escape my argument list some way. TIA <PERSON>
694a2488-ede9-acc3-4aa3-797d9ef6e17b
['68a84c38-d4fc-4548-6fe0-e1b9e9b7870b']
Dear All, I am willing to run some SPARQL queries on some ontologies. I have read the theory behind SPARQL and know how to write simple queries. What I am looking for is a platform that allows me to input SPARQL queries, runs them and presents results. I am using Protégé 4.1 and I don’t find any plugins that can help me to type the queries. Could you please tell me if any such plugin exists or suggest me any other platform(or method) on which I could play around with SPARQL. Thanks, <PERSON>
cd68f662-60f7-60df-ecb2-c27b044888b2
['68a84c38-d4fc-4548-6fe0-e1b9e9b7870b']
Hi <PERSON>, As the famous Pizza ontology states: It is important to realise that in OWL domains and ranges should not be viewed as constraints to be checked. They are used as `axioms' in reasoning. For example if the property hasTopping has the domain set as Pizza and we then applied the hasTopping property to IceCream (individuals that are members of the class IceCream), this would generally not result in an error. It would be used to infer that the class IceCream must be a subclass of Pizza! Hope this helps.
41c8ac97-d1f4-1e71-b299-d91253ddea4f
['68b2020c-1f13-0b15-8b27-3d58c1ccdaf0']
Hi all, When using CTP, we would like to separate two adjacent networks from each other (i.e. make sure that nodes of one network do not send data to the root of the other network). Particularly because networks have different data packet formats and we don't want them to get dropped/mixed up. I know we can operate the networks on different RF channels, but this is not a preferred method for us. Can group and/or collection id be used for this purpose? If not, does CTP require modification for network separation? Which files/libraries should we be modifying? Any ideas would greatly be appreciated. Thanks in advance. <PERSON>
c15939fb-d564-09c0-fd33-9f47b74322d6
['68b2020c-1f13-0b15-8b27-3d58c1ccdaf0']
Hi all, As the internal DCO of MSP430 is not much reliable over extreme temperatures, we would like to use an external, more stable crystal oscillator. We are placing an 8 MHz oscillator on our MSP430 based mote and connecting it to the processor through XT2. We change the following file & function as shown below. Are these changes correct & enough? Should we change any other files as well? Blink example works fine with these changes, however, we do not want to miss other uses where main or sub-main clocks are used. Thanks in advance. <PERSON>
5129126c-d7a1-69bb-f400-aa194c3266c3
['68bad7d8-e2ca-c09a-1939-25cec5c961e6']
Hi, I have encoded multiple files from interlaced dv format to progressive avi format. These files are then joined and the audio gets out of sync. This is because I used -oac copy, and beacause some strange reason mencoder drops some frames.. Don't know why?? Later I realised that I have to use the switch -nosound, and then it works fine. Maybe mencoder tries to synchronize the audio with some special functions. The main problem is that I have a lot of small files where the audio stream is longer than the video stream due the drop of frames( I've tried -nodrop switch, doesn't work). Is there a tool or can mencoder fix this problem??? The source files are no longer available to me... so I am kind of stuck. What I mean by fix the problem, is to make the video- and audio streams the same length in all the files about 50. Thanks
241488d7-9578-d199-ddf6-af6bc7920344
['68bad7d8-e2ca-c09a-1939-25cec5c961e6']
Hello, I have a problem with deinterlacing my dv video from my sony camera. The problem is, that when i use this code: mencoder dvmov.avi -nosound -vf tfields=2 -ovc lavc -fps 50000/1001 -ofps 50000/1001 The video bobs/flickers/jumps up and down, because of the even odd frame height problem. So the big question is, how can I avoid this flickering? Is it possible to deinterlace properly only using Mencoder? Does Mencoder have an hidden antibob or smooth bob filter? By the way I am using the newest version of Mencoder coming with Mplayer "MPlayer-mingw32-1.0pre7.zip". And maybe I can squize one more question, a bit out of topic but hey...... After I installed the new mplayer I can't open encoded files in virtualdub caused by the FMP4 format. Is it possible to encode with mencoder without using this format? I can't get it working even if I install ffdshow, ffmpeg, and other ff codec stuff... I am really lost here... Maybe I should post it in some virtualdub forum/mailing list... Best regards
e758d1fc-5e18-502c-2e39-4532d4708862
['68bc9363-1288-6495-0a40-7c70bb23489c']
Hello all, My first post to the group. I use the Pegasus email client. I have two pop3 servers for two separate accounts. On the configuration page under "SpamBayes Ports" it says "This port must be different for each monitored server, and there must be a port for each monitored server." and to separate them by a comma. The only port I have found to accept email is the default port 110. If I change one of the server ports in Pegasus to 111, 113 or 113 (ad nauseum) and then attempt a download, I get an error message in Pegasus saying: "15: Peer connect failure (the host has refused the connection)." Thus far in my endeavours it appears 110 is the only port I have available to use for download. As I need to use both servers, what might I try doing as a workaround or solution? Thanks for the consideration, <PERSON>
7a6fec8b-8c16-6426-4362-7c27c3248c96
['68bc9363-1288-6495-0a40-7c70bb23489c']
Hi, I have four pop email addresses and am using Pegasus. I have been using two of the servers with Spambayes and it has been perfect since last May. Today I got my first spam on one account which I never post with. I tried to add this & the pop GMail to the list of servrers & ports in the spambayes configration but I can not get the two new servers to work with spambayes. The only way I can get mail with it is to have it as port 110 in Pegasus and when I change the port in spambayes to reflect 110, spambayes is not picking up those emails. Here is what I have from the spambayes configuration screen; Bozung.net,mailhost.chi.ameritech.net,mailhost.tvcconnect.net,pop.gmai l.com 110,111,112,113
cde37d9b-cbae-5514-967b-920b0d77f657
['68d2d7db-fecd-c667-c345-aabd7bd6ee8a']
I have been doing this with IPCop 1.3 with patches for quite some time without any issues. It seems that since the addresses are assigned with PPPOE things may be a little different. Once again I have not had any problems with this setup (3 addresses assigned with PPPOE on the red interface) on my current configuration. Jon Hartwell Senior Network Coordinator Trane Federal Credit Union +<EMAIL_ADDRESS><PERSON> Senior Network Coordinator Trane Federal Credit Union +lEIeKoB3tW7Mxwf@example.com <PHONE_NUMBER>
4aac9af1-4e67-8254-b106-a37ee49d7b5b
['68d2d7db-fecd-c667-c345-aabd7bd6ee8a']
Sorry if this has already been answered, but I searched the archives and could not find anything regarding the IPSEC interface - only the red or green. I would like to change to IPSEC interface (ipsec0) to a more reasonable mtu of 1400. Can someone point me in a direction on how make this permanent change? I know that I can manually set the mtu in the ipsec.conf using: overridemtu = 1400 However; these settings revert to the original mtu settings upon reboot. I would appreciate any constructive input to try to resolve this issue. Thanks in advance.
70aefd0a-f5c8-a05b-d795-f137105a8d04
['68e61aac-0908-37fb-0e6b-258eae2e4e18']
We, Eagle Driver PCB ,are a professional manufacturer for PCB for 8 years, covering a wide range: Double side and multilayer PCBs up to 24 layers with HAL, Gold fingers, Immersion gold, immersion tin, immersion silver, flash gold, hard gold, OSP surface treatment etc. We have rich experience in cooperating with big customers. We really hope to find a way to be on service of you. Further information, pls kindly login our web: www.eagledriverpcb.com Thank you for your time. Kind regards, <PERSON>
d0d98bd5-7c91-248d-a8b7-1a373a2eb728
['68e61aac-0908-37fb-0e6b-258eae2e4e18']
Dear friend, We are specialized in manufacturing PCB for our global customers for More than 8 years in China. The information below is provided convenience for you to know us: Capabilities: 1-24 layers Rigid, Flex, Rigid-flex, Aluminum pcb, High Tg, High-frequency, Impedance control, Buried-blind vias holes, HDI, Metal based, Thick copper, Mix-material etc… Quick turn lead times: 24-72 hours. Please tell us about your specific requirements, We can manufacture or design what your needs, We shall do our best to serve you well. Kind regards, <PERSON>
8263be48-6a5f-d1cd-de2e-bb764f1b4c39
['68f11495-f00c-7d8e-5c6d-992270889c8a']
Hi all, For a rulebook I wanted to use numbered labels in the margin for each rule like in the manual in chapter 10.5. But I dont get the chapter or section number before the rulenumber. I.e. I only get "Rule 2" instead of "Rule 4.2". How can i manage this? In the Wiki are no hints about that. Below a minimal example of what I tried. Thanks for your help.
2eff1c17-69e5-72a2-ff32-a8fde83f1ed9
['68f11495-f00c-7d8e-5c6d-992270889c8a']
Hi all, I have problems to put two banners on each page of a document except the first page. I tried the following that was shown perfetly, but only on one page. What am I doing wrong or is there a better way to show a banner on the top and on the bottom of a page? Thanks for your help <PERSON>
9f5b61bd-58b9-27a6-1334-7a1cf65dda6e
['68f656b8-a50d-342f-a85e-46ea891e527a']
Hi, I am currently learning how to write drivers for wirless cards. I was wondering if there is like a developer manual for these cards and how do programmers figure out how to send and receive data from the card and how to interface with it in general. I really appreciate any help you can provide, <PERSON>
e98506c8-cf1f-54d7-0e92-e95a39aa3e9e
['68f656b8-a50d-342f-a85e-46ea891e527a']
Hi, I have been trying to use sftp to connect to the pure-ftp server running on my debian machine without any luck. Simple Ftp works fine though. I am new at linux and I was wondering if anybody could help me out in setting up pure-ftp properly for this to works. Thanks in advance, <PERSON>
65569c25-55b0-e4ad-1c79-29058b260927
['68fd8e47-096b-f9ed-882d-d10d0ac9c122']
Hey there I've got a Redhat 7.3 system (KDE 3 desktop) that connects to a Samsung SyncMaster 151s LCD monitor via a Infinity ServerLink (KVM) switch. I initially set the system up on another monitor and so when I connected to the LCD screen I went into Xconfigurator and adjusted the settings for the new monitor. So far so good. Problem is that if I switch to another system (on the KVM), after about 20 mins or so I notice the hard drive light blinking on the linux box. Switching back to the linux box takes a lot longer than it should. Twice now I have not been able to get any video feed at all and have had to restart the system! Help! <PERSON>
d82d08db-e954-3022-6f20-acb7b079f3a0
['68fd8e47-096b-f9ed-882d-d10d0ac9c122']
Hi <PERSON> Does anyone know of a good editor for html/php? I am used to working with Homesite on Windows (for html, asp, php, js etc), but I'm developing more and more on my Linux laptop installation. I know there are plenty of text editors around, but I'm after one with the pretty (and essential if you do as many typos as I do!) colour coding. Any suggestions? Much appreciated. <PERSON>
9f1811c5-3337-3e62-64b2-728c3f26d0e2
['690fd470-ec08-7aab-9fc0-509fb8e480cd']
Hi together, not with many from you I was in contact in the time I was involved in the project. I was responsible to build the rpms for the releases, start the sponsored development project (which starts very well) and I start write the manual for phpgw. The first bigger sponsors start sponsoring for the project like HW and Software and development from applications. After some missunderstands how a project can be GPL and have a leadership, which handle in the interrest from the developers and not in their own, I decide to leave. It is not enough to say it is GPL when some persons think they decide for all the other what is ok and what is not ok. Maybe I see some from you someday in a other free/GPL based user/developer oriented project. Regards <PERSON>
65da705f-6732-f021-424f-fbe553cd06e7
['690fd470-ec08-7aab-9fc0-509fb8e480cd']
Hi, i have build new packages which needed for the phpGroupWare HEAD installation. This packages are needed when you want test/install the phpGroupWare HEAD on the new RedHat 9. The packages are tested only on my server, but it looks like they are ok. When someone want help to test the packages please contact me. The packages will be available next week (I hope from the phpgroupware.org page). Regards <PERSON>
35410ab3-03d0-fa96-803c-87387da0fa10
['6911c42a-7d27-0677-2149-b93ee4b6cccb']
Hello everyone, I wanted to share the information of the work done on the XML editor which is my GSoC'18 project. Till now a stable version of text-based XML editor has been pushed to the xml-editor <https://github.com/spdx/spdx-online-tools/tree/xml-editor> branch in the spdx-online-tools repository. Here is the link to the wiki page with all the details, please have a look at the editor and also the wiki page and give your reviews. https://github.com/spdx/spdx-online-tools/wiki/Online-XML-Editor-for-SPDX-Licenses,-Google-Summer-of-Code-2018 Thank You, Tushar Mittal
e20d391d-07b0-ee9d-68e2-6ed47156752b
['6911c42a-7d27-0677-2149-b93ee4b6cccb']
Hello Everyone, I had some queries regarding the XML Editor: *1. *Should the editor be able to render invalid XML documents also? *2. *For every XML file that a user edits should a unique link be generated so that he can edit it later? (but then if anyone else gets the link we might be also able to edit the same document) *3. *Should the user be able to edit only SPDX license XML files or any kind of XML file? Please, can you help me out with your suggestions? Also can you please tell me which XML editors are you currently using so that I can take inspiration from it. Thank You, Tushar Mittal (@techytushar)
b7e3b6a3-1004-2db3-6126-f479519854c7
['6933b161-dde3-a4e8-a701-800aef55f685']
Does anyone have a good detailed reference for the settings in the udtconfig file and the formulas used to set each paramater. Or at least some good rules of thumb? I'm migrating from an AIX 4.3.3 box with 1.25GB of ram (and about 150 users) to a p5 Series running aix 5.3 with 12GB of ram and I want to make sure we make efficient use of that ram. Thanks!
39fae5e4-bc3b-546b-fd91-ab4dd0a11037
['6933b161-dde3-a4e8-a701-800aef55f685']
Is there a way to assign a specific keyword to a specific url? Kinda like in AOL when you type a word and it takes you to a particular section of AOL? Our webmaster has these things called "GoWords" People can type in GoPolice into a special form and they get taken to the police department's page on our website. It's totally separate from our htDig search and I think it confuses most visitors. I'd like to be able to define a list of unique keywords that would each have a URL associated with them so that when someone types that into the htDig search box, it ONLY returns that url. Thanks, <PERSON>
9c0d8a0c-a5ab-d95b-849d-af234b007d34
['69415639-c782-e2e8-4bd4-9cc1c4886641']
we all know "Linux kernel maintains time from the midnight of january 1 1970 .what is the SIGNIFICANCE OF 1970.moreover i read one article stating "if the time value is stored as a 32 bit integer in the hardware,then somewhere around 2038 Linux will have timing problems.this is not a y2k problem...but it is a problem in Linux.friends..please explain clearly about these two things. with regards.. <PERSON>.
f4d9df00-1219-97c4-2a73-6a731f108c14
['69415639-c782-e2e8-4bd4-9cc1c4886641']
The command "netstat -r" displays the kernel routing table in my system.i want to know how this table is automatically generated as soon as iam configuring my network.which file is holding these details or which file in the kernel is responsible for this. with regards.. ravi.
552121ca-ee63-3c9f-f4fc-c1a6bdc1cfa5
['69454f25-0405-2970-ec95-2e11199395a2']
The book is very hard to follow and does not cover what I need. I managed to not save the pdf by sending null to the path parameter. There is no example on how to download a pdf with an image. The example I was following has only download text. The example that converts to an image does not download, and when I change the code to PdfWriter.GetInstance(doc, Response.OutputStream) As in the download method I get the pdf garbled up code on my browser instead of a download window. <PERSON> | Developmet Specialist CENDYN Phone <PHONE_NUMBER> | Mobile <PHONE_NUMBER>
15cdfebd-c3ba-5028-c90d-208e103521a6
['69454f25-0405-2970-ec95-2e11199395a2']
I would like to be able to create a link on my page that allows the user to convert an image (gif or jpeg) to a pdf file and download it to their computers WITHOUT saving that file also be saved in my webserver. As it is, the methods used in the example Im following have the file saved in my server. <http://www.cendyn.com/?utm_source=Cendyn&utm_medium=email&utm_campaign=Cend yn%2B-%2BeMail%2BSignature> Description: http://www.cendyn.com/signatures/_images/logo.gif <http://www.facebook.com/CendynIdeas?utm_source=Cendyn&utm_medium=email&utm_ campaign=Cendyn%2B-%2BeMail%2BSignature> Description:
50ce3c9e-055e-c0be-2bd0-40854af47a65
['69481252-676e-c6cc-a37f-ee44262db488']
Hi all, I already have live effects working for a bit (see the live-path-effects branch). Now I want to focus on how to write things to SVG. On the following wiki page, I have put some alternatives that I found in a mail discussion a year ago. http://wiki.inkscape.org/wiki/index.php/LivePathEffects_Discussion What do you think is the best solution? The defs and <inkscape:patheffect> ones are my favorites. Feel free to svn checkout the branch and play around! (see \share\examples\live-path-effects.svg) Cheers, <PERSON>
7edde234-cc1d-9d2d-7dd7-d59d61b1dae2
['69481252-676e-c6cc-a37f-ee44262db488']
Hello all, I have exposed the SVG Output preferences in a new tab in the preference dialog. Because of some of the preferences I am not too sure what they do, the tooltip text might be wrong. I hope someone who does know can fix them. The "allowshorthands" option seems not used anywhere in Inkscape code. Does anybody know what happened with this option? (I have commented it out, so it does not show up in Pref dialog) Thanks, <PERSON>
c7dd6e50-f9b1-6ace-ae23-245df43b2cd6
['6948cbc9-9e27-2db6-71b4-d6289a3df06a']
Hello. I have installed ubuntu on a server and have twice attempted to follow the wiki directions for evergreen install hanging up on the 4th step each time. When I get to "creatlang plperl evergreen" the system says not a valid directory or file. I felt I had missed a step but going back through methodically yields the same result. Does this sound familiar to anyone? I admit I am linux challenged but have worked with it a little in the past. Thanks, <PERSON>
54583162-2fab-8b13-1d42-90cf55d47d4a
['6948cbc9-9e27-2db6-71b4-d6289a3df06a']
We have tried to follow all the steps up to Testing Connection. We ran the following: /openils/bin/srfsh We get a prompt "srfsh#" but cannot login. No error messages or anything. I am attaching the log & config files if anyone would care to look at them. The instructions are encouraging in that they say not to change anything because we are close. That feels good. <PERSON> <PERSON>
fe8e689e-8430-871c-dc4b-c0ec02dadd76
['69523a59-df11-74a3-a0a6-4d6316a171d2']
Dear list, I would like to calculate an index of eccentricity (ECC) of an animal's home range (a polygon determined with adehabitat package and then exported as shapefile). ECC=l/w, where 'l' is the maximum lenght of the polygon, and 'w' is the maximum width of the polygon. Could you suggestme any package that implements this function or that could help me to compute 'l' and 'w'? Thank you,
a2c1ac1e-8b40-dd99-b54d-6b5a7c7ad992
['69523a59-df11-74a3-a0a6-4d6316a171d2']
Dear all, I want to create port-based distance maps to analyse spatial distribution of fishing effort. I have tried to use ‘distmap.ppp’ function from spatstat, but this computes Euclidean distances and I want to take into account obstacles (i.e. islands) in the same way as Caddy and Carocci (http://www.faocopemed.org/vldocs/0000028/publi04.pdf). Have you got any suggestion to perform these path distance maps with R? Thanks,
2aa20222-b7e1-b1ed-a6f9-34a4af088ccf
['6953f769-1166-8807-1c2d-f4d6cb4a1523']
Hi all, In [1] there are specified HTTP methods in 200 code. I think that this section should be extended to PUT and DELETE methods, because in [2] and [3] authors write references to 200 code [1]. In my opinion PUT and DELETE methods can be defined the same as POST (a representation describing or containing the result of the action). It could be very helpful especially for RESTful applications. [1] http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-13#section-8.2.1 [2] http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-13#section-7.6 [3] http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-13#section-7.7 Regards,
c43ace78-8e54-960c-0095-3ccd744c967d
['6953f769-1166-8807-1c2d-f4d6cb4a1523']
Dear webmaster, I have problem with [1]. When I enter to this site I get pop-up window (title: Authentication Required, content: A username and password are being requested by https://www.w3.org. The site says: "W3CACL"). When I write my W3C username and password, it's displayed the same window. I write absolutly correct username and password. It is probably reason why I can't agreed to the W3C Community Final Specification Agreement (FSA). [1] http://www.w3.org/community/json-ld/spec/22/commitments Best regard, <PERSON> (dtomaszu)
0c7cc136-f29c-3cef-9383-1c01991f9c0a
['695de907-aa09-f6d9-ee22-cb6e82d06be7']
When you change the startup system selection in GRUB, your selection should become the new default. To me this is obvious. A nice addition would be a checkbox that would allow booting the selected system this time only (i.e. not setting the default). You could reach this checkbox simply by hitting down arrow and modify the checkbox by hitting space or return. Thanks <PERSON>
3e829741-a42f-36b7-904b-a3cb34b156e3
['695de907-aa09-f6d9-ee22-cb6e82d06be7']
I'm trying to build a 4.1.1 on cygwin that will let me use the -mno-cygwin argument. I looked and looked on the web for the runes and finally heard somewhere in a dark alley that I should try something like the below. I first ran Cygwin setup, and everything is up to date. Any help would be greatly appreciated! Thanks
c78b38a9-361a-c398-b3c1-ee76d35f6d78
['6961f367-755d-1d49-a6a7-dacaceed2f48']
I'm trying to figure out how to use the clone() function in the oop module, but I can't find enough documentation to get me started. It says if this module is included these functions are added to the yui instance. Can someone explain to a yui newbie how I include this module and how I'd use it? thanks <PERSON>
a24fdd1d-60de-ae1d-b850-55be6531d497
['6961f367-755d-1d49-a6a7-dacaceed2f48']
We have an existing application that we are adding a new feature to using YUI - layout manager with treemenu, datatable and context menus. This layout manager sits inside a DIV which sits inside a homegrown tab mechanism, which AFAICT changes display:block / display:none. There are more subtleties about page reloads depending on sequences of events etc but that's too involved to describe here. Our issue is that after switching tabs the menu stops working - it *seems* at first glance like events aren't being delivered to the listeners that were previously attached. Has anyone come across this before or able to shed any light on what may be happening? We have a plan B but we have a little time to try and get it working as is first. Thanks for any help
8f1aa6f4-7b58-771a-b2b2-d71eb2d1835d
['6970e90f-0e92-5124-976d-1b3ba0186a63']
I did a search in the archives and after about 1/2 an hour of reading, I still didn't find my solution, so: I have some things to do at work that need reminder alarms set up to go off in the future (2 or 3 weeks each) in my Outlook 2000, BUT I don't want them cluttering up my Treo 600 and, specifically, setting off alarms 7 or 8 times a day on my phone. I was trying to accomplish this by using appointments entered into Outlook with "Hidden" as category (thinking they would then be hidden in DateBk) when I noticed that Outlook categories weren't EVER syncing over to my 600. Can anyone tell me how I can correct this (I'm currently using Palm Hot Sync Manager 4.1.0, but I'm willing to change, if you think it's necessary) and how I can accomplish setting up future appointments or to do's in Outlook with alarms, but not over in Date Bk? Thanks for your help and I apologize if this is OT or an old question here, but I couldn't think of a better forum in which to ask this question. Chuck B.
164142f4-31bd-2011-5462-511fc13288ce
['6970e90f-0e92-5124-976d-1b3ba0186a63']
Running DateBk5 V-5.4a,s1 I figured out how to link a new appointment to someone in my address book but now all I can see is my phone book listings where once my to-dos were at the bottom of my split screen set up. I would like to return to showing only my to-do's at the bottom of the split screen. Can someone tell me what I am overlooking? (The appointment is still active.) Thank you! <PERSON>
86c8400c-8621-1af3-18a5-26e2dbaebc7d
['69754d3d-94c1-e29a-8781-527d4c347e65']
Hi all! I have been running GnuCash for a year now to handle my personal finances. It has been no glitches affecting the correctness of the data and I am very satisfied. The only thing that have bothered me is that it has been very slow to run over the network (10Mbps LAN), displaying on another X-server. Operations that is instant when displaying on the same computer can be very slow when displayed on another computer. For example opening the register window, tabbing from the Description field and recording a transaction. These operations can take as long as 5-7 seconds each. There is nothing wrong with my network. An FTP test gave a transfer rate of 980 kB/s. I have also had some thrashing (swapping VERY much) while running GnuCash. Had to reset the computer... GnuCash was running on a PII 350, and displayed on a PII 300 laptop. Both with 64Mb of RAM. Maybe these glitches have been fixed in 1.6.0. I have not had time to find out yet. I found some additional problems in 1.6.0 though. See my next mail for these. Best regards, <PERSON>
cf622036-458e-9479-a99c-dee43039534a
['69754d3d-94c1-e29a-8781-527d4c347e65']
Hi again! I have been running with default (english) locale until now. I thought I would try out the swedish one. What I did was I executed "export LANG=sv_SE" and then executed gnucash. Most of the things are right, but the correct characters does not show up in some reports. Text only reports seem to work fine (like a transaction report) but reports containing graphics fail (like the Assets Over Timer report). Is this a font problem ? Installed GnuCash on a RedHat 7.1 system using RPMS (+related RPMS downloaded from ftp.gnucash.org). Installed Gnome using the Ximian script. I am running KDE on the desktop though. Best regards, <PERSON>
56ea37ce-bfc6-e152-f183-6def80651fd6
['697c8f72-d351-e1d7-e51d-de1c430fcc91']
Hi there all, I am experiencing a nasty problem on my PmWiki site. Normally, if two people edit the same page and save, the second one to save will be notified of the conflict and get a chance to integrate his changes with those of his competitor. On my site at the moment after a conflict the second editor gets an empty editscreen, so there is no opportunity to integrate changes; in fact the complete page is lost when it gets saved. Please try and see at: http://mhch.care4sites.nl/pmwiki/pmwiki.php/Handleiding/WikiZandbak1 The password here is 'test' Anyone seen this before? The site is running beta 25 but i have tried beta 30 on my local machine and the problem is in there as well. Maybe some conflict within my config? Anyone prepared to look at it? Greetings, <PERSON>
b138a543-ad99-bc49-b585-8ee840edb2a3
['697c8f72-d351-e1d7-e51d-de1c430fcc91']
Hi there, fellow PmWiki adepts (some addicts even?), My first post in this group, allthough i am building experience with PmWiki for some months now, and have allready had i request of mine realised by Pm (thanks again) in beta 24. I am almost at the start of going live with a new website for my Hockeyclub here in rainy NL. Some items i want to resolve if possible before that. 1. I am planning to use the Publish cookbook recipe to create one HTML out of several pages on the wiki, representing a kind of (printed) week bulletin that contains lets say the program for next weekend. For that purpose i do not want to have a page break after each of the Wiki-pages that are in the publish, but to have a page-break after lets say 2 pages. Is there a way to put a page-break directive in some of the wiki-pages, so that i can control where the published page has the breaks? (Thus filling up printed pages while keeping some tables from going over the page-break) 2. Have been working on localisation in Dutch. Is there a way to localise the 'Password requested'-page, other than putting Dutch in the PmWiki.php (which isn't the preferred solution, i know)? 3. Same question for the page & group attr pages, where i can only localize the password questions but not the English text on the top of that page. 4. To say something about the authorisation/authentication issue: the fact that PmWiki does athorisation without the need for authentication (and the administration that comes with that) was one of the main reasons for me to choose PmWiki out of all the other Wiki's in the first place (and i have probed them all). For my purpose the system is perfect as it is, so i am very glad that Pm has clearly stated that this system is going to stay there even when an authentication (logon) will be introduced. (Just a statement to let you all know that there are people happy with design decisions being made in the past, and that not all new features are welcomed by some) 5. To add to my points 2. and 3. After putting some work in creating a 'nice' skin for my site, the password and attr pages are a bit 'naked' as they are. Wouldn't it be nice if these pages could be 'skinned' as well? (I think not very well put here, because 'skinned' would mean taking the skin off whereas i would like to add a skin. :-). Take this last item as I have put it: a nice-to-have on my account. Greatings to all, <PERSON>
3659301b-5ee2-bbc0-82ec-903a786344ac
['69850f7b-c3e5-29d1-41cc-d554b578943a']
Hello Dear <PERSON>: As you know the tourist are coming to Buenos Aires. And im glad people in Argentina can find a diferent kind of business. Especially after the crisis when the few industries working almost desapeared. Tourism is a business that i believe Argentina should be taking advantange of long time ago. And not right now becauset he crisis. December is a great time to visit B.A Id like to offer you the appartment <PERSON> has in B.A especificly in Palermo. Uriarte 2400 (corner with Avenida Santa Fe) The apartment is in use right now. We still have part of december and january 2004 available. The apartment will be available after december 10. The price is 100 dollars per week. Up to two passangers. Totally furnished, phone for local calls, cable and more. If we have time to install after the last passanger, it will have a brand new air condition. See more of the appartment in www.myapartment.8k.com
2e2377e5-46b0-ae26-76a0-3aecc295bd97
['69850f7b-c3e5-29d1-41cc-d554b578943a']
****Check this out**** To all Tangueros and tangueras around the world who are planing a trip to Argentina: As you know this is a good time to go to Argentina. Our actual guest told us "I have to work to spend 25 dollars daily...", and that includes all your meals, transportations, milongas and drinks. The weather is sunny and warm in this season. So...if you have already make the decision to visit Buenos Aires, or still thinking about it. We want to offer you Eva's apartment in Buenos Aires. We are Eva Lucero & Patricio Touceda professional tango dancers, We are living in the U.S now and we would love to share her apartment with all the tangueros who want to catch a little of our culture. If you want to know more about us, please go to http://www.tangonetwork.com The apartment is located in the heart of Palermo, close to most milongas, shopping centers, beautiful parks, 20 bus lines at the door, and the subway to go to all tourist places in the city. You will find all the information about the apartmen in http://www.myapartment.8k.com The price is just a bargain: 125.- dollars a week or just 400.- a month ( save 100 dollars! ) You can also rent it by day. Patricio's sister speaks fluid english and she will assist you with all your questions. If you have any question, please dont hesitate to contact us by e-mail at <EMAIL_ADDRESS> and +<EMAIL_ADDRESS><PERSON> and tangueras around the world who are planing a trip to Argentina: As you know this is a good time to go to Argentina. Our actual guest told us "I have to work to spend 25 dollars daily...", and that includes all your meals, transportations, milongas and drinks. The weather is sunny and warm in this season. So...if you have already make the decision to visit Buenos Aires, or still thinking about it. We want to offer you <PERSON>'s apartment in Buenos Aires. We are <PERSON> & <PERSON> professional tango dancers, We are living in the U.S now and we would love to share her apartment with all the tangueros who want to catch a little of our culture. If you want to know more about us, please go to http://www.tangonetwork.com The apartment is located in the heart of Palermo, close to most milongas, shopping centers, beautiful parks, 20 bus lines at the door, and the subway to go to all tourist places in the city. You will find all the information about the apartmen in http://www.myapartment.8k.com The price is just a bargain: 125.- dollars a week or just 400.- a month ( save 100 dollars! ) You can also rent it by day. <PERSON>'s sister speaks fluid english and she will assist you with all your questions. If you have any question, please dont hesitate to contact us by e-mail at 1kElegKDMdztKOPR@example.com and +ZEFrZkjJea2jAEX@example.com or by phone in U.S at <PHONE_NUMBER>
76759c9c-e3e2-abdd-71e7-7f06441caa75
['698becc9-7c72-5ff3-be96-f3d00dd55211']
I have session.screen0.toolbar.autoHide: true in my init file, but after calling xrandr -s N to change the screen size, the toolbar becomes unhidden. I have to move the mouse over it and away again for it to go back to being hidden. Using xrandr -s a second time hides it, a third time unhides it, etc. I'm using 0.9.10, though the results are the same with latest svn checkout. Has anyone else experienced this? <PERSON>
3a9a21b9-2391-370b-b059-9d7fc0bec14e
['698becc9-7c72-5ff3-be96-f3d00dd55211']
I've encountered some broken .swf files, in which the SoundStreamHead tag is not the correct length (the tag contents actually look more like those of SoundStreamHead2.) If I try to use ffmpeg to extract this audio stream, it attempts to read the next tag from the wrong position, so the rest of the file is interpreted incorrectly. What is the policy on how ffmpeg copes with broken files? I've attached a simple patch that fixes this by checking for unexpected lengths, but I can see that this might be considered undesirable bloat, as it makes no difference to files that follow the spec. <PERSON>
e6d6c26d-8ba2-1647-9a22-2edf96e3275d
['6993c914-9aa6-c277-fffc-e3af5458e3f9']
I recently migrated a RedHat 8.0 box to Fedora Core 1. The RHL 8.0 installation was using LPRng, but when I upgraded, it converted to CUPS. Everything works fine, except for one issue.. The default text font is quite small and I can't figure out how to set it. The RHL 8.0 install made the print much larger, which is required for my formatted invoices and such. I've tried editing the PPD, but I think I'm barking up the wrong tree.. Any advice, please? :) Best regards, <PERSON>
3345278d-e4de-05a9-26ac-ce926a4abe0b
['6993c914-9aa6-c277-fffc-e3af5458e3f9']
If this is the wrong list to post this on, my apologizes. I just figured it was the best place to find who I'm looking for. :) I need a Partner II expert. This involves integrating the Partner II with Asterisk. We have the Asterisk side setup, but are having trouble programming the Partner II to do what we need. We're willing to pay whatever your hourly rate is, and phone consultation is fine, but Central Florida or Anderson, SC area people preferred. :) We can pay via PayPal, credit card, or check/money order. We're using a Partner II AT&T R3.0. If you can help me, please contact me off list via e-mail. Thanks in advance, <PERSON>
801149c6-d1b1-b692-d837-f136b7b1c766
['6995d279-db8b-1e8f-18b9-6dca72d34279']
This could get annoying, but still I would like to give my point of view on this. In my experience with explaining beginners to work with a computer, it is always VERY helpful if an application does what the user expects, or anticipates what the user wants to do and helps the user. For Firefox to select the complete URL bar when the user does a single-click in it, falls in the last category, Firefox anticipates that the user properly wants to type a different URL and thus wants what's in there to be remove. When this happens wile I'm explaining Firefox, I don't have to explain how to select the entire bar, saves me explanation. And that's why I think if users try it for there selves, it will go automatically right and they think: "what a wonderful thing Linux" But when they see this behavior in Firefox, they are going to expect this in all other applications. When this doesn’t happen they get confused. Because they don’t know why it happens. Is it only in Firefox or are there other applications, or am I clicking in a different way, what is different? It is easier to explain/learn one(slightly more difficult) behavior then it is to explain/learn two behaviors and when to use which. Because of this problem I say, the URL bar should act exactly the same as every other application/line edit. And more; it is easy to select the entire text, with the manners all already discussed here. People will easily find one of those themselves. To finish it of, my opinion on short keys/cuts/clicks. Those are mend for people who know how to work with to program and want to do something faster. This is not for beginners. I’ve you want them to learn to use Ubuntu, give them the easiest way which works in every situation.(even if it’s not the one you like/is the fastest) Because these users want to use the computer on there own and don’t care if it takes them more time then you.(They can learn that after learning the basics) Regards,
23172d0a-ff1f-e831-8e5b-36400fe77040
['6995d279-db8b-1e8f-18b9-6dca72d34279']
Good day everyone, As I installed Ubuntu on my laptop(Acer TravelMate C300) I found one or two things to missing which I used to have when using M$. Luckily there are already people working on these things. But the one thing I couldn't find is a good working/nice looking GUI for managing Wireless networks. So I started to write one(wifiGui). This program is now available for downloading and testing at http://www.OpsVentus.com/wifigui for people with the same computer as I or who have QT3 and qmake. Remember I'm still working on this, it is just an very early release which enables other developers to tell me what the program is doing wrong/could do better. My main objective is to get an good GUI for wireless networks in Ubuntu, because I think this is really missing. So please let me know if my program is worth it to develop and include in Ubuntu. Or maybe there's already an other program which is scheduled to be included in Ubuntu, then I can maybe help them. With kind regards,
cd97dd07-38fd-8687-4416-20a0487d58da
['6997e0a2-6219-3fee-6a35-7a3a20670024']
I was trying to compile a program that used a function from math.h and couldn't get it to work, until I found out that I needed to use "gcc -lm test.c", and #include <math.h> in the program wasn't enough. I know from the documentation that -lxxxx searches the library named xxxx when linking, but how do I know what library to name? I wouldn't have guessed that I need -lm when I'm using math.h, and I'm wondering what the chances are that I'll run into this problem again when I need some other library. I'm also using time.h in a program, but I only needed to use an #include statement, with nothing extra on the command line. <PERSON>
7713d449-ea87-940a-c7f1-63a005249835
['6997e0a2-6219-3fee-6a35-7a3a20670024']
Hi, I need to write a paper for my Technical Writing class on computer clustering, and I'm supposed to interview someone for my paper. The paper will be about using clusters for scientific computing. It's not specifically about Beowulf clusters. Is there someone who has experience in clustering computers, preferably for scientific applications, who would be willing to answer a few questions by email (or phone)? I would have the questions this weekend, and I would need a reply by the middle of next week. Thanks. <PERSON>
c37f6ca6-60aa-e157-4766-0ab08b56f09a
['69a2a72e-75d1-fee3-0988-6b0edcb36131']
Hello all, I have an acer travelmate LCI803 laptop running gentoo (of course) I have followed the instructions and gentoo-wiki about my laptop and several others ressources on forum and wiki. everything was fine: * hotkeys (using acerhk) * fglrx (using latest ati-drivers ) * fbsplash/bootsplash * ... until I upgrade... I switched from gcc 3.3.6 to 3.4 (folowing the instructions on wiki) then I updated xorg and ati-drivers First, i had to switch to xorg drm for my ati radeon because latest ati-drivers does not support dlloader and my hardened use flag need it (or X die with a libbitmap.a problem...) Now I can start xorg, i have a better glxgears but if I try to leave x to go in a console, I get a black screen, keyboard and mouse not responding and I have to hard reboot... Second, after gcc, and xorg/dri update, my module acerhk stop working. The module loads without a warning but no rep under /proc/driver and rmmod acerhk segfault! :-/ Of course, i have recompiled my kernel and modules-rebuild'ed the external modules after my upgrades but nothing works. I can not have acerhk working nomally... Any helps greatly appreciated!! thanks in advance <PERSON>
2e888f89-0d80-6064-a82b-43046db1d2fc
['69a2a72e-75d1-fee3-0988-6b0edcb36131']
Hello guys, I have a problem with static export of my site. Everything runs fine but the filenames are not good and files are duplicated. I.E. i have a page named product_catalogue.htm. once exported, i have a file product_catalogue.htm, that's good but i alose have product_catalogue.htm_63.htm and product_catalogue.htm_491510606.htm and product_catalogue.htm_<PHONE_NUMBER>.htm All files have the same size... This is very strange. I think i've read something about that but can't remember where and, unfortunately, can't remember if there is a solution. Any help will be greatly appreciated. Thanks in advence, Regards, Benoit
f1db9870-d3b9-94e0-452c-747c2e485960
['69abb5d8-f3a3-1fcb-86cb-bf281b965754']
<PERSON>, I am trying to produce some statistics reports from "Accounts and Reports". Most of the reports are working properly except below two types: Catalog Statistics-Catalogue by itemtype Circulation Statistics-Issues by borrower categor I got "500 Internal Server Error" when clicking them. Do you have any ideas? Shalom
32fdc14d-47d9-7f69-1b27-63eb1c64b916
['69abb5d8-f3a3-1fcb-86cb-bf281b965754']
Please help i am trying to install perl packages that koha needs, manually does anyone know how to get all the packaeges and install them or does anyone how to configure Debian linux to auto-detect proxy settings KG Shalom
90a80bde-e376-077e-a4b5-d2022c37e673
['69b155a5-9d9a-f1ba-2eb7-7d37a38bbeef']
Hello: A few months ago I decided to buy a laptop for one of my children. I wanted to buy a new laptop without an operating system (OS) on it to install an OS to my liking. It became a complicated problem. Most stores selling computers offered me a laptop with an OS installed; it was an OS I don't want to use and I don't want to pay for. Finally, in a town near the city where I live (but not in the 1,6 million people city where I live), I found a shop offering new laptops that could be purchased with or without an OS installed, and, in case of buying the computer with OS, they said what was the price that was being paid for it. Despite achieving my goal after a long and tedious process, I realized that in Spain, and perhaps in the entire European Union, most computers are sold with a proprietary OS already installed, without offering details of the amount the citizen is paying for that OS, and do not giving the real possibility of rejecting that OS, buy the computer without it and not be charged for it. 1. - I think it should be a right for all and every citizen of the European Union, when buying a computer, to have the details of the amount which corresponds to the computer or hardware and how much is charged for the OS and other software . 2. - I think it should be a right for all and every citizen of the European Union, when buying a computer, to have the real possibility, at the time of purchase, of rejection of the acquisition of the OS and any other software that the manufacturer and / or seller offered with the computer. I can understand that a manufacturer and / or seller could say that computers they offer have not been tested with an OS other than the one they recommend, but, once the buyer is informed about that, I can't understand why must he buy an OS he may not want and for whose use he must accept a series of contractual terms which are entirely beyond his purpose of buying a computer. I think the freedom and rights of all and every citizen of the European Union must be strictly observed in any transaction, and that freedom and those rights should be the priority over the profit of companies and corporations who may have intended to impose their interests. We can fully exercise our freedom only if we have freedom of choice. I am aware that if a measure such as I propose is adopted for the sale / buying computers process, there would be no reason to not adopt it also in relation to mobile phones, game consoles and other devices. This is not the main objective of my proposal, but, considering these possible implications, I still think it could be a good measure. I also believe that the adoption of a measure such as I propose, in addition to directly defend the rights of citizens and consumers in the European Union, would be an incentive for competition and the free market within the European Union, would promote greater transparency in the relationship between computer manufacturers and developers of operating systems and applications and help avoid the possibility of de facto monopolies, something that could happen if one or more companies take advantage of its dominant position. For all that I have said, I think it could be a good measure that would increase the use of free software. But I do not know how we can get running something like this. I consulted some pages of the European Union website [1] [2] [3], but I lack the knowledge to assess what is the best way to try to carry out the proposal. I'm sure there are people in this forum better informed and with better capabilities than me to take the proposal forward. What can we do? Regards <PERSON>
b3feec5e-ed0a-c91a-ba9d-6deb233679e6
['69b155a5-9d9a-f1ba-2eb7-7d37a38bbeef']
Hi, Yesterday I read this press release: http://www.electronista.com/articles/13/05/20/country.seeks.bids.on.106.million.tablets.for.students/ <<The Prime Minister of Turkey, <PERSON>, has been touring Silicon Valley companies this week, on the heels of a similar tour by Turkish President <PERSON> last month. Both men received VIP tours of facilities at Microsoft and Google, and met privately with officials from Apple. All three companies are hoping to land a contract to supply the country with at least 10.6 million tablets for the country's students>>.