New Sharing Controls for Google Drive

Brandon JonesNews and Updates, Technical TipsLeave a Comment

Google Drive sharing options

Security in almost always on the mind of businesses today, but so is collaboration and efficiency. Those three things collide in the cloud and now Google for Work has addressed some of these concerns with their new sharing settings for Google Drive. Check out the video below and visit the Google for Work Blog for more information. [youtube]https://www.youtube.com/watch?v=hdVVukQJWdA[/youtube]

Valentine’s Day Word Cloud using Oracle’s Distribution of R

Brandon JonesBig Data & BI, Oracle, Technical TipsLeave a Comment

Red Rose

We hope you had a great Valentine’s Weekend! Whether you did or not, we knew people on twitter were talking about the big day so we thought we’d do some analysis. Check out how we made this word cloud using Oracle’s Distribution of R to pull Valentine’s Day tweets from Twitter. Once you have Oracle’s Distribution of R running, you must first install the necessary packages. > install.packages(c(“devtools”, “rjson”, “bit64”, “httr”))> install.packages(c(“devtools”, “rjson”, “bit64”, “httr”)) > install_github("twitteR", username="geoffjentry")> install_github("twitteR", username="geoffjentry") Then, you must load the correct libraries. > library(devtools) > library(tm) > library(wordcloud) > library(twitteR)> library(devtools) > library(tm) > library(wordcloud) > … Read More

SQL Developer Multi-Cursor Editing

AshokTechnical TipsLeave a Comment

Yes! The new multi-cursor editing feature in Oracle SQL Developer 4.1+ is awesome. Especially with SQL queries. Now there is little excuse to follow (and correct) good SQL coding standards like prefixing columns with a proper table alias. The SQL logging is also quite nice. Enjoy the below video showing how it works and happy coding! [youtube]https://www.youtube.com/watch?v=LFMqTvvslN8[/youtube]

What is Oracle Fusion Middleware?

Brandon JonesOracleLeave a Comment

What is Oracle Fusion Middleware?

This post is the answer by a Partner at M&S, Ashok Aggarwal, to a question posted on Quora.com. It answers some of the questions that we commonly hear, so we thought we would post it here as well. We hope it helps. I have been working with Oracle Fusion Middleware (OFM), and the offerings from Oracle within OFM since before Oracle branded it all Oracle Fusion Middleware (which was indeed before both the Sun and BEA acquisitions). And I anticipate I will continue to work with it all even after the name has changed. (I already often drop the word … Read More

What I Learned From Oracle’s BIWA Summit 2015 (Perspective from a Consulting Intern)

Brian BurdiEvents, Industry Trends, News and Updates, Oracle1 Comment

Our Big Data Team, here at M&S, packed up their bags and headed to San Francisco last week for the 2015 Oracle Business Intelligence Warehousing and Analytics Summit. Some of the major topics discussed included: Internet of Things (IoT), Big Data, and Advanced Analytics. The Internet of Things (IoT) is at the peak of Gartner’s Hype Cycle. It is becoming increasingly talked about and there are predictions of billions and billions of sensors by 2020. But what exactly is IoT? IoT involves embedded computing devices interconnected with existing internet infrastructure, such as, wearables and connected cars. Why the hype right … Read More

Presidential State of the Union Sentiment Analysis

Brandon JonesOfferingsLeave a Comment

State of the Union Speech Analysis 2015 Barak Obama

Sentiment analysis is a hot technology in marketing. This analysis parses comments and feedback left on corporate and social media sites and attempts to discern the tone or attitude expressed by the commenter. For example, reviews and comments about a company’s product such as “I love these shoes” represent a strong positive statement about how the customer feels about that product. The challenge is that the comments are just free-form text in English which computers traditionally had a hard time deciphering. M&S Big Data thought it would be interesting to apply this sentiment analysis to our Presidents. As a start … Read More