Le Kevin dot com

photographic-poetic-musical horizon

Browsing Posts published by Le Kevin

Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats where it supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags.
It can rename files based on the tag information, replace characters or words in tags and filenames, import/export tag information, create playlists and more.
Mp3tag supports online database lookups from, e.g., Amazon, discogs, or freedb, allowing you to automatically gather proper tags and cover art for your music library

Download: Mp3Tag v 2.49

via: http://www.techsupportalert.com/best-free-mp3-tag-editor.htm

INSTEAD OF DELETE triggers can be defined on a view or table to replace the standard action of the DELETE statement. Usually, the INSTEAD OF DELETE trigger is defined on a view to modify data in one or more base tables.

DELETE statements do not specify modifications to existing data values. DELETE statements specify only the rows that are to be deleted. The inserted table passed to a DELETE trigger is always empty. The deleted table sent to a DELETE trigger contains an image of the rows as they existed before the DELETE statement was issued. In the case of an INSTEAD OF DELETE trigger on a view or table, the format of the deleted table is based on the format of the select list defined for the view.

Sample:

USE [SampleDB]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TRIGGER [dbo].[trg_ShippingImport_Delete]
  ON  [dbo].[ShippingImport]
  INSTEAD OF DELETE
AS
BEGIN
  SET NOCOUNT ON;
  delete from Import where OrderID in (select OrderID from deleted)
END

via: http://msdn.microsoft.com/en-us/library/ms191208.aspx

CNC – Precision Machine Tools – Cincom E332 Operator Manual – Type IV

Download: Cincom E332 Operator Manual

Format: e-book (PDF)

Specializing in Swiss-type CNC Automatic Lathes, Star CNC provides an extensive product line designed to meet a full range of machining needs for the production of precision parts.

Download: SV-20 Operation Manual

Format: e-book (PDF)

via: http://www.starcnc.com/

Contains lastest Arirang Karaoke List – Vol 39

Download:

KList-v2.2-vol39.ipa

KList-v2.2-vol43

Hashtab

No comments

HashTab provides OS extensions to calculate file hashes. HashTab supports many hash algorithms such as MD5, SHA1, SHA2, RipeMD, HAVAL and Whirlpool. HashTab is supported as a Windows shell extension and a Mac Finder plugin. HashTab provides an easy way to verify file integrity and authenticity. Tens of thousands have downloaded HashTab!

Download: http://implbits.com/HashTab.aspx