Skip to content

Instantly share code, notes, and snippets.

View rajeshpv's full-sized avatar

Rajesh Rao rajeshpv

  • Consultant
  • Cary NC
  • 01:23 (UTC -04:00)
View GitHub Profile
@rajeshpv
rajeshpv / play-error.sh
Created February 26, 2012 18:46
play-error.sh
rajesh@rajesh-thinkpad-W520:~/projects/Play20$ cd framework/
rajesh@rajesh-thinkpad-W520:~/projects/Play20/framework$ sbt
[info] Loading global plugins from /home/rajesh/.sbt/plugins
[info] Loading project definition from /home/rajesh/projects/Play20/framework/project
[warn] there were 2 deprecation warnings; re-run with -deprecation for details
[warn] one warning found
[info] Set current project to Root (in build file:/home/rajesh/projects/Play20/framework/)
> com
commands compile compile-inputs compile-order compile:
compilers
@rajeshpv
rajeshpv / test.md
Created March 4, 2012 21:30
CIM-all.md
@rajeshpv
rajeshpv / cim601-ch1.md
Created March 4, 2012 22:04
cim601-ch1.md

Chapter 1 (1)

Defining communication (2)

  • sample Definitions of Comn (4) table

  • Conceptualizing Comn

Points of Convergence
  • is Transactional (6)
  • is Symbolic (7)
  • social activity (8)
  • and intention (source perspective, receiver + message) (10)
@rajeshpv
rajeshpv / cim601-ch2.md
Created March 4, 2012 22:58
cim601-ch2.md

Chapter 2 - 20

Philosophical foundations

  • metatheory - theory about theory =
  • Ontology = nature of world and reality
  • EpiStemology - nature of Knowledge
  • Axiology - nature of role of values
Conceptualizing Theory
  • A theory is necessarily an abstraction of the social world, they are the 'nets with which we can catch the world' or the ways in which we make sense of social life.
@rajeshpv
rajeshpv / gist:3747601
Created September 19, 2012 03:57
eclipse ini
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
@rajeshpv
rajeshpv / baypath-610
Created January 15, 2013 03:10
Baypath CIM 610
http://www.slideshare.net/sujitdas/Competition-and-Business-Strategy nice ppt

this assumes you have already unzipped the proper eclipse version

  • creating Launcher script as follows:
sudo vi /usr/share/applications/eclipse.desktop
sudo ln -s ~/programs/eclipse/eclipse-juno-sr2/eclipse /usr/bin/eclipse
  • contents of eclipse.desktop

Install Development

  • make sure the required installs are already downloaded into ~/Downloads/INSTALL
  • Installing Jdk, 1.6 and 1.7
mkdir -p ~/programs/java
cd ~/programs/java
cp ~/Downloads/CHROME/jdk-6u39-linux-x64.bin .

this assumes you have already unzipped the proper eclipse version from http://typesafe.com/stack/downloads/scala-ide

  • creating Launcher script as follows:
sudo vi /usr/share/applications/Seclipse.desktop
sudo ln -s ~/programs/eclipse/scala-300final-2_10/eclipse /usr/bin/Seclipse
  • contents of eclipse.desktop
[
{ "keys": ["ctrl+shift+d"], "command": "file_diff_menu" }
]