Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
struct<Content-Length: string, Content-Type: string, WARC-Block-Digest: string, WARC-Concurrent-To: string, WARC-Date: timestamp[s], WARC-IP-Address: string, WARC-Payload-Digest: string, WARC-Record-ID: string, WARC-Target-URI: string, WARC-Type: string, WARC-Warcinfo-ID: string, bff_contained_ngram_count_before_dedupe: int64, language_id_whole_page_fasttext: struct<en: double>, previous_word_count: int64, url: string, warcinfo: string, file_path: string, __label__1: double, __label__0: double, WARC-Truncated: string, WARC-Identified-Payload-Type: string>
to
{'Content-Length': Value(dtype='string', id=None), 'Content-Type': Value(dtype='string', id=None), 'WARC-Block-Digest': Value(dtype='string', id=None), 'WARC-Concurrent-To': Value(dtype='string', id=None), 'WARC-Date': Value(dtype='timestamp[s]', id=None), 'WARC-IP-Address': Value(dtype='string', id=None), 'WARC-Payload-Digest': Value(dtype='string', id=None), 'WARC-Record-ID': Value(dtype='string', id=None), 'WARC-Target-URI': Value(dtype='string', id=None), 'WARC-Type': Value(dtype='string', id=None), 'WARC-Warcinfo-ID': Value(dtype='string', id=None), 'bff_contained_ngram_count_before_dedupe': Value(dtype='int64', id=None), 'language_id_whole_page_fasttext': {'en': Value(dtype='float64', id=None)}, 'previous_word_count': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'warcinfo': Value(dtype='string', id=None), 'file_path': Value(dtype='string', id=None), '__label__1': Value(dtype='float64', id=None), '__label__0': Value(dtype='float64', id=None), 'WARC-Truncated': Value(dtype='string', id=None)}
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 623, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2246, in cast_table_to_schema
arrays = [
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2247, in <listcomp>
cast_array_to_feature(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2109, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<Content-Length: string, Content-Type: string, WARC-Block-Digest: string, WARC-Concurrent-To: string, WARC-Date: timestamp[s], WARC-IP-Address: string, WARC-Payload-Digest: string, WARC-Record-ID: string, WARC-Target-URI: string, WARC-Type: string, WARC-Warcinfo-ID: string, bff_contained_ngram_count_before_dedupe: int64, language_id_whole_page_fasttext: struct<en: double>, previous_word_count: int64, url: string, warcinfo: string, file_path: string, __label__1: double, __label__0: double, WARC-Truncated: string, WARC-Identified-Payload-Type: string>
to
{'Content-Length': Value(dtype='string', id=None), 'Content-Type': Value(dtype='string', id=None), 'WARC-Block-Digest': Value(dtype='string', id=None), 'WARC-Concurrent-To': Value(dtype='string', id=None), 'WARC-Date': Value(dtype='timestamp[s]', id=None), 'WARC-IP-Address': Value(dtype='string', id=None), 'WARC-Payload-Digest': Value(dtype='string', id=None), 'WARC-Record-ID': Value(dtype='string', id=None), 'WARC-Target-URI': Value(dtype='string', id=None), 'WARC-Type': Value(dtype='string', id=None), 'WARC-Warcinfo-ID': Value(dtype='string', id=None), 'bff_contained_ngram_count_before_dedupe': Value(dtype='int64', id=None), 'language_id_whole_page_fasttext': {'en': Value(dtype='float64', id=None)}, 'previous_word_count': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'warcinfo': Value(dtype='string', id=None), 'file_path': Value(dtype='string', id=None), '__label__1': Value(dtype='float64', id=None), '__label__0': Value(dtype='float64', id=None), 'WARC-Truncated': Value(dtype='string', id=None)}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1433, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 989, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1898, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | id string | metadata dict |
|---|---|---|
'This Week' Transcript: David Plouffe and Karl Rove
UNIDENTIFIED FEMALE: Arvind (ph), what is the significance of this kind of accomplishment for you this year?
MAHANKALI (PH): It means that I'm retiring on a good note.
UNIDENTIFIED FEMALE: What are you going to do now that you're retired? Just go play golf or w... | global_01_local_0_shard_00000061_processed.jsonl/7 | {
"Content-Length": "73343",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:Z5PCWLHSUTRNOHZXHRFGWNPLEGZNUYNN",
"WARC-Concurrent-To": "<urn:uuid:5f17b1a9-f042-4f80-bb31-e2b011ec7c6b>",
"WARC-Date": "2014-12-29T09:21:20",
"WARC-IP-Address": "68.71.212.40",
"WARC-Payload-Dig... |
101 reputation
bio website alsbury.com
location Vacaville, CA
age 35
visits member for 3 years, 6 months
seen Oct 13 at 6:19
Web developer and all around smart guy. Inventor of the circle and the square. Also, invented letters and numbers. Sometimes dabble in creating parallel universes, but mostly I play with code.
... | global_01_local_0_shard_00000061_processed.jsonl/27 | {
"Content-Length": "54505",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:WB25BFQAN73YUKC2CCF7PUIST2UBAHJC",
"WARC-Concurrent-To": "<urn:uuid:4fdacfff-e094-4664-b11c-9c7b1ea92c17>",
"WARC-Date": "2014-12-29T08:53:37",
"WARC-IP-Address": "198.252.206.140",
"WARC-Payload-... |
Universal Access To All Knowledge
Search: Advanced Search
Anonymous User (login or join us)
Reply to this post | See parent post | Go Back
View Post [edit]
Poster: deadpolitics Date: Dec 2, 2009 7:44pm
Forum: GratefulDead Subject: Re: What are you??? Label yourself, or be labeled by another.
I'm a traveling garden g... | global_01_local_0_shard_00000061_processed.jsonl/31 | {
"Content-Length": "14891",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:KAGBPPUKIIDNJYLWRMBDMXBTGRNCQKZ5",
"WARC-Concurrent-To": "<urn:uuid:b8048344-bc63-402e-96a5-2301c85f56ec>",
"WARC-Date": "2014-12-29T09:15:29",
"WARC-IP-Address": "207.241.224.2",
"WARC-Payload-Di... |
RT Journal A1 JUDE JR, HARRIS AH T1 A study of uropepsin as a reflection of gastric secretory activity JF A.M.A. Archives of Surgery JO A.M.A. Archives of Surgery YR 1959 FD November 1 VO 79 IS 5 SP 761 OP 768 DO 10.1001/archsurg.1959.04320110063011 UL http://dx.doi.org/10.1001/archsurg.1959.04320110063011 AB Urine pep... | global_01_local_0_shard_00000061_processed.jsonl/32 | {
"Content-Length": "1977",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:Z642LLMZEA6OXC363ZAAUBN4ZV5T6MEA",
"WARC-Concurrent-To": "<urn:uuid:4f00eeef-7750-4f4a-a239-519d02d3e9a2>",
"WARC-Date": "2014-12-29T09:25:10",
"WARC-IP-Address": "173.254.190.147",
"WARC-Payload-D... |
Opposable Thumbs / Gaming & Entertainment
Killzone 2 multiplayer, like an M1 Garand, hits and misses
The Killzone 2 multiplayer beta is underway and we've got a report from the …
Though the shelves are lined with shooters for the PlayStation 3, Sony and Guerrilla Games are hoping you have room for one more: the mult... | global_01_local_0_shard_00000061_processed.jsonl/35 | {
"Content-Length": "48490",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:5XTU5FVDBPZHTMCVKSGPPQE5PPQZAFLT",
"WARC-Concurrent-To": "<urn:uuid:5eacf550-9bb6-455d-bc28-6c911e3d6ee4>",
"WARC-Date": "2014-12-29T09:16:17",
"WARC-IP-Address": "50.31.151.33",
"WARC-Payload-Dig... |
The Block Island Times
CRMC subcommittee vote on Deepwater expected April 3
By Lars Trodson | Mar 26, 2014
The Coastal Resources Management Council is expected to make its recommendation on the Block Island Deepwater Wind Project at a workshop on Thursday, April 3 at 8:30 a.m. at the Coastal Institute, University o... | global_01_local_0_shard_00000061_processed.jsonl/76 | {
"Content-Length": "51301",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:KWV5QA7U3GZV3D7NLEULIIYF5AWFYMYM",
"WARC-Concurrent-To": "<urn:uuid:5ec6ba1a-f610-4e20-8452-80c7d22f10e7>",
"WARC-Date": "2014-12-29T08:51:50",
"WARC-IP-Address": "174.129.28.172",
"WARC-Payload-D... |
Blogging TV, one show at a time
Soap opera tango on Battlestar Galactica
Battlestar Galactica
“Taking a Break From All Your Worries”
Jan 28, 2006
<Gaius in trouble small.JPG
SCI FI Channel: Carole Segal
Gaius in the hot seat. Aside from the comfy shoes, things are not going too well for Baltar as Adama and Rosli... | global_01_local_0_shard_00000061_processed.jsonl/82 | {
"Content-Length": "114813",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:O7BUWFXAUKUFUPIQEWCZ4PH5I3LO5CUR",
"WARC-Concurrent-To": "<urn:uuid:19ba16ee-e790-4564-8c4a-eb16cc738070>",
"WARC-Date": "2014-12-29T09:04:34",
"WARC-IP-Address": "23.0.160.83",
"WARC-Payload-Dig... |
Doug Padilla: Kid stuff
One of the Angels’ coaches Wednesday (we elect to withold his name) found it tough to dance around a question posed by one of an estimated 400 kids at a baseball camp at the ballpark. One of the campers wanted to know about Howie Kendrick coming back to the major leagues.
The coach intimated w... | global_01_local_0_shard_00000061_processed.jsonl/94 | {
"Content-Length": "17842",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:XIZHEGRRTM7TKW763MJHPYGYYJZNKQ34",
"WARC-Concurrent-To": "<urn:uuid:6ba848a8-ad76-4777-a6e5-b968819afa2d>",
"WARC-Date": "2014-12-29T08:52:43",
"WARC-IP-Address": "63.147.66.171",
"WARC-Payload-Di... |
Get started with jQuery library from its own creators !!!
Hi Folks,
As you know, MS announced that jQuery is a built-in library in VS 2008 SP1 for ASP.NET Developers.
I recommend for all developers, to see the series of jQuery Library videos from its own creator : John Resig and his team, this series of videos help ... | global_01_local_0_shard_00000061_processed.jsonl/97 | {
"Content-Length": "40154",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:PEDIWVARBA2HIKWAGRQ6US6AA6EVLVT3",
"WARC-Concurrent-To": "<urn:uuid:cf5b1595-0a3a-4e8c-867f-38b39c175005>",
"WARC-Date": "2014-12-29T09:10:13",
"WARC-IP-Address": "65.99.255.177",
"WARC-Payload-Di... |
For those of you who do not have Office365 for Education but are looking to deploy it within your school or institution, this tip is just for you!
The best way to prepare for Office365 for Education is provided for you within the Office365 community on one of the wiki pages.
This provides all the top ways to get your ... | global_01_local_0_shard_00000061_processed.jsonl/98 | {
"Content-Length": "72457",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:HUYF4R2I4CLODAMB4MFUSBMHUZRZZQUF",
"WARC-Concurrent-To": "<urn:uuid:cb4dbc13-581e-4d93-977f-e467e779d0f9>",
"WARC-Date": "2014-12-29T09:12:50",
"WARC-IP-Address": "65.52.103.95",
"WARC-Payload-Dig... |
Syndicate content
Bali Holds the Key to Progress on International Trade
John Wilson's picture
Bali, Indonesia has become the epicenter of critical new action on international trade. Between now and the end of 2013, the resort island in the Pacific will host two major international meetings where the focus will be on... | global_01_local_0_shard_00000061_processed.jsonl/99 | {
"Content-Length": "105324",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:JKXNXD4ZLXGWGBJDJ5SUB7CMGYXDCOKJ",
"WARC-Concurrent-To": "<urn:uuid:8b480769-79d4-44bc-ae2f-2a7dfa2b1d36>",
"WARC-Date": "2014-12-29T08:56:58",
"WARC-IP-Address": "108.166.34.95",
"WARC-Payload-D... |
• By
As if 6.15% annual inflation weren’t problem enough, Brazil’s central bank will face yet another challenge — this one posed by the rapid depreciation of the Brazilian real against the U.S. dollar — when it meets next week to review the country’s already towering base interest rate.
In a survey, 14 economists and... | global_01_local_0_shard_00000061_processed.jsonl/103 | {
"Content-Length": "99842",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:B26LWUOS6TLAB7LHVVWUBL5D3BCXBWLM",
"WARC-Concurrent-To": "<urn:uuid:07352b84-a9ee-43bc-97d2-deec3e5b5a84>",
"WARC-Date": "2014-12-29T09:06:10",
"WARC-IP-Address": "23.62.6.82",
"WARC-Payload-Diges... |
Cover Image
View/Hide Left Panel
TABLE 2-1 Estimated Growth Factor, by Age Group
Age Group
Growth Factor
7 mo–3 y
4–8 y
9–13 y
14–18 y
SOURCE: Proportional increase in protein requirements for growth from FAO/WHO/ UNA (1985) used to estimate the growth factor.
Setting the Tolerable Upper Intake Leve... | global_01_local_0_shard_00000061_processed.jsonl/117 | {
"Content-Length": "44667",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:WXS4J2O3535MUAMVSZQRCWS2WMHEAYKI",
"WARC-Concurrent-To": "<urn:uuid:09510fae-70ad-447c-94de-2f77dc4c1f31>",
"WARC-Date": "2014-12-29T08:59:23",
"WARC-IP-Address": "144.171.20.50",
"WARC-Payload-Di... |
Get the Info!
Freebies, events, and updates by email
Search Results
Results per page: 10 | 20 | 50
Updated Shops & Services
Upcoming Events
Disney On Ice presents Princesses & Heroes: Enter a world of wonder where heroes and hearts >>
The Rhythm Room: Kids feel the beat as they join the band to explore rhythms and t... | global_01_local_0_shard_00000061_processed.jsonl/120 | {
"Content-Length": "99526",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:MFJE6XR3A7KIIEEQJA373P5WAV2ECJV6",
"WARC-Concurrent-To": "<urn:uuid:81d9c40f-11da-41d4-8987-cca3967607fc>",
"WARC-Date": "2014-12-29T08:59:54",
"WARC-IP-Address": "204.154.41.71",
"WARC-Payload-Di... |
Jackie McGill
From BoxRec
(Redirected from Human:42557)
Jump to: navigation, search
Name: Jackie McGill
Born: 1956-01-06
Died: 2008-05-25 (Age:52)
Hometown: Glasgow, Scotland, United Kingdom
Boxing Record: click
May 27 2008 by Craig McDonald
The uncle of shamed boxer Scott Harrison has been found hanging from a tr... | global_01_local_0_shard_00000061_processed.jsonl/121 | {
"Content-Length": "13629",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:L3UXOLKZQUMAJAR3VNIJ6DXNQUTIHLVC",
"WARC-Concurrent-To": "<urn:uuid:40b7aea5-60fd-467b-84a4-89b852a04dd2>",
"WARC-Date": "2014-12-29T08:55:55",
"WARC-IP-Address": "37.187.156.219",
"WARC-Payload-D... |
Ruslan Chagaev vs. Carl Davis Drumond
From BoxRec
Jump to: navigation, search
2009-02-07 : Ruslan Chagaev 227 lbs beat Carl Davis Drumond 229 lbs by TD at 3:00 in round 6 of 12
• WBA "Champion in recess" Chagaev returns to the ring after a one-year layoff because of an Achilles tendon injury
• The bout was reco... | global_01_local_0_shard_00000061_processed.jsonl/122 | {
"Content-Length": "15248",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:OIW5CGKCOOJOCDQY4G7NZ6F4OUFAIORO",
"WARC-Concurrent-To": "<urn:uuid:fffe33ab-2a73-46b5-b2b8-c42e97258c5f>",
"WARC-Date": "2014-12-29T08:56:19",
"WARC-IP-Address": "37.187.156.219",
"WARC-Payload-D... |
Register for free
Social Media: Facebook Twitter Tumblr
Search by Cover Date
Story Arcs
Public Collections
Public User Lists
Last 10 titles added:
1. Daisy and the Goldbug Va...
2. #foodcrisis (2014)
3. Steampunk Tales (2015)
4. The Batman Files (2014)
5. Michael Turner's Fathom ...
6. Weapons... | global_01_local_0_shard_00000061_processed.jsonl/145 | {
"Content-Length": "21275",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:LGFIROBKLVPGKGNZBJNCRTPG2XL4RVIA",
"WARC-Concurrent-To": "<urn:uuid:6559729c-a95d-41bd-abbe-4b4600fcba37>",
"WARC-Date": "2014-12-29T09:10:24",
"WARC-IP-Address": "208.76.81.137",
"WARC-Payload-Di... |
This chapter describes the VORD Projected Asset Cache business service, also referred to as "Projected Asset Cache." This chapter includes the following topics:
The "VORD" in the name of this business service originally stood for Vertical Order Management, but this business service is now used generally in Siebel Ente... | global_01_local_0_shard_00000061_processed.jsonl/169 | {
"Content-Length": "4285",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:BPVILS75XWMSVKPCNHHFRJFIINDJNMMZ",
"WARC-Concurrent-To": "<urn:uuid:83af95cb-8709-4c3f-b548-f4948789a27f>",
"WARC-Date": "2014-12-29T09:11:04",
"WARC-IP-Address": "23.64.102.140",
"WARC-Payload-Dig... |
1 Introduction and Roadmap
The following sections describe the contents and organization of this guide—Programming WebLogic Security:
Document Scope
This document explains how to use the WebLogic Server security programming features.
See Related Information for a description of other WebLogic Server security docume... | global_01_local_0_shard_00000061_processed.jsonl/170 | {
"Content-Length": "18108",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:KUAU56WAARA3D4RISSFPV6QG32HVQRZE",
"WARC-Concurrent-To": "<urn:uuid:627d55da-90e6-49ce-a834-391419121d45>",
"WARC-Date": "2014-12-29T08:56:35",
"WARC-IP-Address": "23.218.108.125",
"WARC-Payload-D... |
Sun Java System Directory Server Enterprise Edition 6.3 Administration Guide
ProcedureTo Test the Join Data View
1. As an anonymous user, search the join data view.
In this step, we search Kirsten Vaughan's entry to see whether data from both join views is retrieved.
% ldapsearch -p 1389 -b o=join "uid=kv... | global_01_local_0_shard_00000061_processed.jsonl/171 | {
"Content-Length": "4512",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:I6UORR5GKHHTYV7BBYTRBMAB3GFNVRA4",
"WARC-Concurrent-To": "<urn:uuid:87b0c897-efb0-48a8-a820-02c05c757390>",
"WARC-Date": "2014-12-29T08:53:00",
"WARC-IP-Address": "23.64.102.140",
"WARC-Payload-Dig... |
Solaris Volume Manager Administration Guide
ProcedureHow to Create a RAID 5 Volume
1. Check Prerequisites for Creating Solaris Volume Manager Components and Background Information for Creating RAID 5 Volumes.
2. To create the RAID 5 volume, use one of the following methods:
• From the Enhanced Storage tool ... | global_01_local_0_shard_00000061_processed.jsonl/172 | {
"Content-Length": "5964",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:UQMNDGW6C4C52OZ32PK6EOF6NDCWQ2F7",
"WARC-Concurrent-To": "<urn:uuid:d841a660-60a4-47e3-8e34-bf20b87e7f9e>",
"WARC-Date": "2014-12-29T09:13:49",
"WARC-IP-Address": "23.64.102.140",
"WARC-Payload-Dig... |
Jump to: navigation, search
Balloon is an Open Hardware board, designed for embedding into projects needed low-power, high-performance poartable computing. It can be built in various configurations, with either FPGA for maximum welly, or CPLD for minimising power consumption. It is based around the Xscale 270.
The p... | global_01_local_0_shard_00000061_processed.jsonl/175 | {
"Content-Length": "18356",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:WHWXW5PFWBLF6RUEXRVZ5JYJ2MPX5PCG",
"WARC-Concurrent-To": "<urn:uuid:827dbeb4-48db-49aa-9689-2faeac34c2c4>",
"WARC-Date": "2014-12-29T09:14:30",
"WARC-IP-Address": "140.211.15.183",
"WARC-Payload-D... |
User:Joel Kirk
From Wikipedia, the free encyclopedia
(Redirected from User:Joel Lindley)
Jump to: navigation, search
Joel Kirk born Joel Lindley, has attended Ohlone College (Sept 07'-Dec 09') and National University of Singapore (late July 2011-early Dec 2011). Future plans are to work in the Asian and U.S. film i... | global_01_local_0_shard_00000061_processed.jsonl/212 | {
"Content-Length": "64219",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:ZKHUWBOZS6QLC5H73BO6XL2DHJ4RBZNL",
"WARC-Concurrent-To": "<urn:uuid:34b5a86d-2a58-4f41-92ed-7f4fe8f6de98>",
"WARC-Date": "2014-12-29T09:15:49",
"WARC-IP-Address": "208.80.154.224",
"WARC-Payload-D... |
Determination of Shrinkage Limit of Fine-Grained Soils by Wax Method
Shrinkage limit of fine-grained soils is one of the parameters that is used for predicting the volume stability of soils in the field. ASTM Standard D427-04 (2007) involves the use of mercury, a health hazardous substance. Many stringent precaut... | global_01_local_0_shard_00000061_processed.jsonl/219 | {
"Content-Length": "20371",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:VIPCZV6CCE23NWZNRPYV7GEQCBRNZWZ2",
"WARC-Concurrent-To": "<urn:uuid:fe37ebdc-8e17-44a1-8f8a-87b9b88518e4>",
"WARC-Date": "2014-12-29T08:51:19",
"WARC-IP-Address": "14.139.128.75",
"WARC-Payload-Di... |
Navigation path
Left navigation
Additional tools
European Commission
Press release
Brussels, 5 June 2013
Commission concludes that Latvia is ready to adopt euro in 2014
Today, the European Commission publishes its 2013 Convergence Report on Latvia, together with a citizen's summary that briefly explains the repo... | global_01_local_0_shard_00000061_processed.jsonl/221 | {
"Content-Length": "28692",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:CHL3K2DFCKMMK52RBDYPQUZMGC6KTIMY",
"WARC-Concurrent-To": "<urn:uuid:0abe798e-9a33-4625-bab7-41fdd2d01dc5>",
"WARC-Date": "2014-12-29T09:07:40",
"WARC-IP-Address": "147.67.136.102",
"WARC-Payload-D... |
Surely There's a Parallel to be Found Here?
edward snowden,news,headline,funny,newspaper,fail nation,g rated
- -
Or hey, maybe the plight of a zoo's red panda really are as important as the top story in domestic American politics in several months. Who knows?
| global_01_local_0_shard_00000061_processed.jsonl/223 | {
"Content-Length": "171974",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:OM3P3GGOTVSJWLDRW4XJPFUTOD4XLKRS",
"WARC-Concurrent-To": "<urn:uuid:a1b7ad00-618b-4533-9971-0ab502ae533b>",
"WARC-Date": "2014-12-29T09:09:08",
"WARC-IP-Address": "184.173.184.154",
"WARC-Payload... |
Manchester St John, LancashireEdit This Page
From FamilySearch Wiki
Revision as of 05:16, 4 January 2013 by Murphynw (Talk | contribs)
England Gotoarrow.png Lancashire Gotoarrow.png Lancashire Parishes
Manchester St John Byrom Street contributor David Dixon.jpg
Chapel History
St John's Byrom Street Manchester wa... | global_01_local_0_shard_00000061_processed.jsonl/224 | {
"Content-Length": "55035",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:XHYANZ2D4V63O5Y7DWHOEHGOGKN65ZKO",
"WARC-Concurrent-To": "<urn:uuid:9fd808f4-6bbc-4cd8-8c7c-6fc021c747e7>",
"WARC-Date": "2014-12-29T09:18:12",
"WARC-IP-Address": "204.9.224.11",
"WARC-Payload-Dig... |
Documentation Amateur Radio Beat
From FedoraProject
Revision as of 15:30, 22 March 2011 by Jjmcd (Talk | contribs)
Jump to: navigation, search
DocsProject Header docTeam1.png
Package-x-generic-16.pngfldigi has been updated from 3.20.20 to 3.20.34. In addition to numerous bug fixes and cosmetic improvements, there... | global_01_local_0_shard_00000061_processed.jsonl/226 | {
"Content-Length": "25241",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:X25OZWFRFFPLAXLLJA2J5SLP2OR2YNNF",
"WARC-Concurrent-To": "<urn:uuid:2368b619-da20-4621-aa1f-7103082902f6>",
"WARC-Date": "2014-12-29T09:14:10",
"WARC-IP-Address": "66.135.62.201",
"WARC-Payload-Di... |
[Ffmpeg-devel] [BUG][PATCH] double free in libavformat/utils.c/av_destruct_packet()
Benjamin Larsson banan
Wed Jan 4 14:44:42 CET 2006
Triggers this bug, my latest cook fixes are needed also. Attached patch
seams to fix that, I tried with av_freep but valgrind complained.
Benjamin Larsson
An embedded and charset-... | global_01_local_0_shard_00000061_processed.jsonl/230 | {
"Content-Length": "3807",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:NBVPN7PWQ6EYD5KB5W55JNUAVUGYE3MD",
"WARC-Concurrent-To": "<urn:uuid:af0241e7-96f6-4472-b3eb-becf51a27a77>",
"WARC-Date": "2014-12-29T08:50:34",
"WARC-IP-Address": "192.190.173.45",
"WARC-Payload-Di... |
Results 1 to 1 of 1
1. Thread Author Thread Author #1
Default street address wont hyperlink from android messenger
So... I recently updated to a Samsung S4 and for whatever reason street addresses will not hyperlink from android messenger.
It's not a formatting issue because addresses which are ... | global_01_local_0_shard_00000061_processed.jsonl/236 | {
"Content-Length": "155317",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:HME74LQUUVGIIU4TVGM2JSJCGESUHQYI",
"WARC-Concurrent-To": "<urn:uuid:a72c89db-5171-452d-a423-4f66bc9ad28a>",
"WARC-Date": "2014-12-29T08:54:34",
"WARC-IP-Address": "199.83.132.168",
"WARC-Payload-... |
We've wired publisher Nick Denton's house with livecams for the book party, which begins at 6:30 p.m. This way even if you're not invited, you can watch the awkward moments unfold between people who have fired each other at various publications. NEAT. Update, 1:03 a.m.: Annnnnd that's over now. Yeesh! | global_01_local_0_shard_00000061_processed.jsonl/257 | {
"Content-Length": "91941",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:PO6V3Z7DGTJ2YZANKO2OGSWTKXYPLNAG",
"WARC-Concurrent-To": "<urn:uuid:6e9e1e51-448e-4a21-b5d3-55ff1f0b85fa>",
"WARC-Date": "2014-12-29T09:00:24",
"WARC-IP-Address": "199.27.76.192",
"WARC-Payload-Di... |
Cause on both side of the coin you’ll get fed shells
In unison, hollow heads from red tails
from Joe Budden – No Church in the Wild Lyrics on Genius
Double Entendre. He’s saying that you’ll get shot up with hollow points. And when he says red tails he’s saying the top of the gun is hot when fired. Red = hot.
He’s a... | global_01_local_0_shard_00000061_processed.jsonl/260 | {
"Content-Length": "28746",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:NMC43NUZPSCIDAQ6YAGXDTJPNNZZ5GMX",
"WARC-Concurrent-To": "<urn:uuid:1dd3a348-8aab-4a93-a988-ae6d67e588a6>",
"WARC-Date": "2014-12-29T09:10:59",
"WARC-IP-Address": "190.93.241.195",
"WARC-Payload-D... |
Sprint's HTC Touch Diamond Gets Photographed By Digital Camera From 1998
Nothing confirms that Sprint is indeed getting the HTC Touch Diamond like a blurry picture of the phone posted in some forum. You can't tell much, but you can see that TouchFLO 3D is still there, and that there's a big yellow Sprint sticker on th... | global_01_local_0_shard_00000061_processed.jsonl/263 | {
"Content-Length": "82897",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:HP2VEILIM2MRWCDPB55OJ2YFPUI5RXIB",
"WARC-Concurrent-To": "<urn:uuid:6a09aa30-1d3c-4362-87b4-097ec1f90492>",
"WARC-Date": "2014-12-29T09:07:22",
"WARC-IP-Address": "23.235.39.129",
"WARC-Payload-Di... |
In a recent BBC interview, HP CEO Leo Apotheker said that we won't have long to wait after the company's big Feb. 9th webOS announcement before we can actually buy the products. The HP-branded devices are expected "within weeks" of the event. And if those tablets are as awesome as they look, well, the sooner the better... | global_01_local_0_shard_00000061_processed.jsonl/264 | {
"Content-Length": "75892",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:VWCGTGJF332KZJABNA3OHJWD3XO6FDCV",
"WARC-Concurrent-To": "<urn:uuid:aab1c7e0-c98e-4310-8c86-95143fa9a734>",
"WARC-Date": "2014-12-29T09:23:42",
"WARC-IP-Address": "23.235.46.192",
"WARC-Payload-Di... |
JK Rowling: "The MacBook Air Changed My Life"
In a recent interview, JK Rowling has come out with a gushing piece of product endorsement, claiming that the MacBook Air has changed her life.
Publishers Lunch reports that she's rather fallen for the device owing to its portability. "The MacBook Air changed my life," sh... | global_01_local_0_shard_00000061_processed.jsonl/265 | {
"Content-Length": "77252",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:CLSTFIE4S5LVIK6BBVXBPVSED5XTFN4F",
"WARC-Concurrent-To": "<urn:uuid:215b9bd6-88e6-45d5-a724-c915daaa55ff>",
"WARC-Date": "2014-12-29T09:04:49",
"WARC-IP-Address": "23.235.46.129",
"WARC-Payload-Di... |
Jump to content
» «
Toggle Grand Theft Auto Grand Theft Auto
Forum Stats Last Post Info
The GTA Series
1. GTA Concepts
• 3,158 topics
• 91,290 replies
GTA Online
1. Find a Lobby & Meetups,
2. Crew Recruitment,
3. Gameplay,
4. Guides & Strategies,
5. Content Creator,
6. Help & Support
This ... | global_01_local_0_shard_00000061_processed.jsonl/267 | {
"Content-Length": "121103",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:7AEIW4OEAVKEYKI3FGTB4KW7UQAN5UJK",
"WARC-Concurrent-To": "<urn:uuid:1c1b2b55-6cec-4180-bb8c-0e3771f2ff0c>",
"WARC-Date": "2014-12-29T08:57:32",
"WARC-IP-Address": "162.159.246.221",
"WARC-Payload... |
Entering content area for The Web of Language
showing results for: March, 2010
blog posts
• Wikipedia: write first, ask questions later
The day I took this screenshot there were more than 9.4 million entries in Wikipedia's multilingual database. In addition to more than 3.2 million articles in English and clo... | global_01_local_0_shard_00000061_processed.jsonl/292 | {
"Content-Length": "68769",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:Q4NJH6Y7TYWLN4UDNHDP25OBGIYBWRDS",
"WARC-Concurrent-To": "<urn:uuid:ba2fb6bc-6021-45ac-80bf-dd0b483df7ea>",
"WARC-Date": "2014-12-29T08:51:59",
"WARC-IP-Address": "128.174.180.122",
"WARC-Payload-... |
A waterpocalypse in Earth's southern hemisphere?
Evapotranspiration, the movement of water from the Earth's surface to the atmosphere, has been steadily decreasing in the southern hemisphere. What's causing this unprecedented moisture shortage, and how will it affect people down under?
Evapotranspiration comes from a... | global_01_local_0_shard_00000061_processed.jsonl/300 | {
"Content-Length": "78503",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:MOCMTW2TWJUVFVHIXMJUS45KF4ISNEFK",
"WARC-Concurrent-To": "<urn:uuid:940d48a4-19b5-47d6-8b81-14c714d7ca02>",
"WARC-Date": "2014-12-29T09:10:57",
"WARC-IP-Address": "23.235.46.129",
"WARC-Payload-Di... |
Like a lovable grandpa spoiling the surprise birthday cake at the family dinner, Marvel's venerable Stan Lee spilled the beans on Marc Webb's Spider-Man reboot. He revealed not only his cameo, but confirmed one epic fight scene involving lizards.
From Stan Lee's Q&A at the Dallas Comic Con (video above):
"Wait til' y... | global_01_local_0_shard_00000061_processed.jsonl/301 | {
"Content-Length": "78450",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:THD2L46XEAG3YEZMCSWN3KTJA24B7URE",
"WARC-Concurrent-To": "<urn:uuid:f25d6454-eff7-467e-8fc6-3599c6c0f4e6>",
"WARC-Date": "2014-12-29T09:06:14",
"WARC-IP-Address": "23.235.39.129",
"WARC-Payload-Di... |
NBC has bought a TV show based on my story about psychics in love
Now it can be told! NBC has put a television adaptation based on my novelette "Six Months, Three Days" into development, with Krysten Ritter, Eric Garcia and David Janollari producing. I didn't really think this was actually going to happen, and I am ki... | global_01_local_0_shard_00000061_processed.jsonl/303 | {
"Content-Length": "85428",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:GLVNG23JUGOR6UAKTQOKBUPSHAVOFQXY",
"WARC-Concurrent-To": "<urn:uuid:ad8a3c70-3d45-4b42-8817-31e0e61c4264>",
"WARC-Date": "2014-12-29T09:04:50",
"WARC-IP-Address": "23.235.39.192",
"WARC-Payload-Di... |
Everyone is calling Welcome To Yesterday the next Chronicle. Which is a pretty steep comparison. This time-traveling adventure centered around a pack of teens may look like Chronicle, but will it be as dark as that brilliant superhero film?
Here's your very first look at the film, penned by Jason Pagan and Andrew Star... | global_01_local_0_shard_00000061_processed.jsonl/304 | {
"Content-Length": "75754",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:B56ZOU77KGDJNJFISF5XSBQRWHPK4QP4",
"WARC-Concurrent-To": "<urn:uuid:881958aa-d8f5-4ef9-b8c9-0ae2afc21a6d>",
"WARC-Date": "2014-12-29T09:04:09",
"WARC-IP-Address": "23.235.46.192",
"WARC-Payload-Di... |
• clone
A clone is an identical copy of something and is a term that first became familiar to the public from the biosciences.
ITKE352,580 pointsBadges:
• I am trying to find out where I could get VOIP training in the Chicago area. Any ideas?
Etittel4,750 pointsBadges:
• URL (Uniform Resource Locator... | global_01_local_0_shard_00000061_processed.jsonl/306 | {
"Content-Length": "87486",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:PWEEOFBFPXVYMTIQYJ7AX2G6KZX73AWC",
"WARC-Concurrent-To": "<urn:uuid:feb6f94e-28b6-411b-a7f5-8b1bde7f31cc>",
"WARC-Date": "2014-12-29T09:14:10",
"WARC-IP-Address": "206.19.49.161",
"WARC-Payload-Di... |
IT Compliance Advisor
Mar 12 2009 5:09PM GMT
Considering the future of compliance at Compliance Decisions
GuyPardon Guy Pardon Profile: GuyPardon
The Compliance Decisions Summit taking place in Newton, Mass., got off to a great start this morning. Eric Holmquist and Richard Mackey both provided deep, engaging pre... | global_01_local_0_shard_00000061_processed.jsonl/307 | {
"Content-Length": "70816",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:N5NRHU45CSMCGAYYNTLE4J5DRN34OJMS",
"WARC-Concurrent-To": "<urn:uuid:ab8a374b-dce5-439b-9d9d-95f4b3b8674c>",
"WARC-Date": "2014-12-29T08:57:19",
"WARC-IP-Address": "206.19.49.161",
"WARC-Payload-Di... |
IT Answers » AS/400 Primary Language CL RPG Mon, 29 Dec 2014 08:37:26 +0000 en-US hourly 1 AS/400 Primary Language Wed, 18 Nov 2009 15:05:51 +0000 Hi!
]]> 4
SNDDST to include User Name with the Error Thu, 22 Jul 2010 18:21:02 +0000
I would also like to get the USER Name that has the MSGW in this CL…
How can I do... | global_01_local_0_shard_00000061_processed.jsonl/308 | {
"Content-Length": "9262",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:ORC6VO5K325YUXRVH3VOJ3CBB3KYGNBK",
"WARC-Concurrent-To": "<urn:uuid:3259bddc-1f78-4352-851d-e929017465bb>",
"WARC-Date": "2014-12-29T09:21:30",
"WARC-IP-Address": "206.19.49.161",
"WARC-Payload-Dig... |
ITKE352,580 pointsBadges:
• USB Modem Vs LAN
NutanVishwakarma045 pointsBadges:
hafwhit1,145 pointsBadges:
• Wired versus Wireless: Are we ready to cut the cord?
I recently wrote about about the readiness of wireless for enterprise networks, saying that even with .11n, most companies shouldn'... | global_01_local_0_shard_00000061_processed.jsonl/309 | {
"Content-Length": "145500",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:43M7EY5BG57EJPTHMRT5BEAUCK76YIQ2",
"WARC-Concurrent-To": "<urn:uuid:709f50e5-92b3-4281-b524-1fa550de6bae>",
"WARC-Date": "2014-12-29T09:17:24",
"WARC-IP-Address": "206.19.49.161",
"WARC-Payload-D... |
Skip Navigation LinksHome > Published Ahead-of-Print > The Role of Biological Sex in Severely Traumatized Patients...
Annals of Surgery:
doi: 10.1097/SLA.0000000000000789
Original Article: PDF Only
The Role of Biological Sex in Severely Traumatized Patients on Outcomes: A Matched-Pair Analysis.
Trentzsch, Heiko MD; L... | global_01_local_0_shard_00000061_processed.jsonl/323 | {
"Content-Length": "164852",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:VZV4XJWWL3EVFX24JWPS44DMMMVXORPP",
"WARC-Concurrent-To": "<urn:uuid:ac920964-f926-4215-bbd5-f7f6d8e179ca>",
"WARC-Date": "2014-12-29T09:13:36",
"WARC-IP-Address": "160.109.108.154",
"WARC-Payload... |
NRL Preview and Tips - Round 25
LeagueUnlimited's Paul Zines gives us his tips and a full preview of Round 25 of the National Rugby League after a perfect round last weekend!
Sydney Roosters (4th) V South Sydney Rabbitohs (14th) Friday August 29th, Sydney Football Stadium Match Starts 7.30pm
In round one this year, ... | global_01_local_0_shard_00000061_processed.jsonl/336 | {
"Content-Length": "35672",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:AEF2EGP5LXUGYR2OVI7H23SLM4L73NOG",
"WARC-Concurrent-To": "<urn:uuid:0d617a8c-bfda-4792-824d-4d9434744414>",
"WARC-Date": "2014-12-29T09:11:05",
"WARC-IP-Address": "173.199.182.214",
"WARC-Payload-... |
- Life As Mom - http://lifeasmom.com -
Benefit Sale Reminder
Posted By Jessica Fisher On November 27, 2011 @ 5:54 pm In Announcements | No Comments
Tomorrow is what is traditionally known as Cyber Monday. As Friday was the mad dash for deals and steals in physical stores, Monday is the day to shop in your jammies. ... | global_01_local_0_shard_00000061_processed.jsonl/337 | {
"Content-Length": "4956",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:UIBTPSBMLDKGRNU3MJD55EH7LBTVQCYG",
"WARC-Concurrent-To": "<urn:uuid:823eb35a-4f63-4659-8a98-6d59b95dd0a2>",
"WARC-Date": "2014-12-29T08:55:51",
"WARC-IP-Address": "50.31.98.106",
"WARC-Payload-Dige... |
Most web page authoring software like Dreamweaver—or even blog publishing systems like Blogger or WordPress—all come with WYSIWYG (What You See Is What You Get) mode, which formats web content without exposing the HTML and CSS behind it. But even in 2008, lots of web authors turn off WYSIWYG and just hand-code their ow... | global_01_local_0_shard_00000061_processed.jsonl/338 | {
"Content-Length": "76153",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:RTMQUWPDY7SMM7HH6BYVJYTXW2KEAZHW",
"WARC-Concurrent-To": "<urn:uuid:aa3763c1-6b2f-466c-84e3-3c77591cf359>",
"WARC-Date": "2014-12-29T09:05:40",
"WARC-IP-Address": "23.235.39.192",
"WARC-Payload-Di... |
Google Now Gets Reminders, Public Transportation Cards, and More
Google Now is getting a few new cards to dish you information quickly. This includes a new Reminders function that automatically tells you when you have plans, a new public transportation search, and more.
Like everything in Google Now, the new cards tr... | global_01_local_0_shard_00000061_processed.jsonl/340 | {
"Content-Length": "77105",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:2BVRTCGOSMN74QEZP463AMSATK2BLTC7",
"WARC-Concurrent-To": "<urn:uuid:c96fccdb-b9e2-4504-9018-d3512fdd7de6>",
"WARC-Date": "2014-12-29T09:06:32",
"WARC-IP-Address": "23.235.39.129",
"WARC-Payload-Di... |
RE: Whitespace
Date: Sat, 12 Jan 2002 12:54:35 +0100
To: Brian LaMacchia <bal@microsoft.com>, reagle@w3.org
Cc: w3c-ietf-xmldsig@w3.org
Message-id: <1522760668.1010840075@crypto>
--On Freitag, 11. Januar 2002 17:30 -0800 Brian LaMacchia
<bal@microsoft.com> wrote:
> 3) If we were going to put the attribute anywhere... | global_01_local_0_shard_00000061_processed.jsonl/342 | {
"Content-Length": "8202",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:TQN4PT7NTPRF62YYU3NJ7MJXRZCGN54Y",
"WARC-Concurrent-To": "<urn:uuid:1dd31f7a-a06d-4fb1-a3ea-f6f2ceccc595>",
"WARC-Date": "2014-12-29T09:16:33",
"WARC-IP-Address": "128.30.52.56",
"WARC-Payload-Dige... |
Turn on jsp
From: Walter do Valle <walter@softplan.com.br>
Date: Tue, 18 Jul 2000 17:17:08 +0100
Message-ID: <39748304.4558285D@softplan.com.br>
Hello list
I need a little help. I am testing jsp files in Jigsaw 2.0.4. My test
<title>Your hostname</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
Y... | global_01_local_0_shard_00000061_processed.jsonl/344 | {
"Content-Length": "7736",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:FQPSFMXFYL3AU3C4GYCPHI755GR7U7PR",
"WARC-Concurrent-To": "<urn:uuid:d6ce0a09-6193-4ed0-a89c-89fa348a2e10>",
"WARC-Date": "2014-12-29T09:00:07",
"WARC-IP-Address": "128.30.52.56",
"WARC-Payload-Dige... |
Minor typo in CR
From: <AndrewWatt2001@aol.com>
Date: Mon, 21 Aug 2000 03:38:32 EDT
Message-ID: <33.9267457.26d23678@aol.com>
To: www-svg@w3.org
This is partly by way of a test to see if my sub to the list is actually
working this time.
In Chapter 2 of the SVG Candidate Recommendation in the "Fonts" section (page ... | global_01_local_0_shard_00000061_processed.jsonl/345 | {
"Content-Length": "6616",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:T6XW4IHFAVGQANPMZE4VSU7QO6OFHQHE",
"WARC-Concurrent-To": "<urn:uuid:7ab3b11e-9eff-46c2-972c-06bc606c00b6>",
"WARC-Date": "2014-12-29T09:13:47",
"WARC-IP-Address": "128.30.52.56",
"WARC-Payload-Dige... |
RE: What is wrong with SVG?
From: Jon Ferraiolo <jferraio@Adobe.COM>
Date: Tue, 07 Mar 2000 19:02:45 -0800
Message-Id: <200003080259.SAA14375@mail-345.corp.Adobe.COM>
To: <donpark@docuverse.com>
Cc: "'Jon Ferraiolo'" <jferraio@Adobe.COM>, <xml-dev@xml.org>, <www-svg@w3.org>, "'Arnold, Curt'" <Curt.Arnold@hyprotech.c... | global_01_local_0_shard_00000061_processed.jsonl/346 | {
"Content-Length": "10795",
"Content-Type": "application/http; msgtype=response",
"WARC-Block-Digest": "sha1:3FU4ST76Z6ULVJ5P2A42IOHMVMKFRTHM",
"WARC-Concurrent-To": "<urn:uuid:b269f8dd-73eb-4830-ab48-a909f07e0c02>",
"WARC-Date": "2014-12-29T09:13:13",
"WARC-IP-Address": "128.30.52.56",
"WARC-Payload-Dig... |
End of preview.
No dataset card yet
- Downloads last month
- 80