task
stringlengths 12
101
| input
stringlengths 0
3.73k
| output
stringlengths 1
5.04k
| options
sequence | pageTitle
stringlengths 0
320
| outputColName
stringlengths 1
216
| url
stringlengths 14
211
| wdcFile
stringlengths 69
76
|
---|---|---|---|---|---|---|---|
6c654bde_Linux_Commands_by_SorgoNet_com__Area | [Command] switchdesk desktoptype [Description and/or Example] Changes the default desktop to anther (gnome, kde, wmaker, etc...). [Area] | X | [
[
"d",
"a",
"e",
"m",
"o",
"n",
"s"
],
[
"f",
"i",
"l",
"e",
"s"
],
[
"i",
"m",
"a",
"g",
"e"
],
[
"n",
"e",
"t",
"w",
"o",
"r",
"k"
],
[
"s",
"o",
"u",
"n",
"d"
],
[
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"s",
"y",
"t",
"e",
"m"
],
[
"t",
"i",
"m",
"e"
],
[
"u",
"s",
"e",
"r",
"s"
],
[
"X"
]
] | Linux Commands by SorgoNet.com | Area | http://www.sorgonet.com/linux/commands/index.php | 35/1438042990217.27_20150728002310-00173-ip-10-236-191-2_722760390_0.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IBLAS [Description] | Basic linear algebra subroutines. The methods present here are suitable for sparse matrices and iterative solvers, as such not all the Fortran BLAS methods have been implemented. Of particular note is the absence of matrix/matrix multiplication and triangular solvers. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IBlockAccessMatrix [Description] | Matrix consisting of sub-matrices | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IBlockAccessVector [Description] | Vector consisting of sub-vectors | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ICoordinateAccessMatrix [Description] | Matrix with access by row/column vectors | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDense [Description] | Dense matrix or vector. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDenseAccessVector [Description] | Vector with fast array access. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDenseColumnAccessMatrix [Description] | Matrix with fast dense column access. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDenseColumnRowAccessMatrix [Description] | Dense matrix with fast access to the whole structure, with column-major indices. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDenseRowAccessMatrix [Description] | Matrix with fast dense row access. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IDenseRowColumnAccessMatrix [Description] | Dense matrix with fast access to the whole structure, with row-major indices. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IElementalAccessMatrix [Description] | Matrix with elemental access operations. The block-wise operations will typically be faster than the elementwise operations, and the extractions methods present here are not likely to be as fast as the custom accessors the matrix may implement. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IElementalAccessVector [Description] | Vector with elemental access operations. The block-wise operations will typically be faster than the elementwise operations, and the extractions methods present here are not likely to be as fast as the custom accessors the vector may implement. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IElementalAccessZeroColumnMatrix [Description] | Matrix with elemental access and supporting zeroing of columns. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IElementalAccessZeroRowMatrix [Description] | Matrix with elemental access and supporting zeroing of rows. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IMatrix [Description] | Basic matrix interface. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IMatrixAccess [Description] | Data-access without index-access | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IShellMatrix [Description] | Matrix with external storage and custom matrix/vector product. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparse [Description] | Sparse matrix or vector. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparseAccessVector [Description] | Vector with a sparse view. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparseColumnAccessMatrix [Description] | Sparse matrix with fast column access. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparseColumnRowAccessMatrix [Description] | Sparse matrix with fast access to the whole structure, with column-major indices. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparseRowAccessMatrix [Description] | Sparse matrix with fast row-based access. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] ISparseRowColumnAccessMatrix [Description] | Sparse matrix with fast access to the whole structure, with row-major indices. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] Iteration [Description] | Tracks convergence of an iterative linear solver. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IVector [Description] | Basic vector interface | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IVectorAccess [Description] | Data-access without index-access. Note that matrices storing data as vectors may implement this interface, despite its name. | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IZeroColumnMatrix [Description] | Matrix supporting zeroing of columns | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
55fe294d__Numerics_LinearAlgebra_Sparse__Description | [Interface] IZeroRowMatrix [Description] | Matrix supporting zeroing of rows | [] | MathNet.Numerics.LinearAlgebra.Sparse | Description | http://nmath.sourceforge.net/doc/numerics/MathNet.Numerics.LinearAlgebra.Sparse.html | 35/1438042990217.27_20150728002310-00257-ip-10-236-191-2_171648330_3.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] White balance [third page] Live view [first page] | Shooting menu bank | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] Set Picture Control [third page] Multiple exposure [first page] | Reset shooting menu | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] Manage Picture Control [third page] Interval timer shooting [first page] | Active folder | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] Color space [first page] | File naming | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] Active D-Lighting [first page] | Image quality | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] Long exp. NR [first page] | Image size | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] High ISO NR [first page] | JPEG compression | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
98fe178a_s_Review___byThom___Thom_Hogan__first_page | [second page] ISO sensitivity settings [first page] | NEF (RAW) recording | [
[
"S",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u",
" ",
"b",
"a",
"n",
"k"
],
[
"R",
"e",
"s",
"e",
"t",
" ",
"s",
"h",
"o",
"o",
"t",
"i",
"n",
"g",
" ",
"m",
"e",
"n",
"u"
],
[
"A",
"c",
"t",
"i",
"v",
"e",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"F",
"i",
"l",
"e",
" ",
"n",
"a",
"m",
"i",
"n",
"g"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"q",
"u",
"a",
"l",
"i",
"t",
"y"
],
[
"I",
"m",
"a",
"g",
"e",
" ",
"s",
"i",
"z",
"e"
],
[
"J",
"P",
"E",
"G",
" ",
"c",
"o",
"m",
"p",
"r",
"e",
"s",
"s",
"i",
"o",
"n"
],
[
"N",
"E",
"F",
" ",
"(",
"R",
"A",
"W",
")",
" ",
"r",
"e",
"c",
"o",
"r",
"d",
"i",
"n",
"g"
]
] | Nikon D300 & D300s Review | byThom | Thom Hogan | first page | http://www.dslrbodies.com/cameras/current-nikon-dslr-reviews/nikon-d300--d300s-review.html | 35/1438044271733.81_20150728004431-00328-ip-10-236-191-2_412144338_4.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] CAN or MOD [Meaning] | Cancelled or Modified Passenger | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] CNF or Confirmed [Meaning] | Confirmed Booking | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] RAC [Meaning] | Reservation Against Cancellation | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] WL # [Meaning] | Wait List Number | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] RL-WL [Meaning] | Remote Location Waiting List | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] GNWL [Meaning] | General Waiting List | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] PQWL [Meaning] | Pooled Quota Wait List | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] REGRET/WL [Meaning] | Bookings / Reservations are closed | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
1ba5192e_tatus___Check_IRCTC_PNR_Status__Meaning | [Symbol] RELEASED [Meaning] | Reservation Not Cancelled but Alternative Accommodation is Provided | [] | PNR Status | Check IRCTC PNR Status | Meaning | http://pnrstatusonline.in/ | 35/1438042990217.27_20150728002310-00061-ip-10-236-191-2_185989830_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] extend_cache [Function] | Extend Cache | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] collapse_whitespace [Function] | Collapse Whitespace | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] combine_css [Function] | Combine CSS | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] move_css_to_head [Function] | Move CSS to HEAD | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] elide_attributes [Function] | Elide Attributes | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
6dc56663_Classic_Hosting___GoDaddy_Help__Function | [pagespeed.conf Code] remove_comments [Function] | Remove Comments | [
[
"E",
"x",
"t",
"e",
"n",
"d",
" ",
"C",
"a",
"c",
"h",
"e"
],
[
"C",
"o",
"l",
"l",
"a",
"p",
"s",
"e",
" ",
"W",
"h",
"i",
"t",
"e",
"s",
"p",
"a",
"c",
"e"
],
[
"C",
"o",
"m",
"b",
"i",
"n",
"e",
" ",
"C",
"S",
"S"
],
[
"M",
"o",
"v",
"e",
" ",
"C",
"S",
"S",
" ",
"t",
"o",
" ",
"H",
"E",
"A",
"D"
],
[
"E",
"l",
"i",
"d",
"e",
" ",
"A",
"t",
"t",
"r",
"i",
"b",
"u",
"t",
"e",
"s"
],
[
"R",
"e",
"m",
"o",
"v",
"e",
" ",
"C",
"o",
"m",
"m",
"e",
"n",
"t",
"s"
]
] | Which mod_pagespeed functions do you support? | Web & Classic Hosting - GoDaddy Help | Function | https://www.godaddy.com/help/which-mod-pagespeed-functions-do-you-support-6432 | 35/1438042990217.27_20150728002310-00146-ip-10-236-191-2_897560143_0.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] pwd [Description] Name of the toolbox. [Parameter] | toolbox_name | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] 'install.m' [Description] Name of the installation script. This will be the name of the resulting file and the command for the installation. [Parameter] | install_file | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] 'tbclean.m' [Description] Name of the deinstall script. Will be automatically created, if it does not exist. Removes all files, folders of the toolbox as the entries in the startup.m file. [Parameter] | deinstall_file | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] Old toolbox folders. Sometimes toolboxes changes their names, but their old versions should be found and removed too. [Parameter] | old_dirs | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] The root folder where the toolbox folder will be created. The default is the location of the startup.m file ($USER$/matlab or $MATLABROOT$/toolbox). [Parameter] | install_path | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] toolbox_name [Description] The name of the folder in which the toolbox files will be extracted (Unix). [Parameter] | install_dirUNIX | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] install_dirUNIX [Description] The name of the folder in which the toolbox files will be extracted (PC). [Parameter] | install_dirPC | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Default] pwd [Description] Folder with the origin toolbox. [Parameter] | src_dir | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] A file, in which a line with the version number of the toolbox is included. This line can be either % Version: Number or using the CVS keyword % $Revision: Number$. [Parameter] | version_file | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] Alternatively, a version number can be given explicitely. [Parameter] | version_number | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] The release number of the toolbox. [Parameter] | release | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
e6007db7_epaper__Makeinstall_for_Matlab__Parameter | [Description] Further information, which will be displayed as the last message after installation. [Parameter] | infostring | [] | Whitepaper: Makeinstall for Matlab | Parameter | http://www.agnld.uni-potsdam.de/~marwan/6.download/whitepaper_makeinstall.html | 35/1438042989443.69_20150728002309-00043-ip-10-236-191-2_278561229_1.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] E Horizontally aligns the centers of the selected objects [Align Bottom] | Align Centers Horizontally | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] C Vertically aligns the centers of the selected objects [Align Bottom] | Align Centers Vertically | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] L Aligns selected objects to the left [Align Bottom] | Align Left | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] R Aligns selected objects to the right [Align Bottom] | Align Right | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Alt+F12 Aligns text to the baseline [Align Bottom] | Align To Baseline | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] T Aligns selected objects to the top [Align Bottom] | Align Top | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] I Draws curves and applies Preset, Brush, Spray, Calligraphic or Pressure Sensitive effe [Align Bottom] | Artistic Media | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+PgDn Back One [Align Bottom] | Back One | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+K Breaks apart the selected object [Align Bottom] | Break Apart | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+B Brightness/Contrast/Intensity… [Align Bottom] | Brightness/Contrast/Intensity | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Enter Brings up the Property Bar and gives focus to the first visible item that can be tabbed to [Align Bottom] | Bring up Property Bar | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] P Aligns the centers of the selected objects to page [Align Bottom] | Center to Page | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+T Character Formatting [Align Bottom] | Character Formatting | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Shift+B Color Balance [Align Bottom] | Color Balance… | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+L Combines the selected objects [Align Bottom] | Combine | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+F9 Opens the Contour Docker Window [Align Bottom] | Contour | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+F8 Converts artistic text to paragraph text or vice versa [Align Bottom] | Convert | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Shift+Q Converts an outline to an object [Align Bottom] | Convert Outline To Object | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Q Converts the selected object to a curve [Align Bottom] | Convert To Curves | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+C Copies the selection and places it on the Clipboard [Align Bottom] | Copy | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Insert Copies the selection and places it on the Clipboard [Align Bottom] | Copy | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+X Cuts the selection and places it on the Clipboard [Align Bottom] | Cut | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+Delete Cuts the selection and places it on the Clipboard [Align Bottom] | Cut | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Delete Deletes the selected object(s) [Align Bottom] | Delete | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+B Distributes selected objects to the bottom [Align Bottom] | Distribute Bottom | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+E Horizontally Distributes the centers of the selected objects [Align Bottom] | Distribute Centers Horizontally | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+C Vertically Distributes the centers of the selected objects [Align Bottom] | Distribute Centers Vertically | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+L Distributes selected objects to the left [Align Bottom] | Distribute Left | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+R Distributes selected objects to the right [Align Bottom] | Distribute Right | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+P Horizontally Distributes the space between the selected [Align Bottom] | Distribute Spacing Horizontally | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+A Vertically Distributes the space between the selected objects [Align Bottom] | Distribute Spacing Vertically | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Shift+T Distributes selected objects to the top [Align Bottom] | Distribute Top | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+D Duplicates the selected object(s) and offsets by a specified amount [Align Bottom] | Duplicate | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] + Duplicates the selected object(s) at their current location [Align Bottom] | Duplicate In Place | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Alt+Shift+D Shows or hides the Dynamic Guides (toggle) [Align Bottom] | Dynamic Guides | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
96b0d4f3_nging_Objects____Anastasiia_Ku__Align_Bottom | [B] Ctrl+Shift+T Opens the Edit Text dialog box [Align Bottom] | Edit Text… | [] | Shortcut keys for CorelDRAW (Arranging Objects) | Anastasiia Ku | Align Bottom | http://anastasiia-ku.com/2011/01/11/shortcut-keys-for-coreldraw-arranging-objects/ | 35/1438042990217.27_20150728002310-00296-ip-10-236-191-2_9515814_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.