Hi
How can I set up keystone correction in VLC? If this is not a supported feature, has anyone had any experience writing an add-on filter for VLC? If so, links/examples would be very appreciated!
Thank you
We are doing research right now on whether to switch our postgresql db to an embedded Derby db. Both would be using glassfish 3 for our data layer. Anybody have any opinions or knowledge that could help us decide?
Thanks!
edit: we are writing some performance tests ourselves right now. Looking for answers more based on experience / first hand knowledge
Hey,
I'm using the AJAX FilteredTextBoxExtender, but I'm not sure how to let it accept non-english characters such as é and á. I know I can manually add these in the InvalidChar's property, but is there an easier, more practical way? When using Regex, the [\w] seems to let it through, but I'm guessing the FTBE is using another system to check for valid characters?
(I know I can use the regex validator, but for UI experience, I'd like a real time input check)
Thanks for any suggestions
From your experience, what is the most accurate open-source Optical Character Recognition (OCR) library/software to read Japanese text?
I just tried nhocr, its mistake rate is over 2% even on an extremely clean high-definition document.
I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.
"A distributed system consists of multiple autonomous computers that communicate through a computer network." Wikipedia
The application is focused on distributing highly cpu intensive operations (as opposed to data intensive) so I'm sure MapReduce solutions don't fit the bill.
Any framework that you can recommend ( + give a brief summary of any experience or comparison to other frameworks ) would be greatly appreciated.
Thanks.
I have 0 experience with python, very little with regex and I'm trying to figure out what this small snippet of
python regex would give back from a http response header Set-Cookie entry:
REGEX_COOKIE = '([A-Z]+=[^;]+;)'
resp = urllib2.urlopen(req)
re.search(REGEX_COOKIE, resp.info()['Set-Cookie']).group(1)
Can one give a simple example of a Set-Cookie value and explain what this would match on + return?
Regards
We have been using Agile on a project for 3 years now.
Albeit I was new to scrum, it came to me easily enough. However we found it quite difficult to break any freshers into the scrumming process. One reason may have been that estimation for the future requires domain and technology depth that freshers lack.
What, if any is the necessary qualification for a developer be part of an Agile team?
What, in your experience, are drawbacks to Agile?
We have been using Agile on a project for 3 years now.
Albeit I was new to scrum, it came to me easily enough. However we found it quite difficult to break any freshers into the scrumming process. One reason may have been that estimation for the future requires domain and technology depth that freshers lack.
What, if any is the necessary qualification for a developer be part of an Agile team?
What, in your experience, are drawbacks to Agile?
Having recently purchased Windows 7 Ultimate in order to gain access to the SUA subsystem, I have been struggling to get SUA's bash utility (/usr/local/bin/bash) working with EmacsW32.
M-x shell normally invokes a shell process and pipes stdio through an Emacs buffer and this works well with Cygwin e.g.
Cygwin is very slow compared to SUA however, so I am very keen to get this facility working with the EmacsW32 + SUA combo. Any tips, experience, solutions would be appreciated.
I am very interested in building a website using Clojure and Compojure, like so:
http://briancarper.net/blog/deploying-clojure-websites
However, due to my limited experience with the Java environment and Java culture, I am not sure where to begin when shopping for a web-hosting service.
Do I simply need to find a service that gives me full root access and has the JDK/JVM? Or are there other requirements as well?
Title should be self explanatory. I'm interested in first hand experience, or specific documentation that describes which approach is preferable and why.
I am developing an application with the MVVM model, but I have reached a point where I need to choose which framework to use.
Among the possible options are:
MVVM Toolkit
MVVM Foundation
WPF Application Framework (WAF)
Light MVVM
Caliburn
Cinch
Prism
In your experience, which is better?
I'm looking for a UUID library for programming in C, that has a reasonable probability of being installed (or at least installable by package manager) on most modern Linux desktops, and works with pkg-config.
The following two possibilities seem most obvious:
OSSP UUID
Libuuid from e2fsprogs
Does anybody have experience with these two and can recommend one over the other, or a third possiblity?
I would like to develop applications for Symbian OS Phones and try another track other than programming in Java. I would like to experience how to program on mobile phones using C and C++.
Can you please give some tips on what tools to use on developing this kinds of applications. I am targetting Nokia phones..
Thanks
I'm developing a j2me application for my mobile phone (a Nokia). I'm using WTK (Wireless Toolkit) to test my code.
Because I'm using a GPS device via a Bluetooth connection, I would like to be able to extend the emulator with bluetooth possibilities. Has anyone experience with BT & WTK?
according to this article there is no way to do it by default. Any other ideas?
Using Qt’s Webkit implementation renders much slower than directly implementing the Webkit engine -- is this true or just a myth?
From my own experience, I found the load time of a complex page about twice as long in Qt’s “Fancy Browser” example as it does in Google Chrome (which also incorporates a port of Webkit), but I hardly think that is a fair comparison.
Any insights on this?
I need to implement a grid in WPF which has squares that can be dragged/dropped to be re-ordered, but I'm not sure the best way to do it. I was thinking using an ObservableCollection of squares and a UniFormGrid but although I have experience with both WPF and drag/drop, ideally I'd like to do a kind of 'jiggle' when before the user releases the mouse. Any suggestions on a good starting point?
I want to develop windows service in Delphi that communicates with an Oracle server via ADO.
Wich guidelines should I follow?
i really knew ADO, but i dont have experience with the windows services.
Thanks in advance.
Hello,
I would be very appreciative if anyone who has any experience with using Enterprise JavaBeans, or who considered, but rejected the use of EJBs would respond to a short survey. The survey consists of eleven (11) questions, and should take five (5) minutes or less to complete.
I am collecting this data for a class that I am taking.
The URL for the survey is http://cs.createsurvey.com/c/89/9089/survey/11793-UCyRqE.html
Thank you very much in advance for your participation!
Regards,
Tom Harris
Is it possible to monitor an ntpd server running on windows using snmp ( or possibly something else )
I couldn't find any documentation on the subject.
I'm interested in any information the server can provide, like current date / time, connection status...
All I know about the ntp server for now is that it comes from here
I would greatly appreciate if any of you have some experience to share on this.
i'm trying to figure out how to layout a simple dialog in WPF using the proper dialog units (DLUs).
i spent about two hours dimensioning this sample dialog box from Windows Vista with the various dlu measurements. Can someone please give the corresponding XAML markup that generates this dialog box?
(Image Link)
Now admittedly i know almost nothing about WPF XAML. Every time i start, i get stymied because i cannot figure out how to place any control. It seems that everything in WPF must be contained on a panel of some kind. There's StackPanels, FlowPanels, DockPanel, Grid, etc. If you don't have one of these then it won't compile.
The only XAML i've been able to come up with (uing XAMLPad) so far:
<DockPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Image Width="23" />
<Label>Are you sure you want to move this file to the Recycle Bin?</Label>
<Image Width="60" />
<Label>117__6.jpg</Label>
<Label>Type: ACDSee JPG Image</Label>
<Label>Rating: Unrated</Label>
<Label>Dimensions: 1072 × 712</Label>
<Button Content="Yes" Width="50" Height="14"/>
<Button Content="Cancel" Width="50" Height="14"/>
</DockPanel>
Which renders as a gaudy monstrosity. None of the controls are placed or sized right. i cannot figure out how to position controls in a window, nor size them properly.
Can someone turn that screenshot into XAML?
Note: You're not allowed to measure the screenshot. All the Dialog Unit (dlu) widths and heights are specified.
Note: 1 horizontal DLU != 1 vertical DLU. Horizontal and vertical DLUs are different sizes.
Links
Microsoft User Experience Guidelines: Recommended sizing and spacing
Microsoft User Experience Guidelines: Layout Metrics
Bump: 2011/05/14 (15 months later)
I have a feature of my application which depends on alternate-click. Windows users don't understand "alternate-click" though, and I was wondering if most mac users understood "right-click", and if so if they were offended or annoyed when they see such text.
Does anyone have experience developing usable (consumer) applications for mac users? Does anyone have any opinions on this?
Hi,
I am into microsoft technology and getting a project which is Implementation of IAM (Novell Edirectory). Does it makes sense to move from .Net as i have experience of 4 years now on it.
Since i dont have any knowledge as to how this tech is and how it can help me, so any suggestion or advice will help.
Thanks for your advice in advance.
If a friend of yours wanted to get into development and didn't have any experience, what would you suggest? What language/resources would you suggest to break into programming? With all of the technologies out right now and buzz words where should one even start explaining this stuff to people?
Firstly, only reply if you have experience using API V3 (i can speculate myself!)
I had a little go with V3 and it looked great but would love to hear from someone who's given it a bit of use before I start working with it and deploy it on a live site.
I'm only looking to do very basic things:
put markers on a map
custom markers
info bubbles
It all looks very easy with v3:
http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/
is it stable enough?