Face Detection and Recognition Systems

Sharon Christine
Updated on 24-Jan-2020 07:19:10

687 Views

Imagine standing in front of the entrance door to your office and see your face flash up on a large screen. If the screen identifies you, it opens the doors; if it doesn’t the doors don’t open. Your face is your digital ID. It allows you to enter your office and authenticate your identity in a hoard of other places. Sounds uncanny, but is undeniably remarkable! This not so old technology is on its way to becoming ubiquitous.Enter the world of face detection and recognition systems…recognizing the face from all angles, with even more accuracy than a person can. Using ... Read More

Exploring ERP Modules of Oracle E-Business Suite

Sharon Christine
Updated on 24-Jan-2020 07:13:07

6K+ Views

The acronym ERP stands for enterprise resource planning. It refers to the systems and software packages used by organizations to manage day-to-day business.Oracle E-Business Suite is one of the most reputed ERP product which is currently available in the market – developed by Oracle. In the world of enterprise resource planning, very few software products have really made to the top ranks when it comes to worldwide implementations. Based on market share – SAP, Microsoft Dynamics are the close vendors who try to get the ERP share in almost all the regions.What is Oracle E-Business Suite?Oracle’s E-Business Suite (also known ... Read More

Essential: An Amazing Phone from the Creator of Android

Sharon Christine
Updated on 24-Jan-2020 07:05:17

133 Views

Do you want to change your phone because of some features which you don’t like at all? And for that reason, are you thinking to buy a new one? That happens, though you love your phone the most still there are few things which you don’t like at all. There are some unnecessary features pointlessly cluttering your lives. You may want to get rid of them but you are helpless as they are inbuilt features, thus cannot be simply removed, isn’t it?.You are not alone, many people feel the same. Even the creator of Android also thinks that the current ... Read More

Create SVG Graphics Using JavaScript

Govinda Sai
Updated on 24-Jan-2020 06:52:31

648 Views

All modern browsers support SVG and you can easily create it using JavaScript. Google Chrome and Firefox both support SVG.With JavaScript, create a blank SVG document object model (DOM). Using attributes, create a shape like a circle or a rectangle.var mySvg = "http://www.w3.org/2000/svg"; var myDoc = evt.target.ownerDocument; var myShape = svgDocument.createElementNS(mySvg, "circle"); myShape.setAttributeNS(null, "cx", 40); myShape.setAttributeNS(null, "cy", 40); myShape.setAttributeNS(null, "r", 30); myShape.setAttributeNS(null, "fill", "yellow");

Set Outline Color Around an Element with JavaScript

Vikyath Ram
Updated on 24-Jan-2020 06:47:38

169 Views

To set the outline color, use the outlineColor property. You can try to run the following code to set the color of the outline around an element with JavaScript:ExampleLive Demo                    #box {             width: 450px;             background-color: orange;             border: 3px solid red;          }                     Click below to add Outline Color.                This ... Read More

Conversational Interfaces and Speech Recognition Technology

Sharon Christine
Updated on 24-Jan-2020 06:47:26

240 Views

Conversations are a part of our lives. But can computers converse too? Well, over the last few decades computers and humans have begun to interact with each other through speech recognition and speech synthesis technology. Known as ‘Conversational Interfaces (CIs)’, we’ll take a look at how these evolved, the types and the latest ones doing the rounds today.BackgroundHumans and computers first interacted with each other via the ‘terminal interface.’ They used the command line or DOS prompt. But due to lack of knowledge of the syntax, it did not develop as the mainstream language. Next came the ‘Graphical User Interface’ ... Read More

Brain Wave Conversations with Your Computer from Facebook

Sharon Christine
Updated on 24-Jan-2020 06:43:51

226 Views

Have you ever wished to write a long email on your laptop or desktop without typing on the keyboard? Isn’t it great if all your writing jobs can be completed without touching the keyboard giving your fingers the much-needed rest? And, how about chatting with your friends on a social media platform without using the tiny keyboard of your phone?.Just imagine how amazing it will be, when you can able to prepare your presentation or replying to your boss’s email by transmitting thoughts directly to computer without the keyboard, or any other input devices. Isn’t it great? But can it ... Read More

Click on Arm Prosthesis

Sharon Christine
Updated on 24-Jan-2020 06:40:25

189 Views

Robotic limbs have been around for a while; and with the ongoing new technologies and innovations, have been able to get better in motion and strength. The latest development in robotic limbs is that of the ‘click-on arm’ prosthesis.There have been other mind-controlled robotic devices used for patients with severe disabilities either due to neuro-degenerative diseases or accidents. But for these robotic devices, the brain is implanted with chips to enable the movements of robotic arms. The click-on prosthetic device has been applied to legs and been around for a while now (since 2009); however, it has been used on ... Read More

Set Top Margin of an Element with JavaScript

Lakshmi Srinivas
Updated on 24-Jan-2020 06:37:27

1K+ Views

Use the marginTop property in JavaScript, to set the top margin. Can you try to run the following code to set the top margin of an element with JavaScript?ExampleLive Demo                    #myID {             border: 2px solid #000000;          }                     This is demo text.       Add top margin                function display() {             document.getElementById("myID").style.marginTop = "150px";          }          

Careers in Big Data: A Big Leap Forward

Sharon Christine
Updated on 24-Jan-2020 06:17:04

145 Views

Big Data is everywhere and there is an urgent need to collect and preserve whatever data has been generated. We also find that there is a greater fear of missing something, which is important. Big Data Analytics has become crucial, it helps improve business, decision making and offers the biggest edge over the competitors.What does the term Big Data mean?The term big data can be described as something large volume of data which is both structured and unstructured, that inundates a business on a day-to-day basis. Data is available everywhere but how can organizations capitalize on that is the big ... Read More

Advertisements