techperience.blogspot.com
Techperience: Installing Apache Mahout
http://techperience.blogspot.com/2010/09/installing-apache-mount.html
Monday, September 6, 2010. To start, you need to install the following prerequisites:. JDK 16 or higher. Ant 17 or higher. If you want to build the Mahout source, Maven 2.0.9 or 2.0.10. You also need this article's sample code ( Download. Which includes a copy of Mahout and its dependencies. Follow these steps to install the sample code:. 1 unzip sample.zip. Occasionally, there may be an error. Subscribe to: Post Comments (Atom). Http:/ varshamyspace.blogspot.com/. A student in the institute called life!
techperience.blogspot.com
Techperience: July 2010
http://techperience.blogspot.com/2010_07_01_archive.html
Friday, July 9, 2010. Changing From one Drive to another in Command Line. A quick post to document what came as a little surprising to me. While using the Command line in Windows Vista Professional, I wanted to change my working directory from C to D. Any amateur would say just type D; but guess what, that didn't work for me. A little googling gave me the solution. I needed to use /d flag. Y: cd /d x: Folder1 Folder2. Thursday, July 8, 2010. App Engine Deploy Error 409: Solution. Http:/ varshamyspace....
techperience.blogspot.com
Techperience: June 2010
http://techperience.blogspot.com/2010_06_01_archive.html
Sunday, June 13, 2010. Google Web Tool Kit on NetBeans IDE. Http:/ code.google.com/webtoolkit/overview.html. Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. For Starting a project using GWT, you need the following:. I had a Netbeans 6.8 installed so used it. This post is dedicated to using GWT on Netbeans. 2 Apache Ant is also necessary to run command line arguments. If you don't already have it, install Apache Ant. In the Dialog Box click...
techperience.blogspot.com
Techperience: October 2009
http://techperience.blogspot.com/2009_10_01_archive.html
Friday, October 2, 2009. Play *.rm Files With Windows Media Player. Windows Media Player does not support Real audio and video files, and real networks does not release any patch for WMP. Thanks to competition between Microsoft and Real networks. But, Real has released a patch for other media players. So, let's use this patch for playing real video and audio files. 1- Go to sourceforge.net website and download RealMedia Splitter from guliverkli Project. To download directly go to:. There was an error in ...
techperience.blogspot.com
Techperience: Installing Maven on Fedora
http://techperience.blogspot.com/2011/03/installing-maven-on-fedora.html
Thursday, March 31, 2011. Installing Maven on Fedora. Maven: Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. 15 or above (this is to execute Maven - it still allows you to build against 1.3. No minimum requirement. On Windows, Windows NT and above or Cygwin is required for. You could use the latest release. Java home: /usr/lib/jvm/java-1...
jayati-tete-e-tete.blogspot.com
tete-e-tete: November 2011
http://jayati-tete-e-tete.blogspot.com/2011_11_01_archive.html
Or private conversation is a consequence of the need of organization of the random but essentially thoughtful insights that one may come across in one's journey of learning but to which one hardly pays heed. Friday, November 25, 2011. Poisonous Silence (Part 1). Good Who are we? The One, The Only! We are adraid. Of truth. And that's what we teach our kids. That it doesn't exist. When the child says he/she doesn't like milk, we tell them "No, milk is good for health. You must drink it.". Consequence: When...
techperience.blogspot.com
Techperience: September 2011
http://techperience.blogspot.com/2011_09_01_archive.html
Sunday, September 4, 2011. Fixing Orphanes Users in SQL Server. What is an orphaned User? How do you fix the problem without dropping and re-creating the user and messing up the permissions in the process? By using a stored procedure called sp change users login that you can use to fix orphaned users. This procedure can do several things; it can tell you which users are orphaned, it lets you fix an orphaned user manually, and it can attempt to automatically fix your issues. This procedure should be creat...
techperience.blogspot.com
Techperience: March 2011
http://techperience.blogspot.com/2011_03_01_archive.html
Thursday, March 31, 2011. Installing Maven on Fedora. Maven: Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. 15 or above (this is to execute Maven - it still allows you to build against 1.3. No minimum requirement. On Windows, Windows NT and above or Cygwin is required for. You could use the latest release. Java home: /usr/lib/jvm/java-1...
techperience.blogspot.com
Techperience: Using Subeclipse Behind Proxy Server
http://techperience.blogspot.com/2010/08/using-subeclipse-behind-proxy-server.html
Friday, August 27, 2010. Using Subeclipse Behind Proxy Server. I loaded the subeclipse plug-in in my eclipse. But it just wouldn't work. I realized this was due to the proxy server I was using. I had configured the proxy settings in Eclipse but surprisingly subeclipse doesn't take proxy from eclipse. Servers in the windows file have to be configured to do the same. Here's how. Now go back to the SVN Repository view in Eclipse and refresh the repository. Subscribe to: Post Comments (Atom). Picture Window ...
techperience.blogspot.com
Techperience: Installing ant
http://techperience.blogspot.com/2010/09/installing-ant.html
Sunday, September 5, 2010. First, Please make sure you have the Latest jdk. Currently java1.6 with update 21 would be required. Now download ant from http:/ ant.apache.org/. The binary edition of Ant is shipped with 3 different compression formats:. 1 zip - Recommended compression format for Windows, can also be used on other platforms. Supported by many programs and some operating systems natively. 2 targz - Uses the tar program to gather files together, and gzip to compress and uncompress. Important: I...