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 |
|---|---|---|---|---|---|
ae13f83f-fcc0-88f9-ea98-3792488d37d4 | ['806e8272-5492-bc77-7042-3a5096996355'] | <PERSON> very much <PERSON>! Didnt think I would get this much help but it is certainly
appreciated!
"Fear nothing except in the certainty that you are your enemy's begetter and
its only hope of healing. For everything that does evil is in pain."
-The Maestro <PERSON>, Imajica by <PERSON>
| 0e90d24b-339b-f7f3-e792-d2ccdc52a9a0 | ['806e8272-5492-bc77-7042-3a5096996355'] | Heya all.I just got a messagepad 130 and yeah I know its old but I like it!
IS there anywhere I could download the manual?
"Fear nothing except in the certainty that you are your enemy's begetter and
its only hope of healing. For everything that does evil is in pain."
-The Maestro Sartori, Imajica by <PERSON> ... |
a6aaeda0-6cc4-93bd-b32a-a4f3c046aefe | ['80759279-1124-2b3c-87ce-895b71292622'] | Hi,
with GTK2 some applications used to set the minimum size of some widgets using gtk_widget_set_size_request. E.g. the min size of a GtkImage. This no longer works with GTK3 and the min size of the GtkImage is that of the underlying image, e.g. a GdkPixbuf.
There is also a bug report here:
https://bugzilla.gn... | 0d801467-e555-cc3d-1072-cc4159d1447c | ['80759279-1124-2b3c-87ce-895b71292622'] | Hi!
Is there a way to set the text of a GtkTextView but also keep the cursor location and adjustments of a GtkScrolledWindow where the text view resides?
I am trying to do it using the attached code but there are two problems:
1. When you scroll down, set the cursor and then press 'Reload' there is a lot of visual ... |
89d6974d-804d-be9b-7ba5-c6d348cb1c2b | ['807dadce-96d7-af00-6fce-c14f56f404bc'] | Hi <PERSON>,
I tried to run a local flink using the same script and submitted a job successfully via Web interface and command line both.
I suggest to try one of the flink examples.
Streaming Job - https://ci.apache.org/projects/flink/flink-docs-release-1.0/quickstart/run_example_quickstart.html
Batch Job - https... | a6b9d209-cce5-c9fa-3f16-c054b744c70b | ['807dadce-96d7-af00-6fce-c14f56f404bc'] | Hi,
Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.
It seems the “start-time” reported by monitoring API under joboverview<https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/rest_api.html#overview-of-jobs>... |
361c183a-f015-0134-80cf-aa3c6b003769 | ['807fab21-efb7-bdf9-3b2f-9022cf419e2a'] | Hi, I am working on a topology in which multiple open-flow switches are connected to a centralized NOX controller. I wish to cross compare flow table from multiples open flow switches. Do openflow switch has the ability to send its flowtable to controller or there is some easier way to do it .
Regards,
<PERSON> | 1b78aa3c-26bf-814d-1cf3-8c1a0bce79e3 | ['807fab21-efb7-bdf9-3b2f-9022cf419e2a'] | Hi all,
I have a network traffic trace-file for a segment of my network and i want to analyze it in time frames i.e analyzing flows after every 10 sec. For this i have installed NOX and openvswitch on a ubuntu virtual machine and have created another virtual machine from which i am replaying by tracefile using tcprepl... |
2b3f0e92-d557-ebc0-f97f-faa926f20196 | ['8092a312-6e20-15c2-95d1-e584fc998e33'] | Hi <PERSON>,
about groovy-starter.jar... you know this jar is only thought as
workaround it contains files that are already in groovy.jar or
groovy-all.jar. It is needed to provide a RootLoader for the command
line scripts. putting it in lib means to duplicate classes in lib. all
jars in lib are loaded through Roo... | 1f58fb5b-5a5d-257f-b674-64ce907ee80f | ['8092a312-6e20-15c2-95d1-e584fc998e33'] | Hi again,
sorry for the delay I was distracted with some bugs... anyway before I
simply apply the change there are some points I want to discuss first,
not only with you, but also with the other developers. These points are:
1) should groovyc be used to build the java files as well in our build
by default
2) what ... |
6339e6e0-8ed2-1c53-f17f-a49acffb9558 | ['80a3bb34-6a2a-baab-365d-c282e76669bd'] | Hi all,
i've written a new filter which uses opecv libs. The compilation of the
filter works fine but i get an error in linking fase. How can i specify that
i want to use other libs? I tried to use --extra-libs and --extra-ldflags
configure options but they don't work. i also set the variable ELIBS="-L...
-lcv ..." bu... | 28a28aea-aaf8-bb86-5042-fa658b4ef5c1 | ['80a3bb34-6a2a-baab-365d-c282e76669bd'] | Hi all,
i'm trying to use a filter with ffmpeg but i have some problems...how can i
display and use a predefined filter? Documentation explains that '-filters'
shows a list of available filters but i get an error: missing argument for
option '-filters'. Any ideas? ffmpeg is linked against libavfilter 0.4.0.
Thank you... |
a3a1f76a-0b16-713f-f669-4e9fcd0fce22 | ['80ace198-311f-085b-cf52-3a478e7e792a'] | Hi all,
I've been using bioperl's PAML module (specifically the codeml part) but
with just one tree.
Since the program accepts several trees as input (and runs the analysis
for each tree outputting the difference in likelihoods for each one) I
was wondering if there's some way to do it through bioperl?
thanks in ... | 2cacca7a-8970-19b9-3cde-349e142b832f | ['80ace198-311f-085b-cf52-3a478e7e792a'] | Hi all,
I'm currently trying to use a software called Projector to predict
genes. As input it needs two sequences and the anotation of one of them
in GTF. As the info in GTF is included in the GFF I was thinking of
getting a way to convert the GFF files into GTF. I thought of using the
Bioperl module for GFF to pa... |
40934b26-3243-d91d-6e67-2ad882b5d5c4 | ['80e85b3b-a275-b95d-9327-21ecbcd1a814'] | Hi,
As the release of WordPress 2.5 approaches, a lot of people are looking
at this list now, ready to jump in and squish any bugs that dear to pop
out :)
One of the bigger updates in 2.5 is the new TinyMCE 3.0. It's completely
rewritten and is faster and better than ever. Now it fully supports
Firefox 2.x and 3-beta... | db66fd68-21ae-cdab-8119-e494a1f24984 | ['80e85b3b-a275-b95d-9327-21ecbcd1a814'] | Hi, I'm working on the integration of TinyMCE 3.0 into WordPress 2.5 and
think that the translation functions for TinyMCE can be improved.
I've just tried putting all TMCE text strings in one php file and
wrapping them in the _e('') function, so they all appear in the main
.pot file. That works good and makes it ... |
a594a1ab-33b7-bef3-d9a8-24bdeb4ed6d6 | ['80e887f2-c4bd-b248-a1fa-bfd95744d723'] | Is it possible for some kind soul to zip up the newest baseline for
me? I haven't figured out cvs yet and wanted to fix up the Windows CE
code.
I based the gui code off the win32 code that I got from <PERSON>, but I
think that there was a problem with it. The bitmap behind the map DC
doesn't ever get created/loade... | 0d28fe37-1348-3d97-8727-ef92aa6caab5 | ['80e887f2-c4bd-b248-a1fa-bfd95744d723'] | Okay, I am giving up here in frustration. I have tried and tried, but
I can not figure out why my masks are all black. I changed the mask
creation to force it to monochrome, but no luck. I even took the
entire crop and draw code and ran it through a test app. There,
everything works fine! So, this means that it mi... |
01c3b197-1347-7d76-1bf7-34491ac841c5 | ['80f927b7-9155-e55e-f954-b1c2eb4086ce'] | Hi, folks,
I just began to use the stats feature of Jetty 5. I got many matrices
related to "connectionsDuration" and "requestsDuration". I think the
connectionsDuration is the time of a TCP (or HTTP?) connection from
connection request to connection disconnection, and the requestsDuration
is the time from getting... | 4bcc97a6-1f7c-218d-100b-41c44dce885d | ['80f927b7-9155-e55e-f954-b1c2eb4086ce'] | Hi,
Recently I worked on an http transportation component that using jetty
to get requests, then invoke internal processing by a handler. In
order to make use of NIO with jetty 6, I need an asynchronous handler
that does not block at the handle() method. I have read the previous
discussion about async proxy, and also ... |
342a443c-d909-a5f1-7cb1-602681533cb2 | ['81140de7-07a6-fdc0-2faf-b1e0ebd5fb03'] | Hi,
I just created a little widget using jQuery. The code is kinda ugly,
but I'm trying to improve it at least a bit. The first thing I wanted
to do was to cache the jQuery objects. In this case I created global
variables for this.
Besides the global variables, I have a couple of functions using
"live" to bind a hand... | 229c76aa-2427-ee52-3c03-431040644706 | ['81140de7-07a6-fdc0-2faf-b1e0ebd5fb03'] | Hi,
the other day I read this article by <PERSON> called "Using jQuery
and the Object Literal Singleton/Module Pattern" (http://alanstorm.com/
jquery_object_literal_oop), as well as the interesting appendix
chapter "JavaScript that you need to know but might not!" (you can
find a nice article on this one here:
http://... |
9aca1e49-84ea-ac12-d64f-1193b3c09ace | ['813c2fa6-f819-7771-b715-0923fdf2ed84'] | You out there <PERSON>?
I got a response from you a ways back regarding the JDIC browser
integration module. It is working quite nicely in our project however I
am wondering if you have had any luck with webstarting the module? Its
clear to me if we wrap the .dll/.so files in jars things will play
nicely, however ... | a7d15044-63d3-db3b-9911-9b6998488fc8 | ['813c2fa6-f819-7771-b715-0923fdf2ed84'] | Friends!
I was wondering if anyone has come across this while running the build for
"Build Mac OSX Application".
The property, -Dcom.apple.mrj.application.apple.menu.about.name=rent_check
comes from app.sh which changes into your ${app.name}.sh
I did a hard code test on the property and it doesn't change when you a... |
c49a2f0a-de37-f7f1-8b35-fdcd2f104e44 | ['81430cfa-2cf8-b595-fff4-9409365b1dae'] | <PERSON> the arrow would work fine for your needs, repeaters, simplex, sats. I
would buy one of the wire adapters for the th-f6a so as not to put a strain
on the antenna plug of ht.
I have had two for several years and take some speaker wire as a external
antenna for the motels and listen to the low bands with it.
... | b16f45ee-1b49-8dc8-ed95-43c58a98b46b | ['81430cfa-2cf8-b595-fff4-9409365b1dae'] | <PERSON> sorry I do not have time to look up adapter, but I got my last one
from AES Las Vegas, I think it was 15 or 20 dollars, it has a sma connector
and then went out to a so 239, but you could get it for a bnc also.
My Mom is in Hospital with heart problems and we a leaving for the S.F Bay
Area. Might have been... |
35599836-38e5-84e6-dcfa-8995ee066fd0 | ['8151ef28-c95a-7a7b-6166-5623abde01a1'] | <PERSON> - I had to bite the bullet and install HDF5 and zlib before doing
a full install of netCDF, after which I was able to install GMT-4.5.9
The gurus will probably tell me I made unnecessarily heavy weather
of it. This was for a shared system, though. I have replaced the
name of the disk on my server with "<loca... | e645cc13-e632-6fad-6671-16ed33427ed5 | ['8151ef28-c95a-7a7b-6166-5623abde01a1'] | Dear all,
I have been trying to use GMT to reproduce a processing step
from a 1986 report on global seismic magnitude measurements.
The author, wishing to overcome the problem that earthquakes
are not evenly distributed, divided the surface of the Earth
into 400 tessera of equal area and extracted the largest three
ea... |
cc0db618-bc31-6c19-3cbe-e54f09f6f29c | ['815749ad-69b1-c111-ddae-99e44128def6'] | Hi,
I want to do some checks on tools I'm using(in this case I'm checking
svdetect).
I have a program that creats .fasta file of genome with some structural
variants.
Now I need a tool wich will simulate the illumina's sequencing read and
output .fastq files(or .sam files).
Does galaxy have such tool?
If not, do you ... | 3111509a-e508-85d6-db34-8dc1b2479f0a | ['815749ad-69b1-c111-ddae-99e44128def6'] | Hello all,
I am trying to install BWA , I used the command:
" bwa index -a bwtsw /global_data/hg18full.fa " and I got only 5 files
insted of 8
The missing files are
- rbwt
- rpac
- .rsa
I didn't recieve any error message while running.
thanks for your help
|
3ad5ec72-e95a-a0c0-56d6-93896a0e70a6 | ['81764839-442f-be0b-4b41-61e8be77dc72'] | I try to send the three cygcheck outputs unzipped with this mail.
On AMD64 sshd is running as "sshd_server"
SMITHFIELD sshd is running as "SYSTEM"
on both machines I use public key authentication.
And for my application I shall stick to public key authentication.
Does this clarify and can you now giv... | 70038dcc-6b71-3af3-39bc-0d7f80e75725 | ['81764839-442f-be0b-4b41-61e8be77dc72'] | Hello,
I am experiencing difficulties using the SU utility.
What am trying to do is the following:
From a service (running under SYSTEM account) I want to run SU to get a bash
shell script executed as a specific user.
- When I do this on my Windows XP 32bit box, all is fine and SU runs my script
as the user (I ver... |
f82c523f-1b33-b238-432d-049569e1454d | ['81764a96-a1ee-1ec6-4570-021bcf29434b'] | My CM12U (UK version of CM11) died recently so I've replaced it with a new one,
and this seems to behave differently. I have to stop, start and reset the CM12U
from MH then it operates just fine, but if I dont do that I get 'cm11 send
fail' errors. Has anybody seen this type of 'problem'.
regards, <PERSON>
| 1b1247e2-483f-da5d-706c-b91272e74515 | ['81764a96-a1ee-1ec6-4570-021bcf29434b'] | Hi, I've just been watching my CPU usage and I seem to have a strange situation
that I've not noticed before. weather_rrd_upd seems to be running more than
once a minute and it takes at least 40% CPU for between 10 & 15 seconds each
time it runs. I've not noticed this before (but then I've not been looking to be
fair)... |
b157112b-0171-4fe3-0504-444670ad46c8 | ['817ea181-1f60-f6b6-83dc-8670cb370eed'] | T3 question:
I have several pages where I have the following problem:
When i select a value in a dropdown, it should change the form on the
page by adding an input field, or removing some other input fields. But
if I do this without redirecting, I get stale link exceptions because
tapestry doesn't have control ove... | 71eff413-2d57-acac-6c0c-bc49ae7b1784 | ['817ea181-1f60-f6b6-83dc-8670cb370eed'] | Hi!
I have downloaded the tapfx EasyInsert class, and I would like to make
it work for my T3 project. Is it any way to plug it in to Tapestry 3? I
have tried to search for a way to configure my tapestry to use the
custom template parser, but have not found out how to do it. Anyone?
http://tapfx.sourceforge.net/mul... |
ce215431-6326-9cb3-2eef-afdf5f185255 | ['818939b6-6be5-aa23-9958-5a1ebe5f8e9c'] | Hi!
I've got some regressions with current HEAD.
1. Changing identities in the New message window wipes out the
signature and does not add another sig. Have to insert the signature by
hand.
2. In Mailbox properties the "Update" button is disabled. If I change
the Identity, it doesn't get enabled. I believe tha... | 6eaba353-6ae2-f00c-871c-c30c9c77aa12 | ['818939b6-6be5-aa23-9958-5a1ebe5f8e9c'] | Hi, everybody!
Did you noticed that balsa became slower?
This is influenced by the new and more accurate sorting.
In 2.3.27, balsa cached threading information and used it - even if new
messages arrived. The new messages were merely put to the end of the
list.
Now we have balsa *redoing* *all* the "sortish" work... |
23f50b96-4d9f-99d4-9b3a-65975cca5769 | ['819b6ec1-0402-5d69-2660-d6dbd80de40c'] | Hello,
I am looking for a way to create a "persistent" popup menu in my programs,
ie one that does not hide itself when one of its items is activated.
Ultimately I need this because I am using a menu that includes radio and
check menu items, and would like to have the user be able to select multiple
options from ... | b1c49c5a-32ff-7e72-4e17-74c03990e3f1 | ['819b6ec1-0402-5d69-2660-d6dbd80de40c'] | Hello,
I would like to know how to create a "persistent" popup menu, meaning a menu
that does not get hidden when one of its items is activated. The menu
should only go away when the user clicks somewhere on the screen that is not
in the menu area, or if my program specifically tells it to popdown.
I currently im... |
15ce385b-8e9f-cb3c-8fe7-36ab20aa2e86 | ['81cd6026-1269-b593-976a-a12ffb0d1212'] | <PERSON>,
Thank you for the answer. I took another look and want to clarify what I'm seeing:
If one of the hosts that GenericJMX is watching is hung, the plugin will no longer gather data from all the hosts. All other plugins (CPU, swap, memory, etc) work fine.
Does anyone on the list use GenericJMX to watch multipl... | 0a92b4dd-bd50-6092-a310-78081c76b125 | ['81cd6026-1269-b593-976a-a12ffb0d1212'] | Is anyone using collectd to track performance of batch scripts or cron jobs? I have some nightly tasks that take X amount of time and process N number of records. I would like to be able to gather the results for analysis over time so I could see when time/records are increasing. Is anyone using collectd for this or do... |
3a000b51-3279-c3d3-213d-b708b545f744 | ['81eba065-a159-1dff-750e-7f2d798c543e'] | hi all..
any idea when Kgpg will be include in the KDE base
packages that arrive with SuSE..?.. i tried to look
for it on my 9.1 Pro CD's but couldn't find it...
www.kde.org mentioned it's now part of the KDE base,
but this isn't the case with SuSE.. i had to install
the older, standalone version, that doesn't requir... | 69d8cf90-506e-10de-aaec-074506e4852f | ['81eba065-a159-1dff-750e-7f2d798c543e'] | Hi all.
Thank you all for your invaluable feedback.
It sounds like there have been some issues that have been fixed since 12.1, and that KMail is still a better option than KMail2.
Best I'll do is install 12.3 in a new virtual machine (I run openSUSE on Mac OS X within Fusion), and migrate the folders across to that... |
0bc1dc92-0ce8-195a-fd38-8320e4375450 | ['81fa1894-4568-6052-b543-9209f916d1be'] | Hi,
I am wondering if there is any support in live555 to add an RTP extension
header to RTP packets streamed from a server when using SimpleRTPSink?
More detailed: I am using live555 to stream an MPEG2 TS file, purposely
sending the RTP packets out of order. I am looking for a way to (buffer
and) reassemble the packe... | ab2a51fd-7f64-b7c4-7fcb-6d233c72d48c | ['81fa1894-4568-6052-b543-9209f916d1be'] | Hi,
The testMPEG2TransportStreamer sets the use of marker bit to False. Is
there a specific reasoning for not using the marker bit? RFC2250 seems to
indicate it could be set on all last frames, but doesn't mention TS files
specifically from what I have understood.
Will it work so that the last frame has the marker bit... |
63f8982a-1549-1c6c-3b49-9a2089fa0bec | ['820561cf-fd98-3235-21ae-ce254c2a90ae'] | Hi all
I am new to this list, as I am new to the QGIS development workflows,
but I am generally very interested in best practices for keeping
documentation.
Together with <PERSON>, we have been considering which best
practices could be considered for keeping the QGIS documentation.
You may probably already be aware t... | 51c23868-0192-e370-3c86-dcee4252bad2 | ['820561cf-fd98-3235-21ae-ce254c2a90ae'] | Hi
Today I wanted to introduce QGIS 2.0 to a couple of colleagues.
I thought that having them use it on OSGeo Live would be a good
starting point, but I have discovered that there is QGIS 1.8 there.
Any plan to update it?
I think it would add more value to this beautiful process
thanks a lot for all of your efforts
reg... |
54af75b8-1dc4-0e4d-05f3-9a2aff9bc012 | ['8218b17d-7719-855f-46c5-d39693566106'] | My name is <PERSON> and my call sign is <PERSON>. I am a retired professional electrical engineer and software developer. While employed I did a lot of .net development (industrial control, SCADA, data communications) but now that no one is paying me, I don't have much interest in Microsoft. At home I have a bunch o... | 45392727-da9c-473a-1c1b-a12a995e5884 | ['8218b17d-7719-855f-46c5-d39693566106'] | I have finally got my development environment set up for wsjtx. I can now build and link from the command line or from QtCreator on my Mac OSX 10.8.5.
But I am having one remaining problem. When I build and run an instance of wsjtx, the CAT port drop down list box does not list the serial port to be used by HamLib... |
2b53498e-42db-17ab-a9fb-bec2da5aec97 | ['8218c7c3-ad25-daa7-7c88-1b1e625303c0'] | Hi,
I'd like to suggest a fork permission "F" for wild repos, similar to the create permission "C", so only forking is allowed, but not wild creating.
Of course you could then fork an existing repo and then just push any content there if you have the according permissions on the repo, the idea is more to prevent wast... | 3f750c55-2fe5-427f-b7e3-33d9b09abb5f | ['8218c7c3-ad25-daa7-7c88-1b1e625303c0'] | Hi
May I ask what is the reason to force personal branches having a common prefix?
What is wrong with having "RW+ USER/ = @all"?
It might be against the aesthetics of some to not have those personal branches collected under a common namespace, but that way it would be up to the rules admin to define how he wants it.... |
996367ed-1c85-30c3-271b-94efa256d214 | ['821a6312-974f-45c8-f996-af87e6127897'] | Hi,
I am trying to build the config tools from cvs, on a linux host.
I succesfully (i think) build the command line tools by doing a
configure/make in the ecos/host directory.
Now i'm trying to build the gui tool (version 2). I'm trying to use the
makefile in ecos/host/tools/configtool/standalone/wxwin and following... | 70a93417-b72e-75b4-6f87-b1787ec262c3 | ['821a6312-974f-45c8-f996-af87e6127897'] | Hi,
Each time my program fails on a ASSERT, it prints the ASSERT FAIL message
twice. The only difference between the two message is that the second on
doesnt diplay the filename (but they both have the line number). I have doen
this with two different trace implementation (buffer and simple) and it does
the same.
How... |
68449ee7-a02c-547a-8eeb-a5b8560baf15 | ['821b6bf6-5f5e-ccb8-4ed5-6d70feda7993'] | Folks,
I am doing some research to see if you guys have come across any cool
google maps mashmaps for Routes with realtime tracking.
I am thinking about the best way to do a route mashup & route is 13000
miles covering the whole world. I have detail turn by turn lat/long
for the whole 13000 miles but thats way too m... | c62f393c-4ba4-3969-bf35-78c8caeccd93 | ['821b6bf6-5f5e-ccb8-4ed5-6d70feda7993'] | Sorry for the cross post.
Hello,
I have a confirmed registration to Ruby On Rails conference and due to
unfortunate circumstances I may have to cancel my trip to Portland.
Does anybody knows whether Registration can be transferred this close
to the conference. I also have a confirmed hotel booking at Hilton
Close t... |
6128ffb3-97d3-de35-b8f4-a9d2d0a8c768 | ['8221c888-a896-b984-9ca5-c72b19e8fc4a'] | Hi,
I have aeromagntic data (flgiht lines), flight lines
in this data (due to the vast area) has two main
overlapping parts (part1 and 2), first how to truncate
or cut one part of the line at the beginning of the
other part of the line, the data contain column for
line number and another column for part number and
othe... | 44cefacd-78e2-58df-8f59-aa8b53d6d658 | ['8221c888-a896-b984-9ca5-c72b19e8fc4a'] | hi,
I am trying to estimate the isostatic correction for
the Arabian peninsula using the SRTM 30 arc seconds,
taking into account that depth to the Moho in that
area is 40 km,
Can I calculated by running this commands:
grdfft topo.grd T40000/2800/3300/1000/2670
Gisostatic.grd
and subtract the resulting points (sampled... |
a132a779-689c-678a-7b36-4d7c5460edd0 | ['8221fa55-b066-626c-16a6-1d6764ed32cf'] | I am looking for suggestions on the best way to record this in Gramps ...
Several of my ancestors died in battles. The information came to me in the
form of a GED that describes the battles as places. I don't think battles are
places - they are events.
It is easy enough to create an event record for the battle, t... | 90f4f58b-653c-6ef0-f07c-6055283a85a6 | ['8221fa55-b066-626c-16a6-1d6764ed32cf'] | I am installing Therion 5.2 on two systems. Both are Fedora 7. On one it
compiles and installs correctly. The other will not complete the
compilation. It aborts with an Error 2 after thbook.pdf is built.
The attached file contains the last part of the compile run.
As far as I can tell the two systems are config... |
faff128a-2d8b-fdf1-94ff-8243eabde65f | ['8222b99b-691d-b19b-a965-d0d6dc989be0'] | I am trying to pass down the paths that are affected by a commit down to the
commit hooks. My question is how can I detect these paths? I have tried to do
so when the editor is driven, but functions like ra_svn_handle_* would only read
the basename of any dir or file affected. I have tried to do an
svn_path_get_absolut... | b687c9c9-4777-aabe-cef1-4b374d7ee320 | ['8222b99b-691d-b19b-a965-d0d6dc989be0'] | What does the prefix "1." mean
Major versions are usually used to denote API versions. It is expected that on at least some level, all minor revisions of version 1 are somewhat compatible to each other, bar new features introduced in later minor revisions. Conversely, there is no expectation that SVN 2.X is in any way... |
f17cc2df-db18-1b1e-7d12-eda0df843f0f | ['8223f373-8e48-a820-9812-9611389cbc31'] | Hi,
I found that when the private key used for decryption is
corrupted, a java.io.EOFException is thrown. Will bcpg provider throw
some other error than end of file exception for this scenario?
IOException will be thrown when the encrypted text is
corrupted. Am I right?
Please hel... | e757fea4-a3b5-120e-5ceb-262c87e02f74 | ['8223f373-8e48-a820-9812-9611389cbc31'] | Hi,
I am using BCPG Provider ( bcprov-jdk14-134.jar ) for
decryption purpose. I am trying to find out what specific exception will
be thrown when the given passphrase is invalid for that secret key.
I found out that if the key is corrupted EOF Exception is
thrown. Similarly I want to know what... |
5f5f874d-339b-58e8-caa7-d5439249ddaa | ['823aaf0a-8710-a696-7fc3-4484f7361bdc'] | Hi,
I'm creating a HUD for an aircraft and am in the process of drawing the lines representing aircraft pitch. The lines look find when the roll is 0 degrees but when roll is not 0 the pitch lines become quite jaggy looking. Is there any way to draw lines so they look smoother when drawn at a diagonal??
I used th... | 4dd8c6ee-e059-8638-861c-55f17eeebd78 | ['823aaf0a-8710-a696-7fc3-4484f7361bdc'] | I would like to add a nonrectangular viewport to my osg app. I know I probably have to use the stencil buffer but I'm not exactly sure on the steps required. Are there any good osg examples out there that will show me how to add clipping regions or nonrectangular viewports? I thought the osgclip example might be use... |
767cb43a-d7be-78b9-9354-a25b5fb670c3 | ['82412b21-b3fa-12f5-9145-2de1c84fba1f'] | I have to correct myself, The settings which work for me for Stero Sound
playback are to set Front and Rear Jack to Front Output (or Mixed);
though Front Output results in good quality Audio at perfect volume.
Hope this helps some. The main solution still stands: simply configure
the correct output for the front/rear j... | 5601f2ce-8089-058a-8ce8-a62ae741677f | ['82412b21-b3fa-12f5-9145-2de1c84fba1f'] | I could resolve this after upgrade to 7.04 by setting the rear jack from "Rear Output" to "Mixed Output". Maybe this does also resolve it in previous releases.
Seems to me it did work all along but the standard setting just doesn't playback Front and Center Audio Which is in most cases no sond. This also explains, why ... |
7fed573e-2c84-a4b4-f593-1facadca314a | ['82550200-caf8-3982-4045-e7d7df326ab2'] | I have a simple file server utility that I wish to configure as a
Windows service - using the examples of the Python Win32 book, I
configured a class for the service, along with the main class functions
__init__, SvcStop, and SvcDoRun (which contains my server code). After
registering the service, I am able to start i... | 53f8feca-0d8d-0187-d9b6-680b0e26b5f6 | ['82550200-caf8-3982-4045-e7d7df326ab2'] | I am trying to do the following using Python and Tkinter:
1) Display a window with 1 button
2) When user clicks the button, Python attempts to call a function
that opens a socket and listens for a connection - what I want to do
is, if the socket has been successfully opened and the system is
waiting for a connection... |
3be52b83-d6dd-a808-7858-3998af2019e5 | ['8271f8b6-b7c3-b646-4034-94b7c023ef4d'] | USRP Users,
I'm hoping for some advice on USB 3.0 PCI Express cards for the B2XX. I am aware that this is a recurring issue in the threads. In my scenario, I am connecting the USRP to a server. The server in question is an HP DL380 G5, with PCIe 1.0 slots. As such, there is no opportunity to attach additional power con... | 5a81923c-48c2-adbf-c86f-70cfb7ffd254 | ['8271f8b6-b7c3-b646-4034-94b7c023ef4d'] | Hi <PERSON>,
Thanks very much for your response. I always find your responses to others very helpful too.
Regarding the InLine 76666B card, it looks similar to the Syba SD-PEX20122 card others have mentioned in the past. Could you just confirm that it is able to function without SATA power connected? Also, is it a... |
9017ee17-94ac-e3a1-6aa8-b6fe2457b43f | ['8277451e-31a8-f811-338e-f8b65ef39b83'] | I know there's been lots of research (well, some) about why and how people
read Wikipedia, but has there been any significant studies or research
about why they don't edit? Not why they stopped editing or their numbers
are dropping or how they got sick of the bureaucracy and markup code, but
what barriers might exist ... | 4eb65464-2639-29ac-c61c-c78eaff69909 | ['8277451e-31a8-f811-338e-f8b65ef39b83'] | Thanks for bringing this to our (well, mine, anyway) attention. It
was troubling when it first showed up on BLPN in May and it's still
troubling that so many (all male, looks like) editors are missing the
point of BLP and UNDUE and are so dismissive of the career
accomplishments of the subject of the article, despite ... |
4c94bbc8-0e72-03d6-7ec2-e9260d6d6958 | ['827cde05-af1d-ef91-7567-9126e308ee83'] | Colleagues,
I have lately come across an article (Science 298:5598 (2002) that
addresses a problem that I share with between 5 and 10 percent of my
colleagues -color blindness. Since many fluorescence images now
superimpose red and green (not to mention blue) signals, some of us
are forced to accept the data as state... | 83bfa852-c085-3a2f-fa86-d618a78c6970 | ['827cde05-af1d-ef91-7567-9126e308ee83'] | Dear <PERSON>,
I know that the Analyze Particles section of ImageJ allows one to
generate a histogram of the size distribution of the particles. Is
there a plugin that would allow one to generate a histogram of other
results values, such as integrated density?
The only histograms I see on the plugins list relate ... |
9d87a094-623b-d465-bb26-c75f4731a77f | ['827e8373-f8ac-2c0c-0f33-8475f3b3210b'] | Hello,
I have a strange thing going on with my system. Three times now, Ubuntu
has gotten locked up somehow such that I cannot open a terminal window
or restart or reboot the system. I cannot stop the X-windows either. I
am running Ubuntu 9.10 with all the latest updates.
So, I kill power and restart. Each time, the ... | 2b4b625e-f589-90c0-ff91-c129ea0c3f1d | ['827e8373-f8ac-2c0c-0f33-8475f3b3210b'] | An irritation, mostly, but I wonder if it bodes ill for other stuff.
Somewhere along the road, my Ubuntu 9.04 install gnometris program
stopped running. I've uninstalled and reinstalled the gnome games
package with no success.
Other games in the package work OK. When I try to invoke gnometris, I
get the 'starting... |
2c11350c-f0d9-cd41-6ae3-146b3322b851 | ['827ebc82-62d8-eeda-1384-d28476145b5e'] | Hi,
I am trying to grab a number out of a string, like this string:
http://cgi.ebay.com/Huge-Lot-of-Cell-Phone-Accessories-All-Brands_W0QQitemZ220143466893QQihZ012QQcategoryZ108322QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
So the number would be 220143466893. I am loading this into an HTTP
Socket. I could also grab it i... | 5e0d0b53-67d2-c441-5034-7a01337ed7f8 | ['827ebc82-62d8-eeda-1384-d28476145b5e'] | I have an app that at start up downloads an update if available and
extracts it(its a zip) and all.
My question is that when the update process is going on my code from
which this method is called keeps running, hence causing me errors by
not giving the http socket enough time to do its thing. What kind of
things ... |
56da985b-4437-def4-b015-e764cf0f76b2 | ['8281ad29-61a1-44c8-6f3b-22e73b66d073'] | Hi,
I just got an Apple laptop to be able to do OpenCL programming on the move.
It has an Iris GPU which is recognized but crashes my program (using PyOpenCL).
As the CPU OpenCL is OK, it may also be a bug in Apple's implementation.
Apple has a nice bug report, but this may be more interesting to PyOpenCL ...
Is this... | bc4f4520-6c03-fb78-203a-4f6a2469f97f | ['8281ad29-61a1-44c8-6f3b-22e73b66d073'] | Hi <PERSON>,
We are heavy pyopencl users with pyFAI and silx and we can probably
help in debugging. Centralizing all cases is a good idea. On our side
it occured only in virtualenv where the packages were installed with
pip.
Thanks <PERSON> for your debian packages, I did not face issues with
them... until now.
We ... |
6a33dd9f-bc04-6851-cb08-6aad492f069d | ['828645b5-2e49-8fb2-76a8-799ff0c792f3'] | I have a small pen digital camera, called Clever CAM 360 from
TELEBrands, Fairfield, New Jersey USA (which might only be the USA
marketing company).
I was able to plug it into the usb port on my work laptop running
Windoze XP and was able to acquire the pictures from it.
Is there a way to do the same the same on my R... | 40ca2639-fa27-6a56-9973-794b5b71fbbd | ['828645b5-2e49-8fb2-76a8-799ff0c792f3'] | Is there a way to get the row count of a user table without doing the?
select count(*) from <table>
which can take some time and even do a table scan if the table has millions
of rows in it.
Are there any system tables or views that hold this value for any given user
table?
<PERSON> |
15bee5d3-e4c3-19f5-2ad5-162caadfa572 | ['82932f02-2e5e-ba59-4095-370266f30fc9'] | Hi,
I have got OSX Server10.4 which incorporates SA and ClamAV in the mail
server app, has anyone got any suggestions as to how I can use them
with my CGPro which is running on another machine?
I suppose I could relay the email to the OSX Server and use it as an
internal email server, but I'm not sure how effectiv... | 918b406a-c749-d4ca-d6cb-08ec84232c7f | ['82932f02-2e5e-ba59-4095-370266f30fc9'] | I need to get a replacement for my RAV on OSX. I know there have been
some suggestions such ClamAV.
But I was wondering if anyone has actually yet replaced RAV on an OSX
CGP and had any feedback on the reliability, performance, install
process etc for any replacement AV scanners.
RAV has served us well, but if I n... |
2aae68d7-7567-b84f-a519-8d6f2dc6301d | ['82963c89-a076-93bb-5112-2f463a47c5a3'] | Hopefully this will be my last time querying the group for provider experience. My previous experience with them was a while back when they filed for bankruptcy and cut back on support, but a coworker just informed me they have since been purchased by Level3. Is there anyone here that has any cross connects or any type... | 722c114c-3a40-7baa-e0d3-645fdcef1168 | ['82963c89-a076-93bb-5112-2f463a47c5a3'] | All I have a OpenBSD box on a pentium pro 200 1meg cache 256 meg of ram. I
am trying to help out a small company that helps battered women with a
network to provide computer training and other things. Of course they do
not have the money to buy a cisco router which is what I would usually use
because I am very familiar... |
a2b44d5a-6b6d-a144-2d7d-c91ceb3d1a64 | ['8296f233-3e84-3094-4806-e869b9ac490a'] | Hi,
I am entirely new to WEKA, so sorry if this has been solved already, or I
am making a newbie mistake (well, I _am_ a newbie, so what can I expect?).
Well, I try to use the KnowledgeFlow environment to calculate some
classification accuracies of some well-known algorithms. I have a test-set
and a training-set, bot... | a4b8e68d-de65-16dc-3a2f-16b597c2c819 | ['8296f233-3e84-3094-4806-e869b9ac490a'] | Hi, list
Every now and then I find info about "class correlation" in texts
describing datasets used for classification. For instance, the iris.names
file form the UCI repository tells us that sepal length has "class
correlation" 0.7826, for sepal width the value is -0.4194, etc.
Browsing the web I've come across seve... |
32fb0cc9-4b3e-5488-3607-bff26b0991a0 | ['82a21e67-591e-e328-4019-ac9b8ce9a554'] | Hi All,
We are trying to use aspell as the spell checker for our application and
seeing a delay in getting the suggestions for a misspelled word to the
tune of around 64 millisecs on an average. Checking a word for correct
spelling takes only a few microsecs, which is very good. We could also
get away with getting... | e1f61f7e-29aa-11ec-40b6-32b889970ae1 | ['82a21e67-591e-e328-4019-ac9b8ce9a554'] | Hi All
I am developing an application which uses aspell for spell checking,
using the C api.
I want to know how Aspell works . Is the dictionary loaded completely
into the memory at startup?
I saw that the English dictionary was close to 2 MB.
Also in case of multiple processes in the same machine, does aspell
shar... |
91c02f93-1fa6-419d-ecc4-489269b28e47 | ['82ab0024-956a-9737-240a-6e21c285578d'] | Dear Sir or Madam,
I want to have my own logo while the computer is booting thinstation.
I used TS-O-Matic and uploaded my own boot logo.
When the image was buikt there was no logo!
Where could my mistake be?
Do I have to change something in the advanced - edit bootsplash config?
Can you help me please?
Thanks.
B... | 2b5e9ae4-396e-6501-6451-71a07cfd5b98 | ['82ab0024-956a-9737-240a-6e21c285578d'] | Dear Sir or Madam,
I've a problem with the hard disk boot of thinstation.
Syslinux and the files vmlinuz, initrd, syslinux.cfg and thinstation.txt are working.
My problem ist that thinstation doesnt find the thinstation.profile\thinstation.conf.user on my hard disk.
If I copy the file on a floppy or cd then I can sta... |
01a31c6e-4090-c5c1-1235-a7815c32346e | ['82aebcaa-cdb6-df26-490d-e2a4c941d958'] | Hi all,
I'm looking at Maven as a replacement for Ant.
I was able to create a small test application with Maven and
it works fine. I think Maven is really great!
Since I'm really new to Maven, I've two questions:
1. How do I generate an application distro (i.e. a JAR that contains
all the modules required to run... | e1c44a60-d378-5e7c-7684-2f459a115837 | ['82aebcaa-cdb6-df26-490d-e2a4c941d958'] | Hi all,
I've a FC3 server that acts as router/gateway and it
is configured to use pppoe to access the Internet
(this server has 2 network interfaces).
The problems is that after awhile, the ppp0 interface
has to be restarted because the connection doesn't work
anymore, even if pppd is still working.
I restart the pp... |
c6c0d2fe-27d3-af49-b8f1-4ed24fe47a7d | ['82b827ef-2f3d-72d3-fed1-119886a277e8'] | Vonage VoIP Telephone Adapter Default Misconfiguration
The Vonage VoIP Telephone Adapter device is, by default, accessible from the WLAN/internet. The product ships with the default username of 'user' and default password of 'user' to access the administrative backend.
Users are suggested to update their passwords im... | 41702e19-b02a-4a2c-08db-3aea63692d27 | ['82b827ef-2f3d-72d3-fed1-119886a277e8'] | Hi, list.
A few of the previous e-mails going out on the mailing list got my
attention - I'm interested in building a moderate hacklab to conduct
mock attacks, intrusion detection, detection evasion, etcetera. My
hardware situation allows me to deploy a VMware or Parallels lab -
what kind of machines would you... |
8445c31f-4724-0fd2-6375-4c303176a6f8 | ['82dacb2d-69b2-2ded-8f9a-08b0bd85d4fc'] | Dear galaxy users,
We have done deep sequencing on some known genomic loci using
Hiseq2000. I have already mapped the reads to the reference sequences by
using Galaxy. In the next step, I want to find SNPs and calculate the SNP
percentage within the reads. There are 500,000 to 1,000,000 reads per
biological sample.... | ce02971f-ecf1-3d7f-7621-b2194c6c9fc6 | ['82dacb2d-69b2-2ded-8f9a-08b0bd85d4fc'] | Dear galaxy users,
I aligned my RNA-seq data by using Tophat in galaxy. It generated some
"Tophat deletions", "Tophat insertions" and "Tophat splice junctions"
results. These are all BED files. Does anyone know how to use/analyze these
kind of results?
Also, I used illumina RNA-seq. Each biological sample... |
ba72479f-2aa1-ba6a-6edb-7bbb357b36a1 | ['830683cc-c393-428a-08f3-7059c8565452'] | Sorry Gang,
Right after the SPUG meeting, I (and <PERSON>) went to Chicago for a week on
business. Then after that I got an opportunity to do something really cool
and Perl related which you guys will find out about this Fall (hint).
Anyway, <PERSON>'s right. Let's not lose the momentum. I'll get the basics for
O... | 36b99b4d-cead-7260-3b7a-1c9347ef31fe | ['830683cc-c393-428a-08f3-7059c8565452'] | Hi all,
Last week I promised to summarize the "6gFfYb/TdwveBdxH@example.com" project happenings.
Well, I didn't get a chance to and probably won't until next week. (I'm on
vacation this week, racing my bicycle at the masters national championships
in Indianapolis; and using this crapppy web-based mail client again)
A... |
fc6530a3-9a63-15c4-e45b-e0d74e017726 | ['8307d79b-fc89-4ae3-4f4d-4afbaca1bcc6'] | Hello vtk-users
I have a structure in a 3D volume image, and I calculated 3 different
arrays, each one contain a feature of these structure. I'm interested to
using PCA for analyses these 3 vectors features.
I saw the examples vtkPCAAnalysisFilter and vtkPCAStatistics , and for me
is not clear which is more adequate... | b6dbb2c7-9833-e093-fa1a-3b5ea4a0ca53 | ['8307d79b-fc89-4ae3-4f4d-4afbaca1bcc6'] | Hello vtk-users!
I'm using vtkImageGradientMagnitude and vtkImageLaplacian filters to
obtain the gradient and laplacian of an image. This works very well and I
can see the results in the images.
Now, I want to plot the gradient mangitude and the laplacian. (Gradient in
my x-axis and the probability density on my y-... |
901aa3f1-e3c8-40f7-8d19-cbe31f61ed10 | ['830a2b18-8ad8-a393-6f18-4417578549eb'] | Hi,
I've seen some methods in Pango.Layout that need rectangles to be passed as
out parameters... then I saw that the Pango.Rectangle is a structure, which
means that is copied each time one calls a function (at least in c#), so one
needs to use the out things...
What is the difference in changing the Pango.Rectan... | 16a6fa8a-8495-c655-6cdb-974515318c0a | ['830a2b18-8ad8-a393-6f18-4417578549eb'] | Hi,
I noticed that in today's daily mono-....tar.gz does not appear...
Normally it means that mono is not building right from cvs...
When do you expect to have a daily? I need to see if the last version of mono
and mod_mono works fine in apache !!! And it is kinda urgent...
For me it is better to have a .tar.gz rath... |
a273d3cf-3e1d-81e3-7d41-636eab2f50e7 | ['830c180d-da54-5227-0ace-4c4a250179da'] | It was pointed out that you can't necessarily know what routines to
avoid in unsafePerformIO without mandating certain things _don't_ use
concurrency, rather than that, how about the following:
"Whether an implementation can yield to another thread inside an
unsafePerformIO action is implementation dependent, however ... | 6c023951-d411-6c27-2e78-08ea1b1da2a4 | ['830c180d-da54-5227-0ace-4c4a250179da'] | I really like the idea of the type class directives. Not just for their
ability to improve error messages, but they can also be used to perform
optimizations in jhc. They would also be useful for enforcing class
invarients, such as the class IsChar in Text.Printf in the fptools
libraries, which must only have a Char in... |
8ee6a2a4-e3d5-d5a4-5153-d4afc27171ab | ['831c92d0-7904-0518-599c-58322a5b7eb3'] | Hi,
You are noted as the last translator of the debconf translation for
postfix. The English template has been changed, and now some messages
are marked "fuzzy" in your translation or are missing.
I would be grateful if you could take the time and update it.
Please send the updated file to me, or submit it as a wishli... | 71a58043-30c4-9a4d-70a9-724cf235ad93 | ['831c92d0-7904-0518-599c-58322a5b7eb3'] | Hi,
You are noted as the last translator of the debconf translation for
postfix. The English template has been changed, and now some messages
are marked "fuzzy" in your translation or are missing.
I would be grateful if you could take the time and update it.
Please send the updated file to me, or submit it as a wishli... |
35005101-3c9f-1c85-3166-fd625a3506a1 | ['832b0490-2e40-4a7c-07b7-a19a61be8639'] | Hi <PERSON>,
I agree. The reason I belive that the memory content is "uncertain" is
because I am under the impression that python is freeing resources
that still have strong links to them, therefore causing errors.
I will send in an example of the bug to sourceforge, but if this error
is not considered a bug, I hardl... | 2b05e526-4275-215a-17a5-b2a5120b4a84 | ['832b0490-2e40-4a7c-07b7-a19a61be8639'] | Hi,
After looking at python during the holidays, I finaly decided to take
the big plunge and switch from perl to python :)
Unfortunately, my main task involves writing network
protocols/servers. To this extent, I used to use perl POE
(poe.perl.org), which I think is wonderfull. Perl POE is a framework
that will call ... |
4c3a6782-123a-fd3c-6dcb-ca946a8e17bd | ['832ed012-6801-af17-2405-0562d730a9c3'] | Hi All,
I have gone back to early threads on Longwell and have also been looking
into the Ontology page on the Simile wiki. I also found a very
interesting re-cap from <PERSON> related to the creation of the
skosext (unofficial SKOS extension) from about three years ago
(http://simile.mit.edu/mail/ReadMsg?listId=... | 5da02548-8809-7f0f-04db-c55fa03e1d1a | ['832ed012-6801-af17-2405-0562d730a9c3'] | Hi All,
I have been looking for an ontology that organizes and describes
possible characteristics or attributes for common entity types, such as
what might be found in a key-value pair in Wikipedia infoboxes and such.
I have had no luck finding such a vocabulary or ontology. The closest
representation I found was ... |
74e7282e-40f8-8a2f-378e-1edd1d6d0b28 | ['83308509-0557-395f-0e5f-167c847ac22d'] | Dear all,
I was doing debug on the same program; when I do it in a development
environment (that I have most of the authority), the debugger works fine.
However, when I debug the same program in the SIT(System Integration
Testing) environment( a controlled environment), the workbench hang and I do
not get any specific... | 54879120-63be-7ccb-1655-195132144b1e | ['83308509-0557-395f-0e5f-167c847ac22d'] | Dear all,
I am using WDSc SE v5.1.2.
Recently I installed fixes(V5.1.2.6) on my pc, after that, all my
existing iSeries connections were gone.
The strange thing is, I can't find and add the "Remote iSeries System
Connection" from my workbench. Currently I can only select to add new
connections for Windows, Linux, Un... |
ef95954d-27a8-6175-9626-f8ca783c6089 | ['833d8b57-ed5a-a493-58e4-003b14d6ac32'] | I'm working on an article about Drupal business, and one of my assertions is that "We've only started to see... partnerships in the Drupal community, but I believe they'll increase exponentially in 2011". One correspondent reported a lot of business through referrals and partnerships, but disagreed that they're growing... | d2ea2a0c-ba44-aecd-c9f3-693c02dd36e3 | ['833d8b57-ed5a-a493-58e4-003b14d6ac32'] | I propose we nip this in the bud by ending the thread here. Both sides
have had their say. We all have their contact info, and can contact
them directly to follow up in private.
Having said that: I think it's fair to raise such issues on this list.
But let's not dwell on them.
Cheers,
|
5ccce694-7f6c-a23c-6593-b295ac931e9a | ['835044f8-d7b9-1255-f2e7-34af4a985a6a'] | <PERSON>,
The key to this is the one-to-many relationships between SharedDeques and
LocalDeques...
The basic idea of the queues is this: There is a shared pool of pages filled
with information that has been pushed and inserted onto the queue. The
access to this pool of pages is synchronised (thread safe). There are a... | 0d0c7369-98d4-5985-1b82-5f0d42eb8463 | ['835044f8-d7b9-1255-f2e7-34af4a985a6a'] | <PERSON>,
Are you using a collector that moves objects? (Any generational or copying
collector)
If so then I would guess you are being confused by address based hashing. In
this scheme, the hashcode for an object is derived from it's address. In a
moving collector, an object that has had its hashcode read needs to re... |
0f24b23b-1c17-d761-6b85-ef8d847864ba | ['83572085-87f8-681a-0717-53f8bbb87789'] | Hi,
Being a postgis / qgis user, I must say I don't particularly like pgadmin.
But yes, I believe dbmanager is a promising alternative for daily analysis.
And with a psql prompt nearby, things run smoothly.
But, and this is a simple, but important "but", how can I save my sql from
the dbmanager into a text file? Shou... | 8a4906d0-a3f0-2fc7-2f35-65bb0e3a85a4 | ['83572085-87f8-681a-0717-53f8bbb87789'] | Hi all,
I use QGIS and save most of my vector data in shapefile format. Now I'm
developing a WebGIS using openlayers and want to overlay some of my own
information on top of some base-layers (google, openstreetmap, ...).
My problem is not to be able to export the data (either in kml or geojson
format). My question is... |
bca3e60d-7e52-2e40-5182-fbb8d5444dce | ['837cde7c-cfd6-e80f-1365-cf0449116fa9'] | We Use PerZip software from WorksRight software and are very happy with
it....
Dave Wolfe
Programmer/Analyst CBInternational
<EMAIL_ADDRESS>
| e1ef5e9d-aee9-0e7e-e3be-00374f3d85c8 | ['837cde7c-cfd6-e80f-1365-cf0449116fa9'] | We did a OS upgrade this weekend to V5R2 (from V5R1). Everything seems to
be working great
except our IPDS label printer. The printer itself is happy and has no error
messages - but the writer
will not start. Actually it starts momentarily and then stops less than a
second later. The job log
was not much help - it says... |
227919b4-ac83-d682-ef0a-e0066767d419 | ['838a635b-a016-5caf-7422-9248977dad42'] | Hi All,
I try to have a sort of multi-layer variable.
I mean something like ' password=${userpassword_${countNumber}} '
this should be interpreted as follows:
if countNumber equals 8, and userpassword_8 equals "secret"
i want the value of the vaiable userpassword_8 substituted
so ${countNumber} needs to be interprete... | db9af43d-6564-3ace-acf4-277ecf533754 | ['838a635b-a016-5caf-7422-9248977dad42'] | Hi,
I know this is a common problem, however it cannot be solved easily.
When I enlarge the heap size of java to large numbers (4096m) java won't
start anymore.
when it is set to about 1500m, i ran out of memory.
I want to read a jtl file i created with a simple data writer in the
testplan.
the jtl contains about ... |
1eb62b83-b614-7d8c-c7d9-3894602c4909 | ['83925e66-fa9d-10b3-1e29-31bb3d11d4bd'] | Hi,
I have a service that is currently running a basic LAMP stack with mod_perl
and life has been good!
The site running has been getting very busy and I've ordered a second
machine with intention to move the database off that machine and start the
growing up process.
I am looking for next steps to growing up from t... | e93facda-d1f3-39a2-fe12-27168710997a | ['83925e66-fa9d-10b3-1e29-31bb3d11d4bd'] | Hi. I'm trying to estimate (forecast) perl memory requirements for storing
simple lists (hashes) in memory.
If my lists use integers as keys and all values are either integers or
simple scalar strings (of maximum size each), can the total memory size be
estimated by simply factoring the total number of key=value pair... |
4535e61f-35e1-2453-4323-d190c2a6a393 | ['83b572b7-515c-c22c-3c88-d87c429fff28'] | Hi,
Please notice that it is already like this, for Windows version of Scilab
On Windows, during setup, you can choose between
Blas, lapack reference implementation
Atlas implementation
Or Intel Math Kernel implementation
these libraries have same symbols
You can also build Scilab and uses configure options to use... | 63fa41b7-bc64-ec51-50aa-ec586b6ba657 | ['83b572b7-515c-c22c-3c88-d87c429fff28'] | Hi,
Fortran compilers on Windows (intel fortran and gfortran) have a compilation
option to define to add or not a _
See « Append Underscore to External Names » option in your compiler
(/assume:underscore).
If your symbol has no underscore you can try :
link("myfortran.dll", "myfortranfunction", "c")
... |
f12e9fb7-17a2-824a-1f4b-0d4b5d1987f6 | ['83c6398a-e86c-6b0d-363a-1fba546ca2fa'] | Hi <PERSON>,
The COPYING-CMAKE-SCRIPTS attached (yes, it's from the KDE project).
It's true that this file has an advertisement clause.
However, we're not redistributing the macro in binary form. We're only
using it to generate makefiles. We're thus not bound by any other
aspect of this license than source code re... | b2cdf4c2-7501-5f3d-f487-4e30d847015a | ['83c6398a-e86c-6b0d-363a-1fba546ca2fa'] | Hi,
Has anyone successfully managed to write to the EEPROM of FT232R or
FT245R chips.
I tried writing to the former using the latest git revisions of
libftdi and ftdi_eeprom but without success. Symptoms are as follows:
o Erase: Nothing happens.
o Write: The device appears to be erased instead of written.
In the ... |
5d4c24da-043b-01d5-3dab-e36cd4de5fe7 | ['83cd458b-d396-490e-d6e4-cbd85477522a'] | Greetings NANOG community,
We have great news to report! The redeveloped NANOG website is now ready to
go live.
Thanks to the input from the community, as well as all the volunteers that
assisted from concept to completion and every step in between.
One of the primary goals of the redesign was to present a clean, y... | 91c89cad-f2ba-007d-1260-707bf9e5fe63 | ['83cd458b-d396-490e-d6e4-cbd85477522a'] | Greetings NANOG friends and colleagues!
This month, elections will take place at NANOG 56 in Dallas, TX. There are
currently two open positions available on the NANOG Communications Committee
for the upcoming
term.
Some brief information about the Committee and what we are seeking:
The Communications Committee wil... |
1f10a0fe-5039-9ccb-fee4-f9b53625cf81 | ['847d24c0-bb0a-53a6-5f6e-937678bbaefb'] | I am using interchange with the default db, after inputting some data I
changed some fields.
After continued entering data I realised that some items where not found
when using the small search box in the user interface but could be found
when using the advanced search or clicking on the category and even found
when us... | d26cbc36-15f7-f558-6f41-87a9bfd82d52 | ['847d24c0-bb0a-53a6-5f6e-937678bbaefb'] | I am using interchange with the default db, after inputting some data I
changed some fields.
After continued entering data I realised that some items where not found
when using the small search box in the user interface but could be found
when using the advanced search or clicking on the category and even found
when us... |
a276998f-53bf-58f4-ca34-aba645bae1fd | ['8488581f-2ae5-bb57-73fa-d9bc53554f05'] | This could work. I'm thinking, like an extension to BaseCamp or
something. Or similar. It would need:
1. A well-designed web app for project management
2. A zero-config Rails server, and
3. Easy editing: ftp/scp along with bundles for the most popular
editors.
Allowing developers to use their own editor is an _essen... | f93622bb-5a2c-7e74-f636-3e33a42d72aa | ['8488581f-2ae5-bb57-73fa-d9bc53554f05'] | I have been trying to find the "ideal" solution for a while. I'm leaning
toward PlotKit, see below for my reasoning.
My department has a database from which I want to serve up dynamic,
current charts on my Rails app. When complete, the page will have some
controls (30 checkboxes and an 'Update' button) to change the g... |
ea75c5f4-6b9b-c5cc-b364-2207cb7fdca1 | ['849e6bae-2d1f-5284-e4a8-fcecab03063c'] | Dear ALL;
I'm trying to upgrade to GMX-3.3.2 with icc, ifort and mpich2. I used the following command with configure:
./configure --prefix=$HOME/GMX332 --enable-mpi --enable-double --enable-fortran ""F77=ifort" "CC=icc"
The compilation stops after couple of minutes and I get the followinfg error message:
nb_kernel_x8... | b670b41e-a321-425a-964d-eef992aab525 | ['849e6bae-2d1f-5284-e4a8-fcecab03063c'] | Dear Co-users,
I have a systems made of simple molecules, KNO3 to say. A classical MD
runs to completion on a supercomputer when using 24 CPUs only and fails
after few hundreds of ps, not always at the same step, when I increase
the number of CPUs to 72, 84, 96 ...
"The error message is as follows: " 1 particles commu... |
fd4efa7e-39da-7050-864f-9c86da1c2062 | ['84a2bc5a-8a3f-48cc-3327-12a98db354c9'] | Hi again,
I've done some changes on girara statusbar, inputbar and friends. It all
started because on GTK3, notification and inputbar had different heights.
I attach a patch with three commits:
1. reorganize widgets from statusbar inputbar and friends.
Just put them all under a common container "bottom box",... | 166fa917-1a82-ef58-bd2f-64e486bac2c7 | ['84a2bc5a-8a3f-48cc-3327-12a98db354c9'] | Hi,
Here are two minor problems I found:
1) Sometimes, messages come with the subject header folded (occupying
multiple lines). According to RFC2822 This is done by adding a CRLF
just before some white space, so the second line begins with a space.
The problem is, that I see too many messages where the subj... |
f0f2ad37-693c-1209-8550-2d57b9581951 | ['84bc32a0-b78f-76a6-b974-3d3fd7c47a43'] | Hi,
I new to the php world ant the image too, and I need modify the header information in a JPEG image file, is that possibly? How?
I need put some information in the image at the instant when the user download this from the web site.
Thanks in Advance.
Saludos,
<PERSON>. | 4c95ff68-045a-c340-14f5-407128770e69 | ['84bc32a0-b78f-76a6-b974-3d3fd7c47a43'] | Hello to all,
I have a new project where i need show pages of report on demmand. That
reports are created in the batch process, and the whole file size is about 5
Gb. (thats includes all the reports in a month, I need save about 12 month).
I think in two alternatives :
1. I save the links in a mysql data... |
dc47bb00-61aa-7a3c-1389-b099a552485c | ['84cbc150-1a29-9e2f-3fe4-794062f34dd2'] | In Mobile IPv6, can a mobile node with a single c/o address send
multiple binding updates that requests different home address (with the
same prefix) to be mapped to the same c/o address and expect the home
agent to maintain all of the mappings?
For example, the HA would tunnel packets destined for both
"home_addr... | ed404ae7-a1ed-e972-78c5-5f0da25a999c | ['84cbc150-1a29-9e2f-3fe4-794062f34dd2'] | All,
The MobileIPv6 draft seem to requires a separate security association
(SA) per home address (see the excerpt from the draft below).
My question/comment:
If the link between a group of MNs and HA is protected by a secure
tunnel and if access to the tunnel is also protected (say, by physical
means), then a separ... |
21b52d6e-456c-3b08-8e87-5ec5c463c45d | ['84d4dde5-c152-a211-4dcd-20fa605282f6'] | I am trying to work at the example 3.1.1 (Tire). I don t understand how I can
import the input file given by the ABAQUS EXAMPLE MANUAL into ABAQUS. I
tried to create a unique file made composing data from the different files
but It is doesn t work well. Is there a way in order to use directly
different input files give... | 8f8b2753-fb0e-ef42-14ba-21ea13f30844 | ['84d4dde5-c152-a211-4dcd-20fa605282f6'] | Dear All,
I am working with a case of a wheel interacting with a rigid structure on
the bottom (something similar to a tyre and a pavement), and I am trying
to simulate wheel revolving around a fixed central point (like a planet in
the universe).
In the beginning I worked with STATIC-steady state analysis but I don t... |
7d9154f6-1192-ebe1-77c2-57d8e3ff3caf | ['84d51e03-12c9-33d7-2df3-e1425383fa24'] | Hi,
I've discovered that opencms by default hardcodes all cms-paths to absolute upon saving a file and exiting the editor for it. That
is not what I want so I need to set allowRelativeLinks as a page-property. Easy enough to do, however I want to have that set to
true for ALL pages generated.
I tried adding it to the... | 15800a7a-d0f0-12a7-d98a-a1d7ef9f2b53 | ['84d51e03-12c9-33d7-2df3-e1425383fa24'] | Check the "permissions" tab on the top-level directory for those projects. Make sure you deny generic "user" and "guest" access if
you want. Be carefull of setting permissions on your site top-level-directory though, before you know it you can only login in as
"admin" in the workplace :-) (I believe that was fixed in ... |
f3490d21-feb7-fc7e-5ee9-a03d42fc9676 | ['84e810f6-0c89-efab-c4f9-f378693c597f'] | Hello!
(I'm also CC'ing this email to <PERSON>, as he is listed as maintainer)
Is there any reason why tup's version in Macports is still 0.7.1, while
0.7.3 was released ~5 months ago? I'm developing a project which needs
0.7.3 to build and today a user of Mac OS X reported that it fails to
build with the version ... | 950fc0c1-3057-2d5e-609d-8307d3e91974 | ['84e810f6-0c89-efab-c4f9-f378693c597f'] | Hello!
I guess the main reason to ignore hidden (dot) files and directories is
to ignore .tup folder with the database. But is there a good reason to
ignore ALL such files/directories? Recently there was a discussion about
a simple operation of generating repository hash which is not possible
with tup because this... |
d852a7bc-d784-59e5-f9cd-2eac49e89a83 | ['84e950c1-8675-68dc-2cd9-496a5bb532f6'] | Is there a good linux program for playing sound effects cues, in my
case to accompany a theater style performance?
The "ideal" solution would be able to do something like this:
* play samples almost instantaneously when I push the right button
(some sort of pre-reading the begining?)
* sample length allowed to be ... | 86d27bf5-ad92-23e6-823c-8cd4b6b8370b | ['84e950c1-8675-68dc-2cd9-496a5bb532f6'] | LAUsers,
Google didn't get me too far, so I'll ask here.
I've got a sizeable number of vinyl records I want to digitize.
Grammofile or whatever it's called has some filters in it for pops and
clicks. Is there anything newer for this sort of use? Did anyone
ever convert grammofile's filter algorithms to LADSPA or ... |
9fdac00e-8ccb-8b9f-3151-4c1d66ea31b3 | ['84efe7c6-6828-3e4d-13b3-42d2fea12994'] | Hi <PERSON>,
You´ve right, ".vnc" files solve my problem on local network or vpn connections
But, if i need to use internet connections to support the costumers, we can´t share that files.
And there is another considerations, my ip and the costumers´s ip is dynamic.
At this moment, i use a DDNS service to solve, but,... | a07f7598-44fe-6d3a-3c74-803b8ce7f0f2 | ['84efe7c6-6828-3e4d-13b3-42d2fea12994'] | Hi all,
I´m using UltraVNC since relase candidate 11. It´s a great remote control software.
I´ve some suggestion about it...
We could set, in a viewer or server some information, like ID, name, etc....
When we launch viewer or server, we could send to some web database (mysql, for instance) that information and our i... |
bdc9531f-52a9-8b11-cb6c-4e3d12f2516f | ['84f8062b-c647-1468-2118-3579bf685f38'] | Hi again,
We are seeing the following problem in print reports. I see that there
has been a similar issue raised in the bugtracker for Mantis
Does not generate word document when running under SSL
http://bugs.mantisbt.org/bug_view_page.php?bug_id=0003672
We see the same thing in IE, but note the further problems i... | 628f3c5c-f137-8b77-b531-790754b27fb6 | ['84f8062b-c647-1468-2118-3579bf685f38'] | Hi again,
Thanks for all your responses yesterday, that was really great:-)
I see a feature request in the Mantis Bug Tracker (# 0003439) for the
following query: is it possible to tailor the enumerations appearing in
the Resolution drop down on a per project basis.
Is there much headway being made with this? Is t... |
6bbfaa7d-0adb-d1b7-575e-db53ead619c1 | ['84f986ee-1a3a-03bd-6719-7c379797cafa'] | Changing the number of internal ins, internal outs, and whether or not
to automatically connect to the physical ins/outs in JackPilotMP
affects the way scsynth behaves when connecting to jackdmp, but
doesn't seem to effect the flags JackPilotMP sets in .jackdrc. Indeed
I can't find any flags to set the # of int... | e43233ff-b456-84c8-ade6-a1af8753c3fe | ['84f986ee-1a3a-03bd-6719-7c379797cafa'] | Hello,
Apologies if this has been covered before, I haven't been able to find
it in the archives.
We have a dual processor Mac G5. We want to run two+ SuperCollider
servers (scsynth), one on each processor, and route the audio between
them. We also need to run this remotely via ssh (i.e. not jack pilot).
I ca... |
cfc1bfa5-240d-1c66-ee50-40124adee439 | ['8501f377-c81a-8107-7d27-4586e1efa513'] | Hi,
I developed, together with <PERSON>, a replacement for S3TC with the
following properties:
- does not use any "interesting" algorithms (no color ramps, each 4x4 block is
just a 2 colors palette - basically, this is Color Cell Compression from
August 1986)
- is perfectly decodable by any S3TC decoder
- can "so... | c1143209-5cc7-a569-d104-235decd4699c | ['8501f377-c81a-8107-7d27-4586e1efa513'] | Hi,
I would like to have support for a premultiplied alpha blending mode in
SDL_RenderCopy.
Would this be feasible to add to SDL2?
The rationale is that premultiplied alpha allows "correct" bilinear
interpolation when scaling without having to do alpha weighting (which
hardware scalers don't). I am needing this for ... |
c17db752-c6c0-013c-e200-c5ff36c1c245 | ['850b26b9-879e-5d26-bfad-953aef501a0d'] | I've recently setup a Software RAID on a RH 9.0 box using two devices
(/dev/hdg /dev/hde) that are combines to create /dev/md0 and /dev/md1. The
system is on /dev/md1 and the /boot partition is on /dev/md0. Is it
possible to use DRBD on these RAID devices? I'm not sure that it is since
DRBD needs to make use of a vi... | 56526157-eed6-39a0-dd6f-439f3e461888 | ['850b26b9-879e-5d26-bfad-953aef501a0d'] | I'm looking at creating a multi-clustered array server network for our
production environment. Is it possible to have 5,6,7..n servers clustered
together (kind of like a token ring) to act as redundant arrays for each
other?
So, instead of having a Primary array I would have 5,6 or 7 "Primary" arrays
that mirror each... |
9df1837f-ebf5-9f90-c008-6d41c18b8771 | ['8510702e-d8a5-c285-e219-781290e1c962'] | I wanted to save the current setting for an option so I could change
that option temporarily then set it back to what it was. Specifically,
I'm using the Cfname.vim plugin and it hard sets the statusline option
then hard sets it back. I already improved it to work "on demand" by
creating a toggle to turn it on an... | 35f52c3c-000d-d855-9488-280588e25e98 | ['8510702e-d8a5-c285-e219-781290e1c962'] | Bash history is not saved on shutdown. I have commented out the line
"unset HISTFILE" from /etc/profile so now history is saved for root, but
it only works when I log out of a terminal. If I reboot or shutdown,
the history does not get saved to ~/.bash_history. Does anyone know how
this can be fixed? Shouldn't ... |
f481d0c0-b051-fffd-876c-e680c6c32197 | ['8510822e-6f2b-1eba-b338-6049b5ba859e'] | Hello,
I've modified a report and it got more complicated than I thought. I'm
almost finished but I don't know the last steps to submit a patch for
the developers to consider.
I've taken the existing US "Tax Report & TXF Export" report and
modified it. I initially simply wanted to add the option to show
transaction d... | c03edf18-932a-4872-b377-b090d4f1d238 | ['8510822e-6f2b-1eba-b338-6049b5ba859e'] | Whenever I have followed a link, say from an e-mail or something, to a
specific topic in the gnucash wiki it works fine to get to the specific
topic. When I go to the overall top page, while there are links to many
sub-topics, there doesn't seem to be an over-all table of contents for the
wiki. So if I want to go back ... |
c814881c-37ac-57af-36d0-2a2012476987 | ['852cb795-9fe1-95fc-134b-1cfe4bbc816f'] | The topic has been discussed to death with all possible pros and cons.
I've published my personal collection of pros and cons at
http://phdru.name/Software/mail-vs-web.html
And my personal bottom line is: I still prefer mailing lists but I
know their advantages and disadvantages and I've invested a lot of
resources... | 063b490c-5e2e-3a72-92af-3fde9848b865 | ['852cb795-9fe1-95fc-134b-1cfe4bbc816f'] | anatoly, if you are trying to change the development process, you're
making two big mistakes:
1. You are late by twentysomething years.
2. You are trying to change the development process from the outside.
That never works. In the world of free software changes can only be made
from the inside. First become a good ci... |
56bffb35-5d9e-f824-0d50-a26a41f8b275 | ['852e3e33-ece6-14ba-f8e7-db107e3edfe6'] | Hi <PERSON>,
in the last few days this is the second time I'm seeing a broken tile:
http://osm.org/go/0G4vqotC--?layers=0B00FTF
It's possibly because the servers are heavily loaded because TRAPI and
ROMA are offline. But anyway this shouldn't happen.
Is there a chance to detect, if the downloaded data is incomplete?... | 398c3ddd-2aa1-492a-f8ec-733977d83765 | ['852e3e33-ece6-14ba-f8e7-db107e3edfe6'] | Hi <PERSON>,
I recognized some strange rendering in the area I life, started a rerender and
found that nothing had changed. Some changes I made yesterday are not in the
tiles. So I assumed, that one of the API servers does return old data and
found that XAPI is the out of date server.
You may compare the data of t... |
0cacd0ca-b2ca-6eb9-d7c5-4e3afd220a78 | ['8542fcbe-a922-4772-4da2-2d807edff0bb'] | Yeah I did "many changes" as mentioned in the README.drbd. But after that I
reset whatever I
could back to the original configuration (such as removing Node 2 from the
cluster master list etc.).
Also I upgraded ssi to the 1.0.0. version using the upgrade script. So I am
using the standard rpms
except that it was not ... | 9482ea7e-2327-55a3-928e-49fecf811e5d | ['8542fcbe-a922-4772-4da2-2d807edff0bb'] | Hi All
I have the first Afs file,dbserver and client running on rh9.0 successfully
by following the instructions given in the Quick Start Guide.
Due to installation issues, I am installing a replication file,db server on
another machine using Debian Woody release.
a) is that a good idea?
b) In the installation instr... |
20c6b0de-5d5a-cc91-0806-84c95ab640de | ['854e8a7b-20d2-0762-db64-157d31ee0c87'] | Hello Users !
I'm speak not english, sorry .
Ok.
I have build a thinststion.nbi file with beta6 for connect citrix
server.
Thin Clients working fine ..the ThinClient with the S3 VGA Card not :-((
The Display is distorted.
Can I this problem solve with the correct parameters in the *.conf File
???
Wit... | 5d577411-8691-7a9b-1193-2e47dce70211 | ['854e8a7b-20d2-0762-db64-157d31ee0c87'] | Hello Reader
I have the Thinstation version 1.0 in productive employment.
The Thinstations accesses to a Citrix Farm.
Ok.
I have now the version 2.0.2 in the test employment and the problem is:
if the user works in excel and remains with the arrow key to any cell scrollt then with the version 1.0 the picture immedi... |
4e8fc5f4-7828-37a1-d1cb-79c9d5187530 | ['85584176-fcac-e1cc-a727-e62faa491a3a'] | Hello
we use Postfix as Mailserver for incoming mails. All Mails we receive
for virtual domains are send to user-account (for every virtual
domain).
This also worked fine for listmails, because of the "x-original-to:"
which was inserted by postfix. After installing a filter.sh-script
for
spamassassin as co... | 1a9afdd2-af29-08e5-4ab1-84967c8349e0 | ['85584176-fcac-e1cc-a727-e62faa491a3a'] | Hello
we use Postfix as Mailserver for incoming mails. All Mails we receive
for virtual domains are send to user-account (for every virtual domain).
This also worked fine for listmails, because of the "x-original-to:"
which was inserted by postfix. After installing a filter.sh-script for
spamassassin as content-fi... |
43a3ff5f-9ee8-110d-6397-683fbbde43b9 | ['855b6a65-d389-5819-0cc3-29377035d7e0'] | <PERSON>,
Thanks for the response, and yes we are saving everything in one single
transaction. We ought to save them more frequently.
We are also using SOLR for indexing, so disabled the JCR's indexer.
Right now we manually call the SOLR indexer via REST api calls but would
like to have better TX mgmt without havin... | 45203814-a209-d4cd-ba93-1adfb202e970 | ['855b6a65-d389-5819-0cc3-29377035d7e0'] | I am using JCR 2.3.7 (latest stable release) for storing large number of files. I am keeping the node sizes to 10K (requirement is to store upto 100M records) but I am seeing a performance issues no matter how I organize the node structure. Using Oracle DB for datastore. Takes around 50 minutes to save 50K files (5kB e... |
7fdaee47-3865-71be-7fb3-d72058f28b4e | ['8566a006-1c19-0880-d101-2fd093b7a26f'] | Hello. My tabs are functional in both IE and Firefox. However, the
look inside the tabs is different.
The words are appearing in white in IE and dark blue in Firefox. I've
tried removing all the other styles on my page and it didn't seem to
do anything.
Could it have something to do with Unordered Lists?
Here's my pa... | 7564a63d-c9bf-5fe9-dfb2-1c227202f4af | ['8566a006-1c19-0880-d101-2fd093b7a26f'] | Hello all.
I'm looking for a nice alert box of sorts. I don't want the user to
have to click on it. Just show a message in a window for a few seconds
that says "Your data has been saved" then fade away.
I'm doing an ajax post to save form data and without the user seeing
the page refresh...they may not realize
they'v... |
eb3c2971-9efc-d15d-fc40-6818ea1c7194 | ['856eb22c-ef2d-ac24-2a6e-154adc77a6e7'] | Hi <PERSON>,
I've been meaning to clean it up and put it on the wiki. I just did a quick
job at removing private information now and am including it here. There
still may be a few things in there that aren't necessary. Now that I know
there is interest, I'll clean it up all the way, document, and post it.
Th... | c20e327f-2e42-ce84-de88-e9c20f717256 | ['856eb22c-ef2d-ac24-2a6e-154adc77a6e7'] | I've used asterisk quite a bit, but an a newbie to sipx.
I setup sipx 3.2 on Centos 4.3 minimal install. I created a user, a sip
line (with a Sipura 1001) and I get a dialtone fine. When I try to call the
autoattendant (x100) the Media Server shuts down. At one point, it did play
the auto attendant message (and t... |
942cd35f-82b0-b9c4-6349-a984ae815a7f | ['857769e5-5506-cceb-39bc-841c00e42303'] | Listers,
With the impending (We've waited 10 years, so what's another 12 months ;-)
release of The Valour of the Guards. How a bout a small compo.
As this module will probably reach its P# in double quick time wouldn't it
be nice to give a free copy to the guy who correctly predicts the time that
is closest to the ti... | e370c9be-6213-4f26-55b9-39b6039d5159 | ['857769e5-5506-cceb-39bc-841c00e42303'] | Guys
With the latest flame war now subsiding into the last glowing embers I
thought it might be appropriate to offer this quote to the list. Written by
a man man far more eloquent than I could ever aspire to be:
'We shall not forget those gallant American soldiers, sailors and airmen who
fought with us, some in our o... |
748af6de-6c85-e0fe-95a8-3b56e3d6dd0f | ['85833a38-ae3a-9662-6ea3-45e0af2f44ae'] | Hello,
me again,
Have a system with 2 sides always in a active-standby type of mode.
Problem is if one side fails then B side kicks in I have no way to ask
check_http to look for either Active or staby and report if there is a
switch or do I?
Might be able to use <PERSON>'s perl script still playing, but basicaly... | 42fb7fce-d1a6-6d87-2b31-93e37dc1ace0 | ['85833a38-ae3a-9662-6ea3-45e0af2f44ae'] | Whats the best way to run checks from a remote system to a host withour
setting up a entire nagios system.
Already have nagios at site A running checking systems, now we have Site
B which also wants to monitor the same hosts, is there a way to setup a
remote checking 'agent' that will communicate the event sback to... |
eb05a06c-156f-855a-de3c-b5fb8aa215ca | ['85888782-5f90-a769-9d59-7e46f5be8b08'] | Hi there,
I have a couple of tornado servers that handle websocket connections. These
are plain websocket connections. Not sockJS or socketIO.
The tornado servers listen on ports 8080, and 8090. But I use Nginx to
proxy them so that the connections can go over standard ports (443) to
avoid anything that might be... | f1def132-ec9c-c328-a589-ec4a56c64c8a | ['85888782-5f90-a769-9d59-7e46f5be8b08'] | Hi all,
One of the PythonAnywhere developers here.
We are planning on updating our default version of Web2Py from 1.99.7 to
the latest 2.02. This would only be for new installs. Since it is a jump in
the major version number we were wondering if there was anything we should
know? How is the backwards compatibili... |
f85aba07-f7af-214e-43ef-e259869d977e | ['858972eb-eabc-814e-daf4-727556a40f6a'] | Being in education, I know most of us are familiar with programs, such as
winu, where you set what programs come up on a menu system. The
users/kids do not see windows underneath, they just see what programs we
want to put on the menu system. I would love to implement a k12ltsp
rollout for our kindergarten/1st grade,... | 557d73a1-459c-a322-31dd-225376c4f752 | ['858972eb-eabc-814e-daf4-727556a40f6a'] | I just want to ask the group if anyone has experienced their machine
hard freezing with redhat 8.0, and an SMP kernel.
I have calmly waited through 2 kernel upgrades, to see if any of them
solve the problem, which neither have.
It is only with SMP kernel, non-SMP works fine.
This has been verified on 3 computers....2... |
6cff5f50-57e9-9e84-5d34-e5682c4a5a36 | ['85a09e90-90d2-1649-dd47-d34eaf32774f'] | I have a tree structure in a GUI that results in a new database being created
and loaded with records when the user clicks on certain nodes.
Currently however, when the user clicks on the node, the bottleneck is when the
'create=true' call is made. This creation seems to be taking ~20secs on my
machine, whereas if the... | e0b11c32-2782-ea16-5857-34409d4ea463 | ['85a09e90-90d2-1649-dd47-d34eaf32774f'] | I initially did design it such that new tables were created instead of new
databases. For various reasons, I decided to refactor the design and go with the
new databases strategy.
Having now experienced this issue, I'll probably just revert back to the initial
design. The 'skeleton database file system copy' was a goo... |
cc31dd53-b9d8-d4bb-b182-0cd1a205cd4c | ['85afd937-e143-585c-14d8-98316747de02'] | I've looked for this in the documentation without success, so I'm asking
for help.
Is there any way to override the page numbers? I have a multi-movement
piece that I would like to keep as separate files, but I want to put them
into a notebook with the pages numbered as if it's one document. For
example, Mvt 1 is 3 ... | 0daa5908-fa83-ddac-efb9-f4f67bd1363f | ['85afd937-e143-585c-14d8-98316747de02'] | This issue comes up from time to time for me, and I hope someone can help.
Occasionally I need to make minor revisions to a score that was engraved
with LilyPond version 1.4.12. That version was long before I started
trying to use the program, so I don't have that version. Anyway, every
time I try to revise the sourc... |
4c2ab106-0a74-bab7-7ee8-a6cf6dc80540 | ['85b08ca3-11c9-5109-add8-7e5c11b62ac2'] | Hi all,
Is there a tool under FreeBSD 6.2 that properly stops a USB device,
equivalent to Windows XPs Safely Remove Hardware? I noticed that Windows
sends a IRP_MN_REMOVE_DEVICE command, after which my LaCie external HDD
spins down. I would like to do this under FreeBSD too.
So, the question really is: how to send... | f66aef71-38b2-8e59-67ea-544793083230 | ['85b08ca3-11c9-5109-add8-7e5c11b62ac2'] | Hi all,
Is there a tool under FreeBSD 6.2 that properly stops a USB device,
equivalent to Windows XPs Safely Remove Hardware? I noticed that Windows
sends a IRP_MN_REMOVE_DEVICE command, after which my LaCie external HDD
spins down. Same applies to any USB stick: the light goes out on the
stick. I would like to do... |
d16b71c8-2ae1-e747-3771-fec9a61db623 | ['85c8e1ca-7b7d-9ff6-45d1-509ba7944a18'] | Hello list!
I have a customer who has a transaction server, the server recieves
small UDP packets and sends small UDP packets back to the requesting
device.
He asks if he can use m0n0wall as a firewall, but im not sure.
He has arround 10.000 firewall rules premitting UDP packets for the
customers public IP adress... | 3971167f-be8d-fe73-7959-59b1273f275c | ['85c8e1ca-7b7d-9ff6-45d1-509ba7944a18'] | Hi <PERSON>!
I have not done any testing yet, but your option is not working, as I would like to have the DHCP server on the OPT2 interface working with a minimal of the hardware functioning.
The OPT2 interface is for Hardware and Hypervisor management, and the DHCP server for LAN and Clients is virtualized.
Med v... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.