Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

www.revolutionaries.ie

« Newer Snippets
Older Snippets »
3 total  XML / RSS feed 

sha1 hash of text string using OSX command line

// sha1 hash of text string using OSX command line

/sbin/echo -n 'secret' | openssl sha1

md5 hash of text string using OSX command line

// md5 Hash using OSX Command Line

/sbin/md5 -s 'secret'

IPSMS Template

// Template for IPSMS metadata (http://www.gov.ie/webstandards/metastandards/index.html)





<meta name="DC.Title" content="">
<meta name="DC.Creator" content="">
<meta name="DC.Subject" content="">
<meta name="DC.Subject" content="">
<meta name="DC.Subject" content="">
<meta name="DC.Subject" content="">

<meta name="DC.Publisher" content="">
<meta name="DC.Date.created" scheme="ISO 8601" content="">
<meta name="DC.Date.modified" scheme="ISO 8601" content="">

<meta name="DC.Identifier" content="">
<meta name="DC.Type" scheme="IPSDT" content="">




<meta name="DC.Title.alternative" content="">
<meta name="DC.Description" content="">
<meta name="DC.Contributor" content="">
<meta name="DC.Type" content="">
<meta name="DC.Format" content="text/html">
<meta name="DC.Source" content="">
<meta name="DC.Language" scheme="ISO 639-1" content="en">

<meta name="DC.Relation" content="">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="© Government of Ireland">





// Sample from Dept of Social Welfare (http://www.welfare.ie/)

<meta name="DC.Title" content="Search page for the website of the Department of Social and Family Affairs, Ireland" />
<meta name="DC.Creator" content="Department of Social and Family Affairs, Ireland" />
<meta name="DC.Subject" content="Irish Government Social Ministry Information Search Facility" />
<meta name="DC.Description" content="This page provides the search facility for the Department of Social and Family 
Affairs website." />
<meta name="DC.Publisher" content="Information Services Section, Department of Social and Family Affairs, Ireland" />
<meta name="DC.Contributor" content="Information Services Section, Department of Social and Family Affairs, Ireland" />
<meta name="DC.Date.created" content="2003-09-19" />
<meta name="DC.Date.modified" content="2004-02-24" />
<meta name="DC.Type" content="index" />
<meta name="DC.Format" content="text/html" />
<meta name="DC.Identifier" content="http://www.welfare.ie/search.html" />
<meta name="DC.Source" content="http://www.welfare.ie" />
<meta name="DC.Language" content="en" />
<meta name="DC.Rights" content="© Department of Social and Family Affairs 2004" />
« Newer Snippets
Older Snippets »
3 total  XML / RSS feed