Skip to main content

Posts

MongoDB: NoSQL Database tool

r-onlineinformation.blogspot.com MongoDB: NoSQL Database tool MongoDB is a document oriented database.  It stores data in a type of JSON format called BSON (Binary JSON). A record in MongoDB is a document, which is a data structure composed of key value pairs similar to the structure of JSON objects. Technical terms comparison as under: RDBMS        MongoDB Database          Database Table                  Collection Row                    Value Column              Key Record               Document
Recent posts

Microsoft dive into Machine Learning

r-onlineinformation.blogspot.com Azure Machine Learning Studio is a collaborative, drag-and-drop tool you can use to build, test, and deploy predictive analytics solutions on your data. Tutorials, videos, and example models show you how to use Studio to build and deploy machine learning models. What is Azure Machine Learning Studio? Microsoft Azure Machine Learning Studio is a collaborative, drag-and-drop tool you can use to build, test, and deploy predictive analytics solutions on your data. Machine Learning Studio publishes models as web services that can easily be consumed by custom apps or BI tools such as Excel. Machine Learning Studio is where data science, predictive analytics, cloud resources, and your data meet. NOTE: Azure is not converted into Azure Machine Learning, both are different things. Refer: https://docs.microsoft.com/en-in/azure/machine-learning/studio/what-is-ml-studio    

How To Specify The Start Position In A Youtube URL

r-onlineinformation.blogspot.com   Have you ever copied a Youtube URL, pasted it into an email message or twitter comment, and sent it to someone?  If so, have you also found yourself explaining to the recipient that they'll need to skip forward to 2 minutes and 10 seconds for the good bit to start?  If so, here's a really handy tip which needs no extra software and which works with all browsers. Once you've copied the Youtube URL for the video you want, just add the required start time on the end, using the special format.  For 2 minutes and 10 seconds you'd add #t=2m10s as shown in the screen shot below.  If you don't specify m and s separately, Youtube defaults to seconds.  So in the example here, #t=130 would achieve the same effect. To illustrate,  https://www.youtube.com/watch?v=rT_I_GV_oEM#t=2m10s shows one particularly cute puppy within a compilation video. ref: http://www.techsupportalert.com/content/how-specify-start-position-youtube-url.htm?utm_so

For Searching CSS Template (Free)

r-onlineinformation.blogspot.com   For Searching CSS Template  http://www.freecsstemplates.org/ http://www.bestfreetemplates.info/ http://www.freecsstemplates.com/ http://www.free-css-templates.com/ http://www.freecsstemplates.in/ http://www.free-css.com/free-css-templates/page1.php http://www.csstemplatesfree.org/ http://csstemplatesmarket.com/ http://csstemplatesfree.net/ http://www.templatemo.com/page/1 http://www.csstemplatesforfree.com/csstemplates.aspx http://all-free-download.com/free-website-templates/ http://www.template4all.com/css/ http://www.csstemplatesforfree.org/ http://www.mediavolo.com/?d=1  you may also search free css template for educational purpose from any famous search engine..  

Setting up Eclipse and Tomcat Page

r-onlineinformation.blogspot.com   Setting up Eclipse and Tomcat Page Setting up Eclipse and Tomcat NOTE: Please do not download any softwares right now. All softwares are already copied into your desktop. To create Servlet projects, you need to use a version of Eclipse with J2EE support built in. The default version of Eclipse which you get with Ubuntu does NOT include J2EE support, so you have to download a version of Eclipse with J2EE support. You can get it from the Eclipse download site: http://www.eclipse.org/downloads/    ( choose according to your hardware configuration and OS) Version: We are using Eclipse Juno (4.2) Enterprise Edition in the workshop.  We suggest you also use this version, although an older version should also work fine if you are already familiar with it and using it currently. After downloading, extract the compressed archive on your local file system. Then eclipse can be started by double-clicking on the eclipse executable file.

Using Eclipse: an Introduction

r-onlineinformation.blogspot.com   Using Eclipse: an Introduction STARTING ECLIPSE Start eclipse by directly Biologydouble clicking the file "eclipse" inside the extracted folder (Eg. /home/ /Desktop/software/eclipse. This could be different and depends on where you have extracted the eclipse archive). Select the working directory to save your current project. The default directory will be /home/ /workspace Start A New Project Click File->New Choose "Dynamic Web Project" Provide a name for the project Choose the option "New Runtime" and a New runtime window opens Choose "Apache Tomcat v7.0" and say Next. In the "Tomcat installation directory", browse and select "/home/ /Desktop/software/apache-tomcat-7.0.2" Click Finish Click Finish Running a Hello world program in eclipse Click File-> New -> Java project -> give project name -> finish Right click on project name -> new -&g

How to draw ER models

r-onlineinformation.blogspot.com   How to draw ER models ER Models can be drawn using any of several tools.   Among these Dia is a very convenient open source tool which runs on multiple platforms including Linux, Windows and MacOS. Dia has a number of "sheets" each of which includes diagram objects for different modeling tools, such as UML, ER diagrams, flowcharts, etc. The ER tool has objects for entities, relationships, attributes (using the oval notation), edges, and so on.  The properties boxes for each of these elements allows you to specify cardinality constraints, total participation, identifying relationship, etc. To create the ER notation used in the Database System Concepts 6th Ed book, we use the UML class objects instead of ER entity objects in Dia.  Open the properties of the class object and give it a name (entity set name), and add attributes.  Select Visibility  Implementation to remove the + before the attribute name, and select Class