Queries to retrieve details about tables, columns etc using the information_schema table.
The Kolbe A Index is an assesment designed to measure a person's method of operations, his way of doing things. It is divided into four action modes: Fact Finder, Follow Thru, Quick Start and Implementor. My strengths:
- Fact Finder - Explain How one gathers and shares information.
I deal with information by getting the essential facts, asking for specifics and filling in missing information. - Follow Thru - Systematize How one organizes.
I am systematic. I like to get closure on a task before moving on. - Quick Start - Stabalize How one deals with risk and uncertainty.
I stick with what already works. I fit new things into the existing picture. - Implementor - Restore How one handles space and tangibles.
I protect what has been built and fix things that break.
"You’re highly dependable at providing comprehensive methods for monitoring activity. Others can count on you to plan thoroughly,
These coding samples are simple enough to be understood easily but are also sophisticated enough for an in-depth discussion. They represent a range of technologies and platforms.
https://github.com/daveqr/nlp-lib
This is a demonstration of a rudimentary natural language processing library.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.davedaniels.levelup.exercises; | |
| public class ProjectEuler { | |
| /** | |
| * See Project Euler's <a href="http://projecteuler.net/problem=1">Multiples of 3 and 5</a> exercise. | |
| * | |
| * @param limit the upper value | |
| * @return the sum of all the multiples of 3 or 5 below n |