<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>Pacific-Design.com</title>
	<link>http://pacific-design.com</link>
	<description>Search and Cache Engines development by Kevin Duraj since 1994</description>
	<lastBuildDate>Sat, 06 Mar 2010 21:29:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Running Hadoop Jobs Mac OS X</title>
		<description><![CDATA[This guide is written to help Cornell students using Mac OS X 10.5 with setting up a development environment for working with Hadoop and running Hadoop jobs on the Cornell Center for Advanced Computing (CAC) Hadoop cluster. This guide will walk you through compiling and running a simple example Hadoop job. More information is available at the [...]]]></description>
		<link>http://pacific-design.com/2010/03/running-hadoop-jobs-mac-os-x/</link>
			</item>
	<item>
		<title>Create Remove Swapfile</title>
		<description><![CDATA[
#!/bin/sh
#----------------------------------------------------------#
function create_swapfile()
{
  echo "Creating Swap file ..."
  dd if=/dev/zero of=/swapfile bs=1024 count=12582912
  mkswap /swapfile
  swapon /swapfile
}
#----------------------------------------------------------#
function remove_swapfile()
{
  echo "Removing Swap file ..."
  swapoff /swapfile
  rm /swapfile
}
#----------------------------------------------------------#
remove_swapfile

]]></description>
		<link>http://pacific-design.com/2010/03/create-remove-swapfile/</link>
			</item>
	<item>
		<title>Zend Installation on Mac</title>
		<description><![CDATA[Zend_Tool for OS X or Linux
• Extract the downloaded archive file, ZendFramework-1.10.0-minimal.zip in your Downloads directory by double clicking on it.
• Copy to /usr/local/ZendFrameworkCli by opening Terminal and typing:
sudo cp -r ~/Downloads/ZendFramework-1.10.0-minimal /usr/local/ZendFrameworkCli
• Edit your bash profile to provide an alias:
• From Terminal, type: open ~/.bash_profile
alias zf=/usr/local/ZendFrameworkCli/bin/zf.sh 
to the end of the file
• Save and [...]]]></description>
		<link>http://pacific-design.com/2010/03/zend-installation-on-mac/</link>
			</item>
	<item>
		<title>Yum Repository by Utter Ramblings</title>
		<description><![CDATA[Reference: http://www.jasonlitka.com/
]]></description>
		<link>http://pacific-design.com/2010/02/yum-repository/</link>
			</item>
	<item>
		<title>Digital Element</title>
		<description><![CDATA[Digital Element delivers the de facto standard in IP Intelligence and geotargeting technologies, which are leveraged by the world’s largest ad networks, publishers, emerging technology companies, e-tailers, analytics platforms and more. In business since 1999, Digital Element strives to bring new reach, relevance and revenue to its clients&#8217; online endeavors, with the ultimate goal of [...]]]></description>
		<link>http://pacific-design.com/2010/02/digital-element/</link>
			</item>
	<item>
		<title>Remove Subversion</title>
		<description><![CDATA[
#!/bin/sh
echo "Recursively removing .svn folders from"
pwd
rm -rf `find . -type d -name .svn`

]]></description>
		<link>http://pacific-design.com/2010/02/remove-subversion/</link>
			</item>
	<item>
		<title>Annotations source 1.3</title>
		<description><![CDATA[Annotations are not supported in -source 1.3 – Maven
To enable annotation the following configuration needs to be added to project pom.xml




      maven-compiler-plugin
      
        1.6
        1.6
      
   [...]]]></description>
		<link>http://pacific-design.com/2010/02/annotations-source-1-3/</link>
			</item>
	<item>
		<title>Maven Settings with IntelliJ</title>
		<description><![CDATA[Maven tutorial in 5 minutes
http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project&#8217;s build, reporting and documentation from a central piece of information.

Settings
Maven
Maven Home Directory:
/usr/share/java/apache-maven-2.0.9

Reference: http://maven.apache.org/download.html
]]></description>
		<link>http://pacific-design.com/2010/02/maven-intellij/</link>
			</item>
	<item>
		<title>Java Module Dependencies Settings with IntelliJ</title>
		<description><![CDATA[
Project Structure
Modules
Dependencies
Module SDK &#8211; new
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0

]]></description>
		<link>http://pacific-design.com/2010/02/mac-intellij-java-module-dependencies/</link>
			</item>
	<item>
		<title>Jonathan Wellons</title>
		<description><![CDATA[Linear Programming, Optimization, Wireless Mesh Network Routing, Traffic Engineering, Operations Research, Algorithms, Programming Languages, Limits of Computing, Computer Science Education, Number Theory and Recreational Mathematics.
Reference: http://jonathanwellons.com/
]]></description>
		<link>http://pacific-design.com/2010/02/jonathan-wellons/</link>
			</item>
</channel>
</rss>
