Tagged Questions

2
votes
1answer
40 views

Where does windows get the program name for the ‘are you sure you want to run this program’ dialog for downloaded exes?

On one of my projects, the downloaded installer file gives the internal name for the program name in the 'Do you want to run this software' warning dialog, rather than the external name. Where does …
1
vote
1answer
19 views

Attribute.IsDefined doesn’t see attributes applied with MetadataType class

If I apply attributes to a partial class via the MetadataType attribute, those attributes are not found via Attribute.IsDefined(). Anyone know why, or what I'm doing wrong? Below is a test project I …
5
votes
8answers
224 views

Extracting information from PDFs of research papers

I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting it. At the very least, the title and abstract. The list of authors …
0
votes
1answer
18 views

Is it possible to refer to metadata of the target from within the target implementation in MSBuild?

Dear ladies and sirs. My msbuild targets file contains the following section: <ItemGroup> <Targets Include="T1"> <Project>A\B.sln"</Project> …
0
votes
2answers
45 views

Reading tag data for Ogg/Flac files.

I'm working on a C library that reads tag information from music files. I've already got ID3v2 taken care of, but I can't figure out how Ogg files are structured. I opened a .ogg file in a hexeditor …
1
vote
1answer
22 views

Dynamic forms, Table meta data

I am working with an ASP.Net web app that allows users to create an "application." They define fields and their data types. Based on that, I generate a query to create a table. I would like to …
0
votes
0answers
44 views

Extracting IPTC/EXIF data from tif files in using Java

The system I'm working on has a feature to extract metadata from JPEG files using the com.drew.metadata package. http://www.drewnoakes.com/code/exif/javadoc/ However that is limited to JPEG files, and …
0
votes
2answers
42 views

Get meta information, title and all images of any webpage using php

Hi Friends, I want to get all the meta information like description, title, keyword etc of any web page using php. I am using *get_meta_tags* php function but its displaying warning. I have paste …
0
votes
0answers
12 views

Getting buddy class information?

I'm trying to read buddy class metadata information for usage outside of the normal asp.net mvc 2 validation process. I thought it would be as simple as saying: DataAnnotationsModelMetadataProvider …
0
votes
1answer
11 views

Does Google Gears Allow Metadata Access

Loving Gears, but does anyone here know how to access Google Gears metadata? Like system tables or tables that will show me a list of the tables within the database? Thanks!
1
vote
4answers
34 views

C#: Library for editing photo tags, et cetera, compatible with Live Photo Gallery

Are there any good .net libraries I can use to read and write tags, people tags, date take, et cetera that are compatible with Windows Live Photo Gallery?
1
vote
3answers
48 views

OBJECT_ID of object in another database - how to find database ID or name/fully qualified object name?

Example: USE AnotherDB -- This works - same ID as from other DB SELECT OBJECT_ID('AnotherDB.ASchema.ATable') -- This works SELECT OBJECT_NAME(OBJECT_ID('AnotherDB.ASchema.ATable')) USE ThisDB -- …
1
vote
1answer
17 views

XML schema/format for representing a generic file format?

Is there an existing XML schema that can be used to describe a generic file format? Something that would have tags that say things like "The file has a header that is x bytes long", "The first …
0
votes
1answer
24 views

read or write ratings from AAC file

I'm trying to figure out how to read the "ratings" from an AAC file on Windows 7. This data is somehow persisted in the file as the Windows 7 shell and WMP can read / write the ratings. In MP3 the …
0
votes
1answer
47 views

Getting class field names and table column names from NHibernate metadata

Background I am using a legacy database with all kinds of ugly corners. One bit is auditing. There is a table listing tablename/field combinations of fields that should have an audit trail. For …

1 2 3 4 5 15 next
15 30 50 per page