karthikeya Boyini

karthikeya Boyini

1,421 Articles Published

Articles by karthikeya Boyini

Page 108 of 143

Ok google a google voice search on chrome beta

karthikeya Boyini
karthikeya Boyini
Updated on 16-Jan-2020 391 Views

Google’s ‘OK Google’ provides voice search Hotword extension on chrome browser without typing or clicking. Just visit, Chrome Web Store: https://chrome.google.com to download this new tool in beta version.Situations when our hands are dirty to type through keyboard on browser. In this situation we have to wash our hands to type something. This new Voice Search Hotword beta Chrome Extension given by Google facilitates users to just talk through voice with the chrome browser by saying the infamous command ‘Ok Google’ followed by the question then this extension will do the rest. User can speak to their laptop using ‘Ok ...

Read More

Now, Google+VMware Provide Services to Chrome OS

karthikeya Boyini
karthikeya Boyini
Updated on 13-Jan-2020 185 Views

Google has become a partner of virtualization software maker VMware said that their partnership aim is to make easier for the enterprise Chromebook users to access Windows apps and the Windows desktop into their own platform. Now it has become easier for Chromebook users to experience Windows desktop using VMware’s Horizon desktop as a service (DaaS) which utilizes HTML5 Blast protocol of VMware.VMware will help to the Google’s Chromebooks by providing virtual desktop services to Google’s Chromebooks, which facilitates them to run Windows applications on the pared-down laptops of the Chrome OS.By using different – different VMware virtualization service, companies ...

Read More

Microsoftwindow eyes awesome tool for blind user

karthikeya Boyini
karthikeya Boyini
Updated on 13-Jan-2020 190 Views

Microsoft collaborated with GW Micro, this collaboration brought GW Micro’s Window-Eyes screen reader tool which will be available at free of cost to Office users.GW Micro’s Window-Eyes facilitates blind or visually harmed user to access Windows based computers by speaking the contents of the computer’s screen. This tool allows blind users to access all applications like; word processors, Internet, email, etc. Window-Eyes provides full command on what user hear, when to hear, and how to hear.Microsoft said that, users who have licensed version of Microsoft Office 2010, Office 2013 or Office 365 on their systems can only take the advantage ...

Read More

Edit, Facebook Look Back Video to Share Stuffs

karthikeya Boyini
karthikeya Boyini
Updated on 13-Jan-2020 201 Views

Facebook celebrated its 10th anniversary with interesting feature; Look Back video, which facilitates users to gather together all their important memories associated in their account life from when they joined and presents them in a cheesy. Depends on from how long user has been on Facebook and how much user has shared, this feature facilitates to see a movie, a collection of photos or a thank you card. It has become great memorable feature loved by everyone. It brings together all scraps; pictures, status updates, life events in front of everyone who has linked with their social networking site in ...

Read More

Microsoft, Device Health for Windows 8.1

karthikeya Boyini
karthikeya Boyini
Updated on 13-Jan-2020 273 Views

Microsoft updated “Device Health” for Windows 8.1, aims to develop online security of Banking and Financial account section for users’ better operation. This update will observer and check the PC security status before user getting into the sensitive banking and financial transactions online.Device Health service is a Window based service, provides devices’ health information. After installation of this software, you will be encouraged to accept secure software usage practices to ensure that the certified e-commerce and online banking partners can offer better security, based on the data expected from Device Health.How to install Device Health?To install Device Health update, go ...

Read More

IntlChar getBidiPairedBracket() function in PHP

karthikeya Boyini
karthikeya Boyini
Updated on 31-Dec-2019 80 Views

The IntlChar getBidiPairedBracket() function is used to get the paired bracket character for the value val.SyntaxIntlChar::getBidiPairedBracket (val)Parametersval − An integer or character encoded as a UTF-8 string.ReturnThe IntlChar getBidiPairedBracket()function returns the mapped paired bracket.ExampleThe following is an example −OutputThe following is the output −int(15) string(1) ")" NULL string(1) "J"

Read More

IntlChar getUnicodeVersion() function in PHP

karthikeya Boyini
karthikeya Boyini
Updated on 31-Dec-2019 67 Views

The IntlChar getUnicodeVersion() function is used to get the Unicode version.Syntaxarray IntlChar::getUnicodeVersion ()ParametersNAReturnThe IntlChar getUnicodeVersion() function returns thearray containing the Unicode version number.ExampleThe following is an example −OutputThe following is the output −array(4) { [0]=> int(6) [1]=> int(3) [2]=> int(0) [3]=> int(0) }

Read More

IntlChar charType() function in PHP

karthikeya Boyini
karthikeya Boyini
Updated on 31-Dec-2019 85 Views

The IntlChar charType() function is used to get the general category value for the entered value.Syntaxint IntlChar::charType (val)Parametersval − An integer or character encoded as a UTF-8 string.ReturnThe IntlChar charType()function returns the following general category content −IntlChar::CHAR_CATEGORY_UNASSIGNEDIntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPESIntlChar::CHAR_CATEGORY_UPPERCASE_LETTERIntlChar::CHAR_CATEGORY_LOWERCASE_LETTERIntlChar::CHAR_CATEGORY_TITLECASE_LETTERIntlChar::CHAR_CATEGORY_MODIFIER_LETTERIntlChar::CHAR_CATEGORY_OTHER_LETTERIntlChar::CHAR_CATEGORY_NON_SPACING_MARKIntlChar::CHAR_CATEGORY_ENCLOSING_MARKIntlChar::CHAR_CATEGORY_COMBINING_SPACING_MARKIntlChar::CHAR_CATEGORY_DECIMAL_DIGIT_NUMBERIntlChar::CHAR_CATEGORY_LETTER_NUMBERIntlChar::CHAR_CATEGORY_OTHER_NUMBERIntlChar::CHAR_CATEGORY_SPACE_SEPARATORIntlChar::CHAR_CATEGORY_LINE_SEPARATORIntlChar::CHAR_CATEGORY_PARAGRAPH_SEPARATORIntlChar::CHAR_CATEGORY_CONTROL_CHARIntlChar::CHAR_CATEGORY_FORMAT_CHARIntlChar::CHAR_CATEGORY_PRIVATE_USE_CHARIntlChar::CHAR_CATEGORY_SURROGATEIntlChar::CHAR_CATEGORY_DASH_PUNCTUATIONIntlChar::CHAR_CATEGORY_START_PUNCTUATIONIntlChar::CHAR_CATEGORY_END_PUNCTUATIONIntlChar::CHAR_CATEGORY_CONNECTOR_PUNCTUATIONIntlChar::CHAR_CATEGORY_OTHER_PUNCTUATIONIntlChar::CHAR_CATEGORY_MATH_SYMBOLIntlChar::CHAR_CATEGORY_CURRENCY_SYMBOLIntlChar::CHAR_CATEGORY_MODIFIER_SYMBOLIntlChar::CHAR_CATEGORY_OTHER_SYMBOLIntlChar::CHAR_CATEGORY_INITIAL_PUNCTUATIONIntlChar::CHAR_CATEGORY_FINAL_PUNCTUATIONIntlChar::CHAR_CATEGORY_CHAR_CATEGORY_COUNTExampleThe following is an example −OutputThe following is the output −bool(false) bool(false) bool(false) bool(true) bool(true)

Read More

IntlChar tolower() function in PHP

karthikeya Boyini
karthikeya Boyini
Updated on 31-Dec-2019 96 Views

The IntlChar tolower() function converts the character into Unicode character lowercase.SyntaxIntlChar::tolower (val)Parametersval − An integer or character encoded as a UTF-8 string.ReturnThe IntlChar tolower() function returns the converted lowercas character. If the character is already in lowercase, the same character is returned.ExampleThe following is an example −OutputThe following is the output −string(1) "J" NULL string(1) "J" NULL

Read More

IntlChar isMirrored() function in PHP

karthikeya Boyini
karthikeya Boyini
Updated on 30-Dec-2019 77 Views

The IntlChar isMirrored()function is used to check whether the entered value contains Bidi_Mirrored property or not.Syntaxbool IntlChar::isMirrored (val)Parametersval − An integer or character encoded as a UTF-8 string.ReturnThe IntlChar isMirrored()function returns TRUE if the entered value has the Bidi_Mirrored propertyExampleThe following is an example −OutputThe following is the output −bool(true) bool(true) bool(false) bool(false)

Read More
Showing 1071–1080 of 1,421 articles
« Prev 1 106 107 108 109 110 143 Next »
Advertisements