Merge pull request #3280 from 122131/trailing-whitespaces-fix

Trailing whitespaces fix
master
Zaahir Moolla 2016-06-23 17:06:53 -04:00 committed by GitHub
commit a828108edb
12 changed files with 24 additions and 24 deletions

View File

@ -88,7 +88,7 @@
"val": "Computes the cross product of two or more relations"
},
{
"key": "CUBE alias BY CUBE(exp1, exp2, ...) ",
"key": "CUBE alias BY CUBE(exp1, exp2, ...)",
"val": "It computes aggregates for all possbile combinations of specified group by dimensions"
},
{
@ -132,7 +132,7 @@
"val": "Limits the number of output tuples"
},
{
"key": "LOAD 'data' \\[USING function\\] \\[AS schema\\] ",
"key": "LOAD 'data' \\[USING function\\] \\[AS schema\\]",
"val": "Loads data from the file system"
},
{

View File

@ -82,7 +82,7 @@
"val": "Remove all data from a table"
},
{
"key": "INSERT INTO table_name ( column_name, column_name...) VALUES ( value, value ... ) USING option AND option ",
"key": "INSERT INTO table_name ( column_name, column_name...) VALUES ( value, value ... ) USING option AND option",
"val": "Add or update columns. option is one of: TIMESTAMP microseconds, TTL seconds"
},
{

View File

@ -28,7 +28,7 @@
},
{
"key":"as",
"val":" Use the as operator to perform certain type of conversions between compatible reference types or nullable types. "
"val":" Use the as operator to perform certain type of conversions between compatible reference types or nullable types."
},
{
"key":"base",
@ -36,7 +36,7 @@
},
{
"key":"break",
"val":"The break statement terminates the closest enclosing loop or switch statement in which it appears. "
"val":"The break statement terminates the closest enclosing loop or switch statement in which it appears."
},
{
"key":"try-catch",
@ -48,7 +48,7 @@
},
{
"key":"const",
"val":"The const keyword to declare a constant field or a constant local. Constant fields and locals aren't variables and may not be modified. "
"val":"The const keyword to declare a constant field or a constant local. Constant fields and locals aren't variables and may not be modified."
},
{
"key":"delegate",
@ -76,7 +76,7 @@
},
{
"key":"implicit",
"val":"The implicit keyword is used to declare an implicit user-defined type conversion operator. "
"val":"The implicit keyword is used to declare an implicit user-defined type conversion operator."
},
{
"key":"in",
@ -272,7 +272,7 @@
},
{
"key":"#pragma",
"val":"#pragma gives the compiler special instructions for the compilation of the file in which it appears. "
"val":"#pragma gives the compiler special instructions for the compilation of the file in which it appears."
}
],
"Compiler Options":[

View File

@ -28,7 +28,7 @@
},
{
"key": "FileOutputStream out = \nnew FileOutputStream(\"outagain.txt\",true);",
"val": "This form of the constructor appends data you write instead of overwriting old data. "
"val": "This form of the constructor appends data you write instead of overwriting old data."
},
{
"key": "Methods: read() ; write(int b) or \nwrite(byte\\[\\] b)",
@ -42,7 +42,7 @@
},
{
"key": "FileWriter outputStream = \nnew FileWriter(\"characteroutput.txt\");",
"val": "Writes to file in terms of 16 bits. "
"val": "Writes to file in terms of 16 bits."
},
{
"key": "FileWriter outputStream = new FileWriter\n(\"characteroutput.txt\",true);",
@ -87,7 +87,7 @@
"val": "Character I/O usually occurs in bigger units than single characters. The BufferedReader and PrintWriter classes can be used for line oriented reading and writing of a file."
},
{
"key" : "Methods- readLine() ; println(String line) ",
"key" : "Methods- readLine() ; println(String line)",
"val" : "Used to read and write a line at a time. EOF is detected when value read is null."
}
]

View File

@ -111,7 +111,7 @@
},
{
"key": "Simulation",
"val": "To simulate the completed circuit Click on Simulate/Run or F5. This feature can also be accessed from the toolbar "
"val": "To simulate the completed circuit Click on Simulate/Run or F5. This feature can also be accessed from the toolbar"
}
],

View File

@ -39,7 +39,7 @@
}],
"Execute": [{
"val": "Runs the program.",
"key": ". / \\[filename\\] "
"key": ". / \\[filename\\]"
}]
}
}

View File

@ -106,7 +106,7 @@
},
{
"val": "first class module",
"key": "let m = (module M : Sg) "
"key": "let m = (module M : Sg)"
},
{
"val": "from first class module",
@ -149,7 +149,7 @@
{
"val": "anonymous function",
"key": "List.iter (fun x -> e) l "
"key": "List.iter (fun x -> e) l"
},
{

View File

@ -20,7 +20,7 @@
"Process Basics": [
{
"key": "ps auxww -H",
"val": "All processes, with params + hierarchy "
"val": "All processes, with params + hierarchy"
},
{
"key": "pgrep -fl ruby",
@ -54,7 +54,7 @@
},
{
"key": "ps aux --sort=-resident|head -11",
"val": "List the top 10 memory hogs "
"val": "List the top 10 memory hogs"
},
{
"key": "kern.log syslog",
@ -90,7 +90,7 @@
},
{
"key": "while true;do ruby ghetto.rb;done",
"val": "Run something forever "
"val": "Run something forever"
}
],
"Network": [
@ -100,7 +100,7 @@
},
{
"key": "ip addr\/ifconfig",
"val": "Get IP/Ethernet info "
"val": "Get IP/Ethernet info"
},
{
"key": "host <ip-address>",

View File

@ -83,7 +83,7 @@
"val":"Remove one package and install another"
},{
"key":"erase",
"val":"Erase a package (and possibly dependencies) from "
"val":"Erase a package (and possibly dependencies) from"
},{
"key":"groupinstall",
"val":"Install all packages in the selected group"
@ -93,7 +93,7 @@
"val":"Display enabled software repositories"
},{
"key":"repoinfo",
"val":"Display information about enabled yum repositories "
"val":"Display information about enabled yum repositories"
},{
"key":"repo-pkgs",
"val":"Work with packages in a particular repository"

View File

@ -92,7 +92,7 @@
},
{
"key": "LABEL",
"val": "Specifies a label for a SAS data set "
"val": "Specifies a label for a SAS data set"
},
{
"key": "OBS",

View File

@ -240,7 +240,7 @@
"val": "Cycle Between Opened Editors"
}, {
"key": "[Ctrl] [\\\\]",
"val": "Split Editor "
"val": "Split Editor"
}, {
"key": "[Ctrl] [1]",
"val": "Focus into Left Hand Editor"

View File

@ -33,7 +33,7 @@
"key": "-6, --force-ipv6",
"val": " Make all connections via IPv6"
}, {
"key": "--source-address IP ",
"key": "--source-address IP",
"val": "Client-side IP address to bind to"
}],
"Video Selection": [{