Monday, April 19, 2010

Help others with an ultrasound technician degree

Get admissions info from a directory of ultrasound programs
To stop further mailing, go here or write:
PinpointMediaServices, 4255 E. Charleston Blvd. Suite D-345, Las Vegas, NV 89104
I'm going to flag beer_packaging_style for deletion. If someone wants to create a schema that can be used for any of Iain's suggestions, that would be great, and they could probably even reuse the type name. But since it's unused in any existing schemata, I think it's better to just get rid of it for now. Jeff _____ From: data ... [mailto: data ... ] On Behalf Of Iain Sproat Sent: Friday, January 16, 2009 12:27 AM To: Freebase data modeling mailing list Subject: Re: [Data-modeling] /food/beer_container and/food/beer_packaging_style As they are currently populated, they seem synonymous and so your suggestion is OK. However, I think beer_packaging_style might be better populated with topics related to different labels on a beer_container. e.g. bottles of Budweiser have had different labels over the years ( ). Commemorative containers may also have seperate topics and would best be typed as beer_packaging_style. Also bottles of Grolsch can come in different sizes (450ml, 467ml, 250ml or 330ml depending on the market ). I'm not personally aware of any topics which could be currently typed as beer_packaging_style as per the above description, and so it may still be justified to delete beer_packaging_style. Regards Iain (sprocketonline) On Thu, Jan 15, 2009 at 10:23 PM, Jeff Prucher < je ... > wrote: It looks like beer_packaging_style could be deleted with no ill effects, since although there are a few instances of it, it doesn't have any incoming properties. Unless we're both missing something, of course. Jeff -----Original Message----- From: data ... [mailto: data ... ] On Behalf Of Philip Kendall Sent: Thursday, January 15, 2009 2:52 AM To: Freebase Data Modeling Subject: [Data-modeling] /food/beer_container and /food/beer_packaging_style It seems to me that /food/beer_container and /food/beer_packaging_style are basically synonymous with each other. Should they be somehow merged, or one of them (probably /beer_packaging_style, as /beer_container is populated) be deprecated/deleted? (or am I missing something more subtle here?) Cheers, Phil -- Philip Kendall < phi ... > _______________________________________________ Data-modeling mailing list Data ... _______________________________________________ Data-modeling mailing list Data ... _______________________________________________ Data-modeling mailing list Data ... --Juan From f0e5ef2df6d1361f1de614281bb7b2ad80e3eefd Mon Sep 17 00:00:00 2001 From: Juan Lang < juan ... > Date: Tue, 18 Nov 2008 09:27:58 -0800 Subject: [PATCH] Implement FormatVerisignExtension --- dlls/cryptdlg/Makefile.in | 4 +- dlls/cryptdlg/cryptdlg.rc | 25 +++++++++++ dlls/cryptdlg/cryptdlg.spec | 2 +- dlls/cryptdlg/cryptdlg_En.rc | 26 ++++++++++++ dlls/cryptdlg/cryptres.h | 23 ++++++++++ dlls/cryptdlg/main.c | 92 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 dlls/cryptdlg/cryptdlg.rc create mode 100644 dlls/cryptdlg/cryptdlg_En.rc create mode 100644 dlls/cryptdlg/cryptres.h diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in index 0271fa3..4deae79 100644 --- a/dlls/cryptdlg/Makefile.in +++ b/dlls/cryptdlg/Makefile.in @@ -3,11 +3,13 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = cryptdlg.dll -IMPORTS = cryptui crypt32 wintrust advapi32 kernel32 +IMPORTS = cryptui crypt32 wintrust advapi32 kernel32 user32 C_SRCS = \ main.c +RC_SRCS = cryptdlg.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/cryptdlg/cryptdlg.rc b/dlls/cryptdlg/cryptdlg.rc new file mode 100644 index 0000000..714151d --- /dev/null +++ b/dlls/cryptdlg/cryptdlg.rc @@ -0,0 +1,25 @@ +/* + * cryptdlg dll resources + * + * Copyright 2008 Juan Lang + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ +#include "windef.h" +#include "winbase.h" +#include "winuser.h" +#include "cryptres.h" + +#include "cryptdlg_En.rc" diff --git a/dlls/cryptdlg/cryptdlg.spec b/dlls/cryptdlg/cryptdlg.spec index 1536b10..b417d0d 100644 --- a/dlls/cryptdlg/cryptdlg.spec +++ b/dlls/cryptdlg/cryptdlg.spec @@ -9,7 +9,7 @@ 9 stub EncodeAttrSequence 10 stub EncodeRecipientID 11 stub FormatPKIXEmailProtection -12 stub FormatVerisignExtension +12 stdcall FormatVerisignExtension(long long long ptr str ptr long ptr ptr) 13 stub CertModifyCertificatesToTrust 14 stub CertSelectCertificateA 15 stub CertSelectCertificateW diff --git a/dlls/cryptdlg/cryptdlg_En.rc b/dlls/cryptdlg/cryptdlg_En.rc new file mode 100644 index 0000000..8ed6639 --- /dev/null +++ b/dlls/cryptdlg/cryptdlg_En.rc @@ -0,0 +1,26 @@ +/* + * cryptdlg dll resources + * + * Copyright 2008 Juan Lang + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_VERISIGN_STATEMENT "This certificate incorporates by reference, and its use is strictly subject to, the VeriSign Certification Practice Statement (CPS), available in the VeriSign repository at: by E-mail at CPS- ... ; or by mail at VeriSign, Inc., 1390 Shorebird Way, Mountain View, CA 94043 USA Copyright (c)1997 VeriSign, Inc. All Rights Reserved. CERTAIN WARRANTIES DISCLAIMED AND LIABILITY LIMITED.\r\n\r\nWARNING: USE OF THIS CERTIFICATE IS STRICTLY SUBJECT TO THE VERISIGN CERTIFICATION PRACTICE STATEMENT. THE ISSUING AUTHORITY DISCLAIMS CERTAIN IMPLIED AND EXPRESS WARRANTIES, INCLUDING WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND WILL NOT BE LIABLE FOR CONSEQUENTIAL, PUNITIVE , AND CERTAIN OTHER DAMAGES. SEE THE CPS FOR DETAILS.\r\n\r\nContents of the VeriSign registered nonverifiedSubjectAttribute extension value shall not be considered as information confirmed by the IA." +} diff --git a/dlls/cryptdlg/cryptres.h b/dlls/cryptdlg/cryptres.h new file mode 100644 index 0000000..8f48f0d --- /dev/null +++ b/dlls/cryptdlg/cryptres.h @@ -0,0 +1,23 @@ +/* + * Copyright 2008 Juan Lang + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ +#ifndef __CRYPTRES_H__ +#define __CRYPTRES_H__ + +#define IDS_VERISIGN_STATEMENT 1000 + +