(Sridhar Poduri) In this article I’ll show how to use the C++ REST SDK to build a simple Windows-based client application that uploads a file to Dropbox, along with a standard C++ class that supports OAuth.
Author: SSWUG Research
Regular Expressions: (4) Dealing with Digits
(Ged Mead) Because there are so many options available when it comes to creating a pattern for a regular expression, it’s tempting to try and dazzle your audience with clever little (or usually not-so-little) patterns that let you pluck out mind-boggling combinations of characters from an input stri
Simple XML parsing
(Rajesh Rajaram) All the beginners have a confusion on using XML parsing methods like Pull, DOM or SAX. Follow the below simple customized method to parser your XML string. No need to use any parsing methods.
Get An Input Element’s Type with jQuery
(Tom McFarlin) In a recent project, I’ve been working with large groups of input elements, and the course of action that’s taken depends on the type of element that raises the event.
Configuring RADIUS for secure ID authentication in WebSphere DataPower
(Will K. Liao) This article provides Remote Authentication Dial-In User Service (RADIUS) client setup and AAA configuration on WebSphere DataPower, which authenticates users with RSA SecurID key fob token codes through the WS-Trust protocol. The article describes how to configure the RADIUS integrat
Another reason why SQL_SLAVE_SKIP_COUNTER is bad in MySQL
(Jervin Real) It is everywhere in the world of MySQL that if your replication is broken because an event caused a duplicate key or a row was not found and it cannot be updated or deleted, then you can use ‘ STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE; ’ and be done with it. In some
Creating Custom Color Palettes in SSRS Charts
(Jes Schultz Borland) Charts in SSRS are invaluable – they allow you to view data graphically. It is much easier to tell a story with pictures than with text and numbers.
Oracle Database 12c: Find most valuable player using MATCH_RECOGNIZE in SQL
(Lucas Jellema) One of the very nice new features in SQL in Oracle Database 12c is the MATCH_RECOGNIZE operator. MATCH_RECOGNIZE adds a facility for spotting patterns in records. This allows us to locate records that are part of some kind of pattern relative to other records. It does sound similar t
Global Index Maintenance – Pre 12c (Unwashed and Somewhat Slightly Dazed)
(Richard Foote) Before I discuss another Oracle Database 12c new feature, Asynchronous Global Index Maintenance, thought it might be worthwhile discussing how Global Indexes were handled prior to 12c.
How to quickly build standby database and setup DataGuard configuration using Oracle 12c
(Marcin Przepiorowski) With every release of Oracle database there are new possibilities to build a required solution (ex. standby database) faster and with fewer steps. This is not official guide but rather a mix of Oracle 12c functionality used to build DataGuard configuration using RMAN and DataG
