Tagged Questions

-2
votes
3answers
111 views

There is a software on a mac except Photoshop and Fireworks for drawing web pages interface? [closed]

Ok, I want software for drawing actual page, not sketch. On Windows I always use Adobe Fireworks and it worked great for me. But now, on my Mac, Fireworks works very slow and, what …
0
votes
1answer
68 views

Does MS Visio support sequence diagram?

Does MS Visio support sequence diagram?
2
votes
2answers
271 views

which way to create a soft link on XP or Vista for projects?

I'd like to create a soft link on XP and Vista so that c:\proj01\lib will point to c:\lib and c:\proj02\lib will point to c:\lib the reason to do so is that some IDE has auto …
1
vote
4answers
432 views

I need an algorithm for rendering soft paint brush strokes.

I have an array of mouse points, a stroke width, and a softness. I can draw soft circles and soft lines. Which algorithm should I use for drawing my array of points? I want crossed …
13
votes
3answers
1k views

What is the difference between a soft reference and a weak reference in Java

The title pretty much sums it.
2
votes
5answers
188 views

Re-using soft deleted records

If I have a table structure that is: code+description+isdeleted where code is the primary key. The user creates a record, then later on deletes it. Because I am using soft dele …