# change mirror to ubuntu.osuosl.org first
sudo apt-get update
sudo apt-get install build-essential libreadline-dev libssl-dev zlib1g-dev libxml2-dev libxslt-dev
bias : | |
learning complex model | |
variance: | |
if learning from different sample of same population , leads to highly varied models | |
high variance == overfitting |
2016-02-01 12:13:00 +0530 | |
make | |
/usr/local/Cellar/cmake/3.4.3/bin/cmake -H/tmp/pcl20160201-87809-1g0j4i6 -B/tmp/pcl20160201-87809-1g0j4i6/macbuild --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.4.3/bin/cmake -E cmake_progress_start /tmp/pcl20160201-87809-1g0j4i6/macbuild/CMakeFiles /tmp/pcl20160201-87809-1g0j4i6/macbuild/CMakeFiles/progress.marks | |
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Library/Developer/CommandLineTools/usr/bin/make -f common/CMakeFiles/pcl_common.dir/build.make common/CMakeFiles/pcl_common.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f octree/CMakeFiles/pcl_octree.dir/build.make octree/CMakeFiles/pcl_octree.dir/depend | |
/Library/Developer/CommandLineTools/usr/bin/make -f io/CMakeFiles/pcl_io_ply.dir/build.make io/CMakeFiles/pcl_io_ply.dir/depend |
Step 0 | |
--------- | |
sudo apt-get install apache2 | |
Step 1 | |
--------- | |
gem install passenger | |
(add sudo if needed) | |
Step 2 |
mysql, rmagic, curl, git, vim, sqlite, nodejs nokogiri...
sudo apt-get install libxslt1-dev libxml2-dev libmagickwand-dev imagemagick libsqlite3-dev libcurl4-openssl-dev curl git git-gui vim-gtk mysql-server mysql-client ruby-mysql libmysqlclient-dev mysql-workbench exuberant-ctags icedtea-plugin nodejs rar wmctrl g++ g++-4.8 make
ruby 1.9.3
some notes on the api from | |
https://wiki.openmrs.org/display/docs/REST+Web+Services+API | |
https://wiki.openmrs.org/display/docs/Sample+REST+calls | |
?v=full / default / ref .. best is full | |
?q=query .. patient?q=jadeja | |
?q=id .. for old identification numbers search | |
REST Client Gets JSON .. check in java , what's it getting? |