|
In what way can you get your freeware project some exposure?
I'm more interested in answers involving downloadable desktop software.
Started by Brian R. Bondy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Submit.
Ron
Make your freeware Opensource, then it'll get exposure, and it will get better too.
|
|
What is the best way to get your new commercial software product some exposure?
The products in questions are being added to an already huge market with a lot of other competing products:
i) FTP Client
ii) FTP Server
Started by Brian R. Bondy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Find blogs with lots of readers and you can get some huge exposure.
Versions if you have to.
|
|
Hello,
I have been reading some materials on photography and find out the expressions "more exposure" or "more than average exposure" and "less exposure" or "less than average exposure".
More exposure would refer to more light, going towards over exposure...
Started by Adi Chiru Photography on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at photoforum):
Everyone agree?
The documentation is supposed to be a manual for professional photography.... .
You got it.
|
Ask your Facebook Friends
|
I am creating object-detection program on Mac. I want to use iSight in manual exposure mode to improve detection quality.
I tried iGlasses & QTKit Capture to do that and it worked but program runs very slowly and unstable. So I want to try other solution...
Started by fish potato on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
QTKit Capture, as easy as it is to use, lacks the ability... .
Thank you.
If you have good idea, please reply.
I think OpenCV + cocoa + iGlasses is the fastest one but still unstable .
Hmmm,
I tried & googled a lot these days but I couldn't find a good idea .
|
|
"more exposure" vs "less exposure" Hello,
I have been reading some materials on photography (a course of professional photography) and find out the expressions "more exposure" or "more than average exposure" and "less exposure" or "less than average exposure...
Started by adichiru on
, 9 posts
by 6 people.
Answer Snippets (Read the full thread at thephotoforum):
“Dodging” refers to the process....
You were reading? 'More exposure' certainly refers to more light or a brighter image, and vice versa:
“Burning in” refers to the process of giving parts of an image more exposure than the rest of the image.
|
|
Hi,
I would like to know what look like the curves of an Expected Exposure (EE) and its Expected Potential Exposure (EPE), for CDS and Swap portfolio.
Thanks in advance for your help.
Moon
Edited: Tue Mar 20, 12 at 01:53 PM by MoonDragon
Answer Snippets (Read the full thread at wilmott):
Banks often use PFE when measuring CCR exposure against approval against CCR exposure....
Potential Future Exposure (PFE) - the maximum positive exposure estimated to occur on a future date at a high level of statistical confidence.
|
|
Hi,
I would like to know what look like the curves of an Expected Exposure (EE) and its Expected Potential Exposure (EPE), for CDS and Swap portfolio.
Thanks in advance for your help.
Moon
Edited: Tue Mar 20, 12 at 01:53 PM by MoonDragon
Answer Snippets (Read the full thread at wilmott):
Banks often use PFE when measuring CCR exposure against approval against CCR exposure....
Potential Future Exposure (PFE) - the maximum positive exposure estimated to occur on a future date at a high level of statistical confidence.
|
|
Hi everybody,
looking at the question about "What was your first computer?" I realized that most of us have a very long history of computer usage long before formal training set in (academic or vocational). This reminds me of tennis professionals who ...
Started by Thorsten79 on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I do not think early exposure matters, and recently I read something like half the people fascinating at an early age, but that is not to say that early exposure necessarily creates science is not the same as being good at screwing around....
|
|
Hello,
I'm making a simple image editor in vb .net, and one of the functions is brightness/ exposure.
this is how I'm doing it:
For i = 0 To img.Width - 1 For j = 0 To img.Height - 1 Dim s As Color = img.GetPixel(i, j)
Dim r As Integer = s.R * 2 Dim g...
Answer Snippets (Read the full thread at stackoverflow):
Here's is an example of using a ColorMatrix to be able to change an image, it should be much faster:
http... .
Using the following examples it should be pretty easy to put together a project that changes the brightness/contrast and other features of images .
|
|
Hi,
I am trying to display EXIF exposure time as a fraction of seconds but I am not getting expected result, probably a small mistake.
I have found two routines that do the calculation but both bring diffrent and wrong result.
The value I am having problem...
Started by Roy M Klever on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
They have hard coded the common exposure times and they choose the closest one?
1/12.
|