• Introduction To Web Development Coursera | week 3

    Introduction To Web Development Coursera | week 3

    WEEK 3 Quiz module ANSWERS ARE MARKED WITH (T) SIGN. 1. Question 1 What value does JavaScript have to websites? (Select all that apply.) JavaScript makes websites interactive. (T) JavaScript improves security. JavaScript validates user input. (T) JavaScript prevents errors 2. Question 2 Is JavaScript case sensitive? Yes, it is case sensitive. (T) It depends… Read more

  • Introduction To Web Development Coursera | Week 2

    Introduction To Web Development Coursera | Week 2

    WEEK 2 Quiz module ANSWERS ARE MARKED WITH (T) SIGN. 1. Question 1 Which Web browser is required for this course? You can use any browser (T) Firefox Chrome Internet Explorer Safari 2. Question 2 What are the most common file types used in websites? HTML, JavaScript and Word HTML, JavaScript, CSS and Images (T)… Read more

  • Introduction To Web Development Coursera | Week 1

    Introduction To Web Development Coursera | Week 1

    WEEK 1 Quiz module ANSWERS ARE MARKED WITH (T) SIGN. 1. Question 1 What kind of service is typically not offered by hosting services? 1 All of these are commonly offered. (T) 2 Email addresses 3 Technical support for site owner 4 Storage space on a server FTP 2. Question 2 Which of the following… Read more

  • Set up python, tensorflow for image classification

    Set up python, tensorflow for image classification

    I started with image classifiation using tensorflow and had no clue about how to start, since no resources are available straight forward, so I am writing this blog. PC Hardware Setup First of all to perform machine learning and deep learning on any dataset, the software/program requires a computer system powerful enough to handle the computing… Read more

  • Hardware Keylogger: what and how to get safe?

    Hardware Keylogger: what and how to get safe?

    Hardware Keylogger These work the same way as the software keylogger, except that a USB drive with the software needs to be connected to the victim’s computer. The USB drive will save a summary of the keystrokes, so it’s as simple as plugging it to your own computer and extracting the data. There are several… Read more

  • Activeadmin Gem Install and Usage

    Activeadmin Gem Install and Usage

    Activeadmin Gem Install and Usage Steps to be followed: Install the Activeadmin gem. Put these in gemfile. gem ‘activeadmin’ gem ‘cancan’ # or cancancan gem ‘draper’ gem ‘pundit’ 2. Setting up Activeadmin Read more

Advertisements