task
stringlengths 12
101
| input
stringlengths 0
6.4k
| output
stringlengths 1
6.03k
| options
list | pageTitle
stringlengths 0
632
| outputColName
stringlengths 1
710
| url
stringlengths 15
288
| wdcFile
stringlengths 66
75
|
---|---|---|---|---|---|---|---|
747b0392__5_1___Postgres_OnLine_Journal__Microsoft_SQL_Server_2008 | [Feature] Query Planner for complex queries (like doing correlated joins, lots of joins, lots of aggregates etc)-- the thing that figures out how to navigate data based on SQL Statement and histograms and stuff. This is off the cuff rating and varies based on kinds of queries you write. For the joe blow blog or CMS or plain read SELECt ... FROM, this is probably not important and all 3 will perform adequately. We do a lot of statistical and financial apps where ability to run complex queries against millions of records in under 5 seconds is important. [MySQL 5.1] Sucks Okay this was a spatial analysis and we can argue why beat a dead horse. But this is just a bounding box query. [PostgreSQL 8.4] Best. PostgreSQL doesn't support parallel processing out of the box, but supports shared reads and with GridSQL (which we haven't tried), you do get parallelism [Microsoft SQL Server 2008] | Moderate (but supports parallel processing out of the box). | []
| Cross Compare of PostgreSQL 8.4, SQL Server 2008, MySQL 5.1 - Postgres OnLine Journal | Microsoft SQL Server 2008 | http://www.postgresonline.com/journal/index.php?/archives/130-Cross-Compare-of-PostgreSQL-8.4,-SQL-Server-2008,-MySQL-5.1.html | 19/1438042988650.6_20150728002308-00230-ip-10-236-191-2_654981401_1.json |
747b0392__5_1___Postgres_OnLine_Journal__Microsoft_SQL_Server_2008 | [Feature] FullText Engine - all 3 have it, but we don't feel right comparing since we haven't used each enough to make an authoritative comparison. Its annoying there is no set standard for doing Full Text SQL queries [MySQL 5.1] Yes [PostgreSQL 8.4] Yes [Microsoft SQL Server 2008] | Yes | []
| Cross Compare of PostgreSQL 8.4, SQL Server 2008, MySQL 5.1 - Postgres OnLine Journal | Microsoft SQL Server 2008 | http://www.postgresonline.com/journal/index.php?/archives/130-Cross-Compare-of-PostgreSQL-8.4,-SQL-Server-2008,-MySQL-5.1.html | 19/1438042988650.6_20150728002308-00230-ip-10-236-191-2_654981401_1.json |
747b0392__5_1___Postgres_OnLine_Journal__Microsoft_SQL_Server_2008 | [Feature] Sequences /Auto Number [MySQL 5.1] Yes - via AUTO_INCREMENT of int field [PostgreSQL 8.4] Yes - via serial data type or defaulting to next Sequence of existing sequence object - this is better than MySQL and SQL Server simple auto_increment feature. The reason it is better is that you can use the same sequence object for multiple tables and you can have more than one per table. In the past PostgreSQL sequence was a pain but now you just create it with data type serial if you want it to behave like SQL Server and MySQL and it will automatically drop the sequence if you drop the table it is bound to. [Microsoft SQL Server 2008] | Yes - via IDENTITY property of int field | []
| Cross Compare of PostgreSQL 8.4, SQL Server 2008, MySQL 5.1 - Postgres OnLine Journal | Microsoft SQL Server 2008 | http://www.postgresonline.com/journal/index.php?/archives/130-Cross-Compare-of-PostgreSQL-8.4,-SQL-Server-2008,-MySQL-5.1.html | 19/1438042988650.6_20150728002308-00230-ip-10-236-191-2_654981401_1.json |
747b0392__5_1___Postgres_OnLine_Journal__Microsoft_SQL_Server_2008 | [Feature] Transactional DDL - ability to rollback CREATE, ALTER etc statements [MySQL 5.1] No [PostgreSQL 8.4] Yes - see this comparative analysis [Microsoft SQL Server 2008] | Yes (I couldn't find any documentation on this, but I tested it and it correctly rolls back). There is a caveat that can't roll back DDL within a DDL trigger. | []
| Cross Compare of PostgreSQL 8.4, SQL Server 2008, MySQL 5.1 - Postgres OnLine Journal | Microsoft SQL Server 2008 | http://www.postgresonline.com/journal/index.php?/archives/130-Cross-Compare-of-PostgreSQL-8.4,-SQL-Server-2008,-MySQL-5.1.html | 19/1438042988650.6_20150728002308-00230-ip-10-236-191-2_654981401_1.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 0 - 50 [Air Pollution Level] Good [Health Implications] | Air quality is considered satisfactory, and air pollution poses little or no risk | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 51 -100 [Air Pollution Level] Moderate [Health Implications] | Air quality is acceptable; however, for some pollutants there may be a moderate health concern for a very small number of people who are unusually sensitive to air pollution. | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 101-150 [Air Pollution Level] Unhealthy for Sensitive Groups [Health Implications] | Members of sensitive groups may experience health effects. The general public is not likely to be affected. | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 151-200 [Air Pollution Level] Unhealthy [Health Implications] | Everyone may begin to experience health effects; members of sensitive groups may experience more serious health effects | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 201-300 [Air Pollution Level] Very Unhealthy [Health Implications] | Health warnings of emergency conditions. The entire population is more likely to be affected. | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
83d3eaef__PM2_5_Air_Quality_Index__AQI___Health_Implications | [AQI] 300+ [Air Pollution Level] Hazardous [Health Implications] | Health alert: everyone may experience more serious health effects | []
| Yashio, Shinagawa, Tokyo, Japan Air Pollution: Real-time PM2.5 Air Quality Index (AQI) | Health Implications | http://aqicn.org/city/japan/shinagawaku/shinagawakuyashio/ | 19/1438042988650.6_20150728002308-00292-ip-10-236-191-2_10306834_25.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] percentage_complete [Field] | %Complete | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] alias [Field] | Alias | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] assigned_to, assignee, owner [Field] | Assignee | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] assigned_to_realname [Field] | Assignee Real Name | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] attachmentdata, attachdata [Field] | Attachment data | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] attachmentdesc, attachment, attachdesc [Field] | Attachment description | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] attachmentmimetype, attachmimetype [Field] | Attachment mime type | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] blocked [Field] | Blocks | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] bug_id [Field] | Bug ID | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_gccbuild [Field] | Build | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cc [Field] | CC | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] delta_ts [Field] | Changed | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] classification [Field] | Classification | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] description, longdesc, comment [Field] | Comment | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] comment_tag [Field] | Comment Tag | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] commenter [Field] | Commenter | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] component [Field] | Component | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] content [Field] | Content | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] creation_ts [Field] | Creation date | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] days_elapsed [Field] | Days since bug changed | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] deadline [Field] | Deadline | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] dependson [Field] | Depends on | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] everconfirmed [Field] | Ever confirmed | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] requestee [Field] | Flag Requestee | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] setter [Field] | Flag Setter | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] flag [Field] | Flags | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] group [Field] | Group | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] platform [Field] | Hardware | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_gcchost [Field] | Host | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] remaining_time [Field] | Hours Left | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] work_time [Field] | Hours Worked | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] keywords, kw [Field] | Keywords | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_known_to_fail [Field] | Known to fail | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_known_to_work [Field] | Known to work | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_reconfirmed_on [Field] | Last reconfirmed | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] last_visit_ts [Field] | Last Visit | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] estimated_time [Field] | Orig. Est. | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] op_sys, os [Field] | OS | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] tag [Field] | Personal Tags | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] priority [Field] | Priority | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] product [Field] | Product | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] qa_contact [Field] | QA Contact | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] qa_contact_realname [Field] | QA Contact Real Name | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] reporter [Field] | Reporter | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] reporter_realname [Field] | Reporter Real Name | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] resolution [Field] | Resolution | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] see_also [Field] | See Also | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] severity [Field] | Severity | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] status [Field] | Status | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] short_desc, summary [Field] | Summary | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] cf_gcctarget [Field] | Target | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] target_milestone, milestone [Field] | Target Milestone | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] owner_idle_time [Field] | Time Since Assignee Touched | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] url [Field] | URL | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] version [Field] | Version | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] votes [Field] | Votes | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
bfd5cd73_GCC_Bugzilla_QuickSearch__Field | [Field Name(s) For Search] whiteboard, sw [Field] | Whiteboard | []
| GCC Bugzilla QuickSearch | Field | https://gcc.gnu.org/bugzilla/page.cgi?id=quicksearch.html | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_877203143_0.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \a [Meaning] Produces an audible or visible alert. [Name] | Alert | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \b [Meaning] Moves the cursor back one position (non-destructive). [Name] | Backspace | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \f [Meaning] Moves the cursor to the first position of the next page. [Name] | Form Feed | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \n [Meaning] Moves the cursor to the first position of the next line. [Name] | New Line | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \r [Meaning] Moves the cursor to the first position of the current line. [Name] | Carriage Return | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \t [Meaning] Moves the cursor to the next horizontal tabular position. [Name] | Horizontal Tab | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
9380b8fc_C_Guide__1_1_Characters__Name | [Escape Sequence] \v [Meaning] Moves the cursor to the next vertical tabular position. [Name] | Vertical Tab | [
[
"A",
"l",
"e",
"r",
"t"
],
[
"B",
"a",
"c",
"k",
"s",
"p",
"a",
"c",
"e"
],
[
"F",
"o",
"r",
"m",
" ",
"F",
"e",
"e",
"d"
],
[
"N",
"e",
"w",
" ",
"L",
"i",
"n",
"e"
],
[
"C",
"a",
"r",
"r",
"i",
"a",
"g",
"e",
" ",
"R",
"e",
"t",
"u",
"r",
"n"
],
[
"H",
"o",
"r",
"i",
"z",
"o",
"n",
"t",
"a",
"l",
" ",
"T",
"a",
"b"
],
[
"V",
"e",
"r",
"t",
"i",
"c",
"a",
"l",
" ",
"T",
"a",
"b"
]
]
| C Guide--1.1 Characters | Name | https://www-s.acm.illinois.edu/webmonkeys/book/c_guide/1.1.html | 19/1438042985140.15_20150728002305-00028-ip-10-236-191-2_896209061_2.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] EX [1] Extinct(絕種) [2] | 已經死清光。 | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] EW [1] Extinct in the wild(野外已絕種) [2] | 自然界再見唔到野生種群,但響其他區域可以見到 | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] CR [1] Critically Endangered [2] | The species is in imminent risk of extinction in the wild. | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] EN [1] 瀕危 [2] | 指物種極有好大機會喺野外絕種 | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] VU [1] Vulnerable [2] | The species is facing a high risk of extinction in the wild. | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] NT [1] Near Threatened [2] | The species does not meet any of the criteria that would categorise it as risking extinction but it is likely to do so in the future. | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] LC [1] Least Concern(最唔使理) [2] | 無絕種危險 | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
fc119f61_北美洲哺乳動物___維基百科_自由嘅百科全書__2 | [0] DD [1] Data Deficient(缺乏數據) [2] | 對嗰種動物嘅數目資料缺乏 | []
| 北美洲哺乳動物 - 維基百科,自由嘅百科全書 | 2 | http://zh-yue.wikipedia.org/wiki/%E5%8C%97%E7%BE%8E%E6%B4%B2%E5%93%BA%E4%B9%B3%E5%8B%95%E7%89%A9 | 19/1438042985140.15_20150728002305-00255-ip-10-236-191-2_864769438_1.json |
5431d786_ShakeMap_Background__Description | [Code] VL [Description] | low gain channels on the analog network | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] VH [Description] | high gain channels on the analog network | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] AS [Description] | FBA's on the analog network | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] HL [Description] | FBA's on the digital network | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] HN [Description] | FBA's on the digital network | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] BH [Description] | broadband data streams | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
5431d786_ShakeMap_Background__Description | [Code] HH [Description] | broadband data streams | []
| ShakeMap Background | Description | http://earthquake.usgs.gov/research/shakemap/ | 19/1438042988650.6_20150728002308-00108-ip-10-236-191-2_77594848_0.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] Success [Ruby equivalent] | MiiApiCallStatus.SUCCESS | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] AccessRevoked [Ruby equivalent] | MiiApiCallStatus.ACCESS_REVOKED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] UserSubscriptionLapsed [Ruby equivalent] | MiiApiCallStatus.USER_SUBSCRIPTION_LAPSED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] TransactionalSupportDisabled [Ruby equivalent] | MiiApiCallStatus.TRANSATIONAL_SUPPORT_DISABLED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] DevelopmentTransactionalSupportOnly [Ruby equivalent] | MiiApiCallStatus.DEVELOPMENT_TRANSACTIONAL_SUPPORT_ONLY | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] InvalidSnapshotId [Ruby equivalent] | MiiApiCallStatus.INVALID_SNAPSHOT_ID | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] Blacklisted [Ruby equivalent] | MiiApiCallStatus.BLACKLISTED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] ProductDisabled [Ruby equivalent] | MiiApiCallStatus.PRODUCT_DISABLED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] ProductDeleted [Ruby equivalent] | MiiApiCallStatus.PRODUCT_DELETED | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
43a849c9_Ruby_Gem___miiCard__Ruby_equivalent | [API data-type property] Exception [Ruby equivalent] | MiiApiCallStatus.EXCEPTION | []
| Ruby Gem | miiCard | Ruby equivalent | http://www.miicard.com/for/developers/libraries-components/ruby-gem | 19/1438044160065.87_20150728004240-00323-ip-10-236-191-2_594974603_6.json |
1485598d_Waypoint_s_Halo_Bulletins__v2_Settings | [Mode] Teams [v2 Settings] | 4 vs. 4 | [
[
"4",
" ",
"v",
"s",
".",
" ",
"4"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"t",
" ",
"u",
"p",
"o",
"n",
" ",
"g",
"a",
"m",
"e",
" ",
"t",
"y",
"p",
"e"
],
[
"G",
"a",
"m",
"e",
" ",
"L",
"o",
"a",
"d",
"o",
"u",
"t"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"A",
"l",
"l",
"y",
" ",
"M",
"o",
"v",
"e",
"m",
"e",
"n",
"t"
],
[
"E",
"n",
"a",
"b",
"l",
"e",
"d"
]
]
| Waypoint's Halo Bulletins | v2 Settings | http://halo.bungie.org/halobulletins/85 | 19/1438042985140.15_20150728002305-00049-ip-10-236-191-2_107232759_2.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.