Tagged Questions
The cover tag has no wiki summary.
4
votes
3answers
867 views
Service that provides DVD Covers art?
Are there any services that allow you to retrieve DVD cover information? I'm working on a small WPF application where this functionality would be handy. If a user inserts a DVD or types a title in, ...
3
votes
4answers
896 views
How do I use TagLib to read/write coverart in different audio formats?
I would like to use TagLib to read/write coverart especially for mp3 AND ogg files, but I couldn't find any examples. Could someone point me to some examples? Where should I look to find more ...
3
votes
2answers
755 views
Minimum vs Minimal vertex covers
I am studying for an exam and one of the sample questions is as follows:
Vertex cover: a vertex cover in a graph is a set of vertices such that each edge has at least one of its two end points in ...
2
votes
1answer
280 views
Minimal number of covering boxes for binary matrix
I have a binary matrix n*m (0's and 1's). Problem is to cover all 1's with non-overlapping boxes whose elements are all 1.
Example:
1111
0110
0110
Box can be represent with coordinates and lengths ...
2
votes
0answers
170 views
All-KNN (All-K-Nearest-Neighbors) in Cover Trees
I think I know how to do K-Nearest-Neighbors using Cover Trees. (Incidentally: can anybody point me to a run-time complexity analysis of this?), BUT I am looking for all-kNN (that is: find the kNN of ...
1
vote
1answer
294 views
Get new profile cover with sdk
Is it possible to get and to change the new porfile cover (mine or my friends' profil cover) with the sdk php or JS ?
1
vote
3answers
539 views
Is there any JQuery turn effect in z-direction?
i want to ask that, is it possible to make any cover opening effect with JQuery or with any other JS code? I don't mean that page turning, i mean cover opening (like thick covers) Thanks right now..
1
vote
2answers
3k views
MP3 Cover Art Tagging in C#
I need to tag MP3 files with a Cover Art in C#...
Is there any easy way to do this? I found UltraID3Lib as an exampel and it is great for regular ID3 tagging but I cant handle the cover art. If ...
0
votes
1answer
813 views
How to setup Facebook Timeline Cover Photo auto upload in website?
I am new to Facebook API and app development. I am trying to build a facebook timeline cover website where users can auto upload and publish the cover to a new album created in the website/app name. ...
0
votes
0answers
51 views
XCODE 4 application unit testing plus code cover tool (cover story), link warning.
Unit testing based on XCode 4 OCTEST application tests, GCC 4.2 plus Code Cover tool (cover story, provided by google code)
to calculate code coverage.
In order to calculate code coverage, I ...
0
votes
2answers
394 views
Profile (timeline)Cover Edtiting via Api
I know that this question was raised out several times,
and I even read most of the questions regarding the topic.
But there was a gap of about a month till now, and I'd like to know if there is any ...
0
votes
0answers
108 views
Strict Animation like a book cover for Iphone
I cannot find a tutorial or an example on how to make a simple animation for my application.
When I execute the pushviewcontroller method I need to simulate the effect of a cover book (and not a page) ...
0
votes
1answer
96 views
Poor performance of Chrome using background-size: cover
I need to cover background in my site and I always see lags/slugs on mouse over or any other action. Do you have any idea how to fix this issue?
I have a working example here (If I didnt update the ...
0
votes
0answers
127 views
Is there a way to change the (upcoming) cover image externally? [closed]
Possible Duplicate:
Set Timeline Cover in Facebook?
Is there a way to change the (upcoming) cover image externally?
I´m thinking about an external website that enable people to select a ...
0
votes
2answers
431 views
Upload a Cover (PHP)
Anybody know how to upload a profile cover? Not a Album cover but a profile cover for the new timeline? Any help is much appreciated.
0
votes
1answer
83 views
Not Greedy algorithm for Set Cover
Details about my sets:
each set have exactly M elements, and each element belongs to exactly N sets.
I need a Non greedy algorithm to compute the size of the minimal set cover.
is there a good ...
0
votes
0answers
66 views
With CKEditor, how can I remove the window cover of toolbar dialogs?
I have successfully gotten CKEditor setup and added a working plugin with button to the toolbar. This button opens up a basic CKEditor dialog when clicked. The dialogs in CKEditor add a cover (or ...
0
votes
1answer
178 views
How to set first page as cover in Lyx?
I'm writing a document in Lyx, an editor for Latex. Is there any fast way to tell Lyx that I want the first page to be the cover of my document?
Thank you.
0
votes
0answers
230 views
Best way to background cover cross browser
I have a 1024*768px image that I want to use as a background for a webpage.
I also want this background to cover the background of the entire window, even when it's resized. And.... I wan't the image ...
0
votes
1answer
186 views
Cover Flow Advice
I need to implement cover flow in our iphone app. Our app need to display images from server. We already have webservice to return list of pictures. Number of pictures will grow over time to 1000s of ...