Seems I frequently need to kill some session due to the network issue or other client issue to submit data to oracle, but each time I google the answner, it takes me at least 5 minutes, so I decide to write done SQL and command here:
|
|
Seems I frequently need to kill some session due to the network issue or other client issue to submit data to oracle, but each time I google the answner, it takes me at least 5 minutes, so I decide to write done SQL and command here:
|
|
The Unobtrusive JavaScript feature introduce from Rails 3.1 and the Rails Guide have a whole chapter to say about how to use, but the jquery-ujs much more feature not talked in official Rails Guide.
Except the AJAX forms and some link_to feature, one of my favorite features is AJAX HTTP request back to server when one of the forms input control content changed by user and lost focus. Such feature is very similar to ASP.NET AutoPostBack, which is very handy when you need user fill some content first before you can help them auto fill the rest.
I used to write post about install ruby 2.0.0-p195 in windows one years ago, the ruby language improved a lot this year and it's gems. But windows platform is still not active compare with Mac OS X or Linux in rubyist.
There are two thick I believe worth to write down for the windows rubyist:
C:\git\debugger-ruby_core_sourceC:\git\debugger-ruby_core_source\lib to C:\Ruby200\lib\ruby\gems\2.0.0\gems\debugger-ruby_core_source-1.3.2gem install debugger.Modify the win32.h file (@C:\Ruby200\include\ruby-2.0.0\ruby) before install gems bson
|
Genymotion is very fast compare to original android simulator, but make it work in Intranet takes me quite a lot of time.
In fact, it's simple: Open the Oracle VM VirtualBox manager, Settings->Network, Select the Adapter 2 (Adapter 1 is used primary by Genymotion and cannot change), using Bridged Adapter and select the working network card in Intranet (not wireless usually).
Ubuntu 12.04 LTS already have the freetds package, so just running below command will install SQL Server support for Rails.
|
|
About the driver location, you may need to find the libtdsodbc first at via find /usr/lib -name libtdsodbc.so.
|
|
|
|
Just attend company training and below is quick notes/tips coming from trainer.
|
Step 1, setting the autoindex on in conf
|
Step 2, resolve the 403 forbidden error using below command if you meet such error.
|
Microsoft now is become quit outdated technology after they release so many outdated technology, but WebMatrix is in my opinion, the best tools to right node.js tools in Windows.
But I'm used to using port 3000 as default debug port since I'm switch to Ruby & Rails, so really not want to change port time to time, so here is how to change binding port.
|
Just find the your node.js project entry in applicationhost.config and change port.
Confirm works at Ubuntu 14.04 / 12.04.
|
|
|
ROracle - Oracle database interface (DBI) driver for R.
ROracle need Oracle Client install, and further additional setup procedure
pls - Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS).
assertthat - assertthat is an extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy.
dplyr - A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
data.table - Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns and a fast file reader (fread). Offers a natural and flexible syntax, for faster development.
earth - Build regression models using the techniques in Friedman's papers "Fast MARS" and "Multivariate Adaptive Regression Splines".
kernlab - Kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods kernlab includes Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and a QP solver.
caret - Classification and Regression Training, Misc functions for training and plotting classification and regression models.
rpart - Recursive Partitioning and Regression Trees
party - A Laboratory for Recursive Partytioning
RWeka - An R interface to Weka (Version 3.7.12). Weka is a collection of machine learning algorithms for data mining tasks written in Java, containing tools for data pre-processing, classification, regression, clustering, association rules, and visualization.
ipred - Improved predictive models by indirect classification and bagging for classification, regression and survival problems as well as resampling based estimators of prediction error.
randomForest - Breiman and Cutler's random forests for classification and regression
gbm - Generalized Boosted Regression Models
Cubist - Regression modeling using rules with added instance-based corrections
VGAM - Vector Generalized Linear and Additive Models, An implementation of about 6 major classes of statistical regression models. At the heart of it are the vector generalized linear and additive model (VGLM/VGAM) classes. Currently only fixed-effects models are implemented, i.e., no random-effects models. Many (150+) models and distributions are estimated by maximum likelihood estimation (MLE) or penalized MLE, using Fisher scoring.
mda - Mixture and flexible discriminant analysis, multivariate adaptive regression splines (MARS), BRUTO...
klaR - Miscellaneous functions for classification and visualization developed at the Fakultaet Statistik, Technische Universitaet Dortmund
e1071 - Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien
C50 - C5.0 decision trees and rule-based models for pattern recognition.
ROCR - Visualizing the Performance of Scoring Classifiers
ISLR - Data for An Introduction to Statistical Learning with Applications in R