texts
sequence
meta
dict
scores
sequence
avg_score
float64
0
0.13
num_sents
int64
5
5
[ "Q:\n\nstrange calculate data on a table\n\nI have a table like this\nTable1(A,B)\n\nA B\n3 0\n4 3\n2 2\n0 1\n3 5\n4 6\n. ", " .", "\n. ", " .", "\n. ", " .", "\n. ", " .", "\n\nIt has about 3 million rows. ", "I want to calculate this:\nA_SUM = 3*(3+2+1+5+6+.......) + 4*(2+1+5+6+........) + 2*(1+5+6+...) + 0*(5+6+...) \n+ 3*(6+...) + ........\nB_SUM = 0*(4+2+0+3+4+.......) + 3*(2+0+3+4+........) + 2*(0+3+4+...) + 1*(3+4+...) \n+ 5*(4+...) + ............ \nHow can I calculate this data?", "\n\nA:\n\nYou can do what you want with a cumulative sum. ", " The following syntax is ANSI standard and should work (depending on the version of your database):\nselect sum(a*(revcumb - b)) as a_sum, sum(b*(revcuma - a)) as b_sum\nfrom (select t.*,\n sum(b) over (order by id desc) as revcumb,\n sum(a) over (order by id desc) as revcuma\n from table t\n ) t;\n\nNote that instead of using rows between or range between, this just subtracts the value in the current row from the (reverse) cumulative sum.", "\nAlso note that this assumes the presence of an id column or some other column to specify the ordering of rows. ", " SQL tables are inherently unordered, so you need a column to specify ordering, when that is important.", "\nAnd, if you don't have cumulative sum (i.e. SQL Server < 2012), then you can do the same thing with correlated subqueries.", "\nEDIT:\nSybase may or may not support the above. ", " There are so many different versions of that database that it is hardly worth anything as a tag. ", " I think this will work on most versions:\nselect sum(a*revcumb) as a_sum, sum(b*revcuma) as b_sum\nfrom (select t.*,\n (select sum(b) from table t2 where t2.id > t.id) as revcumb,\n (select sum(a) from table t2 where t2.id > t.id) as revcuma\n from table t\n ) t;\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.002136752136752137, 0, 0, 0, 0, 0, 0.0034129692832764505 ]
0.000308
5
[ "James D Steffes\n\t11/02/2000 06:13 PM\n\t\t \n\t\t To: Ginger Dernehl/NA/Enron@Enron\n\t\t cc: \n\t\t Subject: FERC Decision on California Wholesale Markets\n\nGinger --\n\nCan you please distribute to all of Rick's group.", "\n\n1. ", "Talking Points\n2. ", "FERC Order Summary" ]
{ "pile_set_name": "Enron Emails" }
[ 0.01951219512195122, 0, 0, 0.05555555555555555 ]
0.018767
5
[ "Nottingham man in court over football stadium drones Published duration 18 March 2015\n\nimage copyright PA image caption Drones cannot be flown within 50m of a building or structure and must not be flown within 150m of a large gathering of people\n\nA man has been summoned to appear in court over allegations he flew a drone over London landmarks and at several football grounds during matches.", "\n\nNigel Wilson, 42, from Nottingham, is accused of 17 breaches of the Air Navigation Order, Scotland Yard said.", "\n\nHe will appear at Westminster Magistrates' Court on 16 April.", "\n\nMr Wilson is accused of flying the drone at football matches and tourist attractions, including Buckingham Palace, between September and December.", "\n\nThe 42-year-old, of Rockingham Grove, Bingham, is alleged to have flown a \"small unmanned surveillance aircraft\" over the venues and failed to maintain direct and unaided visual contact.", "\n\nThe alleged offences took place on:\n\nSeptember 13 - Liverpool v Aston Villa at Anfield, Liverpool\n\n- Liverpool v Aston Villa at Anfield, Liverpool September 16 - Liverpool v Ludogorets FC at Anfield\n\n- Liverpool v Ludogorets FC at Anfield September 17 - Nottingham Forest v Fulham at The City Ground, Nottingham\n\n- Nottingham Forest v Fulham at The City Ground, Nottingham September 27 - Arsenal v Tottenham Hotspur at Emirates Stadium, London\n\n- Arsenal v Tottenham Hotspur at Emirates Stadium, London September 27 - Palace of Westminster, Queen Victoria Memorial, outside Buckingham Palace and the north bank of the River Thames in London\n\n- Palace of Westminster, Queen Victoria Memorial, outside Buckingham Palace and the north bank of the River Thames in London September 29 - Stoke City v Newcastle United at Britannia Stadium, Stoke-on-Trent\n\n- Stoke City v Newcastle United at Britannia Stadium, Stoke-on-Trent September 30 - Derby County v Bournemouth at iPro Stadium, Derby\n\n- Derby County v Bournemouth at iPro Stadium, Derby October 18 - Manchester City v Tottenham Hotspur, Etihad Stadium, Manchester\n\n- Manchester City v Tottenham Hotspur, Etihad Stadium, Manchester December 2 - Leicester v Liverpool at King Power Stadium, Leicester" ]
{ "pile_set_name": "OpenWebText2" }
[ 0.00510204081632653, 0.036036036036036036, 0.015873015873015872, 0.006756756756756757, 0, 0.0096 ]
0.012228
5
[ "The African elephant is known for its large, floppy ears\n\nThe two elephant species diverged from a common ancestor some 7.6 million years ago, experts working in the US, Germany and Switzerland say.", "\n\nThey came to their conclusion after comparing a genetic analysis of the two species with material derived from the extinct woolly mammoth and mastodon.", "\n\nThe African elephant is much bigger than its Asian counterpart.", "\n\nIt is known for its large, floppy ears, and both sexes have great ivory tusks - unlike the Asian species, in which typically only the males have large external tusks.", "\n\nTooth extract\n\nThe now extinct mastodon was very similar in appearance to the woolly mammoth - with lots of hair and big tusks.", "\n\nGenetically, however, it was very different and is only a distant relative of the elephants.", "\n\nThe mastodon was similar to the woolly mammoth\n\nBy comparing the mastodon's genetic make-up with existing genome sequences for modern elephants and the woolly mammoth, they have built up a family tree for the elephants.", "\n\nThe tree has the African elephant diverging from both the Asian elephant and the mammoth about 7.6 million years ago.", "\n\nThen, at 6.7 million years ago, the Asian elephant and the mammoth also go their separate ways.", "\n\nHuman comparison\n\n\"The cool thing about the mastodon is that we know pretty exactly from the fossil record when it diverged from the elephant and the mammoth,\" said Dr Michael Hofreiter of the Max Planck Institute for Evolutionary Anthropology in Leipzig, Germany, and one of the lead researchers.", "\n\n\"So using that time point and the genetic data, we could date when the African elephant, Asian elephant and mammoth diverged from each other,\" Dr Hofreiter explained.", "\n\n\"That took place in Africa in the same place where humans, chimps and gorillas diverged.\"", "\n\nThe fact that it is now judged that the elephants went their separate ways in the same place and at about the same time we humans diverged from our ape brethren may of course be a coincidence.", "\n\nOr, as Dr Hofreiter suggests, there may be a common environmental or climatic event which set both elephants and humans on their eventual evolutionary course." ]
{ "pile_set_name": "OpenWebText2" }
[ 0, 0, 0, 0, 0.007751937984496124, 0, 0, 0, 0, 0.006688963210702341, 0, 0, 0, 0.00625 ]
0.001478
5
[ "In 1890 a wooden idol standing over five metres tall was excavated from a Siberian bog, Shigir, on the eastern slopes of the Ural Mountains, nearly 100 kilometres from Yekaterinburg. ", "Archaeologists were working in the area as prehistoric artefacts had been found during in an open cast gold mine operation.", "\n\nThe bog, with its anaerobic environment, had preserved the idol almost perfectly and it was extracted by Professor D. I. Lobanov. ", "Currently it stands nearly three metres tall as parts of the original idol were lost during the political upheaval in Russia in the last century. ", "All that remains of the missing lengths are the drawings made by the Siberian archaeologist Vladimir Tolmachev.", "\n\nThe idol has a three dimensional carved head atop a long rectangular body. ", "The body is covered with intricate patterns and faces. ", "The first attempt to date this artefact using radiocarbon analyses was undertaken in 1997, when its age was placed at 9,500 years old. ", "This dating caused disputes amongst the scientific community so several miniscule particles were recently removed and sent to Germany for more accurate dating using Accelerated Mass Spectrometry. ", "It is now understood that the idol is around 11,000 years old.", "\n\nWhat would the world have looked like when this idol was carved? ", "It was during what is known as the Mesolithic era, which occurred right at the end of the ice age. ", "It was characterised by very unsettled weather patterns as the air slowly started to warm. ", "With the retreat of the glaciers and the gradual warming, sea levels rose and forests began to appear. ", "This all resulted in a major redistribution of plants and animals. ", "Hunters would have targeted deer, aurochs, elk, goats and sheep. ", "Women would have collected nuts, acorns and other plants, as well as shellfish if they lived near the coast. ", "Humans started to make tools by chipping rocks but these were small and restricted to simple tools such as axes, arrow heads and points for sticks. ", "They would have chopped down trees to build shelters and the first crude canoes were found. ", "Domestication of animals had started and people lived in communities instead of wandering in groups. ", "This start of civilisation also led to people decorating objects, and Mesolithic art was based upon geometric designs with a small range of colours – red ochre being the dominant colour. ", "Artefacts such as painted pebbles, ground stone beads, and pierced shells have been found.", "\n\nThis was the environment in which the creators of the Shigir idol lived. ", "They chopped down a larch tree that was at least 157 years old, as determined by the growth rings that are visible. ", "They used simple stone tools to shape a three dimensional head and a rectangular body at least five meters tall. ", "They then carved seven faces into the body along with a beautiful geometric pattern.", "\n\nThe head has a clear face with eyes, nose, and mouth but the geometric markings on the body have never been deciphered by modern man. ", "There are horizontal lines where the thorax of a body would be and a broken chevron pattern covers the rest of the body, along with several faces that are visible along the length of the sculpture. ", "It is assumed that the patterns are prehistoric man’s attempt to pass on their knowledge in the only manner they understood. (", "Mail Online)\n\nOther scholars believe that the straight lines could denote the horizon. ", "Or perhaps it has spiritual connotations and denotes the border between land and sky, or this world and the next. ", "The wavy lines could denote water or something as simple as a snake; if this is an esoteric piece perhaps it is symbolic of a snake denoting evil. ", "Does the front and the back of the idol denote different worlds, or is one for childhood and one for adults? ", "Perhaps Mesolithic man was trying to tell the story of creation as he understood it. ", "There is no way of knowing, as there is no other written record from this time and no way to compare and decipher the meanings.", "\n\nTo place this in context, this wonderful artefact is twice as old as the Egyptian pyramids and three times as old as Stonehenge. ", "It is a magnificent piece of art that entailed an enormous amount of work for people that had crude tools and must have spent a considerable portion of their day in finding food. ", "It also shows that culture, civilisation, and art were prominent in this area thousands of years before we thought they were.", "\n\nNot only do we stand in awe of this sculpture, we must ask why it ended up in a swamp. ", "We can only hope that this was done purposefully, to ensure that the knowledge held by this people was passed on to others. ", "We can only speculate, but one thing is clear – this idol represents a significant effort on behalf of the people that created it." ]
{ "pile_set_name": "OpenWebText2" }
[ 0.00546448087431694, 0, 0.007575757575757576, 0, 0.009009009009009009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0053475935828877, 0, 0.013333333333333334, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.011764705882352941, 0, 0.007633587786259542, 0, 0, 0, 0, 0 ]
0.001467
5
[ "Q:\n\nDynamically altering the image source of a canvas object\n\nI have an animation that is ran on a timer along with some other animations. ", "I would like to be able to change the images source file when an event is triggered but i am currently unable to access element.", "Source (element equaling the current canvas object which is a image).", "\npublic static void Clouds(Canvas canvas, int boundry)\n{\n var random = new Random();\n foreach (FrameworkElement element in canvas.", "Children)\n {\n var elementName = Regex.", "Split(element.", "Name, \"_\");\n if (elementName[0] == \"cloud\")\n {\n if (Canvas.", "GetLeft(element) < canvas.", "ActualWidth + element.", "Width)\n {\n Canvas.", "SetLeft(element, Canvas.", "GetLeft(element) + 1);\n } else\n {\n // Change image source file here.", "\n Canvas.", "SetTop(element, random.", "Next(0 - ((int)element.", "Height / 2), Core.", "GetPercentage((int)canvas.", "ActualHeight, boundry)));\n Canvas.", "SetLeft(element, 0 - element.", "Width);\n }\n }\n }\n}\n\nAny help would be great, thanks.", "\n\nA:\n\nIts because FrameworkElement has no property called Source, you have to cast or just pick the image elements you want.", "\nSomthing like this may work\n public static void Clouds(Canvas canvas, int boundry)\n {\n var random = new Random();\n foreach (var image in canvas.", "Children.", "OfType<Image>())\n {\n if (image.", "Name.", "Contains(\"cloud_\"))\n {\n if (Canvas.", "GetLeft(image) < canvas.", "ActualWidth + image.", "Width)\n {\n Canvas.", "SetLeft(image, Canvas.", "GetLeft(image) + 1);\n }\n else\n {\n Canvas.", "SetTop(image, random.", "Next(0 - ((int)image.", "Height / 2), Core.", "GetPercentage((int)canvas.", "ActualHeight, boundry)));\n Canvas.", "SetLeft(image, 0 - image.", "Width);\n }\n }\n }\n }\n\nnow you will be able to access the source property as the var \"image\" is an Image\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0.014705882352941176, 0, 0, 0, 0, 0.045454545454545456, 0.022727272727272728, 0, 0, 0, 0, 0.043478260869565216, 0.05555555555555555, 0, 0.02040816326530612, 0, 0.0136986301369863, 0.016129032258064516, 0.0055248618784530384, 0, 0, 0, 0, 0, 0.05, 0.016666666666666666, 0, 0, 0, 0, 0.05555555555555555, 0, 0.017543859649122806, 0, 0.00641025641025641 ]
0.010102
5
[ "Give to the Max Day | 2013\n\nMore than 800 supporters gave a total of $313,639 to Augsburg College on Give to the Max Day. ", "Thanks to these donors, Augsburg met its goal of being the No. ", "1 fundraising college or university on this annual day of philanthropy." ]
{ "pile_set_name": "Pile-CC" }
[ 0.00819672131147541, 0.015873015873015872, 0 ]
0.008023
5
[ "A resolution criterion for electron tomography based on cross-validation.", "\nDespite much progress in electron tomography, quantitative assessment of resolution has remained a problematic issue. ", "The criteria that are used in single particle analysis, based on gauging the consistency between density maps calculated from half data sets, are not directly applicable because of the uniqueness of a tomographic volume. ", "Here, we propose two criteria based on a cross-validation approach. ", "One, called FSC(e/o), is based on a Fourier shell correlation comparison between tomograms calculated from the even and odd members of a tilt series. ", "The other, called noise-compensated leave-one-out (NLOO), is based on Fourier ring correlation comparisons between an original projection and the corresponding reprojection of the tomogram calculated from all the other projections, taking into account the differing noise statistics. ", "Plotted as a function of tilt angle, they allow assessment of the angular dependence of resolution and quality control over the series of projections. ", "Integrated over all projections, the results give a global figure for resolution. ", "Tests on simulated tomograms established consistency between these criteria and the FSC(ref), a correlation coefficient calculated between a known reference structure and the corresponding portion of a tomogram containing that structure. ", "The two criteria-FSC(e/o) and NLOO-are mutually consistent when residual noise is the major resolution-limiting factor. ", "When the size of the tilt increment becomes a significant factor, NLOO provides a more reliable criterion, as expected, although it is computationally intensive. ", "Applicable to entire tomograms or selected structures, NLOO has also been tested on experimental tomographic data." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.006172839506172839, 0.008771929824561403 ]
0.001245
5
[ "2 Answers\n2\n\nNo, it's still the client who has to make the initial request. ", "With push, the connection will be kept open on both the server and client (normally, the server closes the connection when the response is finished). ", "The server will this way be able to send multiple responses on a single request instead of only one. ", "The client can process each response individually instead of waiting for the \"last byte\" to be arrived before processing the response.", "\n\nThis construct allows that there can be a server-definied time interval between multiple responses on a single request. ", "This construct also allows that the server can immediately send a response on a server-side event instead of waiting for a client-side event (like as in poll).", "\n\nLong polling sends multiple requests over same connection which is a waste of resources (the server has to get hold of the request until a response can be sent and after that, the client sends another new request again which get hold as well, etc). ", "Server push is multiple responses to a single request (the server doesn't need to get hold of the initial request, the connection is already open and the client understands how to deal with multiple responses).", "\n–\nBalusCJan 30 '13 at 14:22\n\nThanks for your precisions ! ", "Another question : HTTP 2.0 is a \"fork\" of the SPDY protocol (wich is already done and used), does SPDY implement this kind of server push feature ?", "\n–\nEpocJan 30 '13 at 14:50\n\nThe HTTP2 push mechanism is not a generic server push mechanism like websocket or server sent events.", "\n\nIt is designed for a specific optimisation of HTTP conversations. ", "Specifically when a client asks for a resource (eg index.html) the server can guess that it is going to next ask for a bunch of associated resources (eg theme.css, jquery.js, logo.png, etc. ", "etc.) ", "Typically a webpage can have 10s of such associated requests.", "\n\nWith HTTP/1.1, the server had to wait until the client actually sends request for these associated resources, and then the client is limited by connections to only ask for approx 6 at a time. ", "Thus it can take many round trips before all the associated resources that are needed by a webpage are actually sent.", "\n\nWith HTTP/2, the server can send in the response to the index.html GET push promises to tell the client that it is going to also send theme.css, jquery.js, logo.png, etc. ", "as if the client had requested them. ", "The client can then cancel those pushes or just wait for them to be sent without incurring the extra latency of multiple round trips." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.005263157894736842, 0, 0, 0, 0, 0.005780346820809248, 0, 0 ]
0.000552
5
[ "Why we love cooperatives!", "\n\nWe at Empower Projects are passionate about cooperatives. ", "Primarily as they are a force for tremendous social, economic and environmental impact the world over!", "\n\nWhat are cooperatives exactly?", "\n\nCooperatives are defined by the International Co-operative Alliance as “An autonomous association of persons united voluntarily to meet their common economic, social, and cultural needs and aspirations through a jointly owned and democratically-controlled enterprise”.", "\n\nIn total, about one billion people are involved in cooperatives in some way, either as members/ customers, as employees/participants, or both. ", "Cooperatives employ at least 100 million people worldwide. ", "It has been estimated that the livelihoods of nearly half the world’s population are secured by cooperative enterprises. ", "The world’s 300 largest cooperative enterprises have collective revenues of USD 1.6 trillion, which are comparable to the GDP of the world’s ninth largest economy Spain (ILO, 2015)\n\nHere is a list of the Top 300 from across the world. ", "These cooperatives are making a positive impact across areas as diverse as agriculture, finance and retail.", "\n\nSo how do we at Empower Projects contribute to the cooperative movement?", "\n\nAs our mission is to enable community self-reliance, we are committed to working in solidarity with communities to build capacity to self-manage development. ", "Thus cooperatives are a perfect model to enable community members to self-organise and work towards common objectives. ", "They key being that it is a truly democratic exercise with community control over membership, resources and activities. ", "We support a number of formal and informal cooperative projects in Malawi.", "\n\nThis is a community operated bank in Nkhata Bay, Malawi. ", "This cooperative currently has 320 members and a democratically elected board that oversees operations through a blend of paid and volunteer staff. ", "This community initiative is focused on addressing financial inclusion in the region. ", "Members gain access to business and agricultural loans in proportion to their investment in shares in the cooperative. ", "This also extends to members sharing any profits that the cooperative generates. ", "This project is expected to impact well over a 1,000 households in the region by providing an ethical (local and affordable) and sustainable source of finance for entrepreneurs and other cooperatives in the region. ", "This cooperative also has great flexibility in terms of being able to design and offer financial products that may be of particular benefit to its membership base e.g. solar energy loans through linkage with local suppliers.", "\n\nSimmilar to the SACCO above, this cooperative in Kapita, Malawi, is an initiative to address financial inclusion in the region. ", "Operating through a share-purchase model, members of this COMSIP can borrow up to 3 times the value of their share value in the cooperative. ", "Yet again, this cooperative is managed through a democratically elected committee with clear policies and guidelines. ", "This initiative currently has 36 active members and has supported over 20 enterprises in the region. ", "Edmond Banda is but one example.", "\n\nThis is a cooperative focused on growing peanuts and sunflowers for processing into cooking oil. ", "This cooperative currently grows these crops and works collectively to garner stronger market prices, their action plan is to build a local factory so that they can add value to their produce and command a higher return. ", "The Kapita region currently lacks any local source of cooking oil.", "\n\nWomen’s Collectives\n\nAs we work with two regions, we have also noticed a pattern of women forming groups. ", "While these are not formal legal structures, women forming savings circles or forming committees for key initiatives e.g. a preschool or meal program are vital to more inclusive collective action.", "\n\nDo you have any questions or comments about cooperatives? ", "We’d love to take this conversation further 🙂\n\nCategories\n\nRecent Events\n\nAbout Empower\n\nWe are an Australian for purpose organisation that enables rural communities to pursue their vision towards self-reliance. ", "We adopt an asset-based approach to development and currently support grassroot initiatives in Malawi and Sri Lanka." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0, 0, 0.007407407407407408, 0, 0.01694915254237288, 0, 0, 0, 0, 0, 0, 0, 0, 0.01694915254237288, 0, 0, 0, 0, 0, 0, 0.007692307692307693, 0, 0, 0, 0.03125, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.002293
5
[ "In recent times televisions become more sophisticated and of increasing functionality. ", "Additionally, televisions become more and more integrated into hi-fi networks or other types of networks having different sources at their disposal. ", "During watching a television program, the functionality of the television can be fully used and enjoyed. ", "On the other hand, when no television program is watched and the television is in standby mode or turned off, the television is not used anymore even though it might provide a variety of functions." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0, 0 ]
0
5
[ "Why You Shouldn’t Use an Admin Account as Your Main Account\n\nJust about everyone uses an administrator account for the primary computer account. ", "But there are security risks associated with that. ", "If a malicious program or attackers are able to get control of your user account, they can do a lot more damage with an administrator account than with a standard account. ", "You can protect yourself by using a standard account as your primary account and then temporarily elevating permissions when you need to make administrator changes. ", "What’s the difference between admin accounts and standard accounts? ", "Administrator accounts (or admin accounts) are basically the most powerful account type on a computer." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0, 0, 0, 0 ]
0
5
[ "<?xml version=\"1.0\" encoding=\"utf-8\"?", ">\n<topic id = \"0c24340d-2977-47d4-9010-e3783f4057c5\" revisionNumber = \"1\" >\n<developerConceptualDocument xmlns=\"http://ddue.schemas.microsoft.com/authoring/2003/5\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <introduction>\n<para>\n<legacyBold>Hull Moving Average (HMA)</legacyBold> - the indicator shows the direction of the market trend and represents an improved moving average.", "\n</para>\n<para>\nTo use the indicator, you must use the \n<codeEntityReference>T:StockSharp.", "Algo.", "Indicators.", "HullMovingAverage</codeEntityReference> class.", "\n</para>\n<mediaLink><image placement=\"left\" xlink:href=\"IndicatorHullMovingAverage\"/></mediaLink>\n </introduction>\n\n<relatedTopics>\n<link xlink:href=\"fba3ef70-567c-4bae-b6d9-f7b5f80c7c7a\" />\n</relatedTopics>\n</developerConceptualDocument>\n</topic>\n" ]
{ "pile_set_name": "Github" }
[ 0.02631578947368421, 0.005263157894736842, 0.011111111111111112, 0, 0, 0, 0.004032258064516129 ]
0.006675
5
[ "// monzo_sumerian_2place12.scl\r\n// \r\n// Monzo - most accurate 2-place sexagesimal 12-tET approximation\r\n// \r\n\r\n@60\r\n\r\n:intervals\r\n\r\n261.6255653006\r\n277.17835052447\r\n293.68632213351\r\n311.15032543183\r\n329.66469551353\r\n349.22211163595\r\n369.93402791915\r\n391.94841243536\r\n415.27867508032\r\n439.91220695103\r\n466.03267445926\r\n493.6331420766\r\n523.2511306012\r\n" ]
{ "pile_set_name": "Github" }
[ 0.02 ]
0.02
5
[ "Effect of a contusion injury on muscular force, power, work, and fatigue.", "\nThe purpose of the investigation was to compare alterations in muscular force, power, work, and fatigue following a contusion injury. ", "We hypothesized that power and work would be more greatly reduced than isometric force due to several mechanisms that would alter the force-velocity relationship and impair activation/relaxation kinetics specific to dynamic muscle contractions. ", "Contusion injury was administered to the gastrocnemius muscle of adult rats using the drop-mass technique. ", "Isometric force, power during shortening (10, 25, and 40 mm/s), work produced during cyclic contractions (2 and 4 Hz), and fatigue during 60 work loops, were normalized to dry muscle mass and analyzed in control animals (n=11), as well as 1 h (n=11) and 48 h (n=9) following contusion injury. ", "Passive work increased (30-38%) 48 h after injury compared with control (P<0.01). ", "Isometric force, power, and work were significantly reduced by similar magnitudes 1 h (28-33%) and 48 h (28-38%) after injury compared with control (P<0.01). ", "Fatigue index 1 h post-injury was significantly less than control (75% vs 85%; P=0.02). ", "The observed increases in muscle hysteresis were apparently not large enough to cause greater reductions in power and work than isometric force. ", "We conclude that isometric measures provide adequate quantification of muscular dysfunction following a contusion injury in these animals and may offer sufficient information to determine recovery status in clinical settings as well." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0.006825938566552901, 0, 0, 0, 0, 0 ]
0.000683
5
[ "Edward Walter Nesbitt\n\nEdward Walter Nesbitt (November 23, 1859 – August 28, 1942) was a Canadian insurance and real estate agent and political figure in Ontario, Canada. ", "He represented Oxford North in the House of Commons of Canada from 1908 to 1917 as a Liberal and from 1917 to 1921 as a Unionist Party member.", "\n\nHe was born in Holbrook, Canada West, the son of John W. Nesbitt and Mary Wallace, and was educated in Oxford County. ", "Nesbitt married Mary Elizabeth Ross in 1897. ", "He lived in Woodstock. ", "In 1921, Nesbitt crossed the floor of the House of Commons to become a Conservative; he was defeated when he ran for reelection later that year. ", "He died in Woodstock at the age of 82.", "\n\nHis grand-nephew Wally Nesbitt also later served in the House of Commons.", "\n\nReferences\n\nCategory:Members of the House of Commons of Canada from Ontario\nCategory:Liberal Party of Canada MPs\nCategory:Conservative Party of Canada (1867–1942) MPs\nCategory:1859 births\nCategory:1942 deaths" ]
{ "pile_set_name": "Wikipedia (en)" }
[ 0.011695906432748537, 0.02112676056338028, 0.016666666666666666, 0.044444444444444446, 0, 0.013793103448275862, 0.02631578947368421, 0.02666666666666667, 0.02857142857142857 ]
0.021031
5
[ "#ifndef __NEWRES_H__\r\n#define __NEWRES_H__\r\n\r\n#if !", "defined(UNDER_CE)\r\n#define UNDER_CE _WIN32_WCE\r\n#endif\r\n\r\n#if defined(_WIN32_WCE)\r\n\t#if !", "defined(WCEOLE_ENABLE_DIALOGEX)\r\n\t\t#define DIALOGEX DIALOG DISCARDABLE\r\n\t#endif\r\n\t#include <commctrl.h>\r\n\t#define SHMENUBAR RCDATA\r\n\t#if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)\r\n\t\t#include <aygshell.h>\r\n\t\t#define AFXCE_IDR_SCRATCH_SHMENU 28700\r\n\t#else\r\n\t\t#define I_IMAGENONE\t\t(-2)\r\n\t\t#define NOMENU\t\t\t0xFFFF\r\n\t\t#define IDS_SHNEW\t\t1\r\n\r\n\t\t#define IDM_SHAREDNEW 10\r\n\t\t#define IDM_SHAREDNEWDEFAULT 11\r\n\t#endif // _WIN32_WCE_PSPC\r\n\t#define AFXCE_IDD_SAVEMODIFIEDDLG 28701\r\n#endif // _WIN32_WCE\r\n\r\n#ifdef RC_INVOKED\r\n#ifndef _INC_WINDOWS\r\n#define _INC_WINDOWS\r\n\t#include \"winuser.h\" // extract from windows header\r\n\t//#include \"winver.h\" \r\n#endif\r\n#endif\r\n\r\n#ifdef IDC_STATIC\r\n#undef IDC_STATIC\r\n#endif\r\n#define IDC_STATIC (-1)\r\n\r\n#endif //__NEWRES_H__\r\n" ]
{ "pile_set_name": "Github" }
[ 0.0196078431372549, 0.033707865168539325, 0.017811704834605598 ]
0.023709
5
[ "Chronic renal allograft rejection in the rat. ", "Transplantation-induced antibodies against basement membrane antigens.", "\nTo obtain understanding of the immunologic mechanism of chronic rejection-associated glomerular and interstitial renal damage, we investigated the humoral immune response against donor type glomerular and tubular basement membrane proteins in rats with long-surviving renal transplants with and without chronic rejection. ", "Sera from Lewis and Fisher 344 rats with long-surviving Fisher 344 and Lewis renal allografts were investigated by enzyme-linked immunosorbent assay and Western blot analysis using collagenase-digested renal basement membrane preparations from various strains of rats. ", "Kidneys from F344 strain donors transplanted into Lewis recipients developed glomerular lesions consistent with transplant glomerulopathy as well as chronic tubulointerstitial inflammation and fibrosis. ", "Indirect immunofluorescence studies of the Lewis anti-Fisher 344 post-transplant sera showed the presence of antibodies that gave punctate staining in the glomeruli and bright, linear staining of the proximal tubular basement membrane. ", "Dot blot analysis of the sera showed the presence of antibodies against Fisher and third party Brown Norway glomerular basement membranes, whereas no reactivity was found with recipient strain basement membranes. ", "Western blot analysis with glomerular basement membrane preparations showed that the antibodies recognized several antigens under nonreducing (> 200 and approximately 100 kilodaltons) and reducing (> or = 200, approximately 200, approximately 90, approximately 50 to 60, and < 45 kilodaltons) conditions. ", "Western blots with tubular basement membrane proteins showed antibodies against various antigens. ", "Anti-basement membrane antibodies were not found after conventional immunizations with kidney homogenates or after transplantation of cardiac allografts. ", "Fisher 344 rats with long-surviving Lewis renal transplants produced antibodies against laminin fragments, but these antibodies were not associated with transplant glomerulopathy. ", "We found that Lewis rats that carry a Fisher 344 renal allograft with transplant glomerulopathy produce antibodies against one or more novel antigen(s) of donor glomerular and tubular basement membranes. ", "The role of these antibodies in the pathogenesis of transplant glomerulopathy and chronic rejection-associated tubulointerstitial inflammation remains to be established." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0.0037174721189591076, 0, 0, 0.004694835680751174, 0, 0, 0.006493506493506494, 0, 0, 0 ]
0.001147
5
[ "Q:\n\nGet size for Bytea column in postgreSQL\n\nI have table for store file information. ", "File content is stored in column (column datatype is bytea in PostgreSQL). ", "Now I want to get file content size, based on bytea column data. ", "\nIn SQL Server, I am able to get by using below query:\nselect convert(nvarchar(50),DATALENGTH(FileDataInVarbinary)/ 1048576.0 ) +' MB' as FileSize from Table_FileInfo\n\nCould you suggest me, how we can write in postgreSQL for same above sql query.", "\n\nA:\n\nYou can use the length() function to get the length in bytes:\nselect length(bytea_column) as filesize\nfrom file_info;\n\nIf you want to format the output you can use pg_size_pretty()\nselect pg_size_pretty(length(bytea_column)) as filesize\nfrom file_info;\n\nThat will adapt the \"kb\", \"mb\" output based on the size. ", "If you always want MB, you can use:\nselect concat(length(bytea_column) / 1048576.0, ' MB') as filesize\nfrom file_info;\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0.008130081300813009, 0, 0 ]
0.001355
5
[ "141 F.3d 1169\nNOTICE: Eighth Circuit Rule 28A(k) governs citation of unpublished opinions and provides that they are not precedent and generally should not be cited unless relevant to establishing the doctrines of res judicata, collateral estoppel, the law of the case, or if the opinion has persuasive value on a material issue and no published opinion would serve as well.", "Thomas MCDONALD, Plaintiff-Appellant,v.JOHN DEERE COMPANY; Deere & Company, Defendants-Appellees.", "\nNo. ", "97-2839.", "\nUnited States Court of Appeals, Eighth Circuit.", "\nSubmitted: Feb. 11, 1998.Filed: April 8, 1998.", "\n\nAppeal from the United States District Court for the Western District of Missouri.", "\nBefore WOLLMAN and LOKEN, Circuit Judges, and BOGUE,1 Senior District Judge.", "\nPER CURIAM.", "\n\n\n1\nThomas McDonald appeals from the adverse decisions of the judge and the jury in this product liability lawsuit. ", " After a careful review of the law and the record in this case, we reject McDonald's contention that the district court improperly granted partial summary judgment to Deere on McDonald's claim that Deere owed a duty to McDonald to equip a mower with a rollover protection system. ", " We likewise reject McDonald's contention that the district court misinstructed the jury on the issue of assumption of the risk/contributory fault. ", " Having reviewed the challenged instructions under the appropriate standards of review, we conclude that they accurately reflect the applicable law and do not require reversal. ", " We further find that there is sufficient evidence in support of the jury verdict. ", " Having considered McDonald's remaining contentions under well-established standards, we find no error that would require reversal. ", " Because an opinion would have no precedential value, we affirm the district court without further discussion. ", " See 8th Cir. ", " R. 47B.\n\n\n\n1\n The Honorable Andrew W. Bogue, United States District Judge for the District of South Dakota, sitting by designation\n\n\n" ]
{ "pile_set_name": "FreeLaw" }
[ 0, 0.04081632653061224, 0, 0, 0.041666666666666664, 0, 0, 0.03896103896103896, 0, 0.008547008547008548, 0.017857142857142856, 0.006756756756756757, 0, 0, 0.007575757575757576, 0, 0, 0 ]
0.00901
5
[ "Q:\n\nCustom Fields Not Working In Footer\n\nA friend of mine wants the address in his footer to be editable. ", "So I thought to add Custom Fields to a post and then, in the footer call that post (named \"Info Post\") and get the address from a custom field.", "\nI can successfully get the ID of the post but when I try to get the post meta with\necho get_post_meta($post->ID, 'street_address', true); \nnothing happens. ", "\nCould someone explain where I am going wrong? ", "Or if anyone has an idea of how better to do this I'm all ears.", "\nThanks for any all help!", "\nThe code I was using to get $post->ID was requested so I have added it below\nI have attempted to reach the 'street_address' field in a variety of ways but none of them have worked. ", "When I echo $post->ID I do get the correct ID though.", "\n<?", "php \n\n $queryObject = new WP_Query( array(\n 'title' => 'Business Info',\n 'posts_per_page' => 1,\n ));\n\n?", ">\n<?", "php if ( $queryObject->have_posts() ) : ?", ">\n<?", "php while ( $queryObject->have_posts() ) : $queryObject->the_post(); ?", ">\n\n <?", "php \n // print_r($post);\n $street_address = get_post_meta($post->ID, 'street_address', true);\n ?", ">\n <div class=\"large-6 columns\">\n <h3>Our office location is at <?", "php echo $street_address;?>.</h3>\n <!-- ", "Image Here -->\n <p>\n <?", "php echo $post->ID; ?", ">\n <?", "php \n // print_r($post);\n $street_address = the_field('street_address');\n echo $street_address;\n the_field('street_address');\n ?", ">\n <br>\n We'd love to see you there!", "\n </p>\n </div>\n\n<?", "php endwhile;?", ">\n<?", "php else: ?", ">\n<?", "php endif; ?", ">\n<?", "php wp_reset_query(); ?", "> \n\nA:\n\nOk, since we're going the post meta route (as opposed to options), there's a much cleaner and efficient way to grab a post by it's title:\nif ( $info = get_page_by_title( 'Business Info', OBJECT, 'post' ) ) {\n // do stuff\n}\n\nDon't let the page in the function name throw you off - the third argument is the post type (in this case post).", "\nSecondly, let's find out what's actually going on:\nif ( $info = get_page_by_title( 'Business Info', OBJECT, 'post' ) ) {\n echo '<pre>';\n echo esc_html( print_r( get_post_meta( $info->ID ), true ) );\n echo '</pre>';\n} else {\n echo 'Oh no!';", "\n}\n\nReport back with you what you get from the above debugging snippet.", "\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0.006993006993006993, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.005747126436781609, 0.015873015873015872, 0, 0 ]
0.000818
5
[ "Q:\n\nHow to space out my websocket updates via RxJS\n\nMy Angular component displays a scoreboard that receives updates via websocket anytime the scoreboard changes. ", "The scoreboard changes anytime any voter submits a ballot. ", "The scoreboard updates could come across the websocket at any interval. ", "My scoreboard's animation takes 1000ms. ", "I would like an RxJS way of being sure that there will always be at least 1000ms between iterations of my tap() operator running so that my animations can run. ", "If a flurry of scoreboard updates come through the socket rapid-fire, I would like to handle this one of two ways: a) The updates queue up and are executed one-by-one every 1000ms. ", "b) Every 1000ms, if there have been any new updates, apply the latest update, and ignore the others.", "\n// Scoreboard updates are coming in via websocket anytime the scoreboard changes.", "\n// The scoreboard changes anytime a voter submits a ballot.", "\nthis.scoreboardService.scoreboardUpdates$\n .pipe(\n tap((scoreboardUpdate: Scoreboard) => {\n // Apply update to the scoreboard\n // Scoreboard animation takes 1000ms to complete\n })\n )\n .subscribe();\n\nA:\n\nYou can try this:\nthis.scoreboardService.scoreboardUpdates$\n .pipe(\n throttleTime(1000),\n tap((scoreboardUpdate: Scoreboard) => {\n // Apply update to the scoreboard\n // Scoreboard animation takes 1000ms to complete\n })\n )\n .subscribe();\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0.006134969325153374, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.000613
5
[ "Pauli Durablend Orange 27002 Sofa\n\nDetails\n\n* The Paulie DuraBlend Orange Sofa by BenchCraft uses rich DuraBlend upholstery surrounding the dramatic flared arms and the plush seat and back cushions beautifully adorned with stylish tufted detailing to create an exciting collection that also provides the ultimate in comfort perfect for any living area." ]
{ "pile_set_name": "Pile-CC" }
[ 0.011363636363636364 ]
0.011364
5
[ "Psychiatric disorders include any mental disorder or illness that interferes with the way a person behaves, interacts with others, and/or functions in daily life. ", "The Diagnostic and Statistical Manual (DSM) of Mental Disorders, published by the American Psychiatric Association, classifies psychiatric disorders. ", "The latest version, the DSM-5 (Fifth Edition), lists the following categories of mental disorders: adjustment disorders; anxiety disorders; delirium, dementia, amnestic, and other cognitive disorders; disorders usually first diagnosed in infancy, childhood or adolescence, such as learning disorders or communication disorders; dissociative disorders; eating disorders; factitious disorders; impulse-control disorders; mental disorders due to a general medical condition; mood disorders; other conditions of clinical importance; personality disorders; schizophrenia and other psychotic disorders; sexual and gender identity disorders; sleep disorders; somatoform disorders; and substance-related disorders. ", "See also, http://www.dsm5.org.", "\nThe exact cause of most psychiatric disorders is not known. ", "Mental health experts believe that psychiatric disorders typically result from a combination of genetic or inherited dispositions and a triggering event. ", "Triggering events may include environmental factors, stresses of various kinds, and even physical health problems. ", "Psychiatric disorders are very common in the United States. ", "In fact, one-fifth of the American population suffers from some sort of mental disorder during any given year, according to the American Psychiatric Association.", "\nThe current lack of biomarkers and the ineffectiveness and reliability of the diagnosis and rates are important issues for the treatment of psychiatric disorders. ", "For example, around 15% of the population suffers from major depression, while approximately 1% suffers from bipolar disorder. ", "However, differentiating between these two disorders is difficult and results in at least 10-15% of bipolar disorder patients being misdiagnosed as having major depression. ", "The consequences of such misdiagnosis include a delay in being introduced to efficacious treatment with mood stabilizers and a delay in seeking or obtaining counseling specific to bipolar disorder.", "\nMedication is widely used to treat a variety of psychiatric disorders. ", "For example, antidepressants are used for the treatment of clinical depression as well as for anxiety and other disorders. ", "Anxiolytics are used for anxiety disorders and related problems such as insomnia. ", "Mood stabilizers are used primarily in bipolar disorder, mainly targeting mania rather than depression. ", "Antipsychotics are used for psychotic disorders such as schizophrenia. ", "Stimulants are commonly used, notably for attention deficit hyperactivity disorder (ADHD). ", "However, there are concerns regarding the lack of efficacy, long onset of action, and side-effects associated with the use of such medications.", "\nAs such, there is a need in the art for improved methods to accurately and reliably diagnose psychiatric disorders, particularly affective disorders such as mood disorders (e.g., major depression). ", "Moreover, despite the existence of an assortment of different medications, there is a need in the art for improved drugs to treat psychiatric disorders, particularly affective disorders such as mood disorders (e.g., major depression) and symptoms thereof. ", "The present invention satisfies these needs and provides related advantages as well." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0.02, 0, 0.03333333333333333, 0, 0, 0, 0, 0.006211180124223602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.002589
5
[ "When are acrylic nails appropriate?", "\n\nMy 9 year old SD has those fake, glue on nails and DH asked her if they were acrylic. ", "She said no and I said if they were, I'd be taking her ass down to the nail shop to have them pulled off. ", "Well, that started an argument because he doesnt see anything wrong with SD getting them. ", "He gave me that BS \"Its *MY* daughter\" but then tried to cover it up a moment later with the \"your daughter, our daughter\" crap.", "\n\nComments (33)\n\nI don't like acrylic nails. ", "I think it's bad for nail health. ", "9 years ifs definitely way too young. ", "I would rather teach her how to properly buff and manicure her nails so that she does not have to buy fake ones...even when I go to the salon I only get them trimed and painted w/ clear polish (I feel clausterphobic ith colors) besides giving each other a mani/pedi at home is great for spending time together (going to the salon is too for a special treat) Fortunately I have boys...I hope I won't have to do mani/pedi's w/ them...definitely somthing I would have to get used too!", "\n\nAs far aesthetic reasons are concerned; Acrylic nails are never OK for anyone if they look like a acrylic nails. ", "I hate that look when you glance at a woman she has bright pink nails with a little fake diamond on the end of her pinkie nail...you all know what I am talking about.", "The risk of infection is whole other issue about fake nails. ", "Some very nasty bacteria love to make themselves at home under fake nails.", "\n\nI only wear them on a very rare occasion. ", "My real nails never look nice, even after a manicure so I will get acrylic nails for a special event. ", "I keep them very short and the color natural, so people usually assume they are real anyway. ", "I am going to go to PR to visit my husband's family next month, and I plan on getting my nails done for that. ", "I always feel more pressure to look nice when we are in PR b/c most of the women there are very well-groomed and I feel out of place looking like my usual self.", "\n\nAs far as a 9 yr old, maybe for fun once or twice, but not as something regular. ", "Too young, too expensive, and not healthy.", "\n\nI don't like them at all, but I think they become more normal around middle school age. ", "The stick on ones are pointless though, they fall off IMMEDIATELY. ", "It's really just a better idea to a) not bite one's nails and b) get them nicely polished, if that's what you want. ", "Acrylic nails look weird anyway imo. ", "Even on adults, they seem tacky.", "\n\nOk, I used to get acrylics all the time, for I believe I have man hands and thought they helped. ", "That being said, in the back of my head I always felt like I sort of looked like I had an audition at Scores or Rick's Cabaret after work, if you catch my drift.", "\n\nI don't think they look strippery on everyone (just me! ", "lucky me!), ", "but dude, 9 is way too young. ", "Once I gave up on getting them done, it took seriously almost 8 months for them to grow in back to normal and I whined about it the whole time. ", "Imagine how whiny a kid would be when she has to grow her natural nails back in. ", "SOOOO not worth it!! ", "LOL\n\nI agree that when she can pay for them and the up keep, she can get them. ", "I have no problem with the press on/glue on ones (although the ones she has on are horribly long and disgusting) but acrylics for many reasons bother me.", "\n\nDH said she wants to do what she sees me doing. ", "Hello, I dont *get* them! ", "No adult she knows gets them and really, what else should we let her do then? ", "Should I let her wear makeup? ", "High heels? ", "Short dresses? ", "Thongs? ", "That argument didnt fly with me at all." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0.011363636363636364, 0, 0, 0, 0, 0, 0, 0.002079002079002079, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014925373134328358, 0, 0, 0, 0, 0.012422360248447204, 0, 0, 0, 0, 0, 0, 0.012658227848101266, 0, 0, 0, 0, 0, 0, 0, 0.125, 0.02564102564102564 ]
0.004746
5
[ "DEREK McInnes today blasted the SPFL fixture chaos that has hit the Dons as “foolish” and claimed the club’s supporters deserve better.", "\n\nThe SPFL rescheduled Aberdeen’s Premiership trip to Dundee from Monday evening to Saturday (12.15pm).", "\n\nAberdeen fans have been given just five days notice of the change, which was instigated because Aberdeen have three players away on international duty.", "\n\nMcInnes reckons the SPFL should never have scheduled a top-flight clash for a Monday on an international week.", "\n\nAberdeen have confirmed they will refund any Reds fan who cannot make Saturday’s rearranged fixture.", "\n\nMcInnes said: “The supporters deserve to be treated better than that. ", "It is an inconvenience for everyone but especially the fans.", "\n\n“It is a lesson learned that it is foolish to have a Premiership fixture on a Monday scheduled on the same week as internationals.”", "\n\nDons fans unable to attend Saturday’s game will be given a full refund by Aberdeen.", "\n\nA club statement said: “Any supporters who have bought a ticket for the Monday night and are now unable to attend will get a full refund.", "\n\n“We appreciate a number of supporters will be unable to attend the match and others will have their weekend and travel plans disrupted.", "\n\n“In the first instance, we were disappointed a popular match on the fixture calendar was moved to a Monday evening during an international week, given the possibility of player call-ups.", "\n\n“Given the club’s position in the league it is essential all our players are available and, following discussions with all parties, this would not have been the case if the fixture proceeded on the Monday.”", "\n\nA spokesperson for the SPFL said: “If an SPFL club has three or more players unavailable because of international selection, it is entitled to request a fixture be rescheduled.", "\n\n“Due to three of its players being unavailable for this very reason, Aberdeen FC has had an application to reschedule its match against Dundee FC accepted and the game will now be played on Saturday, March 21.”" ]
{ "pile_set_name": "OpenWebText2" }
[ 0.014814814814814815, 0.019417475728155338, 0.006535947712418301, 0.008928571428571428, 0.00980392156862745, 0.013888888888888888, 0, 0, 0.011764705882352941, 0, 0, 0, 0, 0.011235955056179775, 0.0047169811320754715 ]
0.00674
5
[ "Q:\n\nPHP - number_format fails with math operations\n\nThe PHP function number_format produces weird results when using it with math operations.", "\nRun this...\necho number_format(32545000 - 24343400) . '", "<br>';\necho number_format(32545000) - number_format(24343400);\n\nWhy does the second one produce an answer of \"8\" instead of the correct answer?", "\n\nA:\n\nnumber_format(32545000) returns a string: 32,545,000\nnumber_format(24343400) returns a string: 24,343,400\nThe strings are converted to int and you get:\n32 - 24 = 8\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0.0070921985815602835, 0, 0, 0 ]
0.001773
5
[ "Rails.application.configure do\n # Settings specified here will take precedence over those in config/application.rb.", "\n\n # Code is not reloaded between requests.", "\n config.cache_classes = true\n\n # Eager load code on boot. ", "This eager loads most of Rails and\n # your application in memory, allowing both threaded web servers\n # and those relying on copy on write to perform better.", "\n # Rake tasks automatically ignore this option for performance.", "\n config.eager_load = true\n \n # Full error reports are disabled and caching is turned on.", "\n config.consider_all_requests_local = false\n config.action_controller.perform_caching = true\n\n # Ensures that a master key has been made available in either ENV[\"RAILS_MASTER_KEY\"]\n # or in config/master.key. ", "This key is used to decrypt credentials (and other encrypted files).", "\n config.require_master_key = true\n\n # Disable serving static files from the `/public` folder by default since\n # Apache or NGINX already handles this.", "\n config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?", "\n\n # Compress JavaScripts and CSS.", "\n config.assets.js_compressor = :uglifier\n # config.assets.css_compressor = :sass\n\n # Do not fallback to assets pipeline if a precompiled asset is missed.", "\n config.assets.compile = false\n\n # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb\n\n # Enable serving of images, stylesheets, and JavaScripts from an asset server.", "\n # config.action_controller.asset_host = 'http://assets.example.com'\n\n # Specifies the header that your server uses for sending files.", "\n # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache\n # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX\n\n # Mount Action Cable outside main process or domain\n # config.action_cable.mount_path = nil\n # config.action_cable.url = 'wss://example.com/cable'\n # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\\/\\/example.*/ ]\n\n # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.", "\n config.force_ssl = true\n\n # Use the lowest log level to ensure availability of diagnostic information\n # when problems arise.", "\n config.log_level = :debug\n\n # Prepend all log lines with the following tags.", "\n config.log_tags = [ :request_id ]\n\n # Use a different cache store in production.", "\n # config.cache_store = :mem_cache_store\n\n # Use a real queuing backend for Active Job (and separate queues per environment)\n # config.active_job.queue_adapter = :resque\n # config.active_job.queue_name_prefix = \"feedi_#{Rails.env}\"\n\n config.action_mailer.perform_caching = false\n\n # Ignore bad email addresses and do not raise email delivery errors.", "\n # Set this to true and configure the email server for immediate delivery to raise delivery errors.", "\n # config.action_mailer.raise_delivery_errors = false\n\n # Enable locale fallbacks for I18n (makes lookups for any locale fall back to\n # the I18n.default_locale when a translation cannot be found).", "\n config.i18n.fallbacks = true\n\n # Send deprecation notices to registered listeners.", "\n config.active_support.deprecation = :notify\n\n # Use default logging formatter so that PID and timestamp are not suppressed.", "\n config.log_formatter = ::Logger::Formatter.new\n\n # Use a different logger for distributed setups.", "\n # require 'syslog/logger'\n # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')\n\n if ENV[\"RAILS_LOG_TO_STDOUT\"].present?", "\n logger = ActiveSupport::Logger.new(STDOUT)\n logger.formatter = config.log_formatter\n config.logger = ActiveSupport::TaggedLogging.new(logger)\n end\n\n # Do not dump schema after migrations.", "\n config.active_record.dump_schema_after_migration = false\nend\n" ]
{ "pile_set_name": "Github" }
[ 0, 0, 0, 0.006289308176100629, 0, 0, 0.004545454545454545, 0, 0.006493506493506494, 0, 0.02857142857142857, 0, 0.0045871559633027525, 0.0072992700729927005, 0.012048192771084338, 0, 0, 0, 0, 0, 0.009950248756218905, 0, 0.007874015748031496, 0, 0, 0, 0 ]
0.003247
5
[ "Some sports games, such as baseball, golf, tennis, and other games, involve swinging a bat, club, or racket to strike a ball in order to propel the ball in a desired direction with a desired speed. ", "In baseball, the ball is “pitched” (thrown) toward the batter by a pitcher. ", "During the flight of the ball, the batter prepares to swing the bat to contact the ball and propel it in another direction. ", "In golf, the ball rests on a small pedestal called a “tee” placed slightly in front of the golfer's toes or on the ground. ", "In tennis, the ball is hit toward the player by an opponent using a tennis racket. ", "In each game, striking the ball with optimum swing dynamics requires the player to keep their eyes directed at the ball from the beginning of the swing until the bat, club, or racket contacts the ball, and following the collision, in the direction of the collision, even after the ball takes flight. ", "However, many players fail to keep their eyes on the ball up to the point of collision and in the direction of the collision after collision, and thus they fail to see the collision of the bat, club, or racket with the ball and complete the swing with proper mechanics. ", "Consequently, the ball is missed or is hit poorly. ", "Some devices exist as aids to improve a player's swing. ", "These devices focus on the proper head position during the swing motion. ", "However, determining head position does not directly correlate to the eye position during and/or immediately following the ball collision. ", "Further, some of these devices require replacement of standard equipment with specialized equipment or are cumbersome, which can negatively impact user performance. ", "Some of these devices may require that the ball be stationary and placed onto a specialized device, which limits their use in swing practice." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0
5
[ "A WORLD OF EXOTIC ADVENTURE TRAVEL FOR THE OVER 50 TRAVELER\n\nELDERTREKS is the world's first adventure travel company designed exclusively for people 50 and over. ", "Established in 1987, ElderTreks offers active, off-the-beaten-path, small-group adventures by both land and sea in over 100 countries. ", "ElderTreks offers wildlife and tribal African safaris, active hiking trips to the Rockies, Himalayas and Andes, expeditions by icebreakers to the Arctic and Antarctic and cultural journeys throughout Asia, South America and much of the world. ", "We invite you to browse through our website, request a catalogue or give us a call. ", "A real person will always answer during business hours. ", "We hope you can join ElderTreks on one of our small group adventures for travelers 50 plus.", "\n\nNaturally, you're invited!", "\n\nGREAT REASONS TO TRAVEL WITH ELDERTREKS\n\nWe cater to people 50 and over\n\nTravel with your peers on itineraries designed with YOU in mind. ", "Companions over 18 years old are welcome.", "\n\nExperience - established in 1987\n\nTravel confidently, knowing that the people facilitating your adventures are veterans in the world of adventure travel.", "\n\nSmall group experience\n\nMaximum group size on our land adventures is 16 - guaranteed.", "\n\nExpedition ships, not cruise ships (Capacity of 8-200 passengers)\n\nOn our ship-based adventures, we use expedition ships - not cruise ships. ", "Smaller vessels allow for more personal interaction and reduce our impact at the sites we visit.", "\n\nClubTrek - Loyalty Program.", "\n\nTo thank you for traveling with us, we have created ClubTrek. ", "Travel with ElderTreks once and you are automatically enrolled. ", "For more information about this loyalty program, click here.", "\n\nLand days - not air days\n\nOur stated trip lengths refer to land days only. ", "ElderTreks \"day 1\" always refers to the arrival day. ", "Some destinations may take a day or 2 to reach and we don’t begin your trip until you arrive at destination.", "\n\nHassle-free all-inclusive land and sea packages\n\nAll meals, accommodation, domestic transportation and domestic departure taxes, entrance fees, tips at hotels and restaurants...nothing is left to chance. ", "If there are exceptions to this rule, they are clearly noted.", "\n\nExperts with first-hand knowledge\n\nWhen you book a trip with ElderTreks, you have access to people who have been where you are going. ", "You may deal directly with people who are able to answer your questions.", "\n\nNo mandatory single-supplement charge on land adventures (excluding extensions)\n\nIf you're willing to share a room, there is no additional charge. ", "We don't penalize single travelers - we welcome you.", "\n\nGenuine travel experiences\n\nElderTreks takes you off the beaten path on carefully crafted itineraries that are unique and thoughtfully planned. ", "We do not support conveyor-belt tourism, where groups are pushed through a rigid itinerary at the expense of spontaneity.", "\n\nSustainable, responsible travel\n\nWe support a number of development projects throughout the world, and we make sure you have close contact with local people. ", "During some of our adventures, you have the opportunity to visit schools and orphanages.", "\n\nComfortable, charming accommodations\n\nWe select hotels based on comfort, location and charm with private washrooms. ", "Shared facilities are only used where there is no alternative, and such exceptions are clearly noted.", "\n\nVariety of destinations on land and at sea\n\nFrom Easter Island in the South Pacific to the Gobi Desert in Mongolia; from Baja to the Galapagos; from the Amazon to Alaska, our itineraries are diverse and exotic. ", "You're not an average traveler; we're not an average adventure company.", "\n\nGreat value\n\nOur many repeat travelers tell us that we consistently deliver high caliber journeys at an affordable price. ", "You will find our adventures eventful, stimulating and great value for your money.", "\n\nReal people answer your calls\n\nEveryone wants to be treated in a professional manner that is pleasant, prompt and helpful. ", "We won't force you to endure a pre-recorded voice when you call. ", "Great service and a great attitude are at the core of what we do.", "\n\nGreat guides\n\nElderTreks are proud to have guides who are second to none. ", "To meet some of our guides, click here" ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0.007407407407407408, 0.00411522633744856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.034482758620689655, 0, 0, 0, 0, 0, 0.009259259259259259, 0, 0, 0.007352941176470588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.004694835680751174, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.001642
5
[ "#!", "/usr/bin/env julia --project\nusing ClimateMachine\nClimateMachine.init(parse_clargs = true)\n\nusing ClimateMachine.", "BalanceLaws: vars_state, Prognostic, Auxiliary\nusing ClimateMachine.", "Mesh.", "Topologies\nusing ClimateMachine.", "Mesh.", "Grids\nusing ClimateMachine.", "Mesh.", "Filters\nusing ClimateMachine.", "DGMethods\nusing ClimateMachine.", "DGMethods.", "NumericalFluxes\nusing ClimateMachine.", "MPIStateArrays\nusing ClimateMachine.", "ODESolvers\nusing ClimateMachine.", "VariableTemplates: flattenednames\nusing ClimateMachine.", "Ocean.", "SplitExplicit01\nusing ClimateMachine.", "GenericCallbacks\nusing ClimateMachine.", "VTK\n\nusing MPI\nusing LinearAlgebra\nusing StaticArrays\nusing Logging, Printf, Dates\n\nusing CLIMAParameters\nusing CLIMAParameters.", "Planet: grav\nstruct EarthParameterSet <: AbstractEarthParameterSet end\nconst param_set = EarthParameterSet()\n\nimport ClimateMachine.", "Ocean.", "SplitExplicit01:\n ocean_init_aux!,", "\n ocean_init_state!,", "\n ocean_boundary_state!,", "\n CoastlineFreeSlip,\n CoastlineNoSlip,\n OceanFloorFreeSlip,\n OceanFloorNoSlip,\n OceanSurfaceNoStressNoForcing,\n OceanSurfaceStressNoForcing,\n OceanSurfaceNoStressForcing,\n OceanSurfaceStressForcing\nimport ClimateMachine.", "DGMethods:\n update_auxiliary_state!, ", "update_auxiliary_state_gradient!, ", "VerticalDirection\n# using GPUifyLoops\n\nconst ArrayType = ClimateMachine.array_type()\n\nstruct SimpleBox{T} <: AbstractOceanProblem\n Lˣ::T\n Lʸ::T\n H::T\n τₒ::T\n λʳ::T\n θᴱ::T\nend\n\n@inline function ocean_boundary_state!(", "\n m::OceanModel,\n p::SimpleBox,\n bctype,\n x...,\n)\n if bctype == 1\n ocean_boundary_state!(m, CoastlineNoSlip(), x...)\n elseif bctype == 2\n ocean_boundary_state!(m, OceanFloorNoSlip(), x...)\n elseif bctype == 3\n ocean_boundary_state!(m, OceanSurfaceStressForcing(), x...)\n end\nend\n\n@inline function ocean_boundary_state!(", "\n m::Continuity3dModel,\n p::SimpleBox,\n bctype,\n x...,\n)\n #if bctype == 1\n ocean_boundary_state!(m, CoastlineNoSlip(), x...)\n #end\nend\n\n@inline function ocean_boundary_state!(", "\n m::BarotropicModel,\n p::SimpleBox,\n bctype,\n x...,\n)\n return ocean_boundary_state!(m, CoastlineNoSlip(), x...)\nend\n\nfunction ocean_init_state!(p::SimpleBox, Q, A, coords, t)\n @inbounds y = coords[2]\n @inbounds z = coords[3]\n @inbounds H = p.H\n\n Q.u = @SVector [-0, -0]\n Q.η = -0\n Q.θ = (5 + 4 * cos(y * π / p.Lʸ)) * (1 + z / H)\n\n return nothing\nend\n\nfunction ocean_init_aux!(m::OceanModel, p::SimpleBox, A, geom)\n FT = eltype(A)\n @inbounds A.y = geom.coord[2]\n\n # not sure if this is needed but getting weird intialization stuff\n A.w = -0\n A.pkin = -0\n A.wz0 = -0\n A.u_d = @SVector [-0, -0]\n A.ΔGu = @SVector [-0, -0]\n\n return nothing\nend\n\n# A is Filled afer the state\nfunction ocean_init_aux!(m::BarotropicModel, P::SimpleBox, A, geom)\n @inbounds A.y = geom.coord[2]\n\n A.Gᵁ = @SVector [-0, -0]\n A.U_c = @SVector [-0, -0]\n A.η_c = -0\n A.U_s = @SVector [-0, -0]\n A.η_s = -0\n A.Δu = @SVector [-0, -0]\n A.η_diag = -0\n A.Δη = -0\n\n return nothing\nend\n\nfunction main()\n mpicomm = MPI.COMM_WORLD\n\n ll = uppercase(get(ENV, \"JULIA_LOG_LEVEL\", \"INFO\"))\n loglevel = ll == \"DEBUG\" ? ", "Logging.", "Debug :\n ll == \"WARN\" ? ", "Logging.", "Warn :\n ll == \"ERROR\" ? ", "Logging.", "Error : Logging.", "Info\n logger_stream = MPI.Comm_rank(mpicomm) == 0 ? ", "stderr : devnull\n global_logger(ConsoleLogger(logger_stream, loglevel))\n\n brickrange_2D = (xrange, yrange)\n topl_2D =\n BrickTopology(mpicomm, brickrange_2D, periodicity = (false, false))\n grid_2D = DiscontinuousSpectralElementGrid(\n topl_2D,\n FloatType = FT,\n DeviceArray = ArrayType,\n polynomialorder = N,\n )\n\n brickrange_3D = (xrange, yrange, zrange)\n topl_3D = StackedBrickTopology(\n mpicomm,\n brickrange_3D;\n periodicity = (false, false, false),\n boundary = ((1, 1), (1, 1), (2, 3)),\n )\n grid_3D = DiscontinuousSpectralElementGrid(\n topl_3D,\n FloatType = FT,\n DeviceArray = ArrayType,\n polynomialorder = N,\n )\n\n prob = SimpleBox{FT}(Lˣ, Lʸ, H, τₒ, λʳ, θᴱ)\n gravity::FT = grav(param_set)\n\n #- set model time-step:\n dt_fast = 240\n dt_slow = 5400\n # dt_fast = 300\n # dt_slow = 300\n nout = ceil(Int64, tout / dt_slow)\n dt_slow = tout / nout\n numImplSteps > 0 ? ", "ivdc_dt = dt_slow / FT(numImplSteps) : ivdc_dt = dt_slow\n\n model = OceanModel{FT}(\n prob,\n grav = gravity,\n cʰ = cʰ,\n add_fast_substeps = add_fast_substeps,\n )\n # model = OceanModel{FT}(prob, cʰ = cʰ, fₒ = FT(0), β = FT(0) )\n # model = OceanModel{FT}(prob, cʰ = cʰ, νʰ = FT(1e3), νᶻ = FT(1e-3) )\n # model = OceanModel{FT}(prob, cʰ = cʰ, νʰ = FT(0), fₒ = FT(0), β = FT(0) )\n\n barotropicmodel = BarotropicModel(model)\n\n minΔx = min_node_distance(grid_3D, HorizontalDirection())\n minΔz = min_node_distance(grid_3D, VerticalDirection())\n #- 2 horiz directions\n gravity_max_dT = 1 / (2 * sqrt(gravity * H) / minΔx)\n # dt_fast = minimum([gravity_max_dT])\n\n #- 2 horiz directions + harmonic visc or diffusion: 2^2 factor in CFL:\n viscous_max_dT = 1 / (2 * model.νʰ / minΔx^2 + model.νᶻ / minΔz^2) / 4\n diffusive_max_dT = 1 / (2 * model.κʰ / minΔx^2 + model.κᶻ / minΔz^2) / 4\n # dt_slow = minimum([diffusive_max_dT, viscous_max_dT])\n\n @info @sprintf(\n \"\"\"Update\n Gravity Max-dT = %.1f\n Timestep = %.1f\"\"\",\n gravity_max_dT,\n dt_fast\n )\n\n @info @sprintf(\n \"\"\"Update\n Viscous Max-dT = %.1f\n Diffusive Max-dT = %.1f\n Timestep = %.1f\"\"\",\n viscous_max_dT,\n diffusive_max_dT,\n dt_slow\n )\n\n dg = OceanDGModel(\n model,\n grid_3D,\n # CentralNumericalFluxFirstOrder(),\n RusanovNumericalFlux(),\n CentralNumericalFluxSecondOrder(),\n CentralNumericalFluxGradient(),\n )\n\n barotropic_dg = DGModel(\n barotropicmodel,\n grid_2D,\n # CentralNumericalFluxFirstOrder(),\n RusanovNumericalFlux(),\n CentralNumericalFluxSecondOrder(),\n CentralNumericalFluxGradient(),\n )\n\n Q_3D = init_ode_state(dg, FT(0); init_on_cpu = true)\n # update_auxiliary_state!(dg, model, Q_3D, FT(0))\n # update_auxiliary_state_gradient!(dg, model, Q_3D, FT(0))\n\n Q_2D = init_ode_state(barotropic_dg, FT(0); init_on_cpu = true)\n\n lsrk_ocean = LSRK54CarpenterKennedy(dg, Q_3D, dt = dt_slow, t0 = 0)\n lsrk_barotropic =\n LSRK54CarpenterKennedy(barotropic_dg, Q_2D, dt = dt_fast, t0 = 0)\n\n odesolver = SplitExplicitLSRK2nSolver(lsrk_ocean, lsrk_barotropic)\n\n #-- Set up State Check call back for config state arrays, called every ntFreq time steps\n ntFreq = 1\n cbcs_dg = ClimateMachine.StateCheck.sccreate(\n [\n (Q_3D, \"oce Q_3D\"),\n (dg.state_auxiliary, \"oce aux\"),\n # (dg.diffstate,\"oce diff\",),\n # (lsrk_ocean.dQ,\"oce_dQ\",),\n # (dg.modeldata.tendency_dg.state_auxiliary,\"tend Int aux\",),\n # (dg.modeldata.conti3d_Q,\"conti3d_Q\",),\n (Q_2D, \"baro Q_2D\"),\n (barotropic_dg.state_auxiliary, \"baro aux\"),\n ],\n ntFreq;\n prec = 12,\n )\n # (barotropic_dg.diffstate,\"baro diff\",),\n # (lsrk_barotropic.dQ,\"baro_dQ\",)\n #--\n\n step = [0, 0]\n cbvector = make_callbacks(\n vtkpath,\n step,\n nout,\n mpicomm,\n odesolver,\n dg,\n model,\n Q_3D,\n barotropic_dg,\n barotropicmodel,\n Q_2D,\n )\n\n eng0 = norm(Q_3D)\n @info @sprintf \"\"\"Starting\n norm(Q₀) = %.16e\n ArrayType = %s\"\"\" eng0 ArrayType\n\n # slow fast state tuple\n Qvec = (slow = Q_3D, fast = Q_2D)\n # solve!(Qvec, odesolver; timeend = timeend, callbacks = cbvector)\n cbv = (cbvector..., cbcs_dg)\n solve!(Qvec, odesolver; timeend = timeend, callbacks = cbv)\n\n ## Enable the code block below to print table for use in reference value code\n ## reference value code sits in a file named $(@__FILE__)_refvals.jl. ", "It is hand\n ## edited using code generated by block below when reference values are updated.", "\n regenRefVals = false\n if regenRefVals\n ## Print state statistics in format for use as reference values\n println(\n \"# SC ========== Test number \",\n 1,\n \" reference values and precision match template. ", "=======\",\n )\n println(\"# SC ========== $(@__FILE__) test reference values ======================================\")\n ClimateMachine.", "StateCheck.scprintref(cbcs_dg)\n println(\"# SC ====================================================================================\")\n end\n\n ## Check results against reference if present\n checkRefVals = true\n if checkRefVals\n include(\"../refvals/simple_box_2dt_refvals.jl\")\n refDat = (refVals[1], refPrecs[1])\n checkPass = ClimateMachine.", "StateCheck.scdocheck(cbcs_dg, refDat)\n checkPass ? ", "checkRep = \"Pass\" : checkRep = \"Fail\"\n @info @sprintf(\"\"\"Compare vs RefVals: %s\"\"\", checkRep)\n end\n\n return nothing\nend\n\nfunction make_callbacks(\n vtkpath,\n step,\n nout,\n mpicomm,\n odesolver,\n dg_slow,\n model_slow,\n Q_slow,\n dg_fast,\n model_fast,\n Q_fast,\n)\n if isdir(vtkpath)\n rm(vtkpath, recursive = true)\n end\n mkpath(vtkpath)\n mkpath(vtkpath * \"/slow\")\n mkpath(vtkpath * \"/fast\")\n\n function do_output(span, step, model, dg, Q)\n outprefix = @sprintf(\n \"%s/%s/mpirank%04d_step%04d\",\n vtkpath,\n span,\n MPI.Comm_rank(mpicomm),\n step\n )\n @info \"doing VTK output\" outprefix\n statenames = flattenednames(vars_state(model, Prognostic(), eltype(Q)))\n auxnames = flattenednames(vars_state(model, Auxiliary(), eltype(Q)))\n writevtk(outprefix, Q, dg, statenames, dg.state_auxiliary, auxnames)\n\n mycomm = Q.mpicomm\n ## Generate the pvtu file for these vtk files\n if MPI.Comm_rank(mpicomm) == 0 && MPI.Comm_size(mpicomm) > 1\n ## name of the pvtu file\n pvtuprefix = @sprintf(\"%s/%s/step%04d\", vtkpath, span, step)\n ## name of each of the ranks vtk files\n prefixes = ntuple(MPI.Comm_size(mpicomm)) do i\n @sprintf(\"mpirank%04d_step%04d\", i - 1, step)\n end\n writepvtu(\n pvtuprefix,\n prefixes,\n (statenames..., auxnames...),\n eltype(Q),\n )\n @info \"Done writing VTK: $pvtuprefix\"\n end\n\n end\n\n do_output(\"slow\", step[1], model_slow, dg_slow, Q_slow)\n cbvtk_slow = GenericCallbacks.", "EveryXSimulationSteps(nout) do (init = false)\n do_output(\"slow\", step[1], model_slow, dg_slow, Q_slow)\n step[1] += 1\n nothing\n end\n\n do_output(\"fast\", step[2], model_fast, dg_fast, Q_fast)\n cbvtk_fast = GenericCallbacks.", "EveryXSimulationSteps(nout) do (init = false)\n do_output(\"fast\", step[2], model_fast, dg_fast, Q_fast)\n step[2] += 1\n nothing\n end\n\n starttime = Ref(now())\n cbinfo = GenericCallbacks.", "EveryXWallTimeSeconds(60, mpicomm) do (s = false)\n if s\n starttime[] = now()\n else\n energy = norm(Q_slow)\n @info @sprintf(\n \"\"\"Update\n simtime = %8.2f / %8.2f\n runtime = %s\n norm(Q) = %.16e\"\"\",\n ODESolvers.gettime(odesolver),\n timeend,\n Dates.format(\n convert(Dates.", "DateTime, Dates.now() - starttime[]),\n Dates.dateformat\"HH:MM:SS\",\n ),\n energy\n )\n end\n end\n\n return (cbvtk_slow, cbvtk_fast, cbinfo)\nend\n\n#################\n# RUN THE TESTS #\n#################\nFT = Float64\nvtkpath = \"vtk_split\"\n\nconst timeend = 5 * 24 * 3600 # s\nconst tout = 24 * 3600 # s\n#const timeend = 6 * 3600 # s\n#const tout = 6 * 3600 # s\n\nconst N = 4\nconst Nˣ = 20\nconst Nʸ = 20\nconst Nᶻ = 20\nconst Lˣ = 4e6 # m\nconst Lʸ = 4e6 # m\nconst H = 1000 # m\n\nxrange = range(FT(0); length = Nˣ + 1, stop = Lˣ)\nyrange = range(FT(0); length = Nʸ + 1, stop = Lʸ)\nzrange = range(FT(-H); length = Nᶻ + 1, stop = 0)\n\n#const cʰ = sqrt(gravity * H)\nconst cʰ = 1 # typical of ocean internal-wave speed\nconst cᶻ = 0\n\n#- inverse ratio of additional fast time steps (for weighted average)\n# --> do 1/add more time-steps and average from: 1 - 1/add up to: 1 + 1/add\n# e.g., = 1 --> 100% more ; = 2 --> 50% more ; = 3 --> 33% more ...\nadd_fast_substeps = 2\n\n#- number of Implicit vertical-diffusion sub-time-steps within one model full time-step\n# default = 0 : disable implicit vertical diffusion\nnumImplSteps = 0\n\n#const τₒ = 2e-1 # (Pa = N/m^2)\n# since we are using old BC (with factor of 2), take only half:\nconst τₒ = 1e-1\nconst λʳ = 10 // 86400 # m/s\nconst θᴱ = 10 # deg.", "C\n\nmain()\n" ]
{ "pile_set_name": "Github" }
[ 0, 0.02654867256637168, 0.029411764705882353, 0, 0.03125, 0, 0.037037037037037035, 0, 0.034482758620689655, 0.03225806451612903, 0, 0.05405405405405406, 0.027777777777777776, 0.03125, 0.03636363636363636, 0, 0.02702702702702703, 0.02631578947368421, 0.03125, 0.007575757575757576, 0, 0, 0, 0, 0.004098360655737705, 0, 0, 0.017167381974248927, 0.008241758241758242, 0.015306122448979591, 0.011914893617021277, 0, 0, 0, 0, 0, 0, 0.01818181818181818, 0.00691699604743083, 0.009370816599732263, 0, 0, 0.006578947368421052, 0.002652519893899204, 0, 0.009815242494226328, 0.016, 0.009389671361502348, 0.006864988558352402, 0.0037174721189591076, 0 ]
0.011349
5
[ "College student suicidal ideation: Perceived burdensomeness, thwarted belongingness, and meaning made of stress.", "\nThe interpersonal theory of suicide (ITS) posits that suicidal ideation is interpersonal in nature. ", "More specifically, in the ITS, perceived burdensomeness and thwarted belongingness are dynamic cognitive-affective interpersonal states that engender suicidal ideation. ", "However, intrapersonal (i.e., within the self) existential protective factors for suicidal ideation, such as the ability to make meaning from stressful life events, remain relatively unexplored. ", "The authors examined the degree to which interpersonal and intrapersonal variables contribute to the variance of suicidal ideation in college students (n = 165). ", "Results indicated that students' meaning made of stress was negatively and uniquely associated with suicidal ideation after controlling for ITS interpersonal contributions." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0.005917159763313609, 0, 0, 0 ]
0.000986
5
[ "/**\n * Prepros\n * (c) Subash Pathak\n * subash@subash.me\n * License: MIT\n */\n\n/*jshint browser: true, node: true*/\n/*global prepros*/\n\nprepros.filter('interpolatePath', [\n\n 'utils',\n\n function(utils) {\n\n 'use strict';\n\n var path = require('path');\n\n var CSS = 'CSS';\n var HTML = 'HTML';\n var JS = 'JS';\n var MINJS = 'MINJS';\n\n var typeMap = {};\n\n //Css\n typeMap.less = typeMap.sass = typeMap.scss = typeMap.styl = CSS;\n\n //Html\n typeMap.md = typeMap.markdown = typeMap.jade = typeMap.haml = typeMap.slim = HTML;\n\n //Javascript\n typeMap.ls = typeMap.coffee = JS;\n\n //minified javascript\n typeMap.js = MINJS;\n\n return function(filePath, project) {\n\n var ext = path.extname(filePath).slice(1).toLowerCase();\n\n filePath = path.join(project.path, filePath);\n\n //Change Output Extension\n switch (typeMap[ext]) {\n\n case CSS:\n\n filePath = path.join(path.dirname(filePath), path.basename(filePath).replace(new RegExp('.' ", "+ ext + '$'), '.css'));\n break;\n\n case HTML:\n\n filePath = path.join(path.dirname(filePath), path.basename(filePath).replace(new RegExp('.' ", "+ ext + '$'), project.config.htmlExtension));\n break;\n\n case JS:\n\n filePath = path.join(path.dirname(filePath), path.basename(filePath).replace(new RegExp('.' ", "+ ext + '$'), '.js'));\n break;\n\n case MINJS:\n\n filePath = path.join(path.dirname(filePath), path.basename(filePath).replace(new RegExp('.' ", "+ ext + '$'), '.min.js'));\n break;\n }\n\n var fileName = path.basename(filePath);\n var fileDir = path.dirname(filePath);\n\n switch (typeMap[ext]) {\n\n case CSS:\n\n switch (project.config.cssPathType) {\n\n case \"REPLACE_TYPE\":\n\n //Conver comma sepereted string to pipe seperated regx like string and escape special regx characters\n var cssTypes = project.config.cssTypes.split(',').map(function(type) {\n\n return type.trim().replace(/[-\\/\\\\^$*+?.()[\\]{}]/g, '\\\\$&');\n\n }).join('|');\n\n var cssRegX = new RegExp('(:?\\\\\\\\|/)(:?' ", "+ cssTypes + ')(:?", "\\\\\\\\|/)', 'gi');\n\n filePath = filePath.replace(cssRegX, path.sep + project.config.cssPath + path.sep);\n\n break;\n\n case \"RELATIVE_FILESDIR\":\n\n\n project.config.cssPreprocessorPath.split(',').forEach(function(cPath) {\n\n var cssPreprocessorDir = path.resolve(project.path, cPath);\n\n if (utils.isFileInsideFolder(cssPreprocessorDir, filePath)) {\n filePath = path.resolve(project.path, project.config.cssPath, path.relative(cssPreprocessorDir, filePath));\n }\n });\n\n break;\n\n case \"RELATIVE_FILEDIR\":\n\n filePath = path.resolve(fileDir, project.config.cssPath, fileName);\n\n break;\n }\n\n break;\n\n case HTML:\n\n switch (project.config.htmlPathType) {\n\n case \"REPLACE_TYPE\":\n\n var htmlTypes = project.config.htmlTypes.split(',').map(function(type) {\n\n return type.trim().replace(/[-\\/\\\\^$*+?.()[\\]{}]/g, '\\\\$&');\n\n }).join('|');\n\n var htmlRegX = new RegExp('(:?\\\\\\\\|\\/)(:?' ", "+ htmlTypes + ')(:?", "\\\\\\\\|\\/)', 'gi');\n\n filePath = filePath.replace(htmlRegX, path.sep + project.config.htmlPath + path.sep);\n\n break;\n\n case \"RELATIVE_FILESDIR\":\n\n project.config.htmlPreprocessorPath.split(',').forEach(function(hPath) {\n\n var htmlPreprocessorDir = path.resolve(project.path, hPath);\n\n if (utils.isFileInsideFolder(htmlPreprocessorDir, filePath)) {\n filePath = path.resolve(project.path, project.config.htmlPath, path.relative(htmlPreprocessorDir, filePath));\n }\n });\n\n break;\n\n case \"RELATIVE_FILEDIR\":\n\n filePath = path.resolve(fileDir, project.config.htmlPath, fileName);\n break;\n }\n\n break;\n\n case JS:\n\n switch (project.config.jsPathType) {\n\n case \"REPLACE_TYPE\":\n\n var jsTypes = project.config.jsTypes.split(',').map(function(type) {\n\n return type.trim().replace(/[-\\/\\\\^$*+?.()[\\]{}]/g, '\\\\$&');\n\n }).join('|');\n\n var jsRegX = new RegExp('(:?\\\\\\\\|\\/)(:?' ", "+ jsTypes + ')(:?", "\\\\\\\\|\\/)', 'gi');\n\n filePath = filePath.replace(jsRegX, path.sep + project.config.jsPath + path.sep);\n\n break;\n\n case \"RELATIVE_FILESDIR\":\n\n project.config.jsPreprocessorPath.split(',').forEach(function(jPath) {\n\n var jsPreprocessorDir = path.resolve(project.path, jPath);\n\n if (utils.isFileInsideFolder(jsPreprocessorDir, filePath)) {\n filePath = path.resolve(project.path, project.config.jsPath, path.relative(jsPreprocessorDir, filePath));\n }\n });\n\n break;\n\n case \"RELATIVE_FILEDIR\":\n\n filePath = path.resolve(fileDir, project.config.jsPath, fileName);\n\n break;\n }\n\n break;\n\n case MINJS:\n\n switch (project.config.minJsPathType) {\n\n case \"RELATIVE_FILESDIR\":\n\n project.config.minJsPreprocessorPath.split(',').forEach(function(jPath) {\n\n var minJsPreprocessorDir = path.resolve(project.path, jPath);\n\n if (utils.isFileInsideFolder(minJsPreprocessorDir, filePath)) {\n filePath = path.resolve(project.path, project.config.minJsPath, path.relative(minJsPreprocessorDir, filePath));\n }\n });\n\n break;\n\n case \"RELATIVE_FILEDIR\":\n\n filePath = path.join(fileDir, project.config.minJsPath, fileName);\n\n break;\n }\n\n break;\n }\n\n return path.normalize(filePath);\n };\n }\n]);\n" ]
{ "pile_set_name": "Github" }
[ 0.007021063189568706, 0, 0, 0.006097560975609756, 0.0015600624024961, 0, 0.000881057268722467, 0, 0.0017667844522968198, 0, 0.0038634900193174502 ]
0.001926
5
[ "This invention relates generally to boring tools and more particularly to so-called “spade bits,” which are typically used with a drill for drilling holes in wood.", "\nSpade bits are widely used for boring holes between approximately ¼″ and 1½″ diameter in wood and similar soft materials, because they are fast, true cutting, resharpenable, and relatively inexpensive. ", "Their name derives from the shape of the spadelike blade or cutter, in contrast to the spiral shape of augers and twist drills. ", "The blade, which is usually forged integrally from the shank, is relatively thin and flat and may have a width several times the diameter of the shank.", "\nOne known spade bit is disclosed in U.S. Pat. ", "No. ", "4,682,917. ", "A partial cross-section of this drill bit is shown drilling a bore in FIG. ", "6. ", "This bit 11 includes a blade 3 shoulder flute 5 adjacent the cutting edge of each shoulder. ", "The flute has a cross-sectional configuration having an inner surface portion 7 and an outer surface portion 9 where the outer portion and inner portion consist of planar surfaces that meet at an angle. ", "The shoulder flutes preferably do not extend all the way to the outer sides of the blade but rather stop inwardly of the sides of the blade.", "\nThe inventor of the present drill bit determined that because the surface portions 7 and 9 comprise substantially planar surfaces that meet at a relatively sharp angle, the approximate path of travel of chips generated by this bit is as shown by the arrows in FIG. ", "8. ", "Specifically the chips curl up face 9 until they strike face 7 at which point they are reflected at a relatively severe angle almost perpendicular to the direction of travel of the bit, represented by arrow C. The chips are trapped in the bore 13 where they are swirled around by the drill bit blade 3 as the drill bit rotates until the chips are eventually ejected from the bore.", "\nIt has been determined that moving the chips within the bore 13 by blade 3 slows the drilling rate and requires energy. ", "Thus, not only is the drilling rate slower than optimal, the amount of energy used to drill the bore is increased. ", "The use of excess energy to drill the bore can present a significant issue because many drills are battery powered such that the need for additional energy adversely affects the charge life of the battery resulting in the need for more frequent battery charges.", "\nThus, there is a need in the art for a bit that increases the drilling rate and that requires less power." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0, 0, 0, 0, 0, 0.013333333333333334, 0, 0, 0, 0, 0.0037593984962406013, 0, 0, 0, 0, 0, 0 ]
0.0009
5
[ "Night of drinking ends in fisticuffs, domestic assault charge\n\nBy Tanya Mitchell | Sep 26, 2013\n\nSource: Waldo County Sheriff's OfficeChristina Demmons\n\nWinterport — A Winterport woman spent the wee hours of Wednesday morning Sept. 25 in jail after police say she returned home intoxicated and struck her live-in boyfriend in the face at least four times.", "\n\nChristina Demmons, 30, of Winterport, was arrested on a charge of domestic assault early Wednesday morning after police responded to a report of an ongoing altercation at a Stream Road residence.", "\n\n\"The caller reported there was a fight going on between a male and a female, and that the female hit the male,\" said Waldo County Chief Deputy Jeff Trafton.", "\n\nTrafton said the report came from an individual who was staying in a camper in the driveway of the residence in which the fight was allegedly occurring.", "\n\nUpon arrival, officers learned Demmons, her boyfriend and their young children were visiting a friend's home earlier in the evening. ", "Demmons, her boyfriend and their hosts all had a few drinks, and Trafton said the boyfriend left the gathering to bring the children back home because it was getting late.", "\n\nDemmons remained at the friends' home until early Wednesday morning, and Trafton said when she returned home she started arguing with her boyfriend.", "\n\n\"When she returned home she was angry,\" said Trafton, who stated the initial report did not indicate why Demmons was so upset. \"", "She struck him three times with an open hand and once with a fist.\"", "\n\nAfter investigating at the scene, Trafton said police determined Demmons was the primary aggressor and placed her under arrest.", "\n\nDemmons is scheduled to appear at Fifth District Court in Belfast Tuesday, Oct. 8." ]
{ "pile_set_name": "Pile-CC" }
[ 0.011267605633802818, 0.005076142131979695, 0.012658227848101266, 0, 0.007407407407407408, 0, 0, 0.007692307692307693, 0, 0.007751937984496124, 0.011904761904761904 ]
0.005796
5
[ "Q:\n\nGetting a specific row in frame animation libgdx java\n\nI have a spritesheet with a lot of different sprites on different rows and I can't find the solution on google anywhere. ", "Maybe I am not phrasing the question correctly. ", "I have a sprite sheet with an animation for walking running and attacking on different rows of the spritesheet is there a way to access a specific row for the sprite sheet? ", "Any help is greatly appreciated sorry for the noobish question.", "\n\nA:\n\nFrom https://github.com/libgdx/libgdx/wiki/2D-Animation you can find an example that walks all frames in a spritesheet. ", "You would simply modify that to make separate animations for different rows. ", "I would modify the create method like this \npublic void create() {\n walkSheet = new Texture(Gdx.files.internal(\"animation_sheet.png\")); // #9\n TextureRegion[][] tmp = TextureRegion.split(walkSheet, walkSheet.getWidth()/FRAME_COLS, walkSheet.getHeight()/FRAME_ROWS); // #10\n walkFrames = new TextureRegion[FRAME_COLS];\n anim = new Animation[FRAME_ROWS];\n for (int i = 0; i < FRAME_ROWS; i++) {\n for (int j = 0; j < FRAME_COLS; j++) {\n walkFrames[j] = tmp[i][j];\n }\n anim[i] = new Animation(0.025f, walkFrames);\n }\n spriteBatch = new SpriteBatch(); // #12\n stateTime = 0f; // #13\n}\n\nThen each anim[] will be a different row and you can access them by array index. ", "Animation[] anim; should be added as a field.", "\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0.007936507936507936, 0, 0.002717391304347826, 0, 0 ]
0.001184
5
[ "gyrA and parC mutations in quinolone-resistant clinical isolates of Pseudomonas aeruginosa from Nini Hospital in north Lebanon.", "\nThe problem of Pseudomonas aeruginosa resistance to fluoroquinolones is of growing concern in hospitals. ", "The major mechanism of the resistance of this bacterium to fluoroquinolones is the modification of type II topoisomerases (DNA gyrase and topoisomerase IV). ", "In this study, we examined, using the technique of DNA pyrosequencing, mutations in the quinolone resistance-determining regions of the gyrA and parC genes of 38 clinical isolates of P. aeruginosa that were non-susceptible to at least one of the three fluoroquinolones tested. ", "The most common origin of the isolates was sputum (44.7 %), followed by wounds (11 %), urine (5 %), and ear discharge (5 %). ", "Serotypes O:11 (21 %), O:2 (18.4 %), and O:6 (7.8 %), were the most predominant. ", "Among these 38 isolates, 11 were susceptible, 22 were resistant, and 5 were intermediate-resistant to ciprofloxacin. ", "We found that 19 (50 %) of these strains had a mutation in the gyrA gene (Thr 83 Ile), one of them presented a new mutation (His 80 Arg), 8 (21.05 %) strains had an additional mutation in the parC gene (Ser 80 Leu), and one of these strains had two new mutations not previously reported (Gln 84 Asp, Ala 85 Gly). ", "The ciprofloxacin-sensitive strains had no mutations in the sequence area examined. ", "We found that 81.8 % of the isolates that were resistant to ciprofloxacin had a mutation in the gyrA gene. ", "Some of these resistant strains also had a mutation in the parC gene. ", "The results of this study suggest that pyrosequencing is a reliable technique for the determination of the antibiotic resistance pattern of a given bacterial strain." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0.015748031496062992, 0.009433962264150943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.002098
5
[ "Do children have an adequate fluid intake? ", "Water balance studies carried out at home.", "\nIn 21 healthy children aged 6-11 years water balance studies were performed for 3 days at home. ", "Water intake was assessed from dietary records based on the precise weighing method and water loss was calculated from repeated measurements of body weight and urine collection. ", "Mean values (+/- SD) of all parameters of water balance are presented. ", "Water intake from food and drinks without metabolic water of 43.0 +/- 11.5 g/kg/day or 0.78 +/- 0.17 g/kcal (0.19 +/- 0.04 g/kJ) resulted in a urine volume of 22.5 +/- 7.7 g/kg/day and an osmolality of 24-hour urine samples of 756 +/- 199 mosm/kg. ", "From these data water intake seems to be low in these children. ", "In school-aged children water intake from food and drinks of 1 ml/kcal (0.24 ml/kJ) as recommended for adults (Recommended dietary allowances, 1980) would seem adequate, theoretically resulting in a urine volume of 35 +/- 14 g/kg/day and urine osmolality of 516 +/- 182 mosm/kg based on the data in our children." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0.023809523809523808, 0.010309278350515464, 0, 0.014084507042253521, 0.004032258064516129, 0, 0.003205128205128205 ]
0.00693
5
[ "Anesthesia monitors and equipment as well as surgical equipment have been invented, developed and sporadically introduced into surgical practice over more than a century. ", "This equipment is made by a wide variety of companies who have no incentive to coordinate with one another to create the most efficient operating room. ", "Equipment throughout the operating room has been placed in one location or another, generally without a plan and then decades later, is still sitting in that unplanned location. ", "For example, the first of the electronic monitors used during anesthesia was the electrocardiogram (ECG or EKG), which was introduced into the operating room in the 1960's. ", "When EKGs became small enough to be placed on a shelf, getting it off of the floor, the most available shelf space somewhat near the patient, was above the anesthesia gas machine. ", "As more anesthesia related electronic monitors were developed and introduced into practice over the next 40 years, they were simply stacked on top of one another on the same shelf above the anesthesia machine. ", "Soon it was simply tradition that dictated that vital sign patient monitors are located over the anesthesia machine. ", "Eventually the independent anesthesia related monitors were consolidated into single units for convenience. ", "These consolidated multifunction anesthesia monitors were still placed on the same shelf above the anesthesia machine or on a mounting bracket attached to the anesthesia machine.", "\nJust because a shelf happens to be available does not mean that the anesthesia related monitors are ideally located. ", "The anesthesia machine is generally located to the side of and slightly behind the anesthetist, when standing at the head end of the surgical table facing the patient. ", "In many cases, the anesthesia machine is located behind the anesthetist. ", "Therefore, it is axiomatic that looking at or adjusting the anesthesia related monitors means that the anesthetist is not looking at the patient but rather looking away from the patient. ", "Therefore, when the patient is experiencing a problem and the anesthesia related monitors are reporting confusing or adverse information, the anesthetist is focused away from the patient.", "\nWhen the anesthesia related monitors are located in their present location over the anesthetic gas machine, the numerous wires, cables and hoses connecting the monitors to the patient are generally 10-12 feet long. ", "There is a minimum of 5 wires and 2 hoses and frequently as many as 10 wires, cables and 2 hoses connecting the monitors to the patient. ", "Electric patient warming blankets, mattresses and fluid warmers are also rapidly gaining acceptance. ", "The controller for the electric warming products is generally located adjacent the anesthesia machine and the 3-6 cables connecting the controller to the warming blankets and mattresses on the patient are 12-15 feet long. ", "Cables and hoses tangled and laying on the floor are clearly a problem in the operating room, causing not only inconvenience but getting contaminated and causing a tripping hazard for operating room personnel.", "\nCable and hose management on the surgical side of the anesthetic screen (e.g., sheet perpendicular to the table across the neck region of a patient) is also a problem that has developed haphazardly over the past century. ", "Numerous pieces of surgical equipment have been parked somewhat randomly in the middle of the operating room, each causing an obstruction to traffic flow. ", "Each of these pieces of equipment has a power cord or hose that lays on the floor extending to the wall outlet. ", "Each of these pieces of equipment has one or more cables and/or hoses that lays on the floor extending to the sterile field of the surgical table. ", "Every cable and hose on the floor is a hazard for tripping operating room personnel. ", "Every cable and hose on the floor is an obstruction for other rolling equipment and carts and is at risk of damage from these carts, needing replacement.", "\nA typical operating room (OR) has numerous alarms that monitor the patient's vital signs during a procedure, like heart rate and blood pressure, but the complication of multiple alarms ringing simultaneously, and frequent false positives creates a very distracting OR environment.", "\nThe various equipment such as electrosurgical units, smoke evacuation pumps, sequential compression sleeve pumps, blood/fluid suction units, and air mattress pumps are scattered about the operating room creating their own obstacles. ", "Wherever the surgical equipment is located in the operating room on the surgical side of the anesthesia screen, the cables and hoses traverse to the sterile field on the surgical table by way of laying on the floor and becoming obstacles.", "\nWaste heat and air discharged from heater-cooler units (HCU) near the floor can form into convection currents of rising warm air and mobilize bacteria up and into the sterile surgical field.", "\nFlow-boundary layers of still air form next to the surgeons and anesthesia screen, preventing the downward airflow from even the best operating room ceiling ventilation systems from reaching the sterile field. ", "When the ventilation airflow slows, the airborne contaminants and bacteria have the opportunity to settle into the open wound.", "\nIn some situations, oxygen and alcohol vapors trapped under the surgical drape pose a burn hazard to the patient in the presence of an electro-cautery spark." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0, 0.011560693641618497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.005235602094240838, 0, 0, 0 ]
0.000525
5
[ "NTP-CERHR Monograph on the Potential Human Reproductive and Developmental Effects of Propylene Glycol (PG).", "\nThe National Toxicology Program (NTP) Center for the Evaluation of Risks to Human Reproduction (CERHR) conducted an evaluation of the potential for propylene glycol (PG) to cause adverse effects on reproduction and development in humans. ", "PG was selected for evaluation because of the potential for widespread human exposure through its use in food, tobacco, pharmaceutical products, cosmetics, various paints and coatings and as an antifreeze and de-icing solution. ", "PG is a small, hydroxy-substituted hydrocarbon used as a chemical intermediate in the production of unsaturated polyester resins and in the production of plasticizers. ", "The results of this evaluation on PG are published in an NTP-CERHR monograph which includes: 1) the NTP Brief, 2) the Expert Panel Report on the Reproductive and Developmental Toxicity of Propylene Glycol, and 3) public comments received on the Expert Panel Report. ", "As stated in the NTP Brief, the NTP reached the following conclusions regarding the possible effects of exposure to PG on human development and reproduction. ", "There is negligible concern for adverse developmental and reproductive effects in humans at current, proposed, or estimated exposure levels. ", "There is no direct evidence that exposure of people to PG adversely affects reproduction or development. ", "Studies in pregnant laboratory animals at oral doses of PG greater than 1,200 mg/kg body weight/ day and up to 10,400 mg/kg body weight/day in mice, did not produce developmental toxicity in offspring. ", "In a continuous breeding study, no effects on fertility were observed in male or female mice at doses up to 10,100 mg/kg body weight/day in drinking water. ", "The pharmacokinetics of PG indicates that the lack of adverse effects observed in laboratory animals is relevant to humans. ", "The rate-limiting step in PG metabolism is conversion to the more toxic lactaldehyde product by alcohol dehydrogenase. ", "Studies indicate that this enzyme saturates in humans at doses 8-10- fold lower than in rats and rabbits, thus affording less toxicity in humans. ", "It is estimated that the average daily intake of PG from food products in the US is 34 mg/kg body weight/day for a 70 kg person, which is over 300 -fold lower than the highest dose tested in laboratory animals. ", "NTP-CERHR monographs are transmitted to federal and state agencies, interested parties, and the public and are available in electronic PDF format on the CERHR web site (http://cerhr.niehs.nih.gov) and in printed text or CD-ROM from the CERHR (National Institute of Environmental Health Sciences, P.O. Box 12233, MD EC-32, Research Triangle Park, NC; fax: 919-316-4511)." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0.018691588785046728, 0.0041841004184100415, 0, 0, 0.011278195488721804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.013550135501355014 ]
0.00318
5
[ "♪ Looking around at 22 ♪\n♪ And so tired of myself around you ♪\n♪ Maybe I don't fit your ideals anymore ♪\n♪ Or maybe I just grew up into a bore ♪\n♪ I know that I shouldn't call you ♪\n♪ But in this light we are all blue ♪\n♪ I just wanna feel like I'm ♪\n♪ Neatly designed ♪\n♪ Like a telephone pole ♪\n♪ I want to feel whole ♪\n♪ Do you wanna go on a date ♪\n♪ Or would that be hard to orchestrate ♪\n♪ When you close your dreamy eyes ♪\n♪ Are they even close\nto dreaming of mine ♪\n♪ You could take me and my apathy ♪\n♪ Turn us into clarity ♪\n" ]
{ "pile_set_name": "YoutubeSubtitles" }
[ 0 ]
0
5
[ "The invention pertains to the manufacture of a stent carrying balloon catheter having a predetermined arrangement of differentially lubricious areas on the balloon catheter to prevent unexpected movement of the stent when in situ in the body and to insure precise stent deployment.", "\nThis invention relates to stent carrying balloon catheters, sometimes referred to as dilatation catheters, for use in angioplasty and other various vessel repair procedures. ", "Angioplasty has become recognized as an efficient and effective method of opening stenoses in the vascular system. ", "In the most widely used form of angioplasty, a balloon catheter is guided through the vascular system until the balloon, which is carried at the distal end of a catheter shaft, and which may carry an expandable stent, is positioned across the stenosis or lesion, i.e., vessel obstruction. ", "The balloon is then inflated to apply pressure to the obstruction which is essentially remolded by pressing it against the inner wall of the vessel whereby the vessel is opened for improved flow. ", "Due the expansion of the balloon, the stent, which is situated on the balloon, is also expanded and released to aid in support and/or repair of the vessel wall.", "\nBalloon catheters are of various types. ", "One type is fed over a guide wire (i.e., xe2x80x9cover-the-wirexe2x80x9d catheters) and another type serves as its own guide wire (i.e., xe2x80x9cfixed-wirexe2x80x9d catheters). ", "Variations of these two basic types also have been developed such as the so called xe2x80x9crapid exchangexe2x80x9d type, xe2x80x9cinnerlessxe2x80x9d catheters, and others. ", "As used herein, the term xe2x80x9cballoon catheterxe2x80x9d is meant to include all of the various types of angioplasty catheters which carry a balloon for performing angioplasty and any other type of stent carrying balloon catheter. ", "Balloon catheters may also be of a wide variety of inner structure, such as different lumen design, of which there are at least three basic types: triple lumen, dual lumen and co-axial lumen. ", "All varieties of internal structure and design variation are meant to be included by use of the term xe2x80x9cballoon catheterxe2x80x9d herein.", "\nWhen used in percutaneous transluminal coronary angioplasty (PTCA), the balloon catheter is typically advanced through a guide catheter to a preselected vessel location, such as the aorta, for example. ", "Using fluoroscopy, the surgeon manipulates the catheter until the balloon is located across the stenosis or obstruction. ", "As already pointed out, this may involve the use of a guide wire over which the catheter is moved or alternatively the catheter may act as its own guide wire, depending on the particular design. ", "The manipulation of the stent carrying balloon catheter through the guide catheter and through the vessels to the obstruction requires the balloon catheter to have a number of different features.", "\nOne such feature is the use of a lubricious coating over the exterior surfaces of the catheter and balloon to facilitate movement of the catheter through the sometimes tortuous paths within the vascular system to the preselected vessel location for performing the angioplasty. ", "A wide variety of such lubricious coatings have become commonplace for use with respect to catheters and other devices which are insertable into the body in connection with surgical procedures and the like. ", "All such coatings are intended to be included herein with respect to the use of the term xe2x80x9clubricious coatingxe2x80x9d. ", "Examples of such coatings include silicone and most preferably hydrophilic coatings involving hydrogel polymers or the like, such as polymer networks of a vinyl polymer and an uncrosslinked hydrogel, for example. ", "Polyethylene oxide (PEO) is a preferred hydrogel. ", "A preferred vinyl polymer is neopentyl glycol diacrylate (NPG). ", "Such compositions are more fully disclosed in co-pending U.S. patent application, Ser. ", "No. ", "07/809,889 which is assigned to the same assignee as is the present invention and which is incorporated herein by reference.", "\nThese coatings have even been known to include certain agents such as drugs which may be permanently entrapped in the coating or leachable therefrom into the body. ", "For example, heparin has been used in such a fashion. ", "Heparin is well known as an agent which is often used to inhibit clot formation in the blood. ", "Again, the term xe2x80x9clubricious coatingxe2x80x9d is meant to include all such variations.", "\nOne problem with a stent carrying balloon catheter having a lubricious coating is that during location and release of the carried stent, the stent tends to slip off the balloon due to the lubricious coating on the balloon. ", "Coating both the shaft and balloon of the catheter inhibits the doctor\"\"s ability to locate, activate and deploy stents at any particular lesion. ", "The stent is sometimes worked off the balloon portion during the insertion of the catheter and during the expansion of the balloon. ", "This unexpected movement of the stent might be regarded negatively by a surgeon. ", "The present invention provides for more secure connection between the balloon and the stent to prevent such slippage. ", "Thus, though high lubricity is desirable for general movement, it is also desirable to provide a means of anchoring or positioning the stent in a fixed location on the balloon so as to avoid unexpected movement thereof upon the balloon during positioning and expansion.", "\nThe invention is a stent delivery catheter which has a lubricious coating on the shaft and, either, partial or no lubricious coating or an adhesive coating, or a combination thereof on the balloon. ", "The lubricious coating, which is preferably hydrophilic, provides lubricity to the catheter while the uncoated or partially coated or adhesive coated balloon is able to retain the stent during positioning and release without concern for coating induced slippage. ", "This is accomplished by the present invention through the selective arrangement of lubricious and/or adhesive coatings on the balloon catheter in which at least a portion of the balloon body is uncoated or less slippery or tacky while a relatively more lubricious coating is placed on at least a substantial portion of the catheter shaft extending in a proximal direction from the balloon toward the proximal end of the catheter shaft.", "\nGenerally then, the invention contemplates an improvement in the arrangement of lubricious coating(s) and/or adhesive coating(s) on the catheter to avoid stent slippage and to better anchor the stent in position for performing angioplasty or other vessel repair. ", "This is accomplished by what may be termed herein as xe2x80x9cdifferential coatingxe2x80x9d or xe2x80x9cselective lubricatingxe2x80x9d. ", "By this is meant that the lubricious properties of the catheter are selectively designed or constructed and arranged in a predetermined manner such that the catheter shaft i.e, substantially all of the catheter generally exhibits more lubricity than the balloon generally. ", "In short, the catheter is more slippery than the balloon, relatively speaking. ", "It can be seen that an important feature of the invention lies in the uncoated or less slippery balloon or portion thereof relative to the rest of the catheter so that the stent is more controllable.", "\nSuch an arrangement may be accomplished in a number of different ways. ", "For example, in one embodiment, a lubricious coating may be provided over substantially the entire catheter, except for the balloon per se. ", "In this embodiment, the balloon does not include any lubricious coating at all. ", "The stent, which is placed over the balloon, is therefore not susceptible to slippage due to the greater coefficient of friction than a balloon with lubricant might have.", "\nThe balloon also may be coated partially or with a less lubricious or less slippery coating than the coating covering the shaft of the catheter. ", "In such an instance, two different coatings may be used, such as a PEO composition as aforementioned on the catheter shaft and so forth, while a silicone coating is placed on the balloon per se. ", "The balloon may also have specific areas coated, while leaving others uncovered to provide suitable contact with the stent.", "\nIn another variation, different compositions of PEO may be used on the shaft and balloon. ", "In the PEO compositions aforementioned, comprised of PEO and NPG in isopropyl alcohol and water, variations in the amount of PEO content affect the final lubricity of the composition; the higher the percentage PEO, the higher the lubricity. ", "Therefore, one may utilize a relatively higher percentage PEO composition on a catheter shaft and a relatively low percentage composition on the balloon to achieve the ends of this invention also i.e., xe2x80x9cdifferentialxe2x80x9d or xe2x80x9cselectivexe2x80x9d lubricity over a catheter. ", "Of course, other compositions may also be utilized in this way.", "\nAnother embodiment comprises a coated catheter shaft, coated balloon cones and a coating on at least the distal waist of the balloon extending to the distal catheter tip, the balance of the balloon body having no coating or one of less lubricity.", "\nIn an additional embodiment, both the proximal and distal balloon cones are so coated similarly to the catheter shaft or at least the distal cone. ", "In accordance with the invention, the balance of the balloon body is uncoated or coated with a relatively less lubricious coating.", "\nIn still a further embodiment, the balloon is partially or entirely coated with a tacky adhesive.", "\nThe advantage of the present invention is the ability to have a coated catheter which offers ease of movement through the vasculature along with the ability to effectively engage and deploy stents at any particular lesion without slippage or premature activation." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0.008695652173913044, 0, 0, 0, 0, 0, 0.005780346820809248, 0, 0, 0, 0.0049261083743842365, 0, 0, 0, 0, 0, 0, 0.009389671361502348, 0.02, 0, 0.011494252873563218, 0, 0, 0, 0, 0.010638297872340425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0125, 0, 0, 0.005128205128205128, 0, 0.01098901098901099, 0.02074688796680498, 0.003436426116838488, 0, 0, 0, 0, 0, 0 ]
0.002097
5
[ "Qualys WAS 4.0 New Features\n\nIt is no surprise that web application attacks are the highest frequency breach incident classification based on the findings in the 2014 Verizon Data Breach Investigation Report (DBIR). ", "This information just confirms what most organizations are already seeing – that there has been a dramatic increase in the number and scope of web application attacks against web properties that are the critical revenue generating assets of the business. ", "To combat the increase in the intensity of attacks, organizations need to improve their ability to identify web application vulnerabilities before they can be exploited. ", "Organizations need a way to easily and cost effectively discover and scan all the web application in their environments so they can find and fix security vulnerabilities before they cause legal and financial impact. ", "Organizations need automated and scalable tools that improve the coverage and flexibility of web application vulnerability scanning, while adding more powerful reporting features to ensure that the right stakeholders receive the targeted metrics they need to ensure the vulnerability scanning program is efficient and effective. ", "Qualys WAS 4.0 provides organizations with the increased scan coverage and enhanced reporting capabilities organizations need to keep their web applications hardened against attack and protected against business disruptions.", "\n\nFeature highlights include: Progressive scanning to enhance vulnerability testing coverage and provide automated test continuation from scan to scan, enhancing scan results and enabling more flexibility in scheduling scans that will ease the burden on understaffed IT Security teams. ", "The new Reporting Templates will also enable organization to deliver targeted application security metrics to each stakeholder in the program, whether it is an executive who needs a high level overview of the program, or a developer that needs vulnerability details for one web app he is responsible for. ", "Additional enhancements to exclude tagged applications and randomize MultiScan also gives organizations better options to manage the impact of scalable scanning on their environments.", "\n\nQualys WAS 4.0 will be released in production in Mid-December 2014 with the exact date depending on the platform. ", "Details about the release schedule are at the end of this blog post.", "\n\nScanning Enhancements\n\nIncrease coverage and schedule flexibility with Progressive Scanning: Qualys WAS 4.0 introduces Progressive Scanning to improve testing coverage and scheduling flexibility. ", "Progressive scanning combines two new capabilities: Progressive Crawling that expands the testing coverage for web applications over time. ", "Each scan builds upon the information obtain in previous scans, prioritizing new content areas to expand coverage. ", "Progressive Testing that enhances the flexibility of scanning by automatically starting, stopping and resuming scans across your networks without manual intervention. ", "The best thing about Progressive Scanning is that it is all automatic. ", "Users don’t have to do anything – it will be enabled by default for subscriptions that utilize this feature. ", "Progressive scanning is a limited availability feature, so if you are interested in becoming an early adopter, please contact your TAM or support@qualys.com\n\nProgressive Scanning – Enabled by default for enrolled subscriptions\n\nMultiScan – Exclude tags from the scan for greater targeting flexibility: This feature enables users to exclude certain tagged web applications from scanning. ", "For example you may have situations where you have a set of tagged web apps that you want to scan regularly, but each week there may be some web apps that you do not want to scan – just that week. ", "Now you can easily exclude certain web apps by selecting tags instead of taking other more complicated steps, making it easier to target just the applications you want.", "\n\nMultiScan Exclude Tags\n\nMulti-Scan – Randomize the ordering of scans to improve performance: By selecting the “Randomize scan” option we’ll scan the selected web applications in random order. ", "This helps to avoid network slowdowns/errors triggered by scanning too many web apps hosted on the same infrastructure at the same time.", "\n\nMultiScan Randomize Scan Order\n\nSimplify scanning with enhanced dynamic search lists: It’s easier to define dynamic search lists using the search list wizard. ", "The layout of the search criteria section makes it easier to select the various criteria used to select vulnerabilities. ", "At least one of the criteria must be selected in order to save the list.", "\n\nEnhanced Dynamic Search Lists\n\nEasily identify QIDs that require Form authentication: You’ll see Form for Authentication Method when the QID requires Form authentication in order for it to be detected. ", "For example, for QID 150071 we require Form authentication. ", "This will save you time when you need to target those vulnerabilities that are specific to form authenticated sites.", "\n\nReporting Enhancements\n\nTarget Application Security Stakeholders with new Report Templates: For Qualys WAS 4.0 we’ve added customizable report templates. ", "Now you can create reports with the specific information you’re interested in, and it’s easy to deliver the right information to any application stakeholder, whether it is an executive who needs a high level overview of the program, or a developer that needs vulnerability details for one web app he is responsible for. ", "And with Tags, you can scope specific templates to organizational units within your organization, providing even more granularity to bring more consistency to your web application scanning program.", "\n\nReport Templates\n\nGain Better Context with New Severity Levels Appendix: The new Severity Levels appendix tells you what the severity levels mean. ", "You’ll see this appendix in your Scan and Web Application Reports by default. ", "Want to remove it? ", "It’s easy, just create a custom report template, remove display option Appendix Severity Levels, and run the template.", "\n\nReport Severity Levels Appendix\n\nEasily identify Information Gathered results: The results section now clearly identifies Information Gathered detections in a group with this name.", "\n\nInformation Gathered (IG) results\n\nWeb Application Enhancements\n\nWeb Apps List – Save time with more last scan status filters: New filters give you more ways to manage web applications. ", "For example you might want to remove web applications if the last scan status is No Host Alive or No Web Service. ", "If the status is Time Limit Exceeded you might want to review the web application performance or change the web application settings to limit the scope of scanning.", "\n\nWeb App Last Scan Filter\n\nRelease Schedule\n\nFor details about the release dates for specific platforms and to subscribe to release notifications by email, please see the following:" ]
{ "pile_set_name": "Pile-CC" }
[ 0.004629629629629629, 0, 0, 0, 0, 0, 0, 0.003278688524590164, 0, 0, 0, 0.010101010101010102, 0.007194244604316547, 0, 0.005988023952095809, 0.014084507042253521, 0, 0.002583979328165375, 0, 0, 0, 0, 0, 0, 0, 0.00980392156862745, 0, 0, 0, 0, 0, 0.020134228187919462, 0, 0, 0.00847457627118644, 0.005494505494505495, 0.005319148936170213, 0, 0, 0 ]
0.002427
5
[ "Here's a picture for you. ", " August 16th is my retirement ceremony. ", " Hope they\nlet you and Beth off. ", " Would be great if you could be here.", "\nDad\n_________________________________________________________________\nGet your FREE download of MSN Explorer at http://explorer.msn.com\n\n - harley-boy.jpg" ]
{ "pile_set_name": "Enron Emails" }
[ 0, 0, 0.030303030303030304, 0, 0.01935483870967742 ]
0.009932
5
[ "Renal function after off-pump versus on-pump coronary artery bypass grafting.", "\nBackground Renal dysfunction is a well-recognized major complication after coronary artery bypass grafting. ", "Off-pump coronary artery bypass theoretically appears to have less impact on renal function. ", "We estimated preoperative and postoperative creatinine clearance as a marker of renal dysfunction in patients undergoing off-pump and on-pump coronary artery bypass. ", "Methods Thirty patients undergoing coronary artery bypass were randomly allocated to undergo either on-pump ( n = 15) or off-pump surgery ( n = 15). ", "The two groups had similar preoperative demographic characteristics. ", "Serum creatinine and creatinine clearance were measured for 4 days postoperatively and the results were compared with preoperative levels. ", "Results The rise in serum creatinine on postoperative day 1 was 0.28 mgċdL-1 in the on-pump group and 0.22 mgċdL-1 in the off-pump group ( p = 0.27); on postoperative day 4 it was 0.15 mgċdL-1 and 0.10 mgċdL-1, respectively, ( p = 0.28). ", "Similarly, the fall in creatinine clearance was 17.34 mLċmin-1 in the on-pump group and 19.62 mLċmin-1 in the off-pump group on postoperative day 1 ( p = 0.42), and 10.9 and 10.94 mLċmin-1, respectively, on postoperative day 4 ( p = 0.64). ", "Conclusion Renal function is not affected by the technique of coronary artery bypass surgery, whether with or without cardiopulmonary bypass, in spite of the theoretical advantage of off-pump surgery. ", "Our study suggests that off-pump coronary artery bypass surgery does not confer significant protection from postoperative renal dysfunction in low-risk patients, when compared with on-pump surgery." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0.004166666666666667, 0.004975124378109453, 0 ]
0.000831
5
[ "---\nabstract: 'The presence of subphases in spin-density wave (SDW) phase of [[(TMTSF)$_2$PF$_6$]{}]{} below [[${T^\\star}\\approx 4$ K]{}]{} has been suggested by several experiments but the nature of the new phase is still controversial. ", "We have investigated the temperature dependence of the angular dependence of the magnetoresistance in the SDW phase which shows different features for temperatures above and below [[${T^\\star}\\approx 4$ K]{}]{}. ", "For $T > 4$ K the magnetoresistance can be understood in terms of the Landau quantization of the quasiparticle spectrum in a magnetic field, where the imperfect nesting plays the crucial role. ", "We propose that below [[${T^\\star}\\approx 4$ K]{}]{} the new unconventional SDW (USDW) appears modifying dramatically the quasiparticle spectrum. ", "Unlike conventional SDW the order parameter of USDW depends on the quasiparticle momentum $\\Delta_1({{\\mathbf{k}}})\\propto \\cos 2bk_y$. The present model describes many features of the angular dependence of magnetoresistance reasonably well. ", "Therefore, we may conclude that the subphase in [[(TMTSF)$_2$PF$_6$]{}]{} below [[${T^\\star}\\approx 4$ K]{}]{} is described as SDW plus USDW.'", "\nauthor:\n- Mario Basletić\n- 'Bojana Korin-Hamzić'\n- Kazumi Maki\nbibliography:\n- 'mbasletic.bib'\ntitle: 'Unconventional Spin Density Wave in [[(TMTSF)$_2$PF$_6$]{}]{} below [[${T^\\star}\\approx 4$ K]{}]{}'\n---\n\nIntroduction\n============\n\nThe very anisotropic organic conductors [[(TMTSF)$_2$X]{}]{} (where TMTSF is tetramethyltetraselenafulvalene and X = PF$_6$, AsF$_6$, ClO$_4$ … stands for monovalent anion) or Bechgaard salts continue to attract much attention since the discovery of their superconductivity in 1979.[@JeromeJP80] A variety of electronic ground states under pressure and/or magnetic field, (conventional) spin density wave (SDW), field induced spin density wave (FISDW) with quantum Hall effect and unconventional (most likely $p-$wave) superconductivity, are very intriguing.[@IshiguroBook98; @LeePRL02]\n\n[[(TMTSF)$_2$PF$_6$]{}]{} is metallic down to ${T_{\\text{SDW}}}\\approx 12$ K, where the transition into the semiconducting SDW state occurs. ", "It is known that SDW in [[(TMTSF)$_2$PF$_6$]{}]{} undergoes another transition at ${T^\\star}\\approx{T_{\\text{SDW}}}/3$ (at 3.5–4 K at ambient pressure).[@TakahashiJPSJ86; @TakahashiSM91; @LasjauniasPRL94] The indication of the subphase transition was first seen by NMR,[@TakahashiJPSJ86] where $T^{-1}_1$ diverges and the spin susceptibility changes at ${T^\\star}$. The transition at ${T^\\star}$ is preserved through the entire $P-T$ phase diagram. ", "Furthermore, a calorimetric transition at 3.5 K, with a large hysteretic phenomena in the temperature range 2.5–4 K (caused by the sample history), has been observed and interpreted as an indication of a glass transition.[@LasjauniasPRL94] On the other hand, the low frequency dielectric relaxation of SDW in [[(TMTSF)$_2$PF$_6$]{}]{} did not show the existence of the glass transition.[@TomicSM97] Since then, the SDW state was widely investigated, but the nature of the possible subphases remains controversial. ", "Our study of the angular dependence of the magnetoresistance (MR) for [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}})}}}}$]{} plane has shown dramatically different features above and below [[${T^\\star}\\approx 4$ K]{}]{}.[@BasleticSM99; @KorinHamzicJP99] However, taking into account our MR results for temperatures $T \\geq 2.2$ K, the transition at ${T^\\star}$ appears to be unique to [[(TMTSF)$_2$PF$_6$]{}]{}, as it has not been identified for X = AsF$_6$ and ClO$_4$.[@KorinHamzicSM01] On the other hand, there are a few reports[@KagoshimaSSC99; @LasjauniasEJB99] indicating similar transition in [(TMTSF)$_2$AsF$_6$]{}, though less pronounced than in [[(TMTSF)$_2$PF$_6$]{}]{}. ", "Therefore, at this moment, we cannot exclude the presence of similar transitions in other Bechgaard salts.", "\n\nRecently, we have studied the MR in [[(TMTSF)$_2$PF$_6$]{}]{}, with a magnetic field rotated within the [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane, which behaves differently for $T>4$ K and $T<4$ K at ambient pressure.[@KorinHamzicEPL98] For $T>4$ K the magnetoresistance was described in terms of the quasiparticles scattered by the [[${\\mathbf{k}}$]{}]{} dependent scattering rate (where [[${\\mathbf{k}}$]{}]{} is the quasiparticle wave vector). ", "In other words, we could understand the magnetotransport in terms of the standard Fermi liquid theory, i.e. by the quasiparticles with the energy gap given in the model with imperfect nesting.[@HuangPRB89] In spite of the fact that for $T<4$ K we had to introduce a rather artificial scattering rate $\\Gamma(\\phi=bk_y)$ the description of the resistance along the [${{\\mathbf{b'}}}$]{} axis was not satisfactory.[@KorinHamzicEPL98]\n\nMore recently, an unconventional density wave (USDW and UCWD) was proposed as a possible ground state of the electronic systems in organic conductors and heavy fermion systems.[@DoraEJB167; @NersesyanJPCM91; @IkedaPRL98; @BenfattoEPJB; @ChakravertyPRB01] Unlike the conventional SDW, the USDW is defined as the SDW where the order parameter $\\Delta({{\\mathbf{k}}})$ depends on the quasi-particle momentum [[${\\mathbf{k}}$]{}]{}. ", "In spite of a clear thermodynamic signal (as in the usual mean field-like transition), the first order term in $\\Delta({{\\mathbf{k}}})$, corresponding to local charge or local spin, is invisible. ", "Consequently, these states may be called the phase with hidden order parameter.[@ChakravertyPRB01] UCWD has been identified very recently, from the temperature dependence of the threshold electric field,[@BasleticSM01] in the low temperature phase of $\\alpha$-(ET)$_2$KHg(SCN)$_4$.[@DoraPRB01] Similarly, a mysterious micromagnetism seen in AF phase of URu$_2$Si$_2$ could also be interpreted in terms of USDW.[@VirosztekCONDMAT0112]\n\nThe aim of this work was to see if the presence of possible subphases in the SDW below 4 K could be observed in the temperature dependence of the conductivity and MR as well as in the anisotropy of the MR. ", "In this paper we compare the experimental MR data of [[(TMTSF)$_2$PF$_6$]{}]{} in the SDW state, showing the pronounced differences for $T>4$ K and $T<4$ K, with our new theoretical results (preliminary results in Ref.). ", "We propose that the anomaly at [[${T^\\star}\\approx 4$ K]{}]{} in [[(TMTSF)$_2$PF$_6$]{}]{} signals the appearance of USDW. ", "We point out that USDW requires more subtle balance between different interaction terms than conventional SDW,[@DoraEJB167] and consequently it is perhaps not easily find in other Bechgaard salts.", "\n\nExperiment.", "\n===========\n\nThe measurements were done down to 2 K in magnetic fields up to 5 T and with different directions of the current (through the crystal) and different orientations of magnetic field. ", "A rotating sample holder enabled the sample rotation around a chosen axis over a range of $190{^\\circ}$. The single crystals used come all from the same batch. ", "Their [${{\\mathbf{a}}}$]{} direction is the highest conductivity direction, the [${{\\mathbf{b'}}}$]{}direction (with intermediate conductivity) is perpendicular to [${{\\mathbf{a}}}$]{} in the ${{{\\mathbf{a}}}\\text{--}{\\mathbf{b}}}$ plane and [${{\\mathbf{c^*}}}$]{} direction (with the lowest conductivity) is perpendicular to the ${{{\\mathbf{a}}}\\text{--}{\\mathbf{b}}}$ (and [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}}$]{}). ", "The room temperature conductivity values for $\\sigma_{{\\mathbf{a}}}$, $\\sigma_{\\mathbf{b}}$, and $\\sigma_{\\mathbf{c}}$ are 500 [$(\\Omega\\,\\text{cm})^{-1}$]{}, 20 [$(\\Omega\\,\\text{cm})^{-1}$]{}, and 1/35 [$(\\Omega\\,\\text{cm})^{-1}$]{} respectively.", "\n\nThe experimental MR data, that will be analyzed here, are for [${{\\mathbf{c^*}}}$]{} and [${{\\mathbf{b'}}}$]{} axis and for different orientations of magnetic field. ", "The MR, defined as ${\\Delta\\rho/\\rho_0}= [\\rho(B)-\\rho(0)]/\\rho(0)$, was measured in various four probe arrangements on samples cut from a long crystal. ", "Moreover, the measurements of [${{\\mathbf{c^*}}}$]{}axis MR, for two different magnetic field rotations, were performed on the same sample but which was cut to two parts. ", "In the case of $\\rho_{\\mathbf{b}}$ ([${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{}) two pairs of the contacts were placed on the opposite [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} surfaces while for $\\rho_{\\mathbf{c}}$ ([${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}) on the opposite [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}}$]{} surfaces. ", "We used very slow cooling rates (about 2–5 K per hour) to avoid the appearance of the irreversible resistance jumps usually encountered for [${{{\\mathbf{j}}\\|{\\mathbf{a}}}}$]{} measurements. ", "This was especially important for [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{} geometry, where additional care was required to avoid possible mixture of $\\sigma_{\\mathbf{b}}$ and $\\sigma_{\\mathbf{c}}$ conductivities.[@KorinHamzicEPL98] This can be described by using the concept of the equivalent isotropic sample that gives a simple picture of the current distribution in the anisotropic sample.[@CooperMCLC85] The eligible test for properly measured [${{\\mathbf{b'}}}$]{}-axis resistivity is linear temperature dependence at high temperatures.[@BechgaardSSC80] Namely, there is a non-monotonic temperature dependence of $\\rho_{\\mathbf{c}}$ in [[(TMTSF)$_2$PF$_6$]{}]{} at ambient pressure going through a well characterized maximum at 80 K in contrast to the results for $\\rho_{\\mathbf{a}}$ ($\\propto T^2$) and $\\rho_{\\mathbf{b}}$ ($\\propto\nT$) exhibiting a monotonous, metallic-like decrease upon lowering temperature.", "\n\nFigure \\[fig:config\\] present three configurations that will be analyzed in this work: a) [Fig.", " \\[fig:config\\]]{} shows the case when the current direction is along the [${{\\mathbf{b'}}}$]{} axis and the magnetic field is rotated in the [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} ([${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}})}}}}$]{}) perpendicular to the current direction. ", "$\\theta$ is the angle between [${{\\mathbf{B}}}$]{} and the [${{\\mathbf{a}}}$]{} axis, i.e. $\\theta=0$ for [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{} and $\\theta=90{^\\circ}$ for [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "b) [Fig.", " \\[fig:config\\]]{} shows the case when the current direction is along the [${{\\mathbf{c^*}}}$]{} axis and the magnetic field is rotated in the [${{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane ([${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}})}}}}$]{}). ", "$\\theta$ is the angle between [${{\\mathbf{B}}}$]{} and the [${{\\mathbf{b'}}}$]{} axis, i.e. $\\theta=0$ for [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and $\\theta=90{^\\circ}$ for [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "c) [Fig.", " \\[fig:config\\]]{} shows the case when the current direction is along the [${{\\mathbf{c^*}}}$]{} axis and the magnetic field is rotated in the\n\n![", "\\[fig:config\\] Three configurations (case , and ) of the current [${{\\mathbf{j}}}$]{}and magnetic field [${{\\mathbf{B}}}$]{} direction. (", "See text for a detailed explanation.)](config){width=\"8.5cm\"}\n\n[${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}}$]{} plane ([${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}})}}}}$]{}) perpendicular to the current direction. ", "$\\theta$ is the angle between [${{\\mathbf{B}}}$]{}and the [${{\\mathbf{b'}}}$]{} axis, i.e. $\\theta=0$ for [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and $\\theta=90{^\\circ}$ for [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{}.", "\n\nModel, results and discussion.", "\n==============================\n\nQuasiparticle spectrum above [[${T^\\star}\\approx 4$ K]{}]{}.", "\n------------------------------------------------------------\n\nWe limit ourselves to the [${{\\mathbf{c^*}}}$]{} axis magnetoresistance, i.e. to the case when the current [${{\\mathbf{j}}}$]{}direction is along the [${{\\mathbf{c^*}}}$]{} axis, the magnetic field is rotated in the [${{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane with $\\theta =\n\\measuredangle({{\\mathbf{b'}}}, {{\\mathbf{B}}})$. We leave a detailed analysis for another current directions and magnetic field orientations above 4 K for a future publication.", "\n\nThe Landau quantization of the quasiparticle spectrum appears to describe very well the observed results. ", "In the limit of perfect nesting all the electron orbits are open and there will be no Landau quantization. ", "On the other hand, in the presence of the imperfect nesting[@HuangPRB89] as in [[(TMTSF)$_2$PF$_6$]{}]{} the quasiparticle energy landscape develops local minima at $k_z=\\pm k_F$, $k_y=\\pm\\pi/2b$. In other words, closed orbits appear and they will be quantized in the presence of a magnetic field.", "\n\nFor $T>4$ K the quasiparticle energy is given by:[@KorinHamzicEPL98] $$\\begin{aligned}\nE_{{\\mathbf{k}}}& = & \\sqrt{\\eta^2+\\Delta^2}-{\\varepsilon_0}\\cos 2bk_y \\nonumber \\\\\n & \\approx & \\Delta - {\\varepsilon_0}+ \\frac{1}{2\\Delta}\\eta^2 + 2{\\varepsilon_0}b^2k_y^2\\,, \\label{eq:QPEnergyAbove}\\end{aligned}$$ where $\\eta=\\left[ v_a^2(k_x-k_F)^2 + v_c^2k_z^2 \\right]^{1/2}$ is the quasiparticle energy in the normal state ($v_a$ and $v_c$ are Fermi velocities in [${{\\mathbf{a}}}$]{} and [${{\\mathbf{c^*}}}$]{} direction, respectively), $\\Delta$ ($\\approx 34$ K) is the order parameter for conventional SDW and ${\\varepsilon_0}$ ($\\approx 13$ K) is the parameter characterizing the imperfect nesting effect.[@KorinHamzicEPL98] The quasiparticle energy is expanded for small $(k_x-k_F)^2$ and $k_y^2$. In a presence of a magnetic field within the [${{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}}$]{}plane, with $\\theta$ being the angle between the magnetic field [${{\\mathbf{B}}}$]{} and the [${{\\mathbf{b'}}}$]{} axis, the minimum energy (i.e. the energy gap) in [Eq.", " (\\[eq:QPEnergyAbove\\])]{} is given by: $$\\label{eq:EnergyGapAbove}\nE(B,\\theta) \\approx \\Delta - {\\varepsilon_0}+ \\sqrt{\\frac{{\\varepsilon_0}}{\\Delta}}\\,v_a b e B{\\sqrt{{\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta}}}\\,,$$ with $\\gamma_2=(1/{\\varepsilon_0}\\Delta)(v_c/2b)^2$. For $B=0$ the resistance is given as $\\rho_{zz}(T,0)\\propto\n\\exp[\\beta E(0,\\theta)]$, whereas for $B\\neq0$ we have: $$\\label{eq:MRzzAboveProp}\n\\rho_{zz}(T,B) \\propto B{\\sqrt{{\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta}}}\\,e^{\\beta E(B,\\theta)}\\,.$$ First, we note that the energy gap is given in the both limits ($B=0$ and $B\\neq 0$) by [Eq.", " (\\[eq:EnergyGapAbove\\])]{}. ", "Second, for $\\omega_c\\tau>1$, where $\\omega_c$ is the cyclotron frequency and $\\tau$ is the scattering rate, $\\rho_{zz}(T,B)$ contains a $B$ linear coefficient. ", "So, we may interpolate these expressions as: $$\\begin{aligned}\n \\label{eq:MRzzAbove}\n\\rho_{zz}(B,T) & \\approx & e^{ \\beta (\\Delta-{\\varepsilon_0}) \\left( 1+A_2B{\\sqrt{{\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta}}}\\,\\right) } \\nonumber \\\\\n & & \\times\\left( 1+C_2B{\\sqrt{{\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta}}} \\right)\\,,\\end{aligned}$$ with $A_2 = ({\\varepsilon_0}/\\Delta)^{1/2} v_a b e/(\\Delta-{\\varepsilon_0})$.\n\n![", "\\[fig:MRvsBAbove\\] Magnetic field dependence of ${\\Delta\\rho/\\rho_0}$ at 4.2 K for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "Solid lines are fits to the theory (see text).](MRvsBAbove.eps){width=\"7cm\"}\n\n![", "\\[fig:MRvsThAbove\\] Angular dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K and 4.2 K, $B=5$ T, for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{\\mathbf{B}}}$]{} in [${{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane. ", "Solid lines are fits to the theory (see text).](MRvsThAbove.eps){width=\"7cm\"}\n\nWe shall compare now our experimental data with the above equations. ", "The magnetic field dependence of MR for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{} at 4.2 K is presented in [Fig.", " \\[fig:MRvsBAbove\\]]{}. [", "Fig.", " \\[fig:MRvsThAbove\\]]{} shows the angular dependence of MR for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, $B=5$ T at 4.2 K and 2.2 K. $\\theta$ is the angle between [${{\\mathbf{B}}}$]{} and the [${{\\mathbf{b'}}}$]{} axis (see [Fig.", " \\[fig:config\\]]{}, case ). ", "Solid line is the fit based on the [Eq.", " (\\[eq:MRzzAbove\\])]{}. ", "The change in the angular dependence of MR for $T>4$ K and $T<4$ K is clearly seen (the case for $T=2.2$ K will be treated in Section \\[sec:BelowTstar\\]). ", "It is evident that the present model describes rather well the data, with both the field and angular dependence of MR, at $T=4.2$ K and $B=5$ T giving $(\\Delta-{\\varepsilon_0})=21$ K, $A_2=0.014$ [T$^{-1}$]{}, $C_2=0.38$ [T$^{-1}$]{} and $\\gamma_2=0.85$. These values enable us to extract the [${{\\mathbf{a}}}$]{} axis coherence length $\\xi_a = v_a/\\Delta\n=1.2 \\times 10^{-6}$ cm and $v_c/v_a = 7.33 \\times 10^{-2}$ (we used here flux quantum $\\pi/e = \\Phi_0 =\n2.07 \\times 10^{-11}$ T$\\,$cm$^2$). ", "Both $\\xi_a$ and $v_c/v_a$ thus deduced are consistent with the ones deduced from the anisotropy in the resistivity.[@IshiguroBook98]\n\n\\[sec:BelowTstar\\]Quasiparticle spectrum below [[${T^\\star}\\approx 4$ K]{}]{}.", "\n------------------------------------------------------------------------------\n\nWe start by proposing that the anomaly at [[${T^\\star}\\approx 4$ K]{}]{} in [[(TMTSF)$_2$PF$_6$]{}]{} signals the appearance of USDW with the momentum dependent order parameter $\\Delta_1({{\\mathbf{k}}})=\\Delta_1\n\\cos 2\\phi$, where $\\phi=bk_2$ with wave vector ${\\mathbf{Q}}=(2k_F,\\pi/2b,0)$. In other words, below ${T^\\star}$ two order parameters (SDW and USDW) coexist. ", "In this case the quasiparticle spectrum changes from [Eq.", " (\\[eq:QPEnergyAbove\\])]{} to:\n\n$$\\begin{aligned}\nE_{{\\mathbf{k}}}& = & \\sqrt{\n \\left(\n \\sqrt{\\eta^2+\\Delta^2}-{\\varepsilon_0}\\cos 2bk_y\n \\right)^2 + \\Delta_1^2 \\cos^2 2\\phi\n } \\label{eq:QPEnergyBelowExact} \\\\\n & = & \\sqrt{\n (\\eta^2+\\Delta^2) \\frac{\\Delta_1^2}{{\\Delta_1^2+{\\varepsilon_0}^2}}\n +{({\\Delta_1^2+{\\varepsilon_0}^2})}\\left( \\cos^2 2\\phi - \\cos^2 2\\phi_0 \\right)^2\n } \\nonumber \\\\\n & \\approx & \\sqrt{\n {\\tilde{\\Delta}}^2 + {\\tilde{v}}_a^2(k_x-k_F)^2 + {\\tilde{v}}_c^2k_z^2\n + 4 {({\\Delta_1^2+{\\varepsilon_0}^2})}b^2k_y^2\n }\\,, \\label{eq:QPEnergyBelow}\\end{aligned}$$\n\nwhere ${\\tilde{\\Delta}}^2=\\Delta \\Delta_1 {({\\Delta_1^2+{\\varepsilon_0}^2})}^{-1/2}$, ${\\tilde{v}}_a = v_a\\Delta_1 {({\\Delta_1^2+{\\varepsilon_0}^2})}^{-1/2}$ and ${\\tilde{v}}_c = v_c \\Delta_1\n{({\\Delta_1^2+{\\varepsilon_0}^2})}^{-1/2}$. We have not included a constant shift in $k_y$ and $k_z$, since they are of no importance when one considers the effect of the magnetic field. ", "In the absence of the magnetic field, the effect of $\\Delta_1$ (or USDW) is to change the minimum energy gap from $E_{\\text{min}} = \\Delta-{\\varepsilon_0}$ ($T>4$ K) to $E_{\\text{min}} ={\\tilde{\\Delta}}$ ($T<4$ K). ", "As we shall see later, the introduction of the magnetic field changes dramatically the minimum energy gap $E_{\\text{min}}$. Such a dramatic shift in $E_{\\text{min}}$ in USDW and UCDW in a magnetic field has already been discussed in Ref.", "  and .", "\n\nWe shall see in the following that the field and the angle dependent quasiparticle spectrum describes the angle dependent MR observed in [[(TMTSF)$_2$PF$_6$]{}]{} below [[${T^\\star}\\approx 4$ K]{}]{} rather satisfactory. ", "The quasiparticle energy gap in the absence of magnetic field is given by Eqs.", " (\\[eq:QPEnergyBelowExact\\]) and (\\[eq:QPEnergyBelow\\]). ", "Due to the quadratic form in [[${\\mathbf{k}}$]{}]{} in the square root, we expect the Landau quantization in the presence of magnetic field. ", "Let us consider three cases ([Fig.", " \\[fig:config\\]]{}) separately.", "\n\n### Case : [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}})}}}}$]{}, $\\theta = \\measuredangle ({{\\mathbf{a}}},{{\\mathbf{B}}})$\n\nWe can recast [Eq.", " (\\[eq:QPEnergyBelow\\])]{} as an eigenvalue problem: $$\\begin{aligned}\nE^2(B,\\theta) \\psi & = & \\bigg[\n {\\tilde{\\Delta}}^2 + {\\tilde{v}}_a^2(eBy\\cos\\theta)^2 + {\\tilde{v}}_c^2(eBy\\sin\\theta)^2 \\nonumber \\\\\n& & - (2b)^2{({\\Delta_1^2+{\\varepsilon_0}^2})}\\frac{\\text{d}^2}{\\text{d}y^2} \\bigg] \\psi\\,,\\end{aligned}$$ where $\\psi$ is the electron wave function. ", "This gives readily for the quasiparticle energy corresponding to the $n-$th Landau level: $$E^2_n(B,\\theta) = {\\tilde{\\Delta}}^2 + 2{\\tilde{v}}_a\\Delta_1 e B ({\\sin^2\\theta+\\gamma_{1}\\cos^2\\theta})^{1/2}(2n+1)\\,,$$ ($n=0,1,2\\ldots$). ", "From this we obtain the minimum energy gap $E_{\\text{min}}$: $$E_{\\text{min}}(B,\\theta) = {\\tilde{\\Delta}}\\sqrt{1+A_1|B|({\\sin^2\\theta+\\gamma_{1}\\cos^2\\theta})^{1/2}}\\,,$$ $$A_1 = \\frac{2{\\tilde{v}}_a\\Delta_1}{{\\tilde{\\Delta}}^2}be\\,,\\ \\gamma_1 =\n \\left( \\frac{{\\tilde{v}}_c}{{\\tilde{v}}_a} \\right)^2 \\sim 10^{-3}\\,. ", "\\nonumber$$ In this configuration $\\gamma_1$ is clearly negligible. ", "By approximating the cyclotron frequency as: $$\\begin{aligned}\nE_1(B,\\theta)-E_0(B,\\theta) = \\nonumber \\\\\n= {\\tilde{\\Delta}}\\left(\n \\sqrt{1+3A_1|B\\sin\\theta|} - \\sqrt{1+A_1|B\\sin\\theta|}\n \\right) \\nonumber \\\\\n\\approx {\\tilde{\\Delta}}A_1 |B\\sin\\theta|\\,,\\end{aligned}$$ and noting the fact that in the presence of magnetic field $$\\sigma_{yy} \\approx\n \\frac{ |B\\sin\\theta| \\exp\n \\left[\n -\\beta\\Delta\\sqrt{ 1 + A_1 |B\\sin\\theta| }\n \\right]\n }\n {\n 1 + C' \\left( B\\sin\\theta \\right) ^2\n }\\,,$$ we finally obtain the interpolation formula: $$\\begin{aligned}\n \\label{eq:MRyyBac}\n\\rho_{yy} & \\approx & \\exp \\left( \\beta{\\tilde{\\Delta}}\\sqrt{1+A_1|B\\sin\\theta|} \\right) \\nonumber \\\\\n & &\\times\\left(\n 1 + C_1 A_1|B\\sin\\theta|\n \\right)\\,,\\end{aligned}$$ where $C_1 = ({\\tilde{\\Delta}}/\\Gamma)^2$ and $\\Gamma$ is the quasiparticle relaxation rate (note that $\\Gamma$ is [[${\\mathbf{k}}$]{}]{}-independent).", "\n\n![", "\\[fig:MRyyBac\\] Magnetic field dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K for [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "Inset: $R$ vs. inverse temperature for $B=0$, 2 T, and 5 T. Solid lines are fits to the theory (see text).](MRyyBac.eps){width=\"7cm\"}\n\n![", "\\[fig:MRyyThac\\] Angular dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K and 4.2 K, $B=5$ T, for [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{}, [${{\\mathbf{B}}}$]{} in [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane. ", "Solid line is fit to the theory (see text).](MRyyThac.eps){width=\"7cm\"}\n\nThe comparison of [Eq.", " (\\[eq:MRyyBac\\])]{} (with $\\theta=\\pi/2$) with the experimental data is given in Figs.", " \\[fig:MRyyBac\\] and \\[fig:MRyyThac\\]. [", "Fig.", " \\[fig:MRyyBac\\]]{} shows the results of the magnetic field dependence of the MR at 2.2 K for [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "The inset shows the temperature dependence of the MR for $B=5$ T in the same geometry. ", "The solid lines show the fit to the theoretical model explained above. [", "Fig.", " \\[fig:MRyyThac\\]]{} shows the angular dependence of MR for [${{{\\mathbf{j}}\\|{\\mathbf{b'}}}}$]{} and $B=5$ T at 2.2 K (see [Fig.", " \\[fig:config\\]]{}, case ). ", "Dashed line shows the results at 4.2 K. Solid line is fit based on [Eq.", " (\\[eq:MRyyBac\\])]{}. ", "Further, the $1/T$ dependent magnetoresistance is compared in the inset of [Fig.", " \\[fig:MRyyBac\\]]{}. ", "By fitting the data we can deduce ${\\tilde{\\Delta}}=20$ K, $A_1 = 0.027$ [T$^{-1}$]{} which gives $\\Delta_1/\\Delta=0.568$ (where we took $b = 0.77$ nm and $\\xi_a={\\tilde{v}}_a/{\\tilde{\\Delta}}= 120$ Å). ", "We obtain the USDW order parameter $\\Delta_1\\approx 20$ K. These numbers look rather reasonable. ", "So, in this geometry, the present model describes the experimental data reported in Ref. ", "rather well.", "\n\n### Case : [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}})}}}}$]{}, $\\theta = \\measuredangle ({{\\mathbf{b'}}},{{\\mathbf{B}}})$\n\nIn this configuration the eigenequation is rewritten as: $$\\begin{aligned}\nE^2(B,\\theta) \\psi & = & \\bigg[\n {\\tilde{\\Delta}}^2 - {\\tilde{v}}_a^2 \\frac{\\text{d}^2}{\\text{d}y^2}+ {\\tilde{v}}_c^2(eBx\\cos\\theta)^2 \\nonumber \\\\\n& & + (2b)^2{({\\Delta_1^2+{\\varepsilon_0}^2})}(eBx\\sin\\theta)^2 \\bigg] \\psi\\,,\\end{aligned}$$ which is solved as: $$E^2_n(B,\\theta) = {\\tilde{\\Delta}}^2 + 2{\\tilde{v}}_a\\Delta_1 e B ({\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta})^{1/2}(2n+1)\\,,$$ ($n=0,1,2\\ldots$). ", "Therefore, the minimum energy gap $E_{\\text{min}}$ is: $$\\label{eq:EminBbc}\nE_{\\text{min}}(B,\\theta) = {\\tilde{\\Delta}}\\sqrt{1+A_2|B|({\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta})^{1/2}}\\,,$$ $$A_2 = \\frac{2{\\tilde{v}}_a\\Delta_1}{{\\tilde{\\Delta}}^2}be\\,,\\ \\gamma_2 =\n \\frac{{\\tilde{v}}_c^2}{(2b)^2 {({\\Delta_1^2+{\\varepsilon_0}^2})}}\\,. ", "\\nonumber$$ The magnetoresistance along the [${{\\mathbf{c^*}}}$]{} axis is given by: $$\\begin{aligned}\n \\label{eq:MRzzBbc}\n\\rho_{zz} & \\approx & \\exp\\left[ \\beta{\\tilde{\\Delta}}\\sqrt{1+A_2|B|({\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta})^{1/2}} \\right] \\nonumber \\\\\n& & \\times \\left( 1 + C_2 A_2|B|{\\sqrt{{\\sin^2\\theta+\\gamma_{2}\\cos^2\\theta}}} \\right)\\,.\\end{aligned}$$\n\n![", "\\[fig:RzzBbc\\] Temperature dependence of the resistance $R$ for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, $B=0$ and $B=5$ T (for two different magnetic field orientations [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}).](RzzBbc.eps){width=\"7cm\"}\n\n![", "\\[fig:MRzzBbc\\] Magnetic field dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "Solid line is fit to the theory (see text).](MRzzBbc.eps){width=\"7cm\"}\n\nFigure \\[fig:RzzBbc\\] shows the temperature dependence of the resistance for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{} ($B=0$, $B=5$ T) and for two different magnetic field orientations [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{}. ", "The difference in $R$ vs. $10/T$ behaviour below $\\approx 4$ K for two magnetic field orientations is clearly observed. ", "The magnetic field dependence of magnetoresistance for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{c^\\star}}}}$]{} at $2.2$ K is presented in [Fig.", " \\[fig:MRzzBbc\\]]{}. ", "As mentioned before, [Fig.", " \\[fig:MRvsThAbove\\]]{} shows also the angular dependence of magnetoresistance for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, $B=5$ T at 2.2 K (see [Fig.", " \\[fig:config\\]]{}, case ). ", "Solid line (on both [Fig.", " \\[fig:MRvsThAbove\\]]{} and [Fig.", " \\[fig:MRzzBbc\\]]{}) is fit based on the [Eq.", " (\\[eq:MRzzBbc\\])]{}. ", "The present expression is comparable with both the $B$ dependence of magnetoresistance for $\\theta=\\pi/2$ and the $\\theta$ dependent magnetoresistance at $T = 2.2$ K and $B = 5$ T. Again, the present model describes the data rather well. ", "In the present comparison we deduce $A_2 = 0.00134\\text{~{T$^{-1}$}}=\nA_1/20.2$, $C_2 = 0.5192\\text{~{T$^{-1}$}} = C_1/20.2$, and $\\gamma_2=0.060$ which gives ${\\tilde{\\Delta}}=20$ K and $v_c/v_a = 0.02$. On the other hand, we obtain $\\Delta_1/\\Delta=0.0284$ that gives $\\Delta_1\\approx\n1$ K. This implies the USDW order parameter in the present configuration is reduced by a factor of 1/20 compared with the one in the first configuration. ", "This result is rather unexpected, but we hope the future work will clarify this problem.", "\n\n### Case : [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{{\\mathbf{{{\\mathbf{B}}}}}\\|{\\mathbf{({{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}})}}}}$]{}, $\\theta = \\measuredangle ({{\\mathbf{b'}}},{{\\mathbf{B}}})$\n\nIn this configuration the eigenequation is rewritten as: $$\\begin{aligned}\nE^2(B,\\theta) \\psi & = & \\bigg[\n {\\tilde{\\Delta}}^2 - {\\tilde{v}}_c^2 \\frac{\\text{d}^2}{\\text{d}z^2}+ {\\tilde{v}}_a^2(eBz\\sin\\theta)^2 \\nonumber \\\\\n& & + (2b)^2{({\\Delta_1^2+{\\varepsilon_0}^2})}(eBz\\cos\\theta)^2 \\bigg] \\psi\\,,\\end{aligned}$$ which gives $$E^2_n(B,\\theta) = {\\tilde{\\Delta}}^2 + 2{\\tilde{v}}_c{\\tilde{v}}_a e B ({\\sin^2\\theta+\\gamma_{3}\\cos^2\\theta})^{1/2}(2n+1)\\,,$$ ($n=0,1,2\\ldots$). ", "For the minimum energy gap $E_{\\text{min}}$ we obtain: $$\\label{eq:EminBab}\nE_{\\text{min}}(B,\\theta) = {\\tilde{\\Delta}}\\sqrt{1+A_3|B|({\\sin^2\\theta+\\gamma_{3}\\cos^2\\theta})^{1/2}}\\,,$$ $$A_3 = \\frac{{\\tilde{v}}_a{\\tilde{v}}_c e}{{\\tilde{\\Delta}}^2}be\\,,\\ \\gamma_3 =\n \\frac{(2b)^2 {({\\Delta_1^2+{\\varepsilon_0}^2})}}{{\\tilde{v}}_a^2}\\,. ", "\\nonumber$$ It follows that the magnetoresistance along the [${{\\mathbf{c^*}}}$]{} is given by: $$\\begin{aligned}\n \\label{eq:MRzzBab}\n\\rho_{zz} & \\approx & \\exp\\left[ \\beta{\\tilde{\\Delta}}\\sqrt{1+A_3|B|({\\sin^2\\theta+\\gamma_{3}\\cos^2\\theta})^{1/2}} \\right] \\nonumber \\\\\n& & \\times \\left( 1 + C_3 A_3|B|{\\sqrt{{\\sin^2\\theta+\\gamma_{3}\\cos^2\\theta}}} \\right)\\,.\\end{aligned}$$\n\n![", "\\[fig:MRzzBab\\] Magnetic field dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{}. ", "Solid line is fit to the theory (see text).](MRzzBab.eps){width=\"7cm\"}\n\n![", "\\[fig:MRzzThab\\] Angular dependence of ${\\Delta\\rho/\\rho_0}$ at 2.2 K and 4.2 K, $B=5$ T, for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, [${{\\mathbf{B}}}$]{} in [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}}$]{} plane. ", "Solid line is fit to the theory (see text).](MRzzThab.eps){width=\"7cm\"}\n\nFigure \\[fig:MRzzBab\\] presents the magnetic field dependence of MR for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{} and [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{} at 2.2 K, while [Fig.", " \\[fig:MRzzThab\\]]{} shows the angular dependence of magnetoresistance for [${{{\\mathbf{j}}\\|{\\mathbf{c^\\star}}}}$]{}, $B=5$ T at 2.2 K (see [Fig.", " \\[fig:config\\]]{}, case ). ", "We point out that there is a maxima in MR for [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{} at 2.2 K, while there is a minima in MR for [${{{\\mathbf{B}}\\|{\\mathbf{a}}}}$]{} at 4.2 K (dashed line [Fig.", " \\[fig:MRzzThab\\]]{}). ", "This kind of behaviour cannot be described in terms of conventional SDW where the imperfect nesting plays the crucial role. ", "Namely, in that case we expect maxima in MR for [${{{\\mathbf{B}}\\|{\\mathbf{b'}}}}$]{}. ", "This big change in MR anisotropy may be described within our new theoretical model. ", "We shall compare now our experimental data at 2.2 K with the [Eq.", " (\\[eq:MRzzBab\\])]{}. ", "The solid line is fit based on the theory that describes the data on [Fig.", " \\[fig:MRzzBab\\]]{} and [Fig.", " \\[fig:MRzzThab\\]]{} at 2.2 K very well. ", "We deduce $A_3=0.0165$ [T$^{-1}$]{}, $C_3\n\\approx 0$, and $\\gamma_3=0.154$. From $A_3$ we obtain: $$\\frac{{\\tilde{v}}_a{\\tilde{v}}_c}{{\\tilde{\\Delta}}^2} = \\xi_a\\xi_c = 1.087 \\times 10^{-13}\\text{~cm}^2$$ and assuming $\\xi_c/\\xi_a = 1/13.6$ we obtain $\\xi_a = 1.2\\times 10^{-6}$ cm which is quite reasonable.[@IshiguroBook98] On the other hand $\\gamma_3=0.154$ gives $\\Delta_1/\\Delta=1.75$ that is too large, at least by a factor of 2, giving $\\Delta_1\\approx 60$ K.\n\nConcluding remarks\n==================\n\nWe have proposed that the phase transition at [[${T^\\star}\\approx 4$ K]{}]{} in [[(TMTSF)$_2$PF$_6$]{}]{} is due to the appearance of the USDW in addition to the already existing SDW. ", "As we have shown, the quasiparticle spectrum in SDW with imperfect nesting and/or USDW in a magnetic field is, due to the Landau quantization, very different from the one for $B=0$. The appearance of USDW order parameter modifies the quasiparticle spectrum. ", "This change is readily accessible to both the magnetoresistance and the angular dependence of the magnetoresistance. ", "Indeed, USDW describes the dramatic change in the magnetoresistance below [[${T^\\star}\\approx 4$ K]{}]{}. ", "Furthermore, from the angular dependence of the magnetoresistance we can deduce the parameters ${\\tilde{\\Delta}}= 20$ K, $v_a/\\Delta =\n\\xi_a =1.2\\times 10^{-6}$ cm, and $v_c/v_a=7.33\\times 10^{-2}$, which are consistent with the previously known values. ", "However, the new order parameter $\\Delta_1$, associated with USDW, appears to behave somewhat unexpectedly (as the deduced values give $\\Delta_1=20$ K, 1 K, and 60 K for [${{\\mathbf{B}}}$]{} in the [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane, in the [${{{{\\mathbf{b'}}}\\text{--}{{\\mathbf{c^*}}}}}$]{} plane and in the [${{{{\\mathbf{a}}}\\text{--}{{\\mathbf{b'}}}}}$]{} plane, respectively). ", "The reason for differences of $\\Delta_1$ is unclear at present. ", "We note, however, that in contrast to our earlier analysis,[@KorinHamzicEPL98] here we have taken into account the Landau quantization of the quasiparticle spectrum, but we have considered the [[${\\mathbf{k}}$]{}]{}-independence of the scattering rate. ", "We can only suppose, that in addition to the Landau quantization the inclusion of the [[${\\mathbf{k}}$]{}]{}-dependent $\\Gamma$ would solve this $\\Delta_1$ discrepancy.", "\n\nThis experimental work was performed on samples prepared by K. Bechgaard. ", "We thank P. Thalmeier for drawing our attention to Ref.", "  and . ", "We acknowledge useful discussions with A. Hamzić and S. Tomić.", "\n" ]
{ "pile_set_name": "ArXiv" }
[ 0.004201680672268907, 0.0047169811320754715, 0.0051813471502590676, 0.00684931506849315, 0.008264462809917356, 0.007042253521126761, 0.012435233160621761, 0.011135857461024499, 0.009727626459143969, 0.006944444444444444, 0.009433962264150943, 0.0021598272138228943, 0.01160092807424594, 0, 0.0062402496099844, 0.00904977375565611, 0, 0.01020408163265306, 0, 0, 0, 0, 0, 0, 0.006535947712418301, 0, 0, 0, 0.002188183807439825, 0.010309278350515464, 0, 0, 0.125, 0, 0, 0.125, 0, 0, 0.003367003367003367, 0, 0, 0, 0, 0.009259259259259259, 0.009345794392523364, 0.003367003367003367, 0.00186219739292365, 0.0033277870216306157, 0.034482758620689655, 0, 0.004228329809725159, 0.004694835680751174, 0, 0.004484304932735426, 0, 0.005025125628140704, 0, 0.25, 0.008658008658008658, 0, 0, 0.041666666666666664, 0.0064516129032258064, 0.012072434607645875, 0.004694835680751174, 0.004424778761061947, 0, 0.004314063848144953, 0.004651162790697674, 0.004219409282700422, 0, 0, 0.01282051282051282, 0.017543859649122806, 0.0070921985815602835, 0.029411764705882353, 0, 0, 0.010126582278481013, 0.004273504273504274, 0, 0, 0.004052684903748734, 0, 0.006024096385542169, 0, 0.004672897196261682, 0, 0.011494252873563218, 0, 0.25, 0.005555555555555556, 0, 0, 0.25, 0.015503875968992248, 0, 0.014084507042253521, 0.045454545454545456, 0.0125, 0, 0.0049261083743842365, 0.010309278350515464, 0, 0, 0.004132231404958678, 0.0029850746268656717, 0.008086253369272238, 0, 0.005847953216374269, 0, 0, 0.005649717514124294, 0, 0.038461538461538464, 0.012987012987012988, 0, 0.04, 0.030303030303030304, 0, 0.045454545454545456, 0, 0.0045351473922902496, 0, 0.004160887656033287, 0.002932551319648094, 0.005235602094240838, 0.012121212121212121, 0, 0.0045871559633027525, 0.008, 0.0136986301369863, 0, 0.005235602094240838, 0, 0.008064516129032258, 0, 0, 0.015384615384615385, 0.045454545454545456, 0.013513513513513514, 0.034482758620689655, 0, 0.00723589001447178, 0.007751937984496124, 0, 0.009433962264150943, 0, 0.0024937655860349127, 0.015625, 0.003952569169960474, 0.005952380952380952, 0.013157894736842105, 0.03636363636363636, 0, 0.03225806451612903, 0 ]
0.012995
5
[ "Pathology of the liver in leukaemia and lymphoma. ", "A study of 110 autopsies.", "\nHistopathological findings in the liver in a series of autopsies on 110 patients suffering from leukaemia or lymphoma were reviewed. ", "No treatment had been given to 23 patients, 50 had received chemotherapy alone, 23 chemo- and radiotherapy and 14 underwent bone marrow transplantation. ", "The 23 untreated patients showed neoplastic infiltration in 10 (44%) and fibrosis in 16 cases (70%). ", "The 14 bone marrow recipients showed mainly acute necrosis, zonal in six (43%) and focal in one (7%), and cholestasis in five (36%), together with marked siderosis in 11 (79%). ", "Patients receiving chemotherapy or chemo-/radiotherapy showed similar changes consisting of neoplastic infiltration in 14 (28%) and in five (22%) cases respectively, and fibrosis in 31 (62%) and 17 (74%) cases respectively. ", "Steatosis was seen in 70% of cases in the chemo-/radiotherapy group and in 50% of cases in the other groups. ", "Infections were seen in all groups, particularly in the chemotherapy group (four fungal and two bacterial including one tuberculosis) and in the chemo-/radiotherapy group (one fungal and one bacterial). ", "Cytomegalovirus infection was seen only in the bone marrow transplant group." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0
5
[ "Q:\n\nPrimefaces push on glassfish 3.1.2 Exception\n\nthis is my config.xml\n<dependency>\n <groupId>org.atmosphere</groupId>\n <artifactId>atmosphere-runtime</artifactId>\n <version>1.0.0.RC1</version>\n</dependency>\n\n<dependency>\n <groupId>org.slf4j</groupId>\n <artifactId>slf4j-api</artifactId>\n <version>1.7.5</version>\n</dependency>\n<dependency>\n <groupId>org.slf4j</groupId>\n <artifactId>slf4j-jdk14</artifactId>\n <version>1.7.5</version>\n</dependency>\n\nweb.xml\n <servlet>\n <servlet-name>Push Servlet</servlet-name>\n <servlet-class>org.primefaces.push.", "PushServlet</servlet-class>\n</servlet>\n<servlet-mapping>\n <servlet-name>Push Servlet</servlet-name>\n <url-pattern>/primepush/*</url-pattern>\n</servlet-mapping>\n\nis the counter example, when clic after 3 or 7 then:\n\nWARNING: GRIZZLY0024: Terminate process interrupted.", "\n java.lang.", "InterruptedException at\n java.util.concurrent.locks.", "AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1325)\n at java.util.concurrent.", "Semaphore.tryAcquire(Semaphore.java:414) at\n com.sun.grizzly.http.", "ProcessorTask.terminateProcess(ProcessorTask.java:1021)\n at\n com.sun.grizzly.arp.", "DefaultAsyncExecutor.finishResponse(DefaultAsyncExecutor.java:186)\n at\n com.sun.grizzly.arp.", "DefaultAsyncExecutor.finishExecute(DefaultAsyncExecutor.java:210)\n at\n com.sun.grizzly.arp.", "AsyncProcessorTask.doTask(AsyncProcessorTask.java:133)\n at\n com.sun.grizzly.comet.", "CometEngine.flushPostExecute(CometEngine.java:426)\n at com.sun.grizzly.comet.", "CometEngine.interrupt0(CometEngine.java:405)\n at com.sun.grizzly.comet.", "CometEngine.interrupt(CometEngine.java:383)\n at\n com.sun.grizzly.comet.", "CometContext.resumeCometHandler(CometContext.java:442)\n at\n org.atmosphere.container.", "GrizzlyCometSupport.resume(GrizzlyCometSupport.java:172)\n at\n org.atmosphere.container.", "GrizzlyCometSupport.action(GrizzlyCometSupport.java:184)\n at\n org.atmosphere.container.", "GrizzlyCometSupport.action(GrizzlyCometSupport.java:81)\n at\n org.atmosphere.cpr.", "AtmosphereResourceImpl.resume(AtmosphereResourceImpl.java:317)\n at\n org.atmosphere.handler.", "AbstractReflectorAtmosphereHandler.onStateChange(AbstractReflectorAtmosphereHandler.java:146)\n at\n org.atmosphere.cpr.", "DefaultBroadcaster.broadcast(DefaultBroadcaster.java:853)\n at\n org.atmosphere.cpr.", "DefaultBroadcaster.executeAsyncWrite(DefaultBroadcaster.java:768)\n at\n org.atmosphere.cpr.", "DefaultBroadcaster$3.run(DefaultBroadcaster.java:801)\n at\n java.util.concurrent.", "Executors$RunnableAdapter.call(Executors.java:471)\n at java.util.concurrent.", "FutureTask$Sync.innerRun(FutureTask.java:334)\n at java.util.concurrent.", "FutureTask.run(FutureTask.java:166) at\n java.util.concurrent.", "ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\n at\n java.util.concurrent.", "ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\n at java.lang.", "Thread.run(Thread.java:722)\n\nA:\n\nI haven't tried primefaces-push but I just use Atmosphere (primefaces-push is using Atmosphere too). ", "To make it work I have to add those JVM options:\n\n-Dv3.grizzly.cometSupport=true \n-Djava.net.preferIPv4Stack=true (I am not sure if this option is still required with the last versions of Atmosphere)\n\nMaybe it could help you.", "\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0.008695652173913044, 0, 0, 0.010416666666666666, 0.010526315789473684, 0, 0.0125, 0, 0, 0.011235955056179775, 0.01098901098901099, 0, 0.011904761904761904, 0, 0, 0, 0.010638297872340425, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.002897
5
[ "William Howard Taft National Historic Site\n\nWilliam Howard Taft National Historic Site is a historic house at 2038 Auburn Avenue in the Mount Auburn Historic District of Cincinnati, Ohio, a mile (1.6 km) north of Downtown. ", "It was the birthplace and childhood home of William Howard Taft, the 27th President of the United States and the 10th Chief Justice of the United States. ", "The two-story Greek Revival house, built circa 1835, is a reminder of the elegant era when wealthier people here could escape the dirt, heat, smoke and crowded conditions of the lower city.", "\n\nHistory\nWilliam Howard Taft's father, Alphonso Taft, came to Cincinnati from Vermont in 1838 to establish a law practice. ", "He moved his family to this house a little over a decade later. ", "Alphonso Taft became an early supporter of the Republican Party in Cincinnati. ", "He lived in this house with his family and parents. ", "He would eventually serve as the 31st United States Secretary of War and the 35th United States Attorney General.", "\n\nThe house is believed to have been built in the early 1840s by a family named Bowen. ", " Alphonso bought the house at 60 Auburn Street (now 2038 Auburn Avenue), with its accompanying 1.82 acres, for $10,000 on June 13, 1851. ", " Mount Auburn was once a popular area to live for upper-class Cincinnatians, as it allowed those of higher incomes to escape the sweltering heat and humidity of downtown Cincinnati summers. ", " The Taft residence, a Greek Revival domicile, was relatively modest compared to other nearby residences, which were a mix of Second Empire, Italianate, and Georgian Revival.", "\n\nAlphonso's wife Fanny Phelps Taft died a year after the family moved to the Mount Auburn residence, in June 1852. ", " In December 1853 Alphonso remarried, choosing a schoolteacher from Massachusetts named Louise Torrey. ", " Louise Taft would give birth to their second child, William Howard Taft, in the house on September 15, 1857, presumably in the first-floor nursery in the rear ell. ", " (The first child had died at age fourteen months from whooping cough.) ", " Alphonso had six children living in the house, two by Fanny (three others had died beforehand) and four by Louise.", "\n\nThe house was used for social events. ", "Visitors included many local and state dignitaries, including future President James A. Garfield. ", "Rugs in the parlor were often rolled up for dancing. ", "Family activities took place in the library; Alphonso was an avid book collector.", "\n\nWilliam would live in the house until he went to Yale University in 1874. ", " Afterward, the Taft family would spend less time in the house, starting when Alphonso served in the Ulysses S. Grant administration. ", " In 1877 a fire damaged the second floor and roof. ", "Alphonso and Louise would lease the house in 1889, moving to California because the climate was thought to be beneficial for those with declining health. ", " William had married in 1886, and the rest of the Taft sons had moved out by this point as well. ", " In May 1891 Alphonso died in San Diego, California, and was buried in Cincinnati; the tenants of the Auburn house allowed the mourners to gather at the house for the funeral. ", "Louise eventually was able to sell the house outright, after ten years of trying, in 1899 to Judge Albert C. Thompson, after returning to her home town of Millbury, Massachusetts, to live with her sister.", "\n\nPost-Taft ownership\n \nWithin five years of the house leaving the Taft family, the front veranda was removed, replaced by a one-story porch. ", "Other modifications were the addition of a conservatory and the demolition of outbuildings, including a stable. ", "Upon Thompson's death the house was sold by his widow to Colonel Ernest H. Ruffner in 1912. ", "Upon Ruffner's death it was sold by his daughter. ", "The William Howard Taft Memorial Association was formed on July 7, 1937, in hopes of buying the property, but went without support of the Taft family, as Robert Taft thought it would look too opportunistic to memorialize the house his father grew up in, and thus failed in acquiring the $12,000 to buy it. ", "In the 1940s the building was used as apartments, with the new owner Elbert R. Bellinger once considering selling it to become a funeral parlor for local blacks. ", "Taft family political fortunes faltered with Robert's death in 1953, and with Charles Phelps Taft II available to spearhead the movement, the William Howard Taft Memorial Association eventually acquired the house for $35,000 (the assessment price), instead of the $75,000 Bellinger was demanding for it.", "\n \nBy 1961, the house was in poor condition and needed restoration, to the tune of $92,500. ", "It was declared a National Historic Landmark in 1964. ", "A ceremony on September 15, 1964 (William's 107th birthday), celebrated the home becoming a National Historic Landmark.", "\n \nThe association gained full title to the house in 1968 and in 1969 transferred it to the National Park Service, which currently operates the site as a historic house museum, so that its future upkeep is ensured. ", "The United States government took the property title on November 1, 1970. ", "\n\nLetters and diary entries written by Louise Taft during her time in the home helped preservationists to return the domicile to how it appeared during William's childhood.", "\n\nToday\n \nWilliam Howard Taft National Historic Site has two main buildings. ", " The first is the original home owned by William Howard Taft's parents, Alphonso and Louise Taft. ", " It has been restored to look as it did during the time William lived there. ", " All the family portraits and many of the books on display belonged to the Taft family. ", "The first floor has five rooms restored: William's birthplace, and four rooms representative of the period. ", "The furniture is period pieces and did not necessarily belong to the Tafts. ", " The second floor contains exhibits on the accomplishments of William.", "\n\nThe second building is the National Historic Site's Visitor Center, officially called the Taft Education Center. ", "It has offices, a National Park giftshop, an audio-animatronic exhibit of William's son Charles Phelps Taft II fishing and telling stories about his father and other members of the Taft family, and a short biographical film on William Howard Taft.", "\n\nSee also\nTaft Museum of Art\n\nReferences\n\nExternal links\n\nWilliam Howard Taft National Historic Site (National Park Service)\nNational Park Service-The Presidents (Taft National Historic Site)\n\"Growing into Public Service: William Howard Taft's Boyhood Home\", a National Park Service Teaching with Historic Places (TwHP) lesson plan\n\"Life Portrait of William Howard Taft\", from C-SPAN's American Presidents: Life Portraits, broadcast from the William Howard Taft National Historic Site, September 6, 1999\n\nCategory:Houses completed in 1835\nCategory:Historic house museums in Ohio\nCategory:Houses on the National Register of Historic Places in Ohio\nCategory:Museums in Cincinnati\nCategory:National Historic Landmarks in Ohio\nCategory:National Historic Sites in Ohio\nCategory:Presidential homes in the United States\nCategory:National Register of Historic Places in Cincinnati\nNational Historic Site\nNational Historic Site\nCategory:National Park Service areas in Ohio\nCategory:Protected areas established in 1969\nCategory:Presidential museums in Ohio\nCategory:Houses in Cincinnati\nCategory:Historic district contributing properties in Ohio\nCategory:Individually listed contributing properties to historic districts on the National Register in Ohio\nCategory:Mount Auburn, Cincinnati" ]
{ "pile_set_name": "Wikipedia (en)" }
[ 0.008968609865470852, 0.006493506493506494, 0.005291005291005291, 0.016129032258064516, 0, 0.02531645569620253, 0, 0, 0.011494252873563218, 0.0072992700729927005, 0, 0.011494252873563218, 0.017241379310344827, 0.019417475728155338, 0.006060606060606061, 0, 0.02608695652173913, 0, 0.01020408163265306, 0, 0.012345679012345678, 0.02631578947368421, 0.014925373134328358, 0, 0.012987012987012988, 0.010309278350515464, 0.005681818181818182, 0.00980392156862745, 0.006993006993006993, 0, 0.021739130434782608, 0.02, 0.00980392156862745, 0.006172839506172839, 0.009900990099009901, 0, 0.018518518518518517, 0.025210084033613446, 0.004651162790697674, 0, 0.011627906976744186, 0.012987012987012988, 0.030612244897959183, 0.012987012987012988, 0.011363636363636364, 0.009259259259259259, 0, 0.014285714285714285, 0.017391304347826087, 0.016194331983805668, 0.009389671361502348 ]
0.01045
5
[ "“President Rivlin and I deeply value our strong and growing partnership to secure our societies. ", "Our people are constantly threatened by forces of terrorism and extremism. ", "We recognise that terrorism is a global challenge, knows no boundaries and has extensive links with other forms of organised crime. ", "Regrettably, one of the countries of its origin and spread is in India’s neighbourhood,” Modi said here on Tuesday.", "\n\nModi said he and President Rivlin have agreed that the international community must act against terror as well as against states that encourage them.", "\n\n“We noted the strength of our growing defence partnership. ", "And agreed on the need to make it more broad-based through production and manufacturing partnerships,” he said.", "\n\nModi added that the Israeli President has also assured support for India’s membership in the UN Security Council (UNSC).", "\n\nPresident Rivlin, who is on a week-long visit to India, is the first President from the Jewish country to visit India in the last 20 years. ", "His visit is expected to pave the way for Modi’s trip to that country early next year, when both sides would commemorate 25 years of diplomatic ties.", "\n\nThe PM also asked Israel to invest in India under Make in India, Digital India, Skill India and Smart Cities, for high-technology manufacturing and in the services sectors.", "\n\nIsrael has engaged with India in agricultural and irrigation systems in drought-prone areas for effective water management.", "\n\n“We have identified water management and conservation, and collaboration in scientific research and development as two areas of priority engagement. ", "We both agreed that the current trajectory of the Indian economy opens up many promising opportunities for Israeli companies,” he said.", "\n\nPresident Rivlin, who arrived here late on Monday night, will be visiting Agra to see the Taj Mahal on Wednesday. ", "He will also be visiting a water treatment plant in nearby Sikandra.", "\n\nOn Thursday Rivlin will again address think-tanks and sign agreements on education. ", "He will also be visiting Karnal and Chandigarh. ", "Next week he would hold business meetings.", "\n\nSource: The Hindu Businessline" ]
{ "pile_set_name": "OpenWebText2" }
[ 0.010309278350515464, 0, 0, 0, 0.006622516556291391, 0, 0, 0.00819672131147541, 0.007042253521126761, 0, 0.011494252873563218, 0, 0, 0, 0.017241379310344827, 0, 0.011627906976744186, 0.041666666666666664, 0, 0 ]
0.00571
5
[ "A comparative study of transvaginal ultrasonography and pelvic arteriogram in assessment of patients with gestational trophoblastic tumour.", "\nTo compare the reliability of transvaginal ultrasonography with pelvic arteriography in the assessment of patients with gestational trophoblastic disease. ", "Transvaginal ultrasonography was performed in 24 patients with gestational trophoblastic tumour. ", "Within one week after ultrasound investigation, pelvic arteriography was carried out in each patient. ", "Of 24 cases, 16 patients hadn't been treated by chemical reagent, 5 had accepted 2 to 5 courses of chemotherapy, and 3 had achieved complete remission before both investigations performed. ", "In 3 patients with complete remission, 2 had no evidence of abnormal findings either on transvaginal ultrasonography or on pelvic arteriography, 1 showed intramyometrial lesions by both methods. ", "In the remaining 21 patients, all demonstrated a abnormal uterine image, and 5 of them accompanied with the finding of parametrium metastatic signs by transvaginal ultrasonography; these abnormal results were confirmed by pelvic arteriographic imaging. ", "However, in two cases without clinical and ultrasonic signs of parametrium metastasis, pelvic arteriography indicated the early metastasis of parametrium vessels. ", "Even though it is difficult to predict the early parametrium metastasis in patients with gestational trophoblastic disease by B-ultrasonic investigation, our data would support the introduction of transvaginal ultrasonography in the diagnosis and evaluation of gestational trophoblastic tumour." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0
5
[ "Questions for God\n\nA recent edition of USA Today contained an interesting survey that is worthy of some reflection. ", "The following question was posed to adults across the nation:\n\nIf you could get in contact with God directly, ask a question, and get an immediate reply—what would you ask?", "\n\nHere are the results:\n\nThe highest percentage (34%) wants to know: “What is my purpose here?” ", "The Lord has answered that question already.", "\n\nOur purpose is to glorify God. ", "That is the reason for which we were made (Isaiah 43:7). ", "The whole duty of man is to fear (reverence) God and obey his commandments (Ecclesiastes 12:13). ", "There is no reason for human existence apart from serving the Creator, and in this we find our greatest contentment.", "\n\nThe next group (19%) is anxious to inquire: “Will I have life after death?”", "\n\nThat is the very question Job asked: “If a man die, shall he live again?” (", "14:14). ", "He subsequently expressed a confident, positive affirmation of future existence (19:25ff). [", "See the article, Job’s Redeemer.] ", "God, through his word, has provided the answer.", "\n\nYes, there is life after death, and it will be either with the Lord in heaven, or with Satan in hell (Matthew 25:46)—depending upon whether or not one is prepared (Matthew 25:1-13).", "\n\nSometimes difficulty comes because of our personal sins (1 Peter 4:15). ", "Hardships also result from the kind of world in which we live. ", "It is an environment of natural law.", "\n\nNature’s laws are quite beneficial, but we can suffer harm when they are broken. ", "We can be in the wrong place at the right time (Luke 13:4-5).", "\n\nSome bad things happen as a result of the sin that was unleashed in this world by our ancestors (Romans 5:12) or by the wickedness of others.", "\n\nThe important question is not: Why do these things happen?—they will continue to happen whether or not we understand their purpose. ", "The question should be how are we to act in response to life’s hardships? [", "We have discussed this subject in much greater detail in our volume, The Book of Job.]", "\n\nSignificantly, twelve percent of those surveyed had no idea what they would ask God if they could expect a personal answer from him. ", "Doesn’t that say something about the shallowness of society?", "\n\nIt’s one thing not to know the answers; it is an entirely different matter to not even know enough to ask a sensible question. ", "Truly, vast multitudes are like sheep, wandering aimlessly about with no sense of direction and no concept of eternity.", "\n\nA few (7%) would like to know if there is intelligent life elsewhere. ", "A cynic might wonder whether there’s much “intelligent” life here on earth! ", "But yes, there is intelligent life—in heaven, God the Father, Christ, the Holy Spirit, and the angels. ", "Moreover, there are the conscious souls of the dead in Hades (the intermediate state)—either in Paradise (Luke 23:43), or in the place of torment (Luke 16:23).", "\n\nFinally, six percent would like to know exactly how long they will live.", "\n\nWould you really want to know that? ", "Such would be like being on death row—counting off the days until the time of execution. ", "Moreover, many would live unrestrained, wicked lives—saving the day before their death as a time of obedience. ", "What glory would there be in that for God? ", "Indeed, what honor for man?", "\n\nThe truth of the matter is this. ", "The Bible contains the answers to all the appropriate questions we have in this lifetime. ", "We need to pour over its sacred pages and seek the counsel of him who made us.", "\n\nPerhaps the greatest question that many of us need to contemplate is one that God himself might ask: “Are you serious about doing My will?”" ]
{ "pile_set_name": "Pile-CC" }
[ 0.008620689655172414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.015873015873015872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.006289308176100629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.000733
5
[ "Q:\n\nGDI+ generic error on production server\n\nI'm struggling on a massively answered problem but none of the given solutions is working for me.", "\nI have a ASP.NET WebForms Application where I want to store pictures and be able to retrieve it, change rotation, remove, etc...\nThe thing is that everything works fine on my devlopment environment (with visual studio or even with IIS 8.5 on my local machine) but when I try to deploy it on my production server (IIS 10.0), I can't even upload a picture, I can only read pictures.", "\nIf I try to save, rotate or remove an image, I get a GDI+ generic error.", "\nIt makes me think it is a config or permission issue because the application is the same as on my machine and it works fine.", "\nWhat I have tried :\n\n<%= Environment.", "UserName %> returns \".NET v4.5\", I've granted this\nuser with full permissions on the directory, even a full access given\nto \"Everybody\" user doesn't fix the issue.", "\nI have tried to dispose pictures after saving them but I dont'think\nit is caused by that because when i upload I'm not overwriting any\nfile. ", "\n\"GC.Collect()\" It does nothing, I didn't really understood why it\nwould make a difference.", "\nI looked into IIS's MIME Types and \"image/jpeg\" is there.", "\n\nThe thing that disturbs me is that I have a directory for file upload (not pictures) in the same Application and it works so I guess the permissions are OK, I have the same permissions for both directories.", "\nHere is my code for picture upload : \npublic static Int64 InsertPhoto(Photo maPhoto)\n {\n ////////////////////////////////////////////////\n // ETAPE 1 : Récupération du numéro de photo\n ////////////////////////////////////////////////\n try\n {\n int? ", "numero = PecV2.DAL.Photo.", "GetNumeroPhotoMaxByIDIntervention(maPhoto.", "IDIntervention);\n if (numero.", "HasValue)\n {\n maPhoto.", "Numero = numero.", "Value + 1;\n }\n else\n {\n maPhoto.", "Numero = 0;\n }\n\n ////////////////////////////////////////////////\n // ETAPE 2 : Génération des miniatures\n ////////////////////////////////////////////////\n Intervention monIntervention = Intervention.", "GetIntervention(maPhoto.", "IDIntervention);\n maPhoto.", "IDImmeuble = monIntervention.", "IDImmeuble;\n maPhoto.", "FileName = maPhoto.", "IDImmeuble.", "ToString() + \"_\" + maPhoto.", "IDIntervention.", "ToString() + \"_\" + maPhoto.", "Numero.", "ToString() + \".jpg\";\n\n maPhoto.", "EnregistrerMiniature(maPhoto.", "PhotoFull, global::PecV2.BL.Properties.", "Settings.", "Default.", "LargeurPhotoMedium, global::PecV2.BL.Properties.", "Settings.", "Default.", "RepertoirePhotosMedium, maPhoto.", "FileName);\n maPhoto.", "EnregistrerMiniature(maPhoto.", "PhotoFull, global::PecV2.BL.Properties.", "Settings.", "Default.", "LargeurPhotoSmall, global::PecV2.BL.Properties.", "Settings.", "Default.", "RepertoirePhotosSmall, maPhoto.", "FileName);\n // Encoder... \n EncoderParameters encParams = new EncoderParameters(1);\n encParams.", "Param[0] = new EncoderParameter(System.", "Drawing.", "Imaging.", "Encoder.", "Quality, (long)100);\n\n // Codec...\n ImageCodecInfo codecJpeg = null;\n foreach (ImageCodecInfo codec in ImageCodecInfo.", "GetImageEncoders())\n if (codec.", "MimeType == \"image/jpeg\")\n codecJpeg = codec;\n //GC.Collect();\n maPhoto.", "PhotoFull.", "Save(Path.", "Combine(global::PecV2.BL.Properties.", "Settings.", "Default.", "RepertoirePhotosFull, maPhoto.", "FileName), codecJpeg, encParams);\n }\n catch (Exception ex)\n {\n\n throw ex;\n }\n ////////////////////////////////////////////////\n // ETAPE 3 : Enregistrement en base\n ////////////////////////////////////////////////\n return PecV2.DAL.Photo.", "InsertPhoto(maPhoto.", "IDImmeuble,\n maPhoto.", "IDIntervention,\n maPhoto.", "Remarques,\n maPhoto.", "Date,\n maPhoto.", "Numero,\n maPhoto.", "FileName);\n }\n\n private void EnregistrerMiniature(Bitmap PhotoSource, int DimMax, string RepertoireDestination, string NomFichier)\n {\n double RatioMedium;\n\n // détermination de l'orientation de la photo originale\n if (PhotoSource.", "Width >= PhotoSource.", "Height)\n {\n // photo horizontale\n RatioMedium = PhotoSource.", "Width / DimMax;\n //\n }\n else\n {\n // photo verticale\n RatioMedium = PhotoSource.", "Height / DimMax;\n }\n\n if (RatioMedium < 1)\n RatioMedium = 1;\n\n // Generation de la photo medium\n Int32 dW;\n Int32 dH;\n\n // Calcul de la résolution de la vignette par rapport à la largeur\n dW = (Int32)Math.", "Round(PhotoSource.", "Width / RatioMedium);\n dH = (Int32)Math.", "Round(PhotoSource.", "Height / RatioMedium);\n\n Bitmap bVignetteMedium = new Bitmap(dW, dH, PixelFormat.", "Format32bppRgb);\n\n using (Graphics g = Graphics.", "FromImage((Image)bVignetteMedium))\n {\n // Temp pour supprimer bordure (G+H) noire\n SolidBrush br = new SolidBrush(Color.", "White);\n g.FillRectangle(br, 0, 0, dW, dH);\n\n g.InterpolationMode = System.", "Drawing.", "Drawing2D.InterpolationMode.", "HighQualityBicubic;\n g.CompositingQuality = System.", "Drawing.", "Drawing2D.CompositingQuality.", "HighSpeed;\n g.DrawImage(PhotoSource, 0, 0, dW, dH);\n }\n // Encoder... \n EncoderParameters encParams = new EncoderParameters(1);\n encParams.", "Param[0] = new EncoderParameter(System.", "Drawing.", "Imaging.", "Encoder.", "Quality, (long)100);\n\n // Codec...\n ImageCodecInfo codecJpeg = null;\n foreach (ImageCodecInfo codec in ImageCodecInfo.", "GetImageEncoders())\n if (codec.", "MimeType == \"image/jpeg\")\n codecJpeg = codec;\n //Enregistrement de la vignette\n try\n {\n bVignetteMedium.", "Save(Path.", "Combine(RepertoireDestination, NomFichier), codecJpeg, encParams);\n bVignetteMedium.", "Dispose();\n }\n catch (Exception)\n {\n throw;\n }\n }\n\nHere is the full eror stack (btnEnregistrer_Click calls InsertPhoto):\n[ExternalException (0x80004005): Une erreur générique s'est produite dans GDI+.]", "\n PecV2.WebApp.", "Intervention.", "Onglets.o07_Photos.btnEnregistrer_Click(Object sender, EventArgs e) +509\n System.", "Web.", "UI.WebControls.", "Button.", "OnClick(EventArgs e) +11802193\n System.", "Web.", "UI.WebControls.", "Button.", "RaisePostBackEvent(String eventArgument) +150\n System.", "Web.", "UI.Page.", "ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1735\n\n------------------------------------------------UPDATE-----------------------------------------------\nI have found out where the issue came from, It was a web.config problem, I was trying to open 'photos\" directory instead of 'photo' directory... Don't laugh at me please!! ", "I wonder how I have missed that X'D\nthank you very much, Nicolas.", "\n\nA:\n\nI have found out where the issue came from, It was a web.config problem, I was trying to open 'photos\" directory instead of 'photo' directory... Don't laugh at me please!! ", "I wonder how I have missed that X'D\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0.007042253521126761, 0, 0.0136986301369863, 0, 0, 0, 0, 0, 0.017241379310344827, 0, 0.0033444816053511705, 0, 0.023809523809523808, 0, 0.025, 0, 0, 0, 0.041666666666666664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.020833333333333332, 0, 0, 0.03125, 0, 0, 0, 0, 0, 0.02127659574468085, 0, 0, 0.03225806451612903, 0.007633587786259542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.019455252918287938, 0.09523809523809523, 0.011235955056179775, 0.015037593984962405, 0.01509433962264151, 0, 0.02127659574468085, 0, 0.022727272727272728, 0.01818181818181818, 0.006711409395973154, 0.020618556701030927, 0, 0, 0, 0, 0, 0.015544041450777202, 0, 0, 0, 0, 0, 0, 0, 0, 0.010526315789473684, 0.012345679012345678, 0, 0, 0.024691358024691357, 0, 0.06666666666666667, 0, 0, 0, 0.06666666666666667, 0, 0, 0, 0.125, 0, 0, 0, 0 ]
0.007251
5
[ "Ramdev wants the black money stashed abroad to be brought back. ", "All parties other than the Congress were together on the issue of black money, he claimed.", "\n\nAt the end of the hour-long speech, two children served him lime juice, ending the fast.", "\n\nThough Ramdev and his 5,000 supporters trooped out of the stadium peacefully, it took a lot of convincing on part of the Delhi Police to get them to move out.", "\n\nHours after he and his supporters were brought to the stadium on Monday, senior police officers held four meetings with Ramdev.", "\n\nThe police would be forced to act if the stadium was not vacated by 2pm Tuesday, he was told.", "\n\n\"We told him that the army was pressuring us to clear the area as the route had to be sanitised for the PM and other VVIPs heading to the Red Fort for Independence Day celebrations,\" a senior officer told HT.", "\n\nDuring the night, decision was taken to end the fast and at 7am, Ramdev told his supporters to move out by 11am.", "\n\nAt 11.15am, he started his hour-long speech and once it ended, the crowd began to disperse. ", "By 1.30pm, Ambedkar stadium was vacated.", "\n\nAmbedkar Stadium is seen after Baba Ramdev's protest in New Delhi. ", "HT/Raj K Raj\n\nThe stadium, however, will not be in the best shape when it hosts the Durand Cup, the oldest football tournament in India, from August 16.", "\n\nThe stadium looked like a garbage dump. ", "But the holes and footmarks the crowd left behind are a bigger worry.", "\n\n\"Grass too suffered damage. ", "We're filling up the holes but if it rains, they will open up,\" said Delhi Soccer Association (DSA) vice-president NK Bhatia." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0.011111111111111112, 0, 0.00625, 0, 0, 0, 0.008771929824561403, 0, 0.025, 0.014492753623188406, 0, 0, 0, 0, 0.024 ]
0.005602
5
[ "Photography: Focusing a lens on the mind and heart of a city – by Joe Longobardi\n\nStreet photography is a mercurial practice of ritual, patience, and spending endless hours with your own thoughts as you stalk a city’s sidewalks. ", "It is focusing on life in motion! ", "It is the practice of seeking out something that may or may not happen. ", "Taking photographs becomes a way of life; a way of seeing, asking questions and looking for answers. ", "Patterns emerge only to be replaced by a new chapter of street life.", "\n\nBy adding an intent to a body of work, what could have been a collection of disjointed images now becomes a more cohesive documentary—focused, and with a solid narrative.", "\n\nWoman with puppies\n\nThe genesis of this project began approximately ten years earlier and did not come to completion until 2017. ", "The work focuses on the burgeoning bohemian mountain town of Asheville, North Carolina. ", "As with many American cities, Asheville has undergone a new phase of gentrification that first began in the late 1970’s as part of a campaign to revive the city’s downtown economy. ", "The unfortunate trade-off was the dismantling and partitioning of largely African-American communities and neighborhood businesses. ", "This latest incarnation to revive and rebuild Asheville gradually began in the 1990’s, continuing until the slow down of The Great Recession of 2007 and 2008. ", "As the city gradually began to recover, rebuilding eventually metamorphosed into unchecked development. ", "Realizing that much of the cultural climate and familiarity that I understood to be the last of old Asheville would eventually be but a memory, in 2007 I began a conscious effort to photograph the immediate downtown area.", "\n\nEaster in Asheville\n\nWhen putting together an ongoing project based on street photography, it is difficult to know how the work will evolve. ", "Beginning with a malleable idea, a project will take on a very organic process. ", "Over time it progresses into a more definitive narrative that, with enough discipline, does not radically stray from the original intent.", "\n\nFrom the onset, I had always envisioned my photos as part of a series of books. ", "I released my first book of street photography in 2014 entitled Urban Photography From the Streets Of A Bohemian Mountain Town. ", "The book focuses on Asheville street performers and the city’s unique mix of Appalachian, Bohemian, and urban culture. ", "The project underscores the personae we wish to show the world and how art and life are reflections of one another. ", "The book accompanied an exhibition held that same year. ", "This project was shot entirely on digital affording me the ease of curating and editing images that would eventually appear in the book.", "\n\nBuddhist\n\nMy decision to choose film for my next project served several purposes. ", "For one, it afforded me a certain aesthetic that I never felt I could achieve with a digital camera. ", "And in contrast to modern digital cameras, it forced me to take a more disciplined and conservative approach to taking photos as you are limited to approximately thirty-six images to a role of 35mm film. ", "There is also something to be said about the time test archival quality of film and silver gelatin prints. ", "Properly cared for, they can last for several centuries before they become vulnerable to the elements. ", "Kodak’s recent entry into blockchain is the new kid on the block in hedging bets on long-term storage. ", "But as it stands, hard drives, compact discs and cloud-based storage have yet to prove their reliability in the long term.", "\n\nGirl with paper plate hat\n\nThis new project was more involved due to the number of photos shot over a long stretch of time, focusing on a more general and universal theme. ", "This resulted in new two books featuring photographs taken over the last decade. ", "The first offering from this project is Mind heart and the City. ", "Like the concurrent exhibition of the same name, the book is a mix of black and white and color photographs. ", "The collection focuses on a new era of gentrification that is gradually becoming a universal norm as we enter the twenty-first century. ", "The second book, The Last Memory: Remnants and Recollections of a Street Wanderer, is a straight-up collection of street photography shot entirely on black and white film. ", "The work is inspired by such twentieth-century luminaries as William Klein, Elliot Erwitt, Henri Cartier-Bresson, and Diane Arbus. ", "My inspiration for this project has been and continues to be the street photographers of the twentieth century. ", "They were humanist photographers rooted in traditional photojournalism, interacting and documenting the human condition at its best and worst. ", "I believe street photography to be a more honest approach to photographing people, offering as much insight about the person who took the images as the people portrayed. ", "Even still, the resulting image is from my personal perspective, void of the linear constraints of objective photojournalism.", "\n\nDemonstration\n\nBecause of the unpredictable nature of street photography, I had to be rather meticulous about my choice of film and how the work would eventually be printed. ", "Kodak Tri-X for example, has very good latitude, I find this to be very forgiving should I have any issues with atypical exposures. ", "To ensure the negatives did not suffer from careless handling, I hand-developed the black and white film myself.", "\n\nThis allowed me to control the quality of the negative if I knew that some of the exposures were either underexposed or overexposed, which is likely to happen when you are shooting on the quick! ", "I have found that slightly prolonged development and gentle agitation will correct most issues, resulting in a more even development throughout the final negative. ", "The images were then assessed as contact sheets with the culled images later printed in a traditional darkroom setting. ", "The prints are part of a 2018 exhibition at the Emporium Gallery located at 100 S. Gay Street, Knoxville, TN 37902.", "\n\nStreet preacher’s son\n\nI use Kodak Portra 400 for my color photography due to it’s amazing latitude as it can be pushed and pulled a number of stops will little degradation to the final negative. ", "I also chose Portra for its aesthetic qualities as it makes for a pleasant contrast to the black and white images.", "\n\nFor the exhibition Mind heart and the City and book of the same title, I chose to present the photos as a mix of color and black and white. ", "Color evokes the more visceral aspect of the story and creates the feeling of familiarity. ", "It allows us to experience both the beauty and the grime—the everyday dichotomies and parallels; and the abundance and disparities that exist in any city. ", "Those images I chose to capture on black and white film offer a more cerebral interpretation of the narrative; injecting a sense of timelessness and a romanticized recollection of the past.", "\n\nThe final presentation of both color and monochromatic reveals at once a stark contrast where affluence and status is measured by one’s lack; and at once exposing the duality of contemporary society. ", "The extremes of complacency and desperation adorn each face, simply weary from time, and pushed to one’s limits.", "\n\nHalloween\n\nA major component of this process was to rediscover the twentieth-century humanist approach to explore and document city life and meeting people on their terms. ", "There is a certain amount of responsibility in taking photos of strangers. ", "You need to be honest with them, which can be a humbling experience. ", "Most times they are fine if not obliging to be photographed; on rare occasions the reaction is outright hostile.", "\n\nThe majority of these photographs were taken with a 28mm lens, which requires a personal inclination to get very close to strangers in public. ", "Interestingly, my choice of small 35mm manual film cameras also afforded me a greater ease of entry into people’s personal space. ", "Most subjects were genuinely quite excited and accommodating to have their photo taken on film rather than digital. ", "The result of this intimate proximity is the sense of being in the middle of the action. ", "I am not documenting the story so much as the experience.", "\n\nMan dressed in Klan robe fashioned out of underwear\n\nThese photographs focus on the immediate downtown area of Asheville. ", "As with many growing cities, it is a beacon for most cultural and political activity—it’s heart, if you will! ", "This is the portrait of a city as captured on my daily round. ", "The images are what I believe to be an honest portrayal of the city’s soul and mind. ", "I consider myself very fortunate to have access to a place that continues to offer photographic opportunities usually only available in larger metropolitan areas.", "\n\nLiving in an area for months or years allows for more time to understand its temperament. ", "This allows for a more casual and paced approach to discovering significant moments that speak more broadly about the people and culture rather than scores of random images hastily taken with little or no empathy.", "\n\nMan dressed as nun\n\nIn an age when most of our activities are under constant surveillance by cameras placed at every street corner, park, or shop, taking photographs in public is a somewhat archaic if not obsolete approach to documenting our surroundings. ", "Still, the goal is to capture people: people caught up in their routines; people in flux; people making sense of their roles in a new society as it transitions from the twentieth century into the new millennium. ", "The result is twofold as the process not only freezes time, but serves as a journal for one’s own experiences and perspective. ", "The photographer is both a witness and participant in the life event.", "\n\nEach city has its own movements. ", "Larger urban environments ebb and flow on a twenty-four hour cycle. ", "A smaller city like Asheville has a more relaxed atmosphere that picks up energy as night falls. ", "The city’s unique blend of urban and bohemian character is concentrated in the immediate downtown area and the outlying neighborhoods. ", "The temperament of the city’s urban center is not unlike San Francisco’s Haight-Ashbury district in the mid-1960’s, just prior to the hippy counterculture’s gradual displacement by soaring real estate prices and urban gentrification. ", "As with many similar cities in the Deep South, Asheville is not so much an anomaly as one of a number of unique communities dotting the landscape of the United States.", "\nI am interested in people and how they interact with their environment. ", "This is the intrinsic nature of street photography. ", "Some days, serendipitous; other times, gritty and jarring. ", "The urban landscape becomes a source of allusions: everyday lives become allegorical fodder for spontaneous theater that unfolds on public display. ", "Life is about extremes. ", "It is at once both ugly and beautiful.", "\n\nFamily inspecting billy goat\n\nThe city is a cacophony of human drama. ", "Street performers, merchants, tourists, anarchists, the homeless—all collide to create an overlap of pathos, the whimsical, and the gentle and brutal. ", "The sheer clutter of an urban environment only emphasizes the anthropomorphism to be found in its commercial advertisements and pop art equivalents. ", "I interpret such images as a metaphor for a city that has outgrown its innocence, slowly being displaced by the pedantic repetition of urban life. ", "Personal perspective becomes more complacent, if not jaded, when confronting both present and future prospects; each person striving to find and understand his and her place in the twenty-first century.", "\n\nYou can easily harbor a misanthropic view of people as you witness the day-to-day unraveling of human frailties. ", "In reality, it is a reminder that we are all imperfect, whether we wish to acknowledge those flaws within ourselves or simply ignore them. ", "You need to embrace what you see, including people’s shortcomings, or you become blind to any opportunity to capture life, both the ordinary and the sublime.", "\n­\n\nFilm set of Alice In Wonderland themed promotional video\n\nTo truly appreciate the world we live in, it becomes necessary to find the balance where one taps into the collective consciousness, while simultaneously rejecting any embedded dogma that discourages us from acknowledging perspectives outside our own personal reality. ", "By removing the societal and parochial constraints that limit our empathy for the nuances of diversity, we become aware of the beauty and poignancy that can enrich our understanding of ourselves and others.", "\n\nCity life can be viewed as a fragile ecosystem balancing the uneasy symbiosis of community and consumerism. ", "As a rule, we only require the most basic needs to live. ", "All else is driven by want and ego. ", "These photos depict the heart and mind—the flesh and soul of a culture grappling with the modern trend of gentrification. ", "Simultaneously, the community strives to maintain a semblance of its unique blend of bohemian, urban, and Appalachian culture that has for over a century persisted during both economic booms and financial upheaval. ", "These outward changes are the latest iteration of ongoing shifts in cultural and ethnic diversity.", "\n\nFamily at local fair\n\nCurrently there are more people residing in cities than rural areas in the US. ", "This is in stark contrast to the mass migration from urban centers to the suburbs that began in the mid-twentieth century. ", "Historically, urban centers have also tended towards celebrating a more secular individualism rather than the status quo.", "\n\nYet, the bohemian lifestyle in this and many growing cities is being gradually marginalized to make way for new hotels, kitschy city tours, “boutique” chain stores, and various other commercial ventures that cater to tourism dollars. ", "This is the obvious trade-off when a city experiences an economic resurgence. ", "The benefits of urban renewal outweigh economic downturns, decay of infrastructure, crime, and a bleak future. ", "And the last gasp for salvation, as if on cue, always seems to be gentrification.", "\n\nThe people featured are both individuals and archetypes of what is to be expected in a city like Asheville. ", "They are at once both provincial and universal, allowing us to better relate to the people and their unique circumstances. ", "It is this paradigm and dichotomy that inspired me to engage the public rather than being a mere observer, silent on the sidelines. ", "What I have learned is that to truly capture life, you must acknowledge and embrace it on its own terms.", "\n\nFruit left by passersby\n\nThese images reveal more than moments culled from everyday events, but to a degree, street theater, as I direct the viewer to visually experience what could never be conveyed in words alone. ", "In a culture seemingly becoming more tribal and isolated, the simple gesture of interacting, and understanding the lives of people arbitrarily encountered in a public space, may be the last gasp of retaining our collective connection as one people, sharing both life experiences and the finality of time.", "\n\n~ Joe Longobardi\n\nWrite for EMULSIVE\n\nEMULSIVE is all about promoting knowledge transfer across the film photography community. ", "You can help by contributing your thoughts, work and ideas to inspire others reading these pages: check out the submission guide.", "\n\nJoe Longobardi is a photographer, writer, musician, and illustrator. ", "Since 2008, he has been working professionally as a documentary and street photographer. ", "Joe attended The Art Institute of Boston where he studied graphic design and Illustration. ", "He was also a founding member of the recording and touring Metal band Attika releasing several album in the U.S, Europe and Japan." ]
{ "pile_set_name": "Pile-CC" }
[ 0.004366812227074236, 0, 0, 0, 0, 0, 0, 0, 0.0055248618784530384, 0, 0.006289308176100629, 0, 0.004524886877828055, 0.006993006993006993, 0, 0, 0, 0.0078125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.009708737864077669, 0, 0, 0, 0, 0, 0, 0, 0.030534351145038167, 0, 0, 0, 0, 0, 0.007575757575757576, 0, 0, 0, 0, 0.017391304347826087, 0, 0.008771929824561403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.008064516129032258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010309278350515464, 0, 0, 0.005988023952095809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030211480362537764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00909090909090909, 0, 0, 0, 0, 0, 0.007692307692307693, 0, 0.014084507042253521, 0, 0.03296703296703297, 0.007692307692307693 ]
0.001708
5
[ "Molly Luce\n\nMolly Luce (December 18, 1896 – April 16, 1986) was an American painter.", "\n\nBorn Marian Clark Luce in Pittsburgh, Luce grew up in Bethlehem, Pennsylvania, and in Plainfield and Glen Ridge, New Jersey, summering in Kingsville, Ohio. ", "with her grandparents. ", "She claimed that the first painting to affect her was The Horse Fair by Rosa Bonheur. ", "She studied art at Wheaton College under Amy Otis, earning an associate degree in 1916. ", "Further study followed at the Art Students League of New York under F. Luis Mora, George Bellows, and Kenneth Hayes Miller.", "\n\nAt the completion of her schooling in 1922–23, Luce traveled Europe, visiting France, Switzerland and Italy. ", " Upon her return in 1924 she exhibited at the Whitney Studio Club; she would show work there and at its successor organization, the Whitney Museum of American Art, in the annual and biennial exhibitions up to 1950. ", "She was one of the painters included in the Whitney Traveling Exhibition of 1925–26 as well. ", "Luce lived in Minneapolis in 1925; the following year she married conservator and art historian Alan Burroughs of the Fogg Art Museum and moved to Cambridge, Massachusetts. ", "In 1929 they moved to the suburb of Belmont, and in 1942 they purchased the house Threeways in Little Compton, Rhode Island, where both she and her husband died. ", "In 1966 twenty of her paintings were exhibited in a one-woman show celebrating the 50th anniversary of the graduation of Wheaton's class of 1916.", "\n\nLuce was described by critic Henry McBride as \"the American Breughel\", and her early style is reminiscent of that of Charles Burchfield; later paintings take a Precisionist approach. ", "The Whitney Museum of American Art owns examples of her work, as does the Metropolitan Museum of Art, which reproduced Winter in the Suburbs as a Christmas card. ", "Her painting Pennsylvania Coal Country of 1927, owned by the Carnegie Museum of Art, was included in the inaugural exhibition of the National Museum of Women in the Arts, American Women Artists 1830–1930, in 1987.", "\n\nLuce's papers are held by Syracuse University. ", "An oral history interview, recorded in 1981, is currently held by the Archives of American Art.", "\n\nReferences\n\nCategory:1896 births\nCategory:1986 deaths\nCategory:20th-century American painters\nCategory:American women painters\nCategory:Artists from Pittsburgh\nCategory:Painters from Pennsylvania\nCategory:Wheaton College (Massachusetts) alumni\nCategory:Art Students League of New York alumni\nCategory:20th-century American women artists\nCategory:People from Kingsville, Ohio" ]
{ "pile_set_name": "Wikipedia (en)" }
[ 0, 0.012658227848101266, 0, 0.011627906976744186, 0.022727272727272728, 0.024390243902439025, 0, 0.004651162790697674, 0, 0.011560693641618497, 0, 0.006896551724137931, 0.010810810810810811, 0.012345679012345678, 0.018779342723004695, 0.02040816326530612, 0.010526315789473684, 0.0026595744680851063 ]
0.009447
5
[ "/******************************************************************************\n*******************************************************************************\n**\n** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.", "\n** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.", "\n**\n** This copyrighted material is made available to anyone wishing to use,\n** modify, copy, or redistribute it subject to the terms and conditions\n** of the GNU General Public License v.2.", "\n**\n*******************************************************************************\n******************************************************************************/\n\n#include \"dlm_internal.h\"\n#include \"lockspace.h\"\n#include \"member.h\"\n#include \"dir.h\"\n#include \"ast.h\"\n#include \"recover.h\"\n#include \"lowcomms.h\"\n#include \"lock.h\"\n#include \"requestqueue.h\"\n#include \"recoverd.h\"\n\n\n/* If the start for which we're re-enabling locking (seq) has been superseded\n by a newer stop (ls_recover_seq), we need to leave locking disabled.", "\n\n We suspend dlm_recv threads here to avoid the race where dlm_recv a) sees\n locking stopped and b) adds a message to the requestqueue, but dlm_recoverd\n enables locking and clears the requestqueue between a and b. */\n\nstatic int enable_locking(struct dlm_ls *ls, uint64_t seq)\n{\n\tint error = -EINTR;\n\n\tdown_write(&ls->ls_recv_active);\n\n\tspin_lock(&ls->ls_recover_lock);\n\tif (ls->ls_recover_seq == seq) {\n\t\tset_bit(LSFL_RUNNING, &ls->ls_flags);\n\t\t/* unblocks processes waiting to enter the dlm */\n\t\tup_write(&ls->ls_in_recovery);\n\t\tclear_bit(LSFL_RECOVER_LOCK, &ls->ls_flags);\n\t\terror = 0;\n\t}\n\tspin_unlock(&ls->ls_recover_lock);\n\n\tup_write(&ls->ls_recv_active);\n\treturn error;\n}\n\nstatic int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv)\n{\n\tunsigned long start;\n\tint error, neg = 0;\n\n\tlog_rinfo(ls, \"dlm_recover %llu\", (unsigned long long)rv->seq);\n\n\tmutex_lock(&ls->ls_recoverd_active);\n\n\tdlm_callback_suspend(ls);\n\n\tdlm_clear_toss(ls);\n\n\t/*\n\t * This list of root rsb's will be the basis of most of the recovery\n\t * routines.", "\n\t */\n\n\tdlm_create_root_list(ls);\n\n\t/*\n\t * Add or remove nodes from the lockspace's ls_nodes list.", "\n\t */\n\n\terror = dlm_recover_members(ls, rv, &neg);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_members error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tdlm_recover_dir_nodeid(ls);\n\n\tls->ls_recover_dir_sent_res = 0;\n\tls->ls_recover_dir_sent_msg = 0;\n\tls->ls_recover_locks_in = 0;\n\n\tdlm_set_recover_status(ls, DLM_RS_NODES);\n\n\terror = dlm_recover_members_wait(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_members_wait error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tstart = jiffies;\n\n\t/*\n\t * Rebuild our own share of the directory by collecting from all other\n\t * nodes their master rsb names that hash to us.", "\n\t */\n\n\terror = dlm_recover_directory(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_directory error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tdlm_set_recover_status(ls, DLM_RS_DIR);\n\n\terror = dlm_recover_directory_wait(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_directory_wait error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tlog_rinfo(ls, \"dlm_recover_directory %u out %u messages\",\n\t\t ls->ls_recover_dir_sent_res, ls->ls_recover_dir_sent_msg);\n\n\t/*\n\t * We may have outstanding operations that are waiting for a reply from\n\t * a failed node. ", " Mark these to be resent after recovery. ", " Unlock and\n\t * cancel ops can just be completed.", "\n\t */\n\n\tdlm_recover_waiters_pre(ls);\n\n\terror = dlm_recovery_stopped(ls);\n\tif (error)\n\t\tgoto fail;\n\n\tif (neg || dlm_no_directory(ls)) {\n\t\t/*\n\t\t * Clear lkb's for departed nodes.", "\n\t\t */\n\n\t\tdlm_recover_purge(ls);\n\n\t\t/*\n\t\t * Get new master nodeid's for rsb's that were mastered on\n\t\t * departed nodes.", "\n\t\t */\n\n\t\terror = dlm_recover_masters(ls);\n\t\tif (error) {\n\t\t\tlog_rinfo(ls, \"dlm_recover_masters error %d\", error);\n\t\t\tgoto fail;\n\t\t}\n\n\t\t/*\n\t\t * Send our locks on remastered rsb's to the new masters.", "\n\t\t */\n\n\t\terror = dlm_recover_locks(ls);\n\t\tif (error) {\n\t\t\tlog_rinfo(ls, \"dlm_recover_locks error %d\", error);\n\t\t\tgoto fail;\n\t\t}\n\n\t\tdlm_set_recover_status(ls, DLM_RS_LOCKS);\n\n\t\terror = dlm_recover_locks_wait(ls);\n\t\tif (error) {\n\t\t\tlog_rinfo(ls, \"dlm_recover_locks_wait error %d\", error);\n\t\t\tgoto fail;\n\t\t}\n\n\t\tlog_rinfo(ls, \"dlm_recover_locks %u in\",\n\t\t\t ls->ls_recover_locks_in);\n\n\t\t/*\n\t\t * Finalize state in master rsb's now that all locks can be\n\t\t * checked. ", " This includes conversion resolution and lvb\n\t\t * settings.", "\n\t\t */\n\n\t\tdlm_recover_rsbs(ls);\n\t} else {\n\t\t/*\n\t\t * Other lockspace members may be going through the \"neg\" steps\n\t\t * while also adding us to the lockspace, in which case they'll\n\t\t * be doing the recover_locks (RS_LOCKS) barrier.", "\n\t\t */\n\t\tdlm_set_recover_status(ls, DLM_RS_LOCKS);\n\n\t\terror = dlm_recover_locks_wait(ls);\n\t\tif (error) {\n\t\t\tlog_rinfo(ls, \"dlm_recover_locks_wait error %d\", error);\n\t\t\tgoto fail;\n\t\t}\n\t}\n\n\tdlm_release_root_list(ls);\n\n\t/*\n\t * Purge directory-related requests that are saved in requestqueue.", "\n\t * All dir requests from before recovery are invalid now due to the dir\n\t * rebuild and will be resent by the requesting nodes.", "\n\t */\n\n\tdlm_purge_requestqueue(ls);\n\n\tdlm_set_recover_status(ls, DLM_RS_DONE);\n\n\terror = dlm_recover_done_wait(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_done_wait error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tdlm_clear_members_gone(ls);\n\n\tdlm_adjust_timeouts(ls);\n\n\tdlm_callback_resume(ls);\n\n\terror = enable_locking(ls, rv->seq);\n\tif (error) {\n\t\tlog_rinfo(ls, \"enable_locking error %d\", error);\n\t\tgoto fail;\n\t}\n\n\terror = dlm_process_requestqueue(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_process_requestqueue error %d\", error);\n\t\tgoto fail;\n\t}\n\n\terror = dlm_recover_waiters_post(ls);\n\tif (error) {\n\t\tlog_rinfo(ls, \"dlm_recover_waiters_post error %d\", error);\n\t\tgoto fail;\n\t}\n\n\tdlm_recover_grant(ls);\n\n\tlog_rinfo(ls, \"dlm_recover %llu generation %u done: %u ms\",\n\t\t (unsigned long long)rv->seq, ls->ls_generation,\n\t\t jiffies_to_msecs(jiffies - start));\n\tmutex_unlock(&ls->ls_recoverd_active);\n\n\tdlm_lsop_recover_done(ls);\n\treturn 0;\n\n fail:\n\tdlm_release_root_list(ls);\n\tlog_rinfo(ls, \"dlm_recover %llu error %d\",\n\t\t (unsigned long long)rv->seq, error);\n\tmutex_unlock(&ls->ls_recoverd_active);\n\treturn error;\n}\n\n/* The dlm_ls_start() that created the rv we take here may already have been\n stopped via dlm_ls_stop(); in that case we need to leave the RECOVERY_STOP\n flag set. */", "\n\nstatic void do_ls_recovery(struct dlm_ls *ls)\n{\n\tstruct dlm_recover *rv = NULL;\n\n\tspin_lock(&ls->ls_recover_lock);\n\trv = ls->ls_recover_args;\n\tls->ls_recover_args = NULL;\n\tif (rv && ls->ls_recover_seq == rv->seq)\n\t\tclear_bit(LSFL_RECOVER_STOP, &ls->ls_flags);\n\tspin_unlock(&ls->ls_recover_lock);\n\n\tif (rv) {\n\t\tls_recover(ls, rv);\n\t\tkfree(rv->nodes);\n\t\tkfree(rv);\n\t}\n}\n\nstatic int dlm_recoverd(void *arg)\n{\n\tstruct dlm_ls *ls;\n\n\tls = dlm_find_lockspace_local(arg);\n\tif (!", "ls) {\n\t\tlog_print(\"dlm_recoverd: no lockspace %p\", arg);\n\t\treturn -1;\n\t}\n\n\tdown_write(&ls->ls_in_recovery);\n\tset_bit(LSFL_RECOVER_LOCK, &ls->ls_flags);\n\twake_up(&ls->ls_recover_lock_wait);\n\n\twhile (1) {\n\t\t/*\n\t\t * We call kthread_should_stop() after set_current_state().", "\n\t\t * This is because it works correctly if kthread_stop() is\n\t\t * called just before set_current_state().", "\n\t\t */\n\t\tset_current_state(TASK_INTERRUPTIBLE);\n\t\tif (kthread_should_stop()) {\n\t\t\tset_current_state(TASK_RUNNING);\n\t\t\tbreak;\n\t\t}\n\t\tif (!", "test_bit(LSFL_RECOVER_WORK, &ls->ls_flags) &&\n\t\t !", "test_bit(LSFL_RECOVER_DOWN, &ls->ls_flags)) {\n\t\t\tif (kthread_should_stop())\n\t\t\t\tbreak;\n\t\t\tschedule();\n\t\t}\n\t\tset_current_state(TASK_RUNNING);\n\n\t\tif (test_and_clear_bit(LSFL_RECOVER_DOWN, &ls->ls_flags)) {\n\t\t\tdown_write(&ls->ls_in_recovery);\n\t\t\tset_bit(LSFL_RECOVER_LOCK, &ls->ls_flags);\n\t\t\twake_up(&ls->ls_recover_lock_wait);\n\t\t}\n\n\t\tif (test_and_clear_bit(LSFL_RECOVER_WORK, &ls->ls_flags))\n\t\t\tdo_ls_recovery(ls);\n\t}\n\n\tif (test_bit(LSFL_RECOVER_LOCK, &ls->ls_flags))\n\t\tup_write(&ls->ls_in_recovery);\n\n\tdlm_put_lockspace(ls);\n\treturn 0;\n}\n\nint dlm_recoverd_start(struct dlm_ls *ls)\n{\n\tstruct task_struct *p;\n\tint error = 0;\n\n\tp = kthread_run(dlm_recoverd, ls, \"dlm_recoverd\");\n\tif (IS_ERR(p))\n\t\terror = PTR_ERR(p);\n\telse\n ls->ls_recoverd_task = p;\n\treturn error;\n}\n\nvoid dlm_recoverd_stop(struct dlm_ls *ls)\n{\n\tkthread_stop(ls->ls_recoverd_task);\n}\n\nvoid dlm_recoverd_suspend(struct dlm_ls *ls)\n{\n\twake_up(&ls->ls_wait_general);\n\tmutex_lock(&ls->ls_recoverd_active);\n}\n\nvoid dlm_recoverd_resume(struct dlm_ls *ls)\n{\n\tmutex_unlock(&ls->ls_recoverd_active);\n}\n\n" ]
{ "pile_set_name": "Github" }
[ 0, 0, 0.0051813471502590676, 0.003787878787878788, 0.0019230769230769232, 0, 0.0034129692832764505, 0.005681818181818182, 0, 0.02040816326530612, 0.005681818181818182, 0, 0.010101010101010102, 0.004319654427645789, 0.01694915254237288, 0.004347826086956522, 0.003472222222222222, 0.007751937984496124, 0.005477308294209703, 0.012711864406779662, 0.007434944237918215, 0, 0.007352941176470588, 0.018867924528301886, 0.0065298507462686565 ]
0.006056
5
[ "Q:\n\nSharepoint 2010 custom fields xml \n\nlately I have been trying to develop a custom field (cascading dropdown) for sharepoint 2010. ", " I am using the sample from codeplex. ", " the problem is that the sample is for sharepoint 2007 and uses the as follows in XML. ", " \n <PropertySchema>\n <Fields>\n <Field Name=\"SiteUrl\" Hidden=\"TRUE\" DisplayName=\"SiteUrl\" MaxLength=\"500\" DisplaySize=\"100\" Type=\"Text\">\n </Field>\n\nfor some reason in Sharepoint 2010 this seems not to be working and is giving the following error: \n\nSystem.", "InvalidCastException: Unable to cast object of type 'ASP._controltemplates_cascadingdropdowneditfieldcontrol_ascx' to type 'Microsoft.", "SharePoint.", "WebControls.", "IFieldEditor'.", "\n at Microsoft.", "SharePoint.", "ApplicationPages.", "FieldCustomizationPage.", "CreateChildControls()\n at Microsoft.", "SharePoint.", "ApplicationPages.", "FieldNewPage.", "CreateChildControls()\n at System.", "Web.", "UI.Control.", "EnsureChildControls()\n at Microsoft.", "SharePoint.", "ApplicationPages.", "FieldCustomizationPage.", "OnLoad(EventArgs e)\n at Microsoft.", "SharePoint.", "ApplicationPages.", "FieldNewPage.", "OnLoad(EventArgs e)\n at System.", "Web.", "UI.Control.", "LoadRecursive()\n at System.", "Web.", "UI.Page.", "ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\n\nis there a way to add same things in CreateChildControl instead of PropertySchema?? ", "or anyone has suggestions to solve this issue?", "\n\nA:\n\nFound this site which did the cascading drop down very easily: please refer to \nhttp://www.sharepointkings.com/2010/09/sharepoint-cascading-drop-downs-using.html\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0.007462686567164179, 0, 0, 0, 0.058823529411764705, 0, 0.058823529411764705, 0, 0.05263157894736842, 0, 0.058823529411764705, 0, 0.05714285714285714, 0, 0, 0.05263157894736842, 0, 0.058823529411764705, 0, 0.027777777777777776, 0, 0.058823529411764705, 0, 0.030303030303030304, 0, 0, 0.06896551724137931, 0, 0.125, 0.011049723756906077, 0, 0.005917159763313609 ]
0.020361
5
[ "Tamika Gayden, 35, has been charged with first degree murder of De'Kayla Dansberry. ", "Gayden allegedly gave her 13-year-old daughter a knife that was used to fatally stab De'Kayla. ", "View Full Caption Facebook; Chicago Police Department\n\nCHICAGO — A 13-year-old girl and her 35-year-old mother have been arrested and charged in the stabbing death of 16-year-old De'Kayla Dansberry on Saturday night in Washington Park, according to police and media reports.", "\n\nThe 13-year-old girl has been charged with first degree murder after she allegedly stabbed De'Kayla once in the chest during a fight near an apartment complex in the South Side neighborhood, police said.", "\n\nThe girl was given the knife by her mother, 35-year-old Tamika Gayden, who has also been charged with first degree murder in the case, according to police and media reports.", "\n\nGayden, who lives in the Parkway Gardens complex where the fight took place, was also charged with one felony count of contributing to the delinquency of a minor.", "\n\nDeKayla Washington, 16, was stabbed to death near her home in Washington Park Saturday. ", "A 13-year-old girl has been charged in the killing. ", "View Full Caption DNAinfo/Joe Ward\n\nThe girl charged in the crime has not been named because she is a juvenile, per police procedure.", "\n\nRELATED: TEEN STABBED TO DEATH 'HAD EVERYTHING GOING FOR HER'\n\nThe girls were fighting at 7:30 p.m. Saturday in the Parkway Gardens complex in the 6400 block of South King Drive, according to police. ", "The incident turned from a verbal fight into a physical altercation, and De'Kayla was stabbed once in the chest and died later at Stroger Hospital, police said.", "\n\nAfter the incident, the 13-year-old girl was seen washing off the murder weapon and allegedly told her mother, \"I killed her,\" referring to De'Kayla, at a court hearing, according to the Sun-Times.", "\n\nThe girl who stabbed De'Kayla turned herself in to police Monday afternoon, police said in a news release. ", "She appeared in juvenile court Tuesday and was ordered to be held in police custody pending a trial, according to the Sun-Times. ", "She reportedly will plead not guilty.", "\n\nFriends of the Johnson College Prep student said De'Kayla was an outgoing and loyal friend. ", "She was on the track team and had enrolled in mentorship programs like Swag the Runway. ", "Police said De'Kayla was 15 years old, while the Cook County Medical Examiner's office said she was 16.", "\n\nIt was not like her to get in fights, since she had \"everything going for her,\" said a friend, Dennis Mapp.", "\n\n\"She was cute, she was on the track team, had trophies,\" Mapp said at a memorial for the girl. \"", "It was jealousy,\" he said of the fight that cost De'Kayla her life.", "\n\nDetectives had questioned people in the stabbing earlier this week, but they were released without charges, Armezaga said Monday.", "\n\nFor more neighborhood news, listen to DNAinfo Radio here:" ]
{ "pile_set_name": "OpenWebText2" }
[ 0.011904761904761904, 0, 0.0036496350364963502, 0, 0.005714285714285714, 0, 0, 0, 0.007518796992481203, 0, 0, 0.005025125628140704, 0, 0.007751937984496124, 0, 0, 0, 0.009708737864077669, 0.009174311926605505, 0.01020408163265306, 0, 0.007633587786259542, 0.01694915254237288 ]
0.004141
5
[ "Royal Blood talks chaos, cacti and fleshing out its set list before playing the Forum in Inglewood\n\nEnglish rock duo Royal Blood (drummer Ben Thatcher, left, and bassist Mike Kerr) will open for Palm Desert rock band Queens of the Stone Age on Saturday, Feb. 17 at the Forum in Inglewood. (", "Photo courtesy of Royal Blood)\n\nThe past four years have been a fantastically successful blur for bassist Mike Kerr and drummer Ben Thatcher of the English rock duo Royal Blood. ", "The pair formed in 2013 and hit the ground running following the release of their self-titled major label debut in 2014. ", "The record, featuring the singles “Figure It Out” and “Come On Over,” topped the rock charts in both the U.S. and the U.K. and helped get the band on board at several major music festivals.", "\n\nRoyal Blood’s first festival experience was the Glastonbury Festival in England in 2014. ", "The iconic five-day cultural gathering currently draws up to 175,000 people and Kerr described the moment as being simply “terrifying.”", "\n\n“Terrifying sums it up,” he said during a recent phone interview. “", "As time has gone on, we’ve just gotten way more arrogant, so now we’re fine. ", "Now we’re like, ‘We’re the best!’ ", "So, we’re fine.”", "\n\nIt helps that both Kerr and Thatcher have a good sense of humor and that they take the music – and not so much themselves – seriously. ", "Despite the cockiness of his commentary, Kerr said that both he and Thatcher are grateful that rock bands and icons such as Foo Fighters, Arctic Monkeys, Iggy Pop and Queens of the Stone Age have taken notice of their music.", "\n\n“I think before you go on tour with a band, even if you like each other’s music, that doesn’t necessarily mean you’ll get on very well,” Kerr said of getting paired up with QOTSA last year. “", "When we first met Queens, I don’t think we had even started the tour yet and we got on like a house on fire. ", "They’re just a really nice group of people and they went above and beyond to make us feel very welcome on their stage. ", "We also drank a crazy amount of tequila. ", "Like, it was nuts.”", "\n\nIn the past, Kerr had cited QOTSA, and specifically the Palm Desert-based band’s frontman, Josh Homme, as a big influence on his playing and singing. ", "He’s also glad that the bands share a similar sense of humor and he gets a kick out of the slew of cactus plants – presumably “gifts” from QOTSA – that have suddenly appeared on their bus during this tour.", "\n\n“They just keep popping up everywhere,” he noted.", "\n\nKerr said he also remains humbled by the fact that some of his heroes, like Homme and Foo frontman Dave Grohl, have taken Royal Blood under their wing.", "\n\n“I would have the same amount of respect for them as musicians even if they didn’t like what we do,” he said. “", "It’s definitely a big deal to us that they support what we do and they’re encouraging of it as well. ", "It’s pretty sweet and I’m not complaining.”", "\n\nFor a two-piece, Royal Blood makes a lot of noise. ", "The gritty, bluesy, garage-rock style sounds ginormous, even in big venues and sprawling outdoor amphitheaters. ", "Yet, with just the two of them on the stage, a feeling of intimacy remains intact. ", "Its sound definitely draws people in, especially with the inclusion of cuts off of its sophomore release, “How Did We Get So Dark?,” ", "which dropped back in June.", "\n\nAfter experiencing a breakup, Kerr entered the studio with a lot of fresh feelings and he let them all bleed out via songs like “Lights Out,” “I Only Lie When I Love You” and “Hook, Line & Sinker.” ", "Fans and critics picked up on and commented on some subtle additions to the music, including the cowbell in “I Only Lie When I Love You” and the keyboards in “Hole in Your Heart.”", "\n\n“We’ve never made music based on customer feedback,” Kerr said, addressing specifically the fan comments and overall demand for “more cowbell” in “I Only Lie When I Love You,” referencing he old “Saturday Night Live” skit featuring Christopher Walken.", "\n\n“This is one minor complaint – so they spoke and we listened,” he continued and joked that the next Royal Blood record may just be “all cowbell and keyboards.”", "\n\nWhile out on tour with the new music, Kerr said fans have responded well to the fresh material and that once they finally added the album title track into the setlist, the shows felt more complete.", "\n\n“We didn’t put it in until quite later on and when we started playing it, we immediately regretted not playing it straight away,” he said of the biting rock track, “How Did We Get So Dark?” “", "I don’t know why, it just feels really good.”", "\n\nAs the band continues to rack up the milestones – from playing major festivals such as the Coachella Valley Music and Arts Festival in Indio and the Bonnaroo Music & Arts Festival in Manchester, Tennessee to winning multiple NME, Kerrang! ", "and Brit Awards trophies – Kerr said he’s happy to not have to experience all of the craziness and accolades solo. ", "Kerr and Thatcher met when they were just 15-years-old and now that the duo are both 27, Kerr said despite the massive amount of time they’ve spent on the road, they’re not sick of each other, but rather “sick on each other.”", "\n\n“When you experience something special or crazy, it’s always better when there’s someone to share it and you don’t feel alone,” he said. “", "I can’t imagine what it’s like being a pop star and having the world implode around you and there’s no one there to understand it. ", "I definitely feel very lucky that I have a friend next to me who is going through the same chaos. ", "I realize that makes it sound like it’s so difficult, but it’s not. ", "It’s basically just one giant (good time).”" ]
{ "pile_set_name": "Pile-CC" }
[ 0.02413793103448276, 0.02247191011235955, 0, 0, 0, 0.007407407407407408, 0, 0, 0, 0, 0.014598540145985401, 0.017857142857142856, 0.010362694300518135, 0.009174311926605505, 0, 0, 0, 0.019736842105263157, 0, 0, 0.026143790849673203, 0, 0, 0, 0.018867924528301886, 0, 0, 0, 0, 0.005, 0, 0.007905138339920948, 0.006211180124223602, 0.005025125628140704, 0, 0, 0.008298755186721992, 0.008695652173913044, 0.008888888888888889, 0, 0, 0, 0, 0 ]
0.005018
5
[ "0000..0040; Script_Extensions:Common\n005B..0060; Script_Extensions:Common\n007B..00A9; Script_Extensions:Common\n00AB..00B9; Script_Extensions:Common\n00BB..00BF; Script_Extensions:Common\n00D7..00D7; Script_Extensions:Common\n00F7..00F7; Script_Extensions:Common\n02B9..02DF; Script_Extensions:Common\n02E5..02E9; Script_Extensions:Common\n02EC..02FF; Script_Extensions:Common\n0300..0341; Script_Extensions:Inherited\n0343..0344; Script_Extensions:Inherited\n0346..0362; Script_Extensions:Inherited\n0374..0374; Script_Extensions:Common\n0378..0379; Script_Extensions:Unknown\n037E..037E; Script_Extensions:Common\n0380..0383; Script_Extensions:Unknown\n0385..0385; Script_Extensions:Common\n0387..0387; Script_Extensions:Common\n038B..038B; Script_Extensions:Unknown\n038D..038D; Script_Extensions:Unknown\n03A2..03A2; Script_Extensions:Unknown\n0530..0530; Script_Extensions:Unknown\n0557..0558; Script_Extensions:Unknown\n0560..0560; Script_Extensions:Unknown\n0588..0588; Script_Extensions:Unknown\n058B..058C; Script_Extensions:Unknown\n0590..0590; Script_Extensions:Unknown\n0591..05C7; Script_Extensions:Hebrew\n05C8..05CF; Script_Extensions:Unknown\n05D0..05EA; Script_Extensions:Hebrew\n05EB..05EF; Script_Extensions:Unknown\n05F0..05F4; Script_Extensions:Hebrew\n05F5..05FF; Script_Extensions:Unknown\n0605..0605; Script_Extensions:Common\n061C..061C; Script_Extensions:Common\n061D..061D; Script_Extensions:Unknown\n06DD..06DD; Script_Extensions:Common\n070E..070E; Script_Extensions:Unknown\n074B..074C; Script_Extensions:Unknown\n07B2..07BF; Script_Extensions:Unknown\n07C0..07FA; Script_Extensions:Nko\n07FB..07FF; Script_Extensions:Unknown\n0800..082D; Script_Extensions:Samaritan\n082E..082F; Script_Extensions:Unknown\n0830..083E; Script_Extensions:Samaritan\n083F..083F; Script_Extensions:Unknown\n085C..085D; Script_Extensions:Unknown\n085F..089F; Script_Extensions:Unknown\n08B5..08B5; Script_Extensions:Unknown\n08BE..08D3; Script_Extensions:Unknown\n08E2..08E2; Script_Extensions:Common\n0984..0984; Script_Extensions:Unknown\n098D..098E; Script_Extensions:Unknown\n0991..0992; Script_Extensions:Unknown\n09A9..09A9; Script_Extensions:Unknown\n09B1..09B1; Script_Extensions:Unknown\n09B3..09B5; Script_Extensions:Unknown\n09BA..09BB; Script_Extensions:Unknown\n09C5..09C6; Script_Extensions:Unknown\n09C9..09CA; Script_Extensions:Unknown\n09CF..09D6; Script_Extensions:Unknown\n09D8..09DB; Script_Extensions:Unknown\n09DE..09DE; Script_Extensions:Unknown\n09E4..09E5; Script_Extensions:Unknown\n09FC..0A00; Script_Extensions:Unknown\n0A04..0A04; Script_Extensions:Unknown\n0A0B..0A0E; Script_Extensions:Unknown\n0A11..0A12; Script_Extensions:Unknown\n0A29..0A29; Script_Extensions:Unknown\n0A31..0A31; Script_Extensions:Unknown\n0A34..0A34; Script_Extensions:Unknown\n0A37..0A37; Script_Extensions:Unknown\n0A3A..0A3B; Script_Extensions:Unknown\n0A3D..0A3D; Script_Extensions:Unknown\n0A43..0A46; Script_Extensions:Unknown\n0A49..0A4A; Script_Extensions:Unknown\n0A4E..0A50; Script_Extensions:Unknown\n0A52..0A58; Script_Extensions:Unknown\n0A5D..0A5D; Script_Extensions:Unknown\n0A5F..0A65; Script_Extensions:Unknown\n0A76..0A80; Script_Extensions:Unknown\n0A84..0A84; Script_Extensions:Unknown\n0A8E..0A8E; Script_Extensions:Unknown\n0A92..0A92; Script_Extensions:Unknown\n0AA9..0AA9; Script_Extensions:Unknown\n0AB1..0AB1; Script_Extensions:Unknown\n0AB4..0AB4; Script_Extensions:Unknown\n0ABA..0ABB; Script_Extensions:Unknown\n0AC6..0AC6; Script_Extensions:Unknown\n0ACA..0ACA; Script_Extensions:Unknown\n0ACE..0ACF; Script_Extensions:Unknown\n0AD1..0ADF; Script_Extensions:Unknown\n0AE4..0AE5; Script_Extensions:Unknown\n0AF2..0AF8; Script_Extensions:Unknown\n0AFA..0B00; Script_Extensions:Unknown\n0B04..0B04; Script_Extensions:Unknown\n0B0D..0B0E; Script_Extensions:Unknown\n0B11..0B12; Script_Extensions:Unknown\n0B29..0B29; Script_Extensions:Unknown\n0B31..0B31; Script_Extensions:Unknown\n0B34..0B34; Script_Extensions:Unknown\n0B3A..0B3B; Script_Extensions:Unknown\n0B45..0B46; Script_Extensions:Unknown\n0B49..0B4A; Script_Extensions:Unknown\n0B4E..0B55; Script_Extensions:Unknown\n0B58..0B5B; Script_Extensions:Unknown\n0B5E..0B5E; Script_Extensions:Unknown\n0B64..0B65; Script_Extensions:Unknown\n0B78..0B81; Script_Extensions:Unknown\n0B84..0B84; Script_Extensions:Unknown\n0B8B..0B8D; Script_Extensions:Unknown\n0B91..0B91; Script_Extensions:Unknown\n0B96..0B98; Script_Extensions:Unknown\n0B9B..0B9B; Script_Extensions:Unknown\n0B9D..0B9D; Script_Extensions:Unknown\n0BA0..0BA2; Script_Extensions:Unknown\n0BA5..0BA7; Script_Extensions:Unknown\n0BAB..0BAD; Script_Extensions:Unknown\n0BBA..0BBD; Script_Extensions:Unknown\n0BC3..0BC5; Script_Extensions:Unknown\n0BC9..0BC9; Script_Extensions:Unknown\n0BCE..0BCF; Script_Extensions:Unknown\n0BD1..0BD6; Script_Extensions:Unknown\n0BD8..0BE5; Script_Extensions:Unknown\n0BFB..0BFF; Script_Extensions:Unknown\n0C04..0C04; Script_Extensions:Unknown\n0C0D..0C0D; Script_Extensions:Unknown\n0C11..0C11; Script_Extensions:Unknown\n0C29..0C29; Script_Extensions:Unknown\n0C3A..0C3C; Script_Extensions:Unknown\n0C45..0C45; Script_Extensions:Unknown\n0C49..0C49; Script_Extensions:Unknown\n0C4E..0C54; Script_Extensions:Unknown\n0C57..0C57; Script_Extensions:Unknown\n0C5B..0C5F; Script_Extensions:Unknown\n0C64..0C65; Script_Extensions:Unknown\n0C70..0C77; Script_Extensions:Unknown\n0C84..0C84; Script_Extensions:Unknown\n0C8D..0C8D; Script_Extensions:Unknown\n0C91..0C91; Script_Extensions:Unknown\n0CA9..0CA9; Script_Extensions:Unknown\n0CB4..0CB4; Script_Extensions:Unknown\n0CBA..0CBB; Script_Extensions:Unknown\n0CC5..0CC5; Script_Extensions:Unknown\n0CC9..0CC9; Script_Extensions:Unknown\n0CCE..0CD4; Script_Extensions:Unknown\n0CD7..0CDD; Script_Extensions:Unknown\n0CDF..0CDF; Script_Extensions:Unknown\n0CE4..0CE5; Script_Extensions:Unknown\n0CF0..0CF0; Script_Extensions:Unknown\n0CF3..0D00; Script_Extensions:Unknown\n0D04..0D04; Script_Extensions:Unknown\n0D0D..0D0D; Script_Extensions:Unknown\n0D11..0D11; Script_Extensions:Unknown\n0D3B..0D3C; Script_Extensions:Unknown\n0D45..0D45; Script_Extensions:Unknown\n0D49..0D49; Script_Extensions:Unknown\n0D50..0D53; Script_Extensions:Unknown\n0D64..0D65; Script_Extensions:Unknown\n0D80..0D81; Script_Extensions:Unknown\n0D84..0D84; Script_Extensions:Unknown\n0D97..0D99; Script_Extensions:Unknown\n0DB2..0DB2; Script_Extensions:Unknown\n0DBC..0DBC; Script_Extensions:Unknown\n0DBE..0DBF; Script_Extensions:Unknown\n0DC7..0DC9; Script_Extensions:Unknown\n0DCB..0DCE; Script_Extensions:Unknown\n0DD5..0DD5; Script_Extensions:Unknown\n0DD7..0DD7; Script_Extensions:Unknown\n0DE0..0DE5; Script_Extensions:Unknown\n0DF0..0DF1; Script_Extensions:Unknown\n0DF5..0E00; Script_Extensions:Unknown\n0E01..0E3A; Script_Extensions:Thai\n0E3B..0E3E; Script_Extensions:Unknown\n0E3F..0E3F; Script_Extensions:Common\n0E40..0E5B; Script_Extensions:Thai\n0E5C..0E80; Script_Extensions:Unknown\n0E81..0E82; Script_Extensions:Lao\n0E83..0E83; Script_Extensions:Unknown\n0E84..0E84; Script_Extensions:Lao\n0E85..0E86; Script_Extensions:Unknown\n0E87..0E88; Script_Extensions:Lao\n0E89..0E89; Script_Extensions:Unknown\n0E8A..0E8A; Script_Extensions:Lao\n0E8B..0E8C; Script_Extensions:Unknown\n0E8D..0E8D; Script_Extensions:Lao\n0E8E..0E93; Script_Extensions:Unknown\n0E94..0E97; Script_Extensions:Lao\n0E98..0E98; Script_Extensions:Unknown\n0E99..0E9F; Script_Extensions:Lao\n0EA0..0EA0; Script_Extensions:Unknown\n0EA1..0EA3; Script_Extensions:Lao\n0EA4..0EA4; Script_Extensions:Unknown\n0EA5..0EA5; Script_Extensions:Lao\n0EA6..0EA6; Script_Extensions:Unknown\n0EA7..0EA7; Script_Extensions:Lao\n0EA8..0EA9; Script_Extensions:Unknown\n0EAA..0EAB; Script_Extensions:Lao\n0EAC..0EAC; Script_Extensions:Unknown\n0EAD..0EB9; Script_Extensions:Lao\n0EBA..0EBA; Script_Extensions:Unknown\n0EBB..0EBD; Script_Extensions:Lao\n0EBE..0EBF; Script_Extensions:Unknown\n0EC0..0EC4; Script_Extensions:Lao\n0EC5..0EC5; Script_Extensions:Unknown\n0EC6..0EC6; Script_Extensions:Lao\n0EC7..0EC7; Script_Extensions:Unknown\n0EC8..0ECD; Script_Extensions:Lao\n0ECE..0ECF; Script_Extensions:Unknown\n0ED0..0ED9; Script_Extensions:Lao\n0EDA..0EDB; Script_Extensions:Unknown\n0EDC..0EDF; Script_Extensions:Lao\n0EE0..0EFF; Script_Extensions:Unknown\n0F00..0F47; Script_Extensions:Tibetan\n0F48..0F48; Script_Extensions:Unknown\n0F49..0F6C; Script_Extensions:Tibetan\n0F6D..0F70; Script_Extensions:Unknown\n0F71..0F97; Script_Extensions:Tibetan\n0F98..0F98; Script_Extensions:Unknown\n0F99..0FBC; Script_Extensions:Tibetan\n0FBD..0FBD; Script_Extensions:Unknown\n0FBE..0FCC; Script_Extensions:Tibetan\n0FCD..0FCD; Script_Extensions:Unknown\n0FCE..0FD4; Script_Extensions:Tibetan\n0FD5..0FD8; Script_Extensions:Common\n0FD9..0FDA; Script_Extensions:Tibetan\n0FDB..0FFF; Script_Extensions:Unknown\n10C6..10C6; Script_Extensions:Unknown\n10C8..10CC; Script_Extensions:Unknown\n10CE..10CF; Script_Extensions:Unknown\n1200..1248; Script_Extensions:Ethiopic\n1249..1249; Script_Extensions:Unknown\n124A..124D; Script_Extensions:Ethiopic\n124E..124F; Script_Extensions:Unknown\n1250..1256; Script_Extensions:Ethiopic\n1257..1257; Script_Extensions:Unknown\n1258..1258; Script_Extensions:Ethiopic\n1259..1259; Script_Extensions:Unknown\n125A..125D; Script_Extensions:Ethiopic\n125E..125F; Script_Extensions:Unknown\n1260..1288; Script_Extensions:Ethiopic\n1289..1289; Script_Extensions:Unknown\n128A..128D; Script_Extensions:Ethiopic\n128E..128F; Script_Extensions:Unknown\n1290..12B0; Script_Extensions:Ethiopic\n12B1..12B1; Script_Extensions:Unknown\n12B2..12B5; Script_Extensions:Ethiopic\n12B6..12B7; Script_Extensions:Unknown\n12B8..12BE; Script_Extensions:Ethiopic\n12BF..12BF; Script_Extensions:Unknown\n12C0..12C0; Script_Extensions:Ethiopic\n12C1..12C1; Script_Extensions:Unknown\n12C2..12C5; Script_Extensions:Ethiopic\n12C6..12C7; Script_Extensions:Unknown\n12C8..12D6; Script_Extensions:Ethiopic\n12D7..12D7; Script_Extensions:Unknown\n12D8..1310; Script_Extensions:Ethiopic\n1311..1311; Script_Extensions:Unknown\n1312..1315; Script_Extensions:Ethiopic\n1316..1317; Script_Extensions:Unknown\n1318..135A; Script_Extensions:Ethiopic\n135B..135C; Script_Extensions:Unknown\n135D..137C; Script_Extensions:Ethiopic\n137D..137F; Script_Extensions:Unknown\n1380..1399; Script_Extensions:Ethiopic\n139A..139F; Script_Extensions:Unknown\n13A0..13F5; Script_Extensions:Cherokee\n13F6..13F7; Script_Extensions:Unknown\n13F8..13FD; Script_Extensions:Cherokee\n13FE..13FF; Script_Extensions:Unknown\n1400..167F; Script_Extensions:Canadian_Aboriginal\n1680..169C; Script_Extensions:Ogham\n169D..169F; Script_Extensions:Unknown\n16A0..16EA; Script_Extensions:Runic\n16EB..16ED; Script_Extensions:Common\n16EE..16F8; Script_Extensions:Runic\n16F9..16FF; Script_Extensions:Unknown\n170D..170D; Script_Extensions:Unknown\n1715..171F; Script_Extensions:Unknown\n1737..173F; Script_Extensions:Unknown\n1754..175F; Script_Extensions:Unknown\n176D..176D; Script_Extensions:Unknown\n1771..1771; Script_Extensions:Unknown\n1774..177F; Script_Extensions:Unknown\n1780..17DD; Script_Extensions:Khmer\n17DE..17DF; Script_Extensions:Unknown\n17E0..17E9; Script_Extensions:Khmer\n17EA..17EF; Script_Extensions:Unknown\n17F0..17F9; Script_Extensions:Khmer\n17FA..17FF; Script_Extensions:Unknown\n180F..180F; Script_Extensions:Unknown\n181A..181F; Script_Extensions:Unknown\n1878..187F; Script_Extensions:Unknown\n18AB..18AF; Script_Extensions:Unknown\n18B0..18F5; Script_Extensions:Canadian_Aboriginal\n18F6..18FF; Script_Extensions:Unknown\n191F..191F; Script_Extensions:Unknown\n192C..192F; Script_Extensions:Unknown\n193C..193F; Script_Extensions:Unknown\n1941..1943; Script_Extensions:Unknown\n196E..196F; Script_Extensions:Unknown\n1975..197F; Script_Extensions:Unknown\n1980..19AB; Script_Extensions:New_Tai_Lue\n19AC..19AF; Script_Extensions:Unknown\n19B0..19C9; Script_Extensions:New_Tai_Lue\n19CA..19CF; Script_Extensions:Unknown\n19D0..19DA; Script_Extensions:New_Tai_Lue\n19DB..19DD; Script_Extensions:Unknown\n19DE..19DF; Script_Extensions:New_Tai_Lue\n19E0..19FF; Script_Extensions:Khmer\n1A1C..1A1D; Script_Extensions:Unknown\n1A20..1A5E; Script_Extensions:Tai_Tham\n1A5F..1A5F; Script_Extensions:Unknown\n1A60..1A7C; Script_Extensions:Tai_Tham\n1A7D..1A7E; Script_Extensions:Unknown\n1A7F..1A89; Script_Extensions:Tai_Tham\n1A8A..1A8F; Script_Extensions:Unknown\n1A90..1A99; Script_Extensions:Tai_Tham\n1A9A..1A9F; Script_Extensions:Unknown\n1AA0..1AAD; Script_Extensions:Tai_Tham\n1AAE..1AAF; Script_Extensions:Unknown\n1AB0..1ABE; Script_Extensions:Inherited\n1ABF..1AFF; Script_Extensions:Unknown\n1B00..1B4B; Script_Extensions:Balinese\n1B4C..1B4F; Script_Extensions:Unknown\n1B50..1B7C; Script_Extensions:Balinese\n1B7D..1B7F; Script_Extensions:Unknown\n1B80..1BBF; Script_Extensions:Sundanese\n1BC0..1BF3; Script_Extensions:Batak\n1BF4..1BFB; Script_Extensions:Unknown\n1BFC..1BFF; Script_Extensions:Batak\n1C00..1C37; Script_Extensions:Lepcha\n1C38..1C3A; Script_Extensions:Unknown\n1C3B..1C49; Script_Extensions:Lepcha\n1C4A..1C4C; Script_Extensions:Unknown\n1C4D..1C4F; Script_Extensions:Lepcha\n1C50..1C7F; Script_Extensions:Ol_Chiki\n1C89..1CBF; Script_Extensions:Unknown\n1CC0..1CC7; Script_Extensions:Sundanese\n1CC8..1CCF; Script_Extensions:Unknown\n1CF7..1CF7; Script_Extensions:Unknown\n1CFA..1CFF; Script_Extensions:Unknown\n1DC2..1DF5; Script_Extensions:Inherited\n1DF6..1DFA; Script_Extensions:Unknown\n1DFB..1DFF; Script_Extensions:Inherited\n1F16..1F17; Script_Extensions:Unknown\n1F1E..1F1F; Script_Extensions:Unknown\n1F46..1F47; Script_Extensions:Unknown\n1F4E..1F4F; Script_Extensions:Unknown\n1F58..1F58; Script_Extensions:Unknown\n1F5A..1F5A; Script_Extensions:Unknown\n1F5C..1F5C; Script_Extensions:Unknown\n1F5E..1F5E; Script_Extensions:Unknown\n1F7E..1F7F; Script_Extensions:Unknown\n1FB5..1FB5; Script_Extensions:Unknown\n1FC5..1FC5; Script_Extensions:Unknown\n1FD4..1FD5; Script_Extensions:Unknown\n1FDC..1FDC; Script_Extensions:Unknown\n1FF0..1FF1; Script_Extensions:Unknown\n1FF5..1FF5; Script_Extensions:Unknown\n1FFF..1FFF; Script_Extensions:Unknown\n2000..200B; Script_Extensions:Common\n200C..200D; Script_Extensions:Inherited\n200E..2064; Script_Extensions:Common\n2065..2065; Script_Extensions:Unknown\n2066..2070; Script_Extensions:Common\n2072..2073; Script_Extensions:Unknown\n2074..207E; Script_Extensions:Common\n2080..208E; Script_Extensions:Common\n208F..208F; Script_Extensions:Unknown\n209D..209F; Script_Extensions:Unknown\n20A0..20BE; Script_Extensions:Common\n20BF..20CF; Script_Extensions:Unknown\n20D0..20EF; Script_Extensions:Inherited\n20F1..20FF; Script_Extensions:Unknown\n2100..2125; Script_Extensions:Common\n2127..2129; Script_Extensions:Common\n212C..2131; Script_Extensions:Common\n2133..214D; Script_Extensions:Common\n214F..215F; Script_Extensions:Common\n2189..218B; Script_Extensions:Common\n218C..218F; Script_Extensions:Unknown\n2190..23FE; Script_Extensions:Common\n23FF..23FF; Script_Extensions:Unknown\n2400..2426; Script_Extensions:Common\n2427..243F; Script_Extensions:Unknown\n2440..244A; Script_Extensions:Common\n244B..245F; Script_Extensions:Unknown\n2460..27FF; Script_Extensions:Common\n2800..28FF; Script_Extensions:Braille\n2900..2B73; Script_Extensions:Common\n2B74..2B75; Script_Extensions:Unknown\n2B76..2B95; Script_Extensions:Common\n2B96..2B97; Script_Extensions:Unknown\n2B98..2BB9; Script_Extensions:Common\n2BBA..2BBC; Script_Extensions:Unknown\n2BBD..2BC8; Script_Extensions:Common\n2BC9..2BC9; Script_Extensions:Unknown\n2BCA..2BD1; Script_Extensions:Common\n2BD2..2BEB; Script_Extensions:Unknown\n2BEC..2BEF; Script_Extensions:Common\n2BF0..2BFF; Script_Extensions:Unknown\n2C2F..2C2F; Script_Extensions:Unknown\n2C5F..2C5F; Script_Extensions:Unknown\n2CF4..2CF8; Script_Extensions:Unknown\n2D26..2D26; Script_Extensions:Unknown\n2D28..2D2C; Script_Extensions:Unknown\n2D2E..2D2F; Script_Extensions:Unknown\n2D30..2D67; Script_Extensions:Tifinagh\n2D68..2D6E; Script_Extensions:Unknown\n2D6F..2D70; Script_Extensions:Tifinagh\n2D71..2D7E; Script_Extensions:Unknown\n2D7F..2D7F; Script_Extensions:Tifinagh\n2D80..2D96; Script_Extensions:Ethiopic\n2D97..2D9F; Script_Extensions:Unknown\n2DA0..2DA6; Script_Extensions:Ethiopic\n2DA7..2DA7; Script_Extensions:Unknown\n2DA8..2DAE; Script_Extensions:Ethiopic\n2DAF..2DAF; Script_Extensions:Unknown\n2DB0..2DB6; Script_Extensions:Ethiopic\n2DB7..2DB7; Script_Extensions:Unknown\n2DB8..2DBE; Script_Extensions:Ethiopic\n2DBF..2DBF; Script_Extensions:Unknown\n2DC0..2DC6; Script_Extensions:Ethiopic\n2DC7..2DC7; Script_Extensions:Unknown\n2DC8..2DCE; Script_Extensions:Ethiopic\n2DCF..2DCF; Script_Extensions:Unknown\n2DD0..2DD6; Script_Extensions:Ethiopic\n2DD7..2DD7; Script_Extensions:Unknown\n2DD8..2DDE; Script_Extensions:Ethiopic\n2DDF..2DDF; Script_Extensions:Unknown\n2E00..2E42; Script_Extensions:Common\n2E44..2E44; Script_Extensions:Common\n2E45..2E7F; Script_Extensions:Unknown\n2E9A..2E9A; Script_Extensions:Unknown\n2EF4..2EFF; Script_Extensions:Unknown\n2FD6..2FEF; Script_Extensions:Unknown\n2FF0..2FFB; Script_Extensions:Common\n2FFC..2FFF; Script_Extensions:Unknown\n3000..3000; Script_Extensions:Common\n3004..3004; Script_Extensions:Common\n3012..3012; Script_Extensions:Common\n3020..3020; Script_Extensions:Common\n3036..3036; Script_Extensions:Common\n3040..3040; Script_Extensions:Unknown\n3097..3098; Script_Extensions:Unknown\n3100..3104; Script_Extensions:Unknown\n312E..3130; Script_Extensions:Unknown\n318F..318F; Script_Extensions:Unknown\n31BB..31BF; Script_Extensions:Unknown\n31E4..31EF; Script_Extensions:Unknown\n321F..321F; Script_Extensions:Unknown\n3248..325F; Script_Extensions:Common\n327F..327F; Script_Extensions:Common\n32B1..32BF; Script_Extensions:Common\n32CC..32CF; Script_Extensions:Common\n32FF..32FF; Script_Extensions:Unknown\n3371..337A; Script_Extensions:Common\n3380..33DF; Script_Extensions:Common\n33FF..33FF; Script_Extensions:Common\n4DB6..4DBF; Script_Extensions:Unknown\n4DC0..4DFF; Script_Extensions:Common\n9FD6..9FFF; Script_Extensions:Unknown\nA48D..A48F; Script_Extensions:Unknown\nA4C7..A4CF; Script_Extensions:Unknown\nA4D0..A4FF; Script_Extensions:Lisu\nA500..A62B; Script_Extensions:Vai\nA62C..A63F; Script_Extensions:Unknown\nA6A0..A6F7; Script_Extensions:Bamum\nA6F8..A6FF; Script_Extensions:Unknown\nA700..A721; Script_Extensions:Common\nA788..A78A; Script_Extensions:Common\nA7AF..A7AF; Script_Extensions:Unknown\nA7B8..A7F6; Script_Extensions:Unknown\nA82C..A82F; Script_Extensions:Unknown\nA83A..A83F; Script_Extensions:Unknown\nA878..A87F; Script_Extensions:Unknown\nA880..A8C5; Script_Extensions:Saurashtra\nA8C6..A8CD; Script_Extensions:Unknown\nA8CE..A8D9; Script_Extensions:Saurashtra\nA8DA..A8DF; Script_Extensions:Unknown\nA8FE..A8FF; Script_Extensions:Unknown\nA930..A953; Script_Extensions:Rejang\nA954..A95E; Script_Extensions:Unknown\nA95F..A95F; Script_Extensions:Rejang\nA97D..A97F; Script_Extensions:Unknown\nA9CE..A9CE; Script_Extensions:Unknown\nA9DA..A9DD; Script_Extensions:Unknown\nA9FF..A9FF; Script_Extensions:Unknown\nAA00..AA36; Script_Extensions:Cham\nAA37..AA3F; Script_Extensions:Unknown\nAA40..AA4D; Script_Extensions:Cham\nAA4E..AA4F; Script_Extensions:Unknown\nAA50..AA59; Script_Extensions:Cham\nAA5A..AA5B; Script_Extensions:Unknown\nAA5C..AA5F; Script_Extensions:Cham\nAA80..AAC2; Script_Extensions:Tai_Viet\nAAC3..AADA; Script_Extensions:Unknown\nAADB..AADF; Script_Extensions:Tai_Viet\nAAE0..AAF6; Script_Extensions:Meetei_Mayek\nAAF7..AB00; Script_Extensions:Unknown\nAB01..AB06; Script_Extensions:Ethiopic\nAB07..AB08; Script_Extensions:Unknown\nAB09..AB0E; Script_Extensions:Ethiopic\nAB0F..AB10; Script_Extensions:Unknown\nAB11..AB16; Script_Extensions:Ethiopic\nAB17..AB1F; Script_Extensions:Unknown\nAB20..AB26; Script_Extensions:Ethiopic\nAB27..AB27; Script_Extensions:Unknown\nAB28..AB2E; Script_Extensions:Ethiopic\nAB2F..AB2F; Script_Extensions:Unknown\nAB5B..AB5B; Script_Extensions:Common\nAB66..AB6F; Script_Extensions:Unknown\nAB70..ABBF; Script_Extensions:Cherokee\nABC0..ABED; Script_Extensions:Meetei_Mayek\nABEE..ABEF; Script_Extensions:Unknown\nABF0..ABF9; Script_Extensions:Meetei_Mayek\nABFA..ABFF; Script_Extensions:Unknown\nD7A4..D7AF; Script_Extensions:Unknown\nD7C7..D7CA; Script_Extensions:Unknown\nD7FC..D7FF; Script_Extensions:Unknown\nE000..F8FF; Script_Extensions:Unknown\nFA6E..FA6F; Script_Extensions:Unknown\nFADA..FAFF; Script_Extensions:Unknown\nFB07..FB12; Script_Extensions:Unknown\nFB18..FB1C; Script_Extensions:Unknown\nFB1D..FB36; Script_Extensions:Hebrew\nFB37..FB37; Script_Extensions:Unknown\nFB38..FB3C; Script_Extensions:Hebrew\nFB3D..FB3D; Script_Extensions:Unknown\nFB3E..FB3E; Script_Extensions:Hebrew\nFB3F..FB3F; Script_Extensions:Unknown\nFB40..FB41; Script_Extensions:Hebrew\nFB42..FB42; Script_Extensions:Unknown\nFB43..FB44; Script_Extensions:Hebrew\nFB45..FB45; Script_Extensions:Unknown\nFB46..FB4F; Script_Extensions:Hebrew\nFBC2..FBD2; Script_Extensions:Unknown\nFD3E..FD3F; Script_Extensions:Common\nFD40..FD4F; Script_Extensions:Unknown\nFD90..FD91; Script_Extensions:Unknown\nFDC8..FDEF; Script_Extensions:Unknown\nFDFE..FDFF; Script_Extensions:Unknown\nFE00..FE0F; Script_Extensions:Inherited\nFE10..FE19; Script_Extensions:Common\nFE1A..FE1F; Script_Extensions:Unknown\nFE20..FE2D; Script_Extensions:Inherited\nFE30..FE44; Script_Extensions:Common\nFE47..FE52; Script_Extensions:Common\nFE53..FE53; Script_Extensions:Unknown\nFE54..FE66; Script_Extensions:Common\nFE67..FE67; Script_Extensions:Unknown\nFE68..FE6B; Script_Extensions:Common\nFE6C..FE6F; Script_Extensions:Unknown\nFE75..FE75; Script_Extensions:Unknown\nFEFD..FEFE; Script_Extensions:Unknown\nFEFF..FEFF; Script_Extensions:Common\nFF00..FF00; Script_Extensions:Unknown\nFF01..FF20; Script_Extensions:Common\nFF3B..FF40; Script_Extensions:Common\nFF5B..FF60; Script_Extensions:Common\nFFBF..FFC1; Script_Extensions:Unknown\nFFC8..FFC9; Script_Extensions:Unknown\nFFD0..FFD1; Script_Extensions:Unknown\nFFD8..FFD9; Script_Extensions:Unknown\nFFDD..FFDF; Script_Extensions:Unknown\nFFE0..FFE6; Script_Extensions:Common\nFFE7..FFE7; Script_Extensions:Unknown\nFFE8..FFEE; Script_Extensions:Common\nFFEF..FFF8; Script_Extensions:Unknown\nFFF9..FFFD; Script_Extensions:Common\nFFFE..FFFF; Script_Extensions:Unknown\n1000C..1000C; Script_Extensions:Unknown\n10027..10027; Script_Extensions:Unknown\n1003B..1003B; Script_Extensions:Unknown\n1003E..1003E; Script_Extensions:Unknown\n1004E..1004F; Script_Extensions:Unknown\n1005E..1007F; Script_Extensions:Unknown\n100FB..100FF; Script_Extensions:Unknown\n10103..10106; Script_Extensions:Unknown\n10134..10136; Script_Extensions:Unknown\n1018F..1018F; Script_Extensions:Unknown\n10190..1019B; Script_Extensions:Common\n1019C..1019F; Script_Extensions:Unknown\n101A1..101CF; Script_Extensions:Unknown\n101D0..101FC; Script_Extensions:Common\n101FD..101FD; Script_Extensions:Inherited\n101FE..1027F; Script_Extensions:Unknown\n10280..1029C; Script_Extensions:Lycian\n1029D..1029F; Script_Extensions:Unknown\n102A0..102D0; Script_Extensions:Carian\n102D1..102DF; Script_Extensions:Unknown\n102FC..102FF; Script_Extensions:Unknown\n10300..10323; Script_Extensions:Old_Italic\n10324..1032F; Script_Extensions:Unknown\n10330..1034A; Script_Extensions:Gothic\n1034B..1034F; Script_Extensions:Unknown\n1037B..1037F; Script_Extensions:Unknown\n10380..1039D; Script_Extensions:Ugaritic\n1039E..1039E; Script_Extensions:Unknown\n1039F..1039F; Script_Extensions:Ugaritic\n103A0..103C3; Script_Extensions:Old_Persian\n103C4..103C7; Script_Extensions:Unknown\n103C8..103D5; Script_Extensions:Old_Persian\n103D6..103FF; Script_Extensions:Unknown\n10400..1044F; Script_Extensions:Deseret\n10450..1047F; Script_Extensions:Shavian\n10480..1049D; Script_Extensions:Osmanya\n1049E..1049F; Script_Extensions:Unknown\n104A0..104A9; Script_Extensions:Osmanya\n104AA..104AF; Script_Extensions:Unknown\n104B0..104D3; Script_Extensions:Osage\n104D4..104D7; Script_Extensions:Unknown\n104D8..104FB; Script_Extensions:Osage\n104FC..104FF; Script_Extensions:Unknown\n10500..10527; Script_Extensions:Elbasan\n10528..1052F; Script_Extensions:Unknown\n10530..10563; Script_Extensions:Caucasian_Albanian\n10564..1056E; Script_Extensions:Unknown\n1056F..1056F; Script_Extensions:Caucasian_Albanian\n10570..105FF; Script_Extensions:Unknown\n10737..1073F; Script_Extensions:Unknown\n10756..1075F; Script_Extensions:Unknown\n10768..107FF; Script_Extensions:Unknown\n10806..10807; Script_Extensions:Unknown\n10809..10809; Script_Extensions:Unknown\n10836..10836; Script_Extensions:Unknown\n10839..1083B; Script_Extensions:Unknown\n1083D..1083E; Script_Extensions:Unknown\n10840..10855; Script_Extensions:Imperial_Aramaic\n10856..10856; Script_Extensions:Unknown\n10857..1085F; Script_Extensions:Imperial_Aramaic\n10860..1087F; Script_Extensions:Palmyrene\n10880..1089E; Script_Extensions:Nabataean\n1089F..108A6; Script_Extensions:Unknown\n108A7..108AF; Script_Extensions:Nabataean\n108B0..108DF; Script_Extensions:Unknown\n108E0..108F2; Script_Extensions:Hatran\n108F3..108F3; Script_Extensions:Unknown\n108F4..108F5; Script_Extensions:Hatran\n108F6..108FA; Script_Extensions:Unknown\n108FB..108FF; Script_Extensions:Hatran\n10900..1091B; Script_Extensions:Phoenician\n1091C..1091E; Script_Extensions:Unknown\n1091F..1091F; Script_Extensions:Phoenician\n10920..10939; Script_Extensions:Lydian\n1093A..1093E; Script_Extensions:Unknown\n1093F..1093F; Script_Extensions:Lydian\n10940..1097F; Script_Extensions:Unknown\n10980..1099F; Script_Extensions:Meroitic_Hieroglyphs\n109A0..109B7; Script_Extensions:Meroitic_Cursive\n109B8..109BB; Script_Extensions:Unknown\n109BC..109CF; Script_Extensions:Meroitic_Cursive\n109D0..109D1; Script_Extensions:Unknown\n109D2..109FF; Script_Extensions:Meroitic_Cursive\n10A00..10A03; Script_Extensions:Kharoshthi\n10A04..10A04; Script_Extensions:Unknown\n10A05..10A06; Script_Extensions:Kharoshthi\n10A07..10A0B; Script_Extensions:Unknown\n10A0C..10A13; Script_Extensions:Kharoshthi\n10A14..10A14; Script_Extensions:Unknown\n10A15..10A17; Script_Extensions:Kharoshthi\n10A18..10A18; Script_Extensions:Unknown\n10A19..10A33; Script_Extensions:Kharoshthi\n10A34..10A37; Script_Extensions:Unknown\n10A38..10A3A; Script_Extensions:Kharoshthi\n10A3B..10A3E; Script_Extensions:Unknown\n10A3F..10A47; Script_Extensions:Kharoshthi\n10A48..10A4F; Script_Extensions:Unknown\n10A50..10A58; Script_Extensions:Kharoshthi\n10A59..10A5F; Script_Extensions:Unknown\n10A60..10A7F; Script_Extensions:Old_South_Arabian\n10A80..10A9F; Script_Extensions:Old_North_Arabian\n10AA0..10ABF; Script_Extensions:Unknown\n10AE7..10AEA; Script_Extensions:Unknown\n10AF7..10AFF; Script_Extensions:Unknown\n10B00..10B35; Script_Extensions:Avestan\n10B36..10B38; Script_Extensions:Unknown\n10B39..10B3F; Script_Extensions:Avestan\n10B40..10B55; Script_Extensions:Inscriptional_Parthian\n10B56..10B57; Script_Extensions:Unknown\n10B58..10B5F; Script_Extensions:Inscriptional_Parthian\n10B60..10B72; Script_Extensions:Inscriptional_Pahlavi\n10B73..10B77; Script_Extensions:Unknown\n10B78..10B7F; Script_Extensions:Inscriptional_Pahlavi\n10B92..10B98; Script_Extensions:Unknown\n10B9D..10BA8; Script_Extensions:Unknown\n10BB0..10BFF; Script_Extensions:Unknown\n10C00..10C48; Script_Extensions:Old_Turkic\n10C49..10C7F; Script_Extensions:Unknown\n10C80..10CB2; Script_Extensions:Old_Hungarian\n10CB3..10CBF; Script_Extensions:Unknown\n10CC0..10CF2; Script_Extensions:Old_Hungarian\n10CF3..10CF9; Script_Extensions:Unknown\n10CFA..10CFF; Script_Extensions:Old_Hungarian\n10D00..10E5F; Script_Extensions:Unknown\n10E7F..10FFF; Script_Extensions:Unknown\n11000..1104D; Script_Extensions:Brahmi\n1104E..11051; Script_Extensions:Unknown\n11052..1106F; Script_Extensions:Brahmi\n11070..1107E; Script_Extensions:Unknown\n1107F..1107F; Script_Extensions:Brahmi\n110C2..110CF; Script_Extensions:Unknown\n110D0..110E8; Script_Extensions:Sora_Sompeng\n110E9..110EF; Script_Extensions:Unknown\n110F0..110F9; Script_Extensions:Sora_Sompeng\n110FA..110FF; Script_Extensions:Unknown\n11135..11135; Script_Extensions:Unknown\n11144..1114F; Script_Extensions:Unknown\n11177..1117F; Script_Extensions:Unknown\n111CE..111CF; Script_Extensions:Unknown\n111E0..111E0; Script_Extensions:Unknown\n111F5..111FF; Script_Extensions:Unknown\n11212..11212; Script_Extensions:Unknown\n1123F..1127F; Script_Extensions:Unknown\n11287..11287; Script_Extensions:Unknown\n11289..11289; Script_Extensions:Unknown\n1128E..1128E; Script_Extensions:Unknown\n1129E..1129E; Script_Extensions:Unknown\n112AA..112AF; Script_Extensions:Unknown\n112EB..112EF; Script_Extensions:Unknown\n112FA..112FF; Script_Extensions:Unknown\n11304..11304; Script_Extensions:Unknown\n1130D..1130E; Script_Extensions:Unknown\n11311..11312; Script_Extensions:Unknown\n11329..11329; Script_Extensions:Unknown\n11331..11331; Script_Extensions:Unknown\n11334..11334; Script_Extensions:Unknown\n1133A..1133B; Script_Extensions:Unknown\n11345..11346; Script_Extensions:Unknown\n11349..1134A; Script_Extensions:Unknown\n1134E..1134F; Script_Extensions:Unknown\n11351..11356; Script_Extensions:Unknown\n11358..1135C; Script_Extensions:Unknown\n11364..11365; Script_Extensions:Unknown\n1136D..1136F; Script_Extensions:Unknown\n11375..113FF; Script_Extensions:Unknown\n11400..11459; Script_Extensions:Newa\n1145A..1145A; Script_Extensions:Unknown\n1145B..1145B; Script_Extensions:Newa\n1145C..1145C; Script_Extensions:Unknown\n1145D..1145D; Script_Extensions:Newa\n1145E..1147F; Script_Extensions:Unknown\n114C8..114CF; Script_Extensions:Unknown\n114DA..1157F; Script_Extensions:Unknown\n11580..115B5; Script_Extensions:Siddham\n115B6..115B7; Script_Extensions:Unknown\n115B8..115DD; Script_Extensions:Siddham\n115DE..115FF; Script_Extensions:Unknown\n11645..1164F; Script_Extensions:Unknown\n1165A..1165F; Script_Extensions:Unknown\n1166D..1167F; Script_Extensions:Unknown\n116B8..116BF; Script_Extensions:Unknown\n116CA..116FF; Script_Extensions:Unknown\n11700..11719; Script_Extensions:Ahom\n1171A..1171C; Script_Extensions:Unknown\n1171D..1172B; Script_Extensions:Ahom\n1172C..1172F; Script_Extensions:Unknown\n11730..1173F; Script_Extensions:Ahom\n11740..1189F; Script_Extensions:Unknown\n118A0..118F2; Script_Extensions:Warang_Citi\n118F3..118FE; Script_Extensions:Unknown\n118FF..118FF; Script_Extensions:Warang_Citi\n11900..11ABF; Script_Extensions:Unknown\n11AC0..11AF8; Script_Extensions:Pau_Cin_Hau\n11AF9..11BFF; Script_Extensions:Unknown\n11C00..11C08; Script_Extensions:Bhaiksuki\n11C09..11C09; Script_Extensions:Unknown\n11C0A..11C36; Script_Extensions:Bhaiksuki\n11C37..11C37; Script_Extensions:Unknown\n11C38..11C45; Script_Extensions:Bhaiksuki\n11C46..11C4F; Script_Extensions:Unknown\n11C50..11C6C; Script_Extensions:Bhaiksuki\n11C6D..11C6F; Script_Extensions:Unknown\n11C70..11C8F; Script_Extensions:Marchen\n11C90..11C91; Script_Extensions:Unknown\n11C92..11CA7; Script_Extensions:Marchen\n11CA8..11CA8; Script_Extensions:Unknown\n11CA9..11CB6; Script_Extensions:Marchen\n11CB7..11FFF; Script_Extensions:Unknown\n12000..12399; Script_Extensions:Cuneiform\n1239A..123FF; Script_Extensions:Unknown\n12400..1246E; Script_Extensions:Cuneiform\n1246F..1246F; Script_Extensions:Unknown\n12470..12474; Script_Extensions:Cuneiform\n12475..1247F; Script_Extensions:Unknown\n12480..12543; Script_Extensions:Cuneiform\n12544..12FFF; Script_Extensions:Unknown\n13000..1342E; Script_Extensions:Egyptian_Hieroglyphs\n1342F..143FF; Script_Extensions:Unknown\n14400..14646; Script_Extensions:Anatolian_Hieroglyphs\n14647..167FF; Script_Extensions:Unknown\n16800..16A38; Script_Extensions:Bamum\n16A39..16A3F; Script_Extensions:Unknown\n16A40..16A5E; Script_Extensions:Mro\n16A5F..16A5F; Script_Extensions:Unknown\n16A60..16A69; Script_Extensions:Mro\n16A6A..16A6D; Script_Extensions:Unknown\n16A6E..16A6F; Script_Extensions:Mro\n16A70..16ACF; Script_Extensions:Unknown\n16AD0..16AED; Script_Extensions:Bassa_Vah\n16AEE..16AEF; Script_Extensions:Unknown\n16AF0..16AF5; Script_Extensions:Bassa_Vah\n16AF6..16AFF; Script_Extensions:Unknown\n16B00..16B45; Script_Extensions:Pahawh_Hmong\n16B46..16B4F; Script_Extensions:Unknown\n16B50..16B59; Script_Extensions:Pahawh_Hmong\n16B5A..16B5A; Script_Extensions:Unknown\n16B5B..16B61; Script_Extensions:Pahawh_Hmong\n16B62..16B62; Script_Extensions:Unknown\n16B63..16B77; Script_Extensions:Pahawh_Hmong\n16B78..16B7C; Script_Extensions:Unknown\n16B7D..16B8F; Script_Extensions:Pahawh_Hmong\n16B90..16EFF; Script_Extensions:Unknown\n16F00..16F44; Script_Extensions:Miao\n16F45..16F4F; Script_Extensions:Unknown\n16F50..16F7E; Script_Extensions:Miao\n16F7F..16F8E; Script_Extensions:Unknown\n16F8F..16F9F; Script_Extensions:Miao\n16FA0..16FDF; Script_Extensions:Unknown\n16FE0..16FE0; Script_Extensions:Tangut\n16FE1..16FFF; Script_Extensions:Unknown\n17000..187EC; Script_Extensions:Tangut\n187ED..187FF; Script_Extensions:Unknown\n18800..18AF2; Script_Extensions:Tangut\n18AF3..1AFFF; Script_Extensions:Unknown\n1B002..1BBFF; Script_Extensions:Unknown\n1BC6B..1BC6F; Script_Extensions:Unknown\n1BC7D..1BC7F; Script_Extensions:Unknown\n1BC89..1BC8F; Script_Extensions:Unknown\n1BC9A..1BC9B; Script_Extensions:Unknown\n1BCA4..1CFFF; Script_Extensions:Unknown\n1D000..1D0F5; Script_Extensions:Common\n1D0F6..1D0FF; Script_Extensions:Unknown\n1D100..1D126; Script_Extensions:Common\n1D127..1D128; Script_Extensions:Unknown\n1D129..1D166; Script_Extensions:Common\n1D167..1D169; Script_Extensions:Inherited\n1D16A..1D17A; Script_Extensions:Common\n1D17B..1D182; Script_Extensions:Inherited\n1D183..1D184; Script_Extensions:Common\n1D185..1D18B; Script_Extensions:Inherited\n1D18C..1D1A9; Script_Extensions:Common\n1D1AA..1D1AD; Script_Extensions:Inherited\n1D1AE..1D1E8; Script_Extensions:Common\n1D1E9..1D1FF; Script_Extensions:Unknown\n1D246..1D2FF; Script_Extensions:Unknown\n1D300..1D356; Script_Extensions:Common\n1D357..1D35F; Script_Extensions:Unknown\n1D372..1D3FF; Script_Extensions:Unknown\n1D400..1D454; Script_Extensions:Common\n1D455..1D455; Script_Extensions:Unknown\n1D456..1D49C; Script_Extensions:Common\n1D49D..1D49D; Script_Extensions:Unknown\n1D49E..1D49F; Script_Extensions:Common\n1D4A0..1D4A1; Script_Extensions:Unknown\n1D4A2..1D4A2; Script_Extensions:Common\n1D4A3..1D4A4; Script_Extensions:Unknown\n1D4A5..1D4A6; Script_Extensions:Common\n1D4A7..1D4A8; Script_Extensions:Unknown\n1D4A9..1D4AC; Script_Extensions:Common\n1D4AD..1D4AD; Script_Extensions:Unknown\n1D4AE..1D4B9; Script_Extensions:Common\n1D4BA..1D4BA; Script_Extensions:Unknown\n1D4BB..1D4BB; Script_Extensions:Common\n1D4BC..1D4BC; Script_Extensions:Unknown\n1D4BD..1D4C3; Script_Extensions:Common\n1D4C4..1D4C4; Script_Extensions:Unknown\n1D4C5..1D505; Script_Extensions:Common\n1D506..1D506; Script_Extensions:Unknown\n1D507..1D50A; Script_Extensions:Common\n1D50B..1D50C; Script_Extensions:Unknown\n1D50D..1D514; Script_Extensions:Common\n1D515..1D515; Script_Extensions:Unknown\n1D516..1D51C; Script_Extensions:Common\n1D51D..1D51D; Script_Extensions:Unknown\n1D51E..1D539; Script_Extensions:Common\n1D53A..1D53A; Script_Extensions:Unknown\n1D53B..1D53E; Script_Extensions:Common\n1D53F..1D53F; Script_Extensions:Unknown\n1D540..1D544; Script_Extensions:Common\n1D545..1D545; Script_Extensions:Unknown\n1D546..1D546; Script_Extensions:Common\n1D547..1D549; Script_Extensions:Unknown\n1D54A..1D550; Script_Extensions:Common\n1D551..1D551; Script_Extensions:Unknown\n1D552..1D6A5; Script_Extensions:Common\n1D6A6..1D6A7; Script_Extensions:Unknown\n1D6A8..1D7CB; Script_Extensions:Common\n1D7CC..1D7CD; Script_Extensions:Unknown\n1D7CE..1D7FF; Script_Extensions:Common\n1D800..1DA8B; Script_Extensions:SignWriting\n1DA8C..1DA9A; Script_Extensions:Unknown\n1DA9B..1DA9F; Script_Extensions:SignWriting\n1DAA0..1DAA0; Script_Extensions:Unknown\n1DAA1..1DAAF; Script_Extensions:SignWriting\n1DAB0..1DFFF; Script_Extensions:Unknown\n1E007..1E007; Script_Extensions:Unknown\n1E019..1E01A; Script_Extensions:Unknown\n1E022..1E022; Script_Extensions:Unknown\n1E025..1E025; Script_Extensions:Unknown\n1E02B..1E7FF; Script_Extensions:Unknown\n1E800..1E8C4; Script_Extensions:Mende_Kikakui\n1E8C5..1E8C6; Script_Extensions:Unknown\n1E8C7..1E8D6; Script_Extensions:Mende_Kikakui\n1E8D7..1E8FF; Script_Extensions:Unknown\n1E94B..1E94F; Script_Extensions:Unknown\n1E95A..1E95D; Script_Extensions:Unknown\n1E960..1EDFF; Script_Extensions:Unknown\n1EE04..1EE04; Script_Extensions:Unknown\n1EE20..1EE20; Script_Extensions:Unknown\n1EE23..1EE23; Script_Extensions:Unknown\n1EE25..1EE26; Script_Extensions:Unknown\n1EE28..1EE28; Script_Extensions:Unknown\n1EE33..1EE33; Script_Extensions:Unknown\n1EE38..1EE38; Script_Extensions:Unknown\n1EE3A..1EE3A; Script_Extensions:Unknown\n1EE3C..1EE41; Script_Extensions:Unknown\n1EE43..1EE46; Script_Extensions:Unknown\n1EE48..1EE48; Script_Extensions:Unknown\n1EE4A..1EE4A; Script_Extensions:Unknown\n1EE4C..1EE4C; Script_Extensions:Unknown\n1EE50..1EE50; Script_Extensions:Unknown\n1EE53..1EE53; Script_Extensions:Unknown\n1EE55..1EE56; Script_Extensions:Unknown\n1EE58..1EE58; Script_Extensions:Unknown\n1EE5A..1EE5A; Script_Extensions:Unknown\n1EE5C..1EE5C; Script_Extensions:Unknown\n1EE5E..1EE5E; Script_Extensions:Unknown\n1EE60..1EE60; Script_Extensions:Unknown\n1EE63..1EE63; Script_Extensions:Unknown\n1EE65..1EE66; Script_Extensions:Unknown\n1EE6B..1EE6B; Script_Extensions:Unknown\n1EE73..1EE73; Script_Extensions:Unknown\n1EE78..1EE78; Script_Extensions:Unknown\n1EE7D..1EE7D; Script_Extensions:Unknown\n1EE7F..1EE7F; Script_Extensions:Unknown\n1EE8A..1EE8A; Script_Extensions:Unknown\n1EE9C..1EEA0; Script_Extensions:Unknown\n1EEA4..1EEA4; Script_Extensions:Unknown\n1EEAA..1EEAA; Script_Extensions:Unknown\n1EEBC..1EEEF; Script_Extensions:Unknown\n1EEF2..1EFFF; Script_Extensions:Unknown\n1F000..1F02B; Script_Extensions:Common\n1F02C..1F02F; Script_Extensions:Unknown\n1F030..1F093; Script_Extensions:Common\n1F094..1F09F; Script_Extensions:Unknown\n1F0A0..1F0AE; Script_Extensions:Common\n1F0AF..1F0B0; Script_Extensions:Unknown\n1F0B1..1F0BF; Script_Extensions:Common\n1F0C0..1F0C0; Script_Extensions:Unknown\n1F0C1..1F0CF; Script_Extensions:Common\n1F0D0..1F0D0; Script_Extensions:Unknown\n1F0D1..1F0F5; Script_Extensions:Common\n1F0F6..1F0FF; Script_Extensions:Unknown\n1F100..1F10C; Script_Extensions:Common\n1F10D..1F10F; Script_Extensions:Unknown\n1F110..1F12E; Script_Extensions:Common\n1F12F..1F12F; Script_Extensions:Unknown\n1F130..1F16B; Script_Extensions:Common\n1F16C..1F16F; Script_Extensions:Unknown\n1F170..1F1AC; Script_Extensions:Common\n1F1AD..1F1E5; Script_Extensions:Unknown\n1F1E6..1F1FF; Script_Extensions:Common\n1F201..1F202; Script_Extensions:Common\n1F203..1F20F; Script_Extensions:Unknown\n1F210..1F23B; Script_Extensions:Common\n1F23C..1F23F; Script_Extensions:Unknown\n1F240..1F248; Script_Extensions:Common\n1F249..1F24F; Script_Extensions:Unknown\n1F252..1F2FF; Script_Extensions:Unknown\n1F300..1F6D2; Script_Extensions:Common\n1F6D3..1F6DF; Script_Extensions:Unknown\n1F6E0..1F6EC; Script_Extensions:Common\n1F6ED..1F6EF; Script_Extensions:Unknown\n1F6F0..1F6F6; Script_Extensions:Common\n1F6F7..1F6FF; Script_Extensions:Unknown\n1F700..1F773; Script_Extensions:Common\n1F774..1F77F; Script_Extensions:Unknown\n1F780..1F7D4; Script_Extensions:Common\n1F7D5..1F7FF; Script_Extensions:Unknown\n1F800..1F80B; Script_Extensions:Common\n1F80C..1F80F; Script_Extensions:Unknown\n1F810..1F847; Script_Extensions:Common\n1F848..1F84F; Script_Extensions:Unknown\n1F850..1F859; Script_Extensions:Common\n1F85A..1F85F; Script_Extensions:Unknown\n1F860..1F887; Script_Extensions:Common\n1F888..1F88F; Script_Extensions:Unknown\n1F890..1F8AD; Script_Extensions:Common\n1F8AE..1F90F; Script_Extensions:Unknown\n1F910..1F91E; Script_Extensions:Common\n1F91F..1F91F; Script_Extensions:Unknown\n1F920..1F927; Script_Extensions:Common\n1F928..1F92F; Script_Extensions:Unknown\n1F930..1F930; Script_Extensions:Common\n1F931..1F932; Script_Extensions:Unknown\n1F933..1F93E; Script_Extensions:Common\n1F93F..1F93F; Script_Extensions:Unknown\n1F940..1F94B; Script_Extensions:Common\n1F94C..1F94F; Script_Extensions:Unknown\n1F950..1F95E; Script_Extensions:Common\n1F95F..1F97F; Script_Extensions:Unknown\n1F980..1F991; Script_Extensions:Common\n1F992..1F9BF; Script_Extensions:Unknown\n1F9C0..1F9C0; Script_Extensions:Common\n1F9C1..1FFFF; Script_Extensions:Unknown\n2A6D7..2A6FF; Script_Extensions:Unknown\n2B735..2B73F; Script_Extensions:Unknown\n2B81E..2B81F; Script_Extensions:Unknown\n2CEA2..2F7FF; Script_Extensions:Unknown\n2FA1E..E0000; Script_Extensions:Unknown\nE0001..E0001; Script_Extensions:Common\nE0002..E001F; Script_Extensions:Unknown\nE0020..E007F; Script_Extensions:Common\nE0080..E00FF; Script_Extensions:Unknown\nE0100..E01EF; Script_Extensions:Inherited\nE01F0..10FFFF; Script_Extensions:Unknown\n" ]
{ "pile_set_name": "Github" }
[ 0.0033688656476267096 ]
0.003369
5
[ "export var defaultCalendar = {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n};\n\nimport isFunction from '../utils/is-function';\n\nexport function calendar (key, mom, now) {\n var output = this._calendar[key];\n return isFunction(output) ? ", "output.call(mom, now) : output;\n}\n" ]
{ "pile_set_name": "Github" }
[ 0.0026041666666666665, 0 ]
0.001302
5
[ "Histopathological Predictors of Axillary Lymph Node Metastases in Patients with Breast Cancer.", "\nBACKGROUND: A tumor 30 mm or less in diameter is a standard candidate for breast conserving surgery (BCS) in Japan. ", "Axillary lymph node metastases (ALNM) is the most important prognostic factor for survival in patients with breast cancer, but the role of axillary node dissection has been controversial. ", "Histopathological predictive factors of axillary lymph node involvement have not been established. ", "The purpose of this study was to determine the association between the incidence of ALNM and histopathological factors by univariate and multivariate analysis METHODS: Sixty-five patients with noninvasive ductal carcinoma, and 993 patients with tumors 30 mm or less in diameter who underwent axillary dissection between 1988 and 1997 at our institute were reviewed. ", "The association between ALNM and 13 histopathological factors (size, age, histological subtype, histological invasiveness, lymphatic invasion, vascular invasion, macroscopic classification, histological daughter mass, ductal spread, ER, PgR, p-53, and c-erbB-2) were analyzed by univariate and, when significant, by multivariate analysis. ", "RESULTS: Only one patient with noninvasive ductal carcinoma had ALNM, and 33.1% of 993 patients with a tumor 30 mm or less in size had ALNM. ", "Multivariate analysis identified six factors as independent predictors for ALNM: lymphatic invasion, size, histological invasiveness, macroscopic classification, age and histological daughter mass. ", "CONCLUSION: Axillary lymph node dissection can be omitted in patients with noninvasive ductal carcinoma. ", "Histopathological features of tumors 30 mm or less in diameter can be used to estimate the risk of ALNM, and routine axillary node dissection might be spared in selected patients at minimal risk of ALNM, if the treatment decision is not influenced by lymph node status, such as in elderly patients." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0.010638297872340425, 0.008547008547008548, 0.005319148936170213, 0, 0.00273224043715847, 0.008849557522123894, 0.014184397163120567, 0.005050505050505051, 0, 0.006711409395973154 ]
0.006203
5
[ "The Airborne Toxic Event Austin Schedule\n\n(8 Events found available in this time)\n\nThe Airborne Toxic Event Austin Tickets\n\nThe Airborne Toxic Event tickets Austin are one of the most sought out commodities in Austin. ", "With your The Airborne Toxic Event Austin tickets you are guaranteed one of the best live performances in Staples Center from some of today's best musicians in The Airborne Toxic Event.", "\n\nThe Airborne Toxic Event Austin 2015 - See it Before it's sold out!", "\n\nThere's no differentiation between problems that could be met when music admirers are hunting for Premium Tickets to The Airborne Toxic Event Austin concerts or when they decide to book Club Suite seating for other Zilker Park cheap tickets shows; though, here they can buy hard to get tickets for important shows appearing in Austin. ", "When you lately went to a cheap tickets performance for instance The Airborne Toxic Event Austin concerts? ", "Supposedly it's so long, but here you may buy cheap tickets for all sold out concerts including those appearing in Austin or any place around Texas and live the satisfaction of music. ", "In case you are in Austin or whatever place across the nation, we will like to receive your reviews concerning The Airborne Toxic Event Austin and any cheap tickets concerts.", "\n\nTicketsInventory.com is the best online source for premium concert, sports, and theatre tickets. ", "TicketsInventory.com Offers the world's largest selection of premium tickets to sold out events. ", "Copyright 2015 TicketsInventory.com All Rights Reserved Privacy Policy - Terms Of Use" ]
{ "pile_set_name": "Pile-CC" }
[ 0.013761467889908258, 0.010810810810810811, 0, 0.005934718100890208, 0.009345794392523364, 0.005434782608695652, 0.011494252873563218, 0.010101010101010102, 0, 0 ]
0.006688
5
[ "La plupart des centres de recherche financés par le ministère de l'Agriculture du Québec sont administrés par une majorité de représentants de l'industrie, parmi lesquels des lobbyistes. ", "Dans le même temps, le ministère a abandonné les pouvoirs qu'il y détenait. ", "C'est ce qu'a découvert Radio-Canada, dans la foulée de l'affaire du lanceur d'alerte Louis Robert.", "\n\nLe fonctionnaire Louis Robert a été congédié par le ministère de l'Agriculture du Québec (MAPAQ) pour avoir dénoncé dans les médias l'ingérence de lobbyistes propesticides au sein du Centre de recherche sur les grains (CÉROM), une situation qui avait entraîné la démission de plusieurs chercheurs.", "\n\nLe CÉROM est financé à 68 % par le ministère. ", "Pourtant, des 10 sièges du conseil d’administration, 6 sont occupés par des représentants de l’industrie, parmi lesquels 4 lobbyistes actifs. ", "Le gouvernement n'y détient aucun droit de vote.", "\n\nLe mois dernier, la controverse a contraint le président du CÉROM, Christian Overbeek, à recommander que les principaux postes d’administrateurs (président, vice-président, trésorier, secrétaire) ne soient plus occupés par des producteurs ou des représentants de l’industrie.", "\n\nOr, la situation est la même dans la plupart des autres centres de recherche. ", "L'industrie y est omniprésente, ce que dénoncent plusieurs experts.", "\n\nOn a mis le milieu agricole aux commandes. ", "Guy Debailleul, professeur d’économie agroalimentaire à l’Université Laval\n\nSans constater une crise interne semblable à celle du CÉROM, voici ce que nous avons découvert.", "\n\n1. ", "Centre de développement du porc du Québec (CDPQ)\n\nAgrandir l’image  (Nouvelle fenêtre)   La collecte de semence de verrat constitue une activité complexe. ", "Photo : Getty Images / Damin Meyer\n\nMission de recherche : « permettre au secteur porcin québécois de répondre aux exigences des marchés et des consommateurs et assurer son développement durable »\n\n« permettre au secteur porcin québécois de répondre aux exigences des marchés et des consommateurs et assurer son développement durable » Argent reçu par année du MAPAQ : 2,4 millions de dollars (41 % du budget)\n\n2,4 millions de dollars (41 % du budget) Administrateurs du ministère avec le droit de vote : 0 (une observatrice)\n\n0 (une observatrice) Administrateurs de l'industrie : 8 sur 12 (dont 4 lobbyistes)\n\nLe président du C. A., Réjean Vermette, est producteur de porc et siège aussi au conseil d'administration de la Coop fédérée, la plus importante entreprise agroalimentaire au Québec.", "\n\nLe vice-président, Yvan Lacroix, est lobbyiste actif et défend la filière porcine pour le compte de différents regroupements afin qu'elle soit priorisée par le gouvernement du Québec et reçoive de l'appui financier.", "\n\nDepuis fin 2017, le CDPQ a élargi la composition de son conseil d’administration « pour avoir une meilleure représentativité de la filière », explique le directeur général, Jacques Faucher.", "\n\n« Un comité a été mis en place pour définir les priorités de recherche », ajoute-t-il, et « tous les membres [du C. A.] adhèrent à un code d’éthique et de déontologie ».", "\n\n« Le MAPAQ a décidé de ne plus occuper de fonction d’administrateur au sein du conseil d’administration, y occupant plutôt un rôle de conseiller. »", "\n\n2. ", "Centre de recherche, de développement et de transfert technologique acéricole (ACER)\n\nMission de recherche : « stimuler l’innovation et favoriser le développement durable de l'industrie »\n\n« stimuler l’innovation et favoriser le développement durable de l'industrie » Argent reçu par année du MAPAQ : 825 000 $ (44 % du budget)\n\n825 000 $ (44 % du budget) Administrateurs du ministère avec le droit de vote : 0 (En revanche, il y a un représentant avec droit de vote du ministère des Forêts, alors que ce ministère ne finance que 1,6 % du budget.)", "\n\n0 (En revanche, il y a un représentant avec droit de vote du ministère des Forêts, alors que ce ministère ne finance que 1,6 % du budget.) ", "Administrateurs de l'industrie : 12 sur 13 (dont 3 lobbyistes)\n\nLe président du C. A., Serge Beaulieu, est également président et lobbyiste actif de la Fédération des producteurs acéricoles du Québec.", "\n\nUn autre administrateur, Simon Trépanier, est le directeur général et lobbyiste de la Fédération des producteurs.", "\n\nLe vice-président du centre de recherche, Daniel Dufour, est également directeur général du Conseil de l’industrie de l’érable et lobbyiste actif pour le compte du Conseil de la transformation alimentaire du Québec.", "\n\nLe Centre ACER mentionne que les membres du C. A. sont « représentatifs de la filière » (producteurs, transformateurs, équipementiers…). « ", "Plusieurs administrateurs sont des compétiteurs, précise le directeur général Yves Bois. ", "Cette diversité protège l’indépendance des activités du Centre. »", "\n\nIl n’y a toutefois aucun représentant du monde universitaire ou des consommateurs.", "\n\n« Le MAPAQ a graduellement décidé, ces dernières années, de diminuer sa participation de deux administrateurs [avec droit de vote] à un observateur », explique M. Bois.", "\n\n« Nous sommes actuellement à finaliser un code d’éthique des administrateurs », ajoute le directeur général.", "\n\n3. ", "Centre d'expertise en production ovine (CEPOQ)\n\nAgrandir l’image  (Nouvelle fenêtre)   Une brebis et ses deux agneaux sur la ferme de Nathanael Polson près de Ponoka. ", "Photo : Radio-Canada / Julie Préjet\n\nMission de recherche : « contribuer à la protection de l’environnement, à la santé des troupeaux et à la sécurité alimentaire »\n\n« contribuer à la protection de l’environnement, à la santé des troupeaux et à la sécurité alimentaire » Argent reçu par année du MAPAQ : 810 000 $ (56 % du budget)\n\n810 000 $ (56 % du budget) Administrateurs du ministère avec le droit de vote : 0 (une observatrice)\n\n0 (une observatrice) Administrateurs de l'industrie : 5 sur 8 (dont 2 lobbyistes)\n\nLa majorité des membres du conseil d’administration sont des producteurs.", "\n\nLe vice-président du C. A. François Deslauriers est également premier vice-président et lobbyiste de la Fédération des éleveurs ovins du Québec.", "\n\nLe président de la Fédération siège aussi au conseil d’administration du centre de recherche.", "\n\nIl n’y a aucun représentant de la recherche universitaire ou des consommateurs.", "\n\n« C'est le gouvernement du Québec qui a demandé à son employé de ne pas avoir de droit de vote », explique le président du CEPOQ, Georges Parent.", "\n\n« On a un C. A. assez représentatif, ajoute-t-il. ", "C’est sûr que ce sont surtout des producteurs parce que ce sont les utilisateurs de la recherche. »", "\n\nLe CEPOQ s’engage à l’« impartialité de l’expertise fournie » et à la « qualité et rigueur des travaux ».", "\n\n4. ", "Institut de recherche et de développement en agroenvironnement (IRDA)\n\nMission de recherche : « soutenir le développement d’une agriculture durable au Québec »\n\n« soutenir le développement d’une agriculture durable au Québec » Argent reçu par année du MAPAQ : 6,3 millions de dollars (56 % du budget)\n\n6,3 millions de dollars (56 % du budget) Administrateurs du ministère avec le droit de vote : 0 (aucun observateur)\n\n0 (aucun observateur) Administrateurs de l'industrie : 5 sur 9 (dont 2 lobbyistes)\n\nUn des administrateurs de l’institut de recherche est Martin Caron, premier vice-président de l’Union des producteurs agricoles et lobbyiste actif de l’UPA.", "\n\nYvan Fréchette, premier vice-président et lobbyiste pour les Éleveurs de porcs du Québec, est aussi administrateur de l’IRDA.", "\n\nL’institut de recherche considère que son conseil d’administration offre une « représentativité à l’image de l’ensemble de filières agricoles visées par les activités de recherche et développement » avec des producteurs de divers secteurs.", "\n\nLe président du C. A. est un agronome du MAPAQ à la retraite. ", "Mais les fonctionnaires actifs du ministère ne sont plus là.", "\n\n« Le MAPAQ était présent sur le conseil depuis 1998, mais a renoncé en 2017 à son siège de membre votant », explique Mathieu Bilodeau, responsable des communications de l’IRDA.", "\n\n5. ", "Centre d'expertise en production laitière du Québec (Valacta)\n\nAgrandir l’image  (Nouvelle fenêtre)   Vaches laitières à l'heure de la traite Photo : iStock\n\nMission de recherche : « contribuer au développement durable et à la prospérité du secteur laitier par le transfert du savoir et par ses services d’analyse et de gestion de l’information »\n\n« contribuer au développement durable et à la prospérité du secteur laitier par le transfert du savoir et par ses services d’analyse et de gestion de l’information » Argent reçu par année du MAPAQ : Inconnu. (", "Valacta ne publie pas ses états financiers et a refusé de nous les fournir. ", "Le Centre affirme que cela représente moins de 6 % de son budget, mais impossible de le vérifier.)", "\n\nInconnu. (", "Valacta ne publie pas ses états financiers et a refusé de nous les fournir. ", "Le Centre affirme que cela représente moins de 6 % de son budget, mais impossible de le vérifier.) ", "Administrateurs du ministère avec le droit de vote : 1. (", "C'est une particularité chez Valacta : le MAPAQ y a maintenu son droit de vote. ", "Le siège est toutefois vacant et sera pourvu en avril. ", "Il y a aussi une observatrice du ministère dans le C. A., non-votante.)", "\n\n1. (", "C'est une particularité chez Valacta : le MAPAQ y a maintenu son droit de vote. ", "Le siège est toutefois vacant et sera pourvu en avril. ", "Il y a aussi une observatrice du ministère dans le C. A., non-votante.) ", "Administrateurs de l'industrie : 7 sur 14 (dont 4 lobbyistes)\n\nLe président du C. A., Pierre Lampron, est également administrateur des Producteurs de lait du Québec et lobbyiste enregistré pour leur compte. ", "Il plaide pour que toute modification à la politique bioalimentaire du Québec « favorise la prospérité et le développement du secteur laitier ».", "\n\nLe conseil d’administration est composé d’une majorité de producteurs laitiers. « ", "C’est notre clientèle principale, explique la directrice des communications de Valacta, Annik Perron. ", "Les Producteurs de lait du Québec sont actionnaires majoritaires. »", "\n\nL’Université McGill et le MAPAQ sont les deux autres actionnaires.", "\n\nTrois universitaires siègent actuellement au C. A., et cela « constitue une caution scientifique à nos actions », dit la porte-parole de Valacta.", "\n\nContrairement aux autres organismes, le ministère de l’Agriculture a conservé son droit de vote, et Valacta y voit un avantage. « ", "Le MAPAQ, en étant membre votant, veille à la bonne utilisation des fonds qui nous sont octroyés », affirme Annik Perron.", "\n\n6. ", "Centre de recherche en sciences animales de Deschambault (CRSAD)\n\nAgrandir l’image  (Nouvelle fenêtre)   Un élevage de poulets Photo : getty images/istockphoto / ligora\n\nMission de recherche : « soutenir la recherche et le développement en sciences animales selon une stratégie collective afin d'enrichir l'expertise du secteur »\n\n« soutenir la recherche et le développement en sciences animales selon une stratégie collective afin d'enrichir l'expertise du secteur » Argent reçu par année du MAPAQ : 1,9 million $ (40 % du budget)\n\n1,9 million $ (40 % du budget) Administrateurs du ministère avec le droit de vote : 0 (une observatrice)\n\n0 (une observatrice) Administrateurs de l'industrie : 2 sur 10 (dont 2 lobbyistes)\n\nLe vice-président du C. A. Yvan Fréchette est premier vice-président des Éleveurs de porcs du Québec. ", "À ce titre, il est enregistré comme lobbyiste pour orienter les actions du gouvernement afin de favoriser la filière porcine.", "\n\nLe CRSAD dispose cependant d'un conseil d'administration très diversifié. ", "Son président est chercheur à l'Université Laval, et trois autres universitaires siègent au C. A.\n\nIl y a deux ans, le ministère de l’Agriculture s’est retiré du conseil d’administration pour n’y laisser qu’une observatrice.", "\n\nDes experts recommandent des changements\n\nIl y a 20, 25 ans, la recherche appliquée se faisait encore à l’intérieur du ministère de l’Agriculture du Québec, mais le MAPAQ a converti ses centres de recherche en organismes sans but lucratif au tournant des années 2000.", "\n\nLes investissements privés ont été encouragés, mais le gouvernement a conservé une part importante du financement.", "\n\nEn 2016 et 2017, sous la gouverne du ministre libéral Pierre Paradis, les fonctionnaires du ministère ont soudainement quitté leurs sièges aux conseils d’administration des organismes.", "\n\nLe manque de leadership du MAPAQ a été remplacé par celui de l'Union des producteurs agricoles qui, elle, n'a pas peur d'exercer du pouvoir. ", "Guy Debailleul, professeur d’économie agroalimentaire à l’Université Laval\n\nLe professeur d'économie agroalimentaire à l'Université Laval Guy Debailleul a déjà siégé au conseil d’administration de l’IRDA. ", "Il se souvient de prises de bec qui, selon lui, « illustraient la position de conflit d’intérêts de certains représentants des producteurs ».", "\n\nLe professeur recommande que les représentants de l’industrie ne soient pas présents dans les C.A., mais dans des comités d’orientation, sans avoir le pouvoir de bloquer la planification ou la diffusion de recherches.", "\n\nM. Debailleul demande aussi au ministère d’« assumer sa responsabilité dans l'utilisation des fonds publics », puisque « certaines recherches concernent l'ensemble de la société ».", "\n\nUne opinion partagée par l'ancienne secrétaire générale de la Commission Pronovost sur l'avenir de l'agriculture et de l'agroalimentaire au Québec, Suzanne Dion.", "\n\nLe MAPAQ justifie son absence\n\n« Les représentants du MAPAQ étaient placés en situation de conflit de loyauté entre leurs responsabilités légales d’administrateurs et l’exercice de leur charge publique », explique le porte-parole du ministère, Yohan Dallaire-Boily.", "\n\nPar exemple, la loi oblige les membres d'un conseil d'administration d'avoir pour seul ou principal objectif le bien de l'organisme.", "\n\nLe MAPAQ estime que les « personnes-ressources » qui ont remplacé les administrateurs votants « disposent de la marge de manoeuvre pour informer le ministère de situations qui requièrent son attention ».", "\n\nIl existerait une solution facile au problème du ministère, selon Michel Magnan, professeur et titulaire de la chaire de gouvernance d'entreprise S.A. Jarislowsky de l’Université Concordia : « Ce n'est pas obligatoire que les administrateurs soient des fonctionnaires, ça peut être des personnes nommées par le ministère. »", "\n\nMême l’Union des producteurs agricoles, omniprésente sur les conseils d’administration, en appelle au retour des administrateurs du MAPAQ.", "\n\n« Nous, on n’a jamais eu d’objection, au contraire, dit le président de l’UPA, Marcel Groleau. ", "On a toujours souhaité la présence du MAPAQ avec nous sur ces conseils d’administration, avec un droit de vote également, pour bien s’exprimer sur les enjeux et les décisions à prendre. »", "\n\nL'intérêt des producteurs est largement compatible avec l'intérêt public. ", "Marcel Groleau, président de l’Union des producteurs agricoles\n\nEst-ce que les producteurs agricoles sont trop nombreux dans les C. A. des centres de recherche ? « ", "C’est au MAPAQ de l’évaluer », dit Marcel Groleau.", "\n\n« Il ne faut pas jeter le bébé avec l'eau du bain, dit-il. ", "La présence de ces producteurs est essentielle pour orienter ou s'assurer que ces recherches correspondent aux enjeux qu'on vit sur le terrain. ", "Pour pas que ce soit des trips de chercheurs. »", "\n\nSelon lui, la crise vécue au CÉROM ne se retrouve pas dans les autres centres de recherche, et il affirme que les producteurs n’ont aucun intérêt à influencer des résultats de recherche.", "\n\n« Les producteurs sont les premiers à vouloir la vérité, dit Marcel Groleau. ", "S'il y a un traitement qui est plus efficace qu'un autre, je suis le premier à vouloir le savoir. »", "\n\nNouvelles directives du ministère\n\nL’an dernier, dans la foulée de la crise au CÉROM, le ministère de l’Agriculture a transmis de nouvelles directives aux centres de recherche en ce qui concerne leur gouvernance.", "\n\nLes membres du C. A. peuvent être issus d'un milieu, mais n'en sont pas les représentants. ", "Consigne donnée par le ministère de l’Agriculture du Québec\n\nLes conseils d’administration doivent représenter « tous les maillons de la filière », instaurer une « rotation des membres », et les officiers (président, vice-président, trésorier, secrétaire) doivent avoir des profils diversifiés." ]
{ "pile_set_name": "OpenWebText2" }
[ 0, 0.013157894736842105, 0.030303030303030304, 0.013377926421404682, 0, 0.007042253521126761, 0.020833333333333332, 0.007220216606498195, 0.0125, 0, 0, 0.017543859649122806, 0, 0.03164556962025317, 0.01008827238335435, 0.009216589861751152, 0.020942408376963352, 0.017543859649122806, 0.006711409395973154, 0, 0.009140767824497258, 0.014184397163120567, 0.02, 0.017391304347826087, 0.013824884792626729, 0.014184397163120567, 0.011235955056179775, 0.015384615384615385, 0, 0.0058823529411764705, 0.00909090909090909, 0, 0.01764705882352941, 0.00847457627118644, 0.0136986301369863, 0.010526315789473684, 0, 0.006802721088435374, 0.019230769230769232, 0, 0, 0, 0.007587253414264037, 0.015748031496062992, 0.004149377593360996, 0.046875, 0.016666666666666666, 0.0056179775280898875, 0, 0.007142857142857143, 0, 0, 0, 0, 0, 0, 0.0125, 0, 0.014084507042253521, 0, 0.0125, 0, 0.013888888888888888, 0.014492753623188406, 0.006944444444444444, 0, 0.029411764705882353, 0.029850746268656716, 0, 0.013605442176870748, 0.015151515151515152, 0.01652892561983471, 0, 0.012077294685990338, 0.016, 0, 0.008928571428571428, 0.011152416356877323, 0.008620689655172414, 0.005376344086021506, 0.02097902097902098, 0.024390243902439025, 0, 0.0091324200913242, 0.005494505494505495, 0.012269938650306749, 0.00749063670411985, 0.022388059701492536, 0, 0.009230769230769232, 0.007142857142857143, 0.020618556701030927, 0.016042780748663103, 0, 0.012195121951219513, 0.04, 0.03278688524590164, 0, 0, 0.005319148936170213, 0.02531645569620253, 0.010101010101010102, 0.004672897196261682, 0.010752688172043012, 0 ]
0.010153
5
[ "Real Estate & Investment Property Made Easy online since 1996\n\nWest Town Condos and Townhouses MLS Listings\n\nClick on the Register Link below and register to have our system notify you by email of any new West Town Condos and Townhouses real estate listings that meet your search criteria. ", "Listings are updated daily and the Free Search Saver Feature allows you to be notified of new properties the moment they hit the marketplace. ", "Register Now!", "\n\nCategories\n\nCategories\n\nGet Answers To Your Legal Questions\n\nChicago Area Real Estate Expertise Working For You\n\nThe Ideal Location Team is here to assist you in all aspects of your real estate transaction, use all or some of our team to be your personal buy side advocate(s). ", "We will assist you with showings of any property, provide access to comparable & property history research, assist with all due diligence, connect you with the best lenders and funding programs, home inspectors and legal representation. ", "We work for you and at no cost to you ( we are compensated by the seller ) For questions, showings or consultation just call 312-528-9220 or fill out the form and an associate will get back to you asap. ", "Real Estate Data provided courtesy of Ideal Location Chicago Real Estate, LLC" ]
{ "pile_set_name": "Pile-CC" }
[ 0.006896551724137931, 0.007042253521126761, 0.07692307692307693, 0, 0, 0.0049261083743842365, 0.025974025974025976 ]
0.017395
5
[ "Q:\n\nHow to redirect a user to a specific activity in Cloud Firestore?", "\n\nWhile Registering an account using Firebase auth I stored emails in 2 categories Teacher and Student. ", "I add emails to Firestore 2 different categories Teacher and Student with email and password. ", "When I login I want to check that email belongs to which category (Teacher or Student) how can I do that I tried the firestore query isequalsto but it didn't differentiate.", "\nHere is my database\nTeacher\n\nStudent\n\nAny other possible solution?", "\nhere is my code for login activity\npackage com.example.dell.step;\n\nimport android.app.", "ProgressDialog;\nimport android.content.", "Intent;\nimport android.os.", "Bundle;\nimport android.support.annotation.", "NonNull;\nimport android.support.v7.app.", "AppCompatActivity;\nimport android.support.v7.widget.", "Toolbar;\nimport android.text.", "TextUtils;\nimport android.view.", "View;\nimport android.widget.", "Button;\nimport android.widget.", "EditText;\nimport android.widget.", "Toast;\n\nimport com.google.android.gms.tasks.", "OnCompleteListener;\nimport com.google.android.gms.tasks.", "OnSuccessListener;\nimport com.google.android.gms.tasks.", "Task;\nimport com.google.firebase.auth.", "AuthResult;\nimport com.google.firebase.auth.", "FirebaseAuth;\nimport com.google.firebase.firestore.", "CollectionReference;\nimport com.google.firebase.firestore.", "FirebaseFirestore;\nimport com.google.firebase.firestore.", "QuerySnapshot;\n\npublic class LoginActivity extends AppCompatActivity {\n\n private Button mRegbtn;\n private Button mloginbtn;\n private EditText mEmail;\n private EditText mPassword;\n\n private Toolbar mToolbar;\n\n private FirebaseAuth mAuth;\n\n private ProgressDialog mLoginDialog;\n private FirebaseFirestore firebaseFirestore;\n private CollectionReference collectionReference_I;\n private CollectionReference collectionReference_S;\n\n @Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_login);\n\n mAuth = FirebaseAuth.getInstance();\n\n //Progress Dialog\n\n mLoginDialog = new ProgressDialog(this);\n\n //FOr Toolbar\n\n mToolbar = findViewById(R.id.login_toolbar);\n setSupportActionBar(mToolbar);\n getSupportActionBar().setTitle(\"Login Account\");\n\n mloginbtn = findViewById(R.id.login_btn);\n mEmail = findViewById(R.id.login_email);\n mPassword = findViewById(R.id.login_password);\n\n mRegbtn = findViewById(R.id.login_reg_btn);\n\n firebaseFirestore = FirebaseFirestore.getInstance();\n\n mRegbtn.setOnClickListener(new View.", "OnClickListener() {\n @Override\n public void onClick(View v) {\n\n Intent regIntent = new Intent(LoginActivity.this, RegisterActivity.class);\n startActivity(regIntent);\n finish();\n\n }\n });\n\n mloginbtn.setOnClickListener(new View.", "OnClickListener() {\n @Override\n public void onClick(View v) {\n String email = mEmail.getText().toString();\n String password = mPassword.getText().toString();\n\n if (!", "TextUtils.isEmpty(email) && !", "TextUtils.isEmpty(password)) {\n mLoginDialog.setTitle(\"Login User\");\n mLoginDialog.setMessage(\"Please wait while we login to your account :)\");\n //it stops cancel Dialog when user touch on screen\n mLoginDialog.setCanceledOnTouchOutside(false);\n mLoginDialog.show();\n\n login_user(email, password);\n }\n }\n });\n\n }\n\n private void login_user(final String email, final String password) {\n\n collectionReference_I = firebaseFirestore.collection(\"Teacher\");\n collectionReference_S = firebaseFirestore.collection(\"Student\");\n\n collectionReference_I.whereEqualTo(\"teacher_email\", email).get().addOnSuccessListener(new OnSuccessListener<QuerySnapshot>() {\n @Override\n public void onSuccess(QuerySnapshot documentSnapshots) {\n\n mAuth.signInWithEmailAndPassword(email, password).addOnCompleteListener(new OnCompleteListener<AuthResult>() {\n @Override\n public void onComplete(@NonNull Task<AuthResult> task) {\n\n if (task.isSuccessful()) {\n\n //Dismiss the progress Dialog\n mLoginDialog.dismiss();\n\n //user is registered\n Toast.makeText(LoginActivity.this, \"Welcome to Teacher Account\", Toast.", "LENGTH_SHORT).show();\n Intent mainIntent = new Intent(LoginActivity.this, MainActivity.class);\n startActivity(mainIntent);\n finish();\n\n } else {\n\n mLoginDialog.hide();\n\n //if user is not registered\n Toast.makeText(LoginActivity.this, \"Cannot Log in Please check the form and try again!\", ", "Toast.", "LENGTH_LONG).show();\n\n }\n\n }\n });\n\n }\n });\n\n collectionReference_S.whereEqualTo(\"Student_email\", email).get().addOnSuccessListener(new OnSuccessListener<QuerySnapshot>() {\n @Override\n public void onSuccess(QuerySnapshot documentSnapshots) {\n\n mAuth.signInWithEmailAndPassword(email, password).addOnCompleteListener(new OnCompleteListener<AuthResult>() {\n @Override\n public void onComplete(@NonNull Task<AuthResult> task) {\n\n if (task.isSuccessful()) {\n\n //Dismiss the progress Dialog\n mLoginDialog.dismiss();\n\n //user is registered\n Toast.makeText(LoginActivity.this, \"Welcome to Student Account\", Toast.", "LENGTH_SHORT).show();\n Intent mainIntent = new Intent(LoginActivity.this, StudentMain.class);\n startActivity(mainIntent);\n finish();\n\n } else {\n\n mLoginDialog.hide();\n\n //if user is not registered\n Toast.makeText(LoginActivity.this, \"Cannot Log in Please check the form and try again!\", ", "Toast.", "LENGTH_LONG).show();\n\n }\n\n }\n });\n\n }\n });\n\n }\n}\n\nA:\n\nUsing two different collections, one for each type of your users isn't quite a flexible solutions. ", "Another more simpler solution might be:\nFirestore-root\n |\n --- users (collection)\n |\n --- uid (document)\n | |\n | --- email: \"student@email.com\"\n | |\n | --- password: \"********\"\n | |\n | --- type: \"student\"\n |\n --- uid (document)\n |\n --- email: \"teacher@email.com\"\n |\n --- password: \"********\"\n |\n --- type: \"teacher\"\n\nSee, I have added the type of the user as a property of your user object. ", "Now, to get a user based on the email address, please use the following lines of code:\nFirebaseFirestore rootRef = FirebaseFirestore.getInstance();\nCollectionReference usersRef = rootRef.collection(\"users\");\nQuery query = usersRef.whereEqualTo(\"email\", \"student@email.com\")\nquery.get().addOnCompleteListener(new OnCompleteListener<QuerySnapshot>() {\n @Override\n public void onComplete(@NonNull Task<QuerySnapshot> task) {\n if (task.isSuccessful()) {\n for (QueryDocumentSnapshot document : task.getResult()) {\n String email = document.getString(\"email\");\n String password = document.getString(\"password\");\n mAuth.signInWithEmailAndPassword(email, password).addOnCompleteListener(/* ... */);\n }\n }\n }\n});\n\nOnce the user is authenticated, to redirect the user to the corresponding activity, please use the following lines of code:\nString uid = FirebaseAuth.getInstance().getCurrentUser().getUid();\nusersRef.document(uid).get().addOnCompleteListener(new OnCompleteListener<DocumentSnapshot>() {\n @Override\n public void onComplete(@NonNull Task<DocumentSnapshot> task) {\n if (task.isSuccessful()) {\n DocumentSnapshot document = task.getResult();\n if (document.exists()) {\n String type = document.getString(\"type\");\n if(type.equals(\"student\")) {\n startActivity(new Intent(MainActivity.this, Student.class));\n } else if (type.equals(\"teacher\")) {\n startActivity(new Intent(MainActivity.this, Teacher.class));\n }\n }\n }\n }\n});\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0.009615384615384616, 0, 0, 0, 0, 0.02564102564102564, 0, 0, 0.05128205128205128, 0, 0, 0.03225806451612903, 0, 0, 0.03125, 0, 0, 0, 0.02631578947368421, 0.045454545454545456, 0.0392156862745098, 0.034482758620689655, 0.03571428571428571, 0.010560519902518278, 0.0031446540880503146, 0.004310344827586207, 0.034482758620689655, 0.004804392587508579, 0, 0, 0.004484304932735426, 0, 0, 0, 0.0036036036036036037, 0.005411906193625977 ]
0.010866
5
[ "Q:\n\nExcel Work Book - Read from C# substantially slow ? ", "\n\nwas experimenting with reading from an excel workbook and noticed it takes a long time to read a sheet with 3560 rows and 7 columns, about 1 minute and 17 seconds. ", "All I did was loop through the whole sheet and store the values in a list.", "\nIs this normal, or am I doing something wrong ?", "\n static void Main(string[] args)\n {\n List<string> testList = new List<string>();\n Excel.", "Application excelApp = new Excel.", "Application();\n Excel.", "Workbook workbook = excelApp.", "Workbooks.", "Open(@\"C:\\Users\\rnewell\\Desktop\\FxData.xlsx\");\n Excel.", "Worksheet worksheet = workbook.", "Sheets[1];\n Excel.", "Range range = worksheet.", "UsedRange;\n\n int rowCount = range.", "Rows.", "Count;\n int colCount = range.", "Columns.", "Count;\n\n int rowCounter = 1;\n int colCounter = 1;\n\n while (rowCounter < rowCount)\n {\n colCounter = 1;\n while (colCounter <= colCount)\n {\n //Console.", "Write(range.", "Cells[rowCounter, colCounter].Value2.ToString() + \" \");\n testList.", "Add(range.", "Cells[rowCounter, colCounter].Value2.ToString());\n colCounter++;\n }\n Console.", "WriteLine();\n rowCounter++;\n\n }\n\n Console.", "ReadKey();\n excelApp.", "Workbooks.", "Close();\n\n }\n\nA:\n\n@TimWilliams' comment is the correct answer. ", "Reading a single cell takes as long as reading a range of any size. ", "This is the overhead of talking to the COM layer, and you are incurring it thousands of times. ", "You should write the range to an object[,], and then access that array cell by cell.", "\n int rowCount = range.", "Rows.", "Count;\n int colCount = range.", "Columns.", "Count;\n\n object[,] values= range.", "Value2;\n\n int rowCounter = 1;\n int colCounter = 1;\n\n while (rowCounter < rowCount)\n {\n colCounter = 1;\n while (colCounter <= colCount)\n {\n // check for null?", "\n testList.", "Add(values[rowCounter, colCounter].ToString());\n }\n }\n\nNote that the array will be one-based instead of zero-based like normal C# arrays. ", "The data will go from 1 to rowCount and from 1 to colCount, but Rows and Columns properties will return rowCount and colCount, not 1 + rowCount and 1 + colCount. ", "If you want to write data back, you can use a zero-based array of the right size (in fact you have to AFAIK since you can't create a one-based array) and it will work fine.", "\n\nA:\n\nSince you are loading data from the Open XML (*.xlsx) file format, I would suggest you use Open XML SDK. ", "It doesn't start Excel in the background which is always a good thing, in particular if you need to run your code non-interactively.", "\nI've also written a blog post on different methods of accessing data in Excel which you might find useful.", "\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0.009433962264150943, 0, 0, 0, 0.1, 0, 0, 0, 0, 0.024390243902439025, 0, 0.027777777777777776, 0, 0.013392857142857142, 0, 0, 0, 0.008771929824561403, 0.029850746268656716, 0, 0.1, 0.015151515151515152, 0, 0, 0, 0, 0, 0.03125, 0, 0, 0.014925373134328358, 0, 0, 0.018518518518518517, 0.005813953488372093, 0, 0, 0, 0 ]
0.009286
5
[ "Bohemia, Wiltshire\n\nBohemia is a hamlet in Wiltshire, England, in the parish of Redlynch. ", "It lies about southeast of Redlynch and southeast of Salisbury.", "\n\nCategory:Hamlets in Wiltshire" ]
{ "pile_set_name": "Wikipedia (en)" }
[ 0.022222222222222223, 0, 0 ]
0.007407
5
[ "#!", "/bin/bash\n\nPROMETHEUS=$1\n\ncat <<-EOF\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: prometheus-$PROMETHEUS-rules\n labels:\n role: prometheus-rulefiles\n prometheus: $PROMETHEUS\ndata:\nEOF\n\n#shellcheck disable=SC2012,SC2086\nfor f in $(ls rules/${PROMETHEUS}/*.rules.yaml | sort -V)\ndo\n echo \" $(basename \"$f\"): |+\"\n sed \"s/^/ /g\" \"$f\"\ndone\n" ]
{ "pile_set_name": "Github" }
[ 0, 0.005698005698005698 ]
0.002849
5
[ "Pages\n\nMonday, December 03, 2012\n\n''JOSE MOURINHO WILL LEAVE REAL MADRID THIS SEASON'' - MARCA\n\nReal Madrid coach, Jose Mourinho will leave the La Liga champion at the end of the season according to a report in Spanish newspaper Marca.", "\n\nMourinho has come under fire from supporters this season following\nMadrid’s slow start to the domestic season and even came out early\nbefore his side faced Atletico Madrid to give them the chance to jeer\nhim. ", "Mourinho was booed by sections of the crowd in last Tuesday’s Copa del Rey defeat of Alcoyano, prompting the former Porto and Inter Milan boss to offer supporters the chance to vent their frustration by arranging to come to the side of the pitch 40 minutes before the game.", "\n\nThe reaction was mixed but with less than 5,000 fans inside the Bernabeu at the time, it offered little indication as to how the majority were feeling.", "\n\nit is now being speculated that Mourinho and Madrid president Florentino Perez have agreed his tenure at the club will come to an end next summer.", "\n\nUnder a picture of a broken heart, the Marca report claims: 'Jose Mourinho will not coach Real Madrid next season.", "\n\n'Both Mou and Florentino Perez believe the Portuguese’s cycle on the bench at the Bernabeu is exhausted and that the current situation cannot continue beyond June 30.'", "\n\nMarca, who are known to have strong links with Real, report Perez has become concerned by a number of incidents this season which have not cast the club in a good light. ", "Madrid are 11 points behind arch-rivals Barcelona and five points behind second-placed Atletico despite Saturday night’s 2-0 defeat of their near-neighbours.", "\n\nThe Portuguese boss could succeed Sir Alex Ferguson at Old Trafford after the Manchester United manager backed him for the role.", "\n\nFerguson is a fan of Mourinho and asked if he could replace him in the Old Trafford hot-seat, he told ITV4: 'He can manage anywhere, absolutely.", "\n\n'I’m not going to put any forecasts on what is going to happen at this club.", "\n\n'I won’t last forever, but Jose can manage anywhere, there is no question about that.", "'Mourinho joined Chelsea after leading Porto to a surprise Champions League triumph in 2004 and remained for three years.", "\n\nHe then joined Inter Milan and guided the Nerazzurri to back-to-back Serie A titles.", "\n\nIn addition to the Scudetto, Inter also landed the Coppa Italia and the Champions League in 2010 and in doing so became the first Italian side to win the treble.", "\n\nA move to Madrid ensued and after winning the Copa del Rey in his first season in charge he ended Barca’s stranglehold on the Primera Division crown last season." ]
{ "pile_set_name": "Pile-CC" }
[ 0.01276595744680851, 0.004739336492890996, 0.01098901098901099, 0.006535947712418301, 0.006756756756756757, 0.017241379310344827, 0.01775147928994083, 0, 0.012738853503184714, 0.007692307692307693, 0, 0, 0.011494252873563218, 0.01652892561983471, 0.023255813953488372, 0.018404907975460124, 0.006134969325153374 ]
0.010178
5
[ "Movie Review A- The Avengers Director Joss Whedon Runtime 143 minutes Rating PG Cast Robert Downey Jr., Chris Evans, Samuel L. Jackson\n\n\nPeople never know when they’re living in a golden age, goes a commonplace bit of wisdom, but that can’t be true for fans of superhero movies. ", "Since 2000, when Bryan Singer debuted an X-Men film that stayed true to the themes and characters of the best X-Men comics while satisfying all the requirements of a big summer blockbuster, good-to-great superhero adaptations—and, yes, some truly lamentable ones—have arrived at a regular clip. ", "It’s not that worthy superhero films didn’t exist before then. ", "But even the most striking, like Richard Donner’s Superman and Tim Burton’s Batman films, either winked at or took outrageous liberties with the source material, or both. (", "To put things in perspective, X-Men arrived just three years after this.) ", "In recent years, Marvel Studios has gone one step further, trying to bring to the big screen not just the company’s superhero stories, but also the idea of a shared universe in which Iron Man, Thor, Captain America, and others could team up. ", "Built on the groundwork of The Incredible Hulk, Captain America, Thor, and two Iron Man films, The Avengers is the logical culmination of that work, adapting Marvel’s long-running, oft-changing team comic book, in which the company’s biggest heroes share space with colorful second-stringers as they save the world.", "\n\nSince making an Avengers movie requires lining up so many moving pieces in an orderly row, it’s something of an accomplishment that The Avengers even exists. ", "But beyond that logistical nightmare is the double agenda the film has to serve, advancing the stories of the individual characters as begun in previous films while telling a coherent, self-contained story. ", "Factor in another wave of Marvel movies and an inevitable sequel, and that agenda gets even more complicated. ", "All of which raises the question: Is there room for any movie within this Avengers movie?", "\n\n\nDecidedly, yes. ", "Written and directed by Buffy The Vampire Slayer creator Joss Whedon, The Avengers is big but graceful, carefully balancing small character moments with action scenes that stretch from the New York pavement to the sky and beyond. ", "The film finds drama in the reluctant cooperation of teammates yoked together by the threat of a common enemy, as well as in the terrifying shadows cast by giant space monsters as they descend from the heavens. ", "Tasked with meeting the many requirements necessary for any Avengers movie to work, Whedon checks off all the boxes, then sets about creating new expectations for what a big superhero movie ought to be.", "\n\nIn essence a getting-the-band-together story, The Avengers opens by establishing a threat big enough to warrant the attention of the heaviest hitters of the superhero world. ", "Still unhappy about falling into an abyss at the end of Thor, Loki (Tom Hiddleston) has conspired with a group of aliens to take over the world with some help from The Tesseract, the mysterious energy-producing cube that’s been bouncing around the last few Marvel films. ", "In the process of making his intentions clear, he destroys a S.H.I.E.L.D. base and takes over the minds of two of its key operatives: a scientific genius (Stellan Skarsgard, reprising his Thor role) and freakishly gifted archer Clint Barton (Jeremy Renner).", "\n\n\nUnderstandably upset, S.H.I.E.L.D. head Nick Fury (Samuel L. Jackson) sets about putting together a superteam, first bringing in the espionage expert Black Widow (Scarlett Johansson), then some less eager recruits: Captain America (Chris Evans), Iron Man (Robert Downey Jr.), and, eventually, super-scientist Bruce Banner (Mark Ruffalo)—who’s laying low in order to keep his monstrous alter-ego The Hulk in check—and Thor (Chris Hemsworth), who would like to save Earth, sure, but also has a personal grudge with Loki.", "\n\nRemarkably, given that sprawling cast of characters, everyone gets their due. ", "Whedon picks up the action where Iron Man 2, Thor, and Captain America left off, continuing to develop the stories of each of those films’ heroes. ", "Downey’s Tony Stark remains driven by ego and genius, always on the verge of overreaching, while Hemsworth continues to navigate between two worlds. ", "As a man out of time, unsure of how he fits into the modern world, or if he even wants to, Evans shoulders even more of the drama, becoming the heart of a film that’s filled with heroics, but also, if sometimes too fleetingly, concerned with the meaning of heroism.", "\n\n\nFitting right in: Ruffalo’s laidback Banner, a characterization with echoes of the easy-living California dude he played in The Kids Are All Right, Johansson’s haunted superspy, and Renner, whose steely intensity alone makes it easy to forget the unlikelihood of an archer, no matter how good, being able to hold his own among superhumans. ", "Not to mention major supporting roles played by Jackson, Cobie Smulders as Jackson’s chief lieutenant, and Clark Gregg, who steps into the spotlight after lurking in the shadows as a S.H.I.E.L.D. agent in previous Marvel films.", "\n\nYet compelling as each character is in his or her own right, the real pleasure comes from the unstable chemistry of putting them together. ", "While Downey and Ruffalo bond immediately and unnervingly over their shared love of science’s outer limits, others get along less immediately, and less well. ", "That’s partly because, as in the comics, they have no real business sharing space with one another. ", "Characters created to star in disparate adventure tales about espionage, science, warfare, monsters, and mythology don’t really belong in the same story. ", "And yet, also as in the comics, they exist in a larger-than-life universe in which their stories can be joined together in service of the clashes between good and evil that overwhelm them individually.", "\n\n\nThe Avengers makes the evil side of the equation seem suitably overwhelming. ", "In action scenes that include a long setpiece aboard S.H.I.E.L.D.’s airborne fortress and a Manhattan showdown that bounces from city streets to the tops of skyscrapers and back again (and features more shattered glass than a chandelier store run by Jerry Lewis), The Avengers throws at its heroes opponents who outnumber and outgun a team still learning the meaning of teamwork. ", "The film also gives the bad guys an insidious agenda. ", "The action looks impressive—even with the unnecessary addition of post-production 3D—but they’re made all the more chilling by early Hiddleston dialogue, delivered with Shakespearean intensity, about using humanity’s innate distrust of its own freedom as a tool for his own purposes.", "\n\nAlways skilled at mixing melees and metaphors, Whedon turns Hiddleston’s Norse trickster god into another in a line of Big Bads whose origins can be traced to the worst human impulses, and he’s made all the more effective by the glints of vulnerability and sympathy beneath the schemes and horns. ", "Some of Whedon’s other creative impulses get pushed aside by the scale on which he has to work. ", "Downey gets the lion’s share of the witty banter, and anyone expecting the self-awareness and zigzag plotting of the director’s other work might be disappointed by The Avengers’ heads-down forward charge. (", "Where The Cabin In The Woods offers a straight shot of Whedon, The Avengers adds a mixer and garnish to make it go down easy.) ", "But other recognizable Whedonisms arrive intact, including a distrust of authority that extends to the ostensible good guys and an unfailing ability to switch between effervescent lightness and wrenching emotion.", "\n\n\nIn other words, The Avengers delivers and then some. ", "Even the weakest of Marvel Studios’ films have felt like competent, well-polished pieces of product. ", "The Avengers is that, yes, but also a heartfelt, exciting, and thematically resonant piece of big-screen mythmaking likely to please superhero geeks and general audiences alike. ", "Though, just as Star Wars helped bring the dreams of science-fiction fans into the world at large in the ’70s, in the years since X-Men, the distinction between fans and general audiences has gotten thinner and thinner. ", "Maybe that’s what happens in a golden age.", "\n\nFor thoughts on, and a place to discuss, plot details not talked about in this review, visit The Avengers' Spoiler Space." ]
{ "pile_set_name": "OpenWebText2" }
[ 0.017921146953405017, 0.003389830508474576, 0, 0.01744186046511628, 0, 0.012396694214876033, 0.006349206349206349, 0, 0, 0, 0, 0, 0.008695652173913044, 0, 0, 0, 0.007380073800738007, 0.01556420233463035, 0.02495201535508637, 0, 0.013605442176870748, 0.020134228187919462, 0, 0.011661807580174927, 0.02643171806167401, 0, 0.012658227848101266, 0, 0, 0, 0, 0.002631578947368421, 0, 0.0035335689045936395, 0.0033444816053511705, 0, 0, 0, 0, 0, 0.009900990099009901, 0, 0, 0, 0.008130081300813009 ]
0.005025
5
[ "Stress fractures.", "\nPresident Clinton has lambasted \"special interests\" for opposing his health care reform proposal. ", "But interest groups are under enormous pressure, and many are badly splintered as Congress takes up the issue. ", "And you can't always judge what they want by what they say." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0.010101010101010102, 0.009009009009009009, 0 ]
0.004778
5
[ "\"Mr. President.\" \"", "I need you, Tom, to hunt down Monroe and execute him.\" \"", "What makes you so sure you can trust me?\" \"", "Your wife, alive, for now.\" \"", "Miles, Rachel.\" \"", "You gotta know about these Patriots, right?\" \"", "I have been fighting like hell against them.\" \" ", "Your old man telling the truth?\" \" ", "On my mother's grave.\" \"", "Nanotech?\" \"", "It's OS.\" \"", "It's the code that we all wrote.\" \"", "And the fireflies, the healing, it's all part of it.\" \"", "We're here because it wants us here, and we're gonna stay until we figure out why.\" \"", "These guys are handing our asses to us.\" \"", "We need more men.\" \"", "I know someone who's got plenty, a warlord named Duncan Page.\" \" ", "I want to buy some of your guys.\" \" ", "Thirty diamonds a head.\" \"", "You want those men?\" \"", "We need those diamonds.\" \"", "I'll distract the guards while you guys make your move.\" \"", "Hey, you!\" \"", "Boss, over here!\" \"", "What the hell is this?\" \"", "Imagine my surprise when I found out that this whole time you were the Sebastian Monroe.\" \"", "Oh, is...\" \"This is your son?\" \"", "Huh.\" \"", "I see the resemblance.\" \"", "Sebastian Monroe?\" \"", "What the hell are you talking about, Gould?\" \"", "I guess the mighty have fallen pretty frickin' far, huh?\" \"", "I mean, stealing?\" \"", "From me?\" \"", "You wanted money, all you had to do was ask.\" \"", "I would've whored you out.\" \" ", "Okay, Gould, let me explain.\" \" ", "No, no, it's okay.\" \"", "You can make it up to me, General.\" \"", "You and him...\" \"You're gonna have a dogfight.\" \"", "Son of a...\" \"Gould, don't.\" \"", "Let's just...\" \"Let's talk about this.\" \"", "None of this sounds good.\" \"", "It's a fight to the death.\" \"", "Don't look at it as a bad thing.\" \"", "The winner gets to walk away.\" \"", "And I get a hell of a payday.\" \"", "Almost everybody wins.\" \"", "Now, you're gonna open this gate, and we're walking away.\" \"", "Don't get hysterical.\" \"", "They got you covered.\" \"", "You wouldn't make it two steps.\" \"", "Now let me go, or I shoot your son.\" \"", "Uno.\" \"", "Dos.\" \"", "You're fighting tomorrow.\" \"", "And you know me, I got a good eye.\" \"", "So if either one of you tries to throw it, or if it even smells like you're pulling your punches I'll shoot both of you on the spot.\" \"", "And the crowd will love it.\" \"", "How are we gonna get out of here?\" \"", "Well, you got any ideas?\" \"", "I'm all ears.\" \" ", "Charlie's still out there.\" \" ", "Right, yeah, mini-Miles.\" \"", "She's gonna come and save us?\" \"", "Let's just hold our breath.\" \"", "Well, if we can't get out of here we gotta get ready.\" \"", "We don't have much time.\" \"", "Ready for what?\" \"", "I gotta teach you how to kill me.\" \"", "Tom:\" \"I thought you said this was a field hospital.\" \"", "It was.\" \"", "Looks like they're renovating.\" \"", "Tom:\" \"Into what?\" \"", "Oh, probably something terrible.\" \"", "Aren't you glad you joined the team?\" \"", "Having a second thought or two.\" \"", "What do you think's in those barrels?\" \"", "Who's that guy?\" \"", "Giving orders.\" \"", "Ever seen him before?\" \"", "Torn!\" \"", "No.\" \"", "But if we want to find out what they're up to, he looks like a pretty good place to start.\" \"", "I say we pick him up, have ourselves a little chat.\" \" ", "What the hell you want?\" \" ", "I just came to talk to Duncan.\" \"", "Duncan:\" \"What's this?\" \"", "It's Monroe's bitch.\" \"", "I remember you.\" \"", "Where are my diamonds?\" \"", "There's been a little delay.\" \"", "Really?\" \"", "Where's Monroe?\" \"", "Yeah, that's the delay.\" \"", "Umm...\" \"Gould's got him.\" \"", "Gould?\" \"", "Yeah, well, where'd you think we were gonna get the diamonds from?\" \"", "Thought if you were dumb enough to rob Gould for 'em, you at least wouldn't be dumb enough to get caught.\" \"", "Look, just help me spring Monroe, and I'll get you your stones, okay?\" \"", "You made a real big mess for me, little girl.\" \"", "I'm not gonna go make it any worse.\" \"", "You and Monroe, you guys had something, right?\" \"", "If you don't help me he will die.\" \"", "I can't do this alone.\" \"", "Or...\" \"I have a better idea.\" \"", "Really?\" \"", "It is a curious question.\" \"", "What is Doyle doing way out here in the sticks?\" \"", "He's building a reeducation center.\" \"", "You want to know what's in those barrels?\" \"", "Nothing.\" \"", "Know what's going inside them?\" \"", "Cadets.\" \"", "When we were punished, that's where they'd put us.\" \"", "Seventeen, 18 hours at a stretch.\" \"", "You think we have much of a choice here?\" \"", "This is the guy that took Mom.\" \"", "Probably having her beaten every day or worse.\" \"", "Unclench yourself.\" \"", "Our job is to find Monroe and kill him, remember?\" \"", "This is not about you.\" \"", "It's about your mother.\" \"", "You trust the two of them?\" \"", "Still pulling the knife out of my back from the last time Tom put it there.\" \"", "Then why are we doing this?\" \"", "Because if there's even a chance they're on the level, it would be a good score for us.\" \"", "Listen, when we go grab this Patriot guy, you gotta stay behind, okay?\" \"", "And if Neville is up to something, and you're out there alone with him?\" \"", "Then I will have to move fast and violent, and that's gonna be a lot easier to do if you're not around.\" \"", "What if he puts a gun to your head?\" \"", "Takes you hostage?\" \"", "You need to stop worrying about me.\" \"", "Deal.\" \"", "But you're still not going.\" \"", "Jeez!\" \"", "Save us.\" \"", "No, not again.\" \" ", "Save us.\" \" ", "What does that even...\" \"You know, I'm so sick of your misterioso crap.\" \"", "You drag me and Priscilla here, you get us locked up for what?\" \"", "Save us.\" \"", "We're dying.\" \"", "You're dying?\" \" ", "Priscilla:\" \"Aaron?\" \" ", "What?\" \" ", "Did you see something?\" \" ", "My father.\" \"", "He said, \"Save us.\"\" \"", "What does that mean?\" \"", "Don't look at my sword, look at my shoulder.\" \"", "Don't stand so square.\" \"", "Go.\" \"", "You gotta do better than that.\" \"", "Get up.\" \"", "All right, look, come here.\" \"", "This is something no one knows, not even Miles, all right?\" \"", "But right here...\" \"I got a blind spot right here.\" \"", "No peripheral vision in my left eye.\" \"", "I got too close to a grenade.\" \"", "That's why I always push my opponents to the right.\" \"", "Okay?\" \"", "To the right.\" \"", "So you're gonna come at me this time from the left.\" \"", "Go again.\" \"", "I said go again!\" \"", "This is insane.\" \"", "We should just make a run at the guards.\" \"", "Wow, run at the guards or something?\" \"", "How did you think of such a brilliant strategy, huh?\" \"", "Even if we could get through this fence, which we can't, or over this wire, which we can't, we got six douche bags with rifles ready to kill us.\" \"", "Isn't that right, huh?\" \"", "Think.\" \"", "The only way you're gonna get out of here is to take me down, for real.\" \"", "No pulled punches.\" \"", "Gould's gonna know.\" \"", "Screw Gould!\" \"", "I'm not gonna kill you so that he can get his rocks off.\" \" ", "Then you're gonna die.\" \" ", "Better to die on my feet than bend over for some psycho!\" \"", "No!\" \"", "Listen to me!\" \"", "You should want to, you know.\" \"", "You should want to kill me.\" \"", "And why is that?\" \"", "Because I got your mom killed.\" \"", "Excuse me?\" \"", "I dragged her right out into gunfire.\" \"", "She got shot.\" \"", "She bled out.\" \"", "And she died in my arms.\" \"", "You're lying.\" \"", "That's the truth.\" \"", "So how do you feel about your old man now?\" \"", "Well, it's short on cover, but it'll do.\" \"", "He rolls by, we'll hit him from here and over there.\" \"", "Jason will flank the rest.\" \" ", "Yeah, that'll work.\" \" ", "Got to admit, quite a team.\" \"", "Uhh... no, I don't.\" \"", "I never liked you, Torn.\" \"", "I'm sure the feeling's mutual.\" \"", "But Julia dying, I'm sure that...\" \"That couldn't have been easy for you.\" \"", "I won't lie to you.\" \"", "There's nothing I wouldn't do to see her face again.\" \"", "I scouted a better spot.\" \"", "It's 100 yards up.\" \"", "More coverage.\" \"", "It's a better vantage.\" \"", "Attaboy, nipples.\" \"", "Let's go check it out.\" \"", "Oh, and by the way,\" \"I'm glad you finally got together with your sister-in-law, sicko.\" \"", "Thanksgiving get weird?\" \"", "God, you're a dick.\" \"", "Did you see it?\" \"", "Give me a minute, guys.\" \"", "So... \"Save us.\" ", "What do you think it means?\" \"", "Oh, so we're all just pals again?\" \"", "Look, I am sorry, okay?\" \"", "I had to keep you here.\" \"", "It wanted you here.\" \"", "Now we know why.\" \"", "It's the code.\" \"", "There's something wrong with the code.\" \"", "We may have made a mistake with the code we wrote.\" \"", "One of the recursive algorithms, maybe.\" \" ", "Aaron.\" \" ", "It's Peter.\" \"", "You don't think he's figured it out?\" \"", "If we did, the problem will replicate, like a cancer, and it may take years, but eventually, the nano will corrupt and die.\" \"", "We are so blessed.\" \"", "How's that?\" \"", "Everything that's happened to us, for months...\" \"It's all led us to this moment, so that we could fix it.\" \"", "Save it.\" \"", "How exactly do you propose we do that?\" \"", "There aren't a lot of computers around, last time I looked.\" \"", "You have to have faith, Aaron.\" \"", "And if we say no?\" \" ", "What?\" \" ", "If we refuse to help?\" \"", "You don't have a choice.\" \"", "That's why we're here.\" \"", "You can't fight fate.\" \"", "It's a machine, Pete.\" \"", "It's not God.\" \"", "It is better than God.\" \"", "The nano, it's alive.\" \"", "It answers our prayers.\" \"", "It heals.\" \"", "This is a new age.\" \"", "This is a new God.\" \"", "You're insane.\" \"", "And I won't help.\" \"", "This thing is too powerful, and I want it to die.\" \"", "Look, you're my friends.\" \"", "Please don't make me do anything I don't want to do.\" \"", "Don't be stupid.\" \"", "You need your energy.\" \"", "Look, I'm sorry about your mom.\" \"", "For what it's worth I loved her.\" \"", "It's not worth much.\" \"", "I agree with you.\" \"", "To tell you the truth, it's not just her.\" \"", "I've hurt a lot of people.\" \"", "I have clawed, killed my way to the front of the pack, and when I got there, it didn't mean a damn thing 'cause I was alone.\" \"", "What was the point?\" \"", "That's why I need you to make it out of here.\" \"", "I need you to get the Republic back, because then all the terrible things that I've done they'll mean something, you know?\" \"", "Something bigger than me.\" \"", "That's worth dying over, for sure.\" \"", "I'm begging you to do this.\" \"", "Just do me a favor.\" \"", "Find yourself a girl...\" \"not Charlie have kids.\" \"", "Don't be alone.\" \"", "Duncan:\" \"He told me he was gonna get me 1,000 diamonds.\" \"", "I didn't know he was gonna steal those from you.\" \"", "Well, I appreciate you letting me know.\" \"", "And this is a token.\" \"", "Show you I'm on the level.\" \"", "The thief that got away.\" \"", "I've been looking high and low for you.\" \"", "We're square now, Gould.\" \"", "Not gonna go picking any fights with you, don't go picking any fights with me.\" \"", "Of course.\" \"", "No hard feelings.\" \"", "Oh, there's a...\" \"There's a dogfight tonight, with Monroe and his kid.\" \"", "Three-to-one odds.\" \"", "You want in?\" \"", "Sounds great.\" \"", "I'll save you a seat.\" \"", "We are gonna get a lot of use out of you.\" \"", "So much for that rescue.\" \"", "Tonight at the fight, get close to Duncan and take the bitch out.\" \" ", "Man:\" \"Yes, sir.\" \" ", "Gould:\" \"Please.\" \"", "Duncan didn't know about the heist?\" \"", "Only 'cause it went to hell.\" \"", "Clean yourself off.\" \"", "Get dressed.\" \"", "You can't tell me you are actually thinking of helping.\" \"", "Look, I'm with you.\" \"", "This thing isn't God, Peter is nuts, but he is also right.\" \" ", "There's barely a difference.\" \" ", "Aaron!\" \"", "Forget what he's going to do, think about what it can do.\" \"", "The nano is listening.\" \"", "It's watching us.\" \"", "Which is why we should let it die.\" \"", "I am not afraid of it!\" \"", "No one is gonna threaten me.\" \" ", "I get to make my own choices.\" \" ", "Make your own choices?\" \"", "You haven't made your own choice in months.\" \"", "The minute this thing started, you followed its plan to the letter, like it or not.\" \"", "All we gotta do is nothing.\" \"", "We don't fix the code, and it just dies.\" \"", "On its own.\" \"", "I turned my back on this thing before.\" \"", "I pushed it away and Cynthia died.\" \"", "And now, with you here?\" \"", "It's like a nightmare all over again, and I don't want to lose someone else.\" \"", "I don't want to lose you, okay?\" \"", "Please?\" \"", "You have to help me do this.\" \"", "I'm not sure I can.\" \"", "I'm not sure you have a choice.\" \"", "Ladies and gentlemen!\" \"", "We have brought you some of the most thrilling death matches!\" \"", "Who could forget Timberlake versus Fatone or the Baldwin family Battle Royale?\" \"", "Now, feast your eyes on the most ferocious free-for-all yet.\" \"", "That's right.\" \"", "The Terror of Toledo, the Scourge of Scranton,\" \"General Sebastian Monroe himself in a fight to the death against his own son!\" \"", "Pull out your family jewels and place your bets!\" \"", "That's right, place your bets!\" \"", "Reach into your pocket, five diamonds!\" \"", "You, sir, five diamonds!\" \"", "Who will win, the father or the son?\" \"", "Hey there, girl.\" \"", "How you doing this evening?\" \"", "I'm closed for business.\" \"", "Sorry, sweetheart.\" \"", "I paid top dollar to get the first crack at you.\" \"", "It won't be for nothing.\" \"", "People are gonna remember your name.\" \"", "I'll make sure of it.\" \"", "I just saved your life, bitch.\" \"", "You owe me.\" \"", "Come on, finish it!\" \" ", "Woman:\" \"Finish it!\" \" ", "Man:\" \"Do it!\" \"", "Stand back!\" \"", "Come on.\" \"", "Hey, Gould.\" \"", "Go, go, go, go!\" \"", "You asked to see me?\" \"", "We talked.\" \"", "We'll help you.\" \"", "Thank you.\" \" ", "And bless you.\" \" ", "Where do we even start?\" \"", "This is a couple thousand lines of code we wrote 25 years ago.\" \"", "That's not possible.\" \"", "It's the code.\" \"", "Let's get to work.\" \"", "All right, any minute now.\" \"", "And remember, I want Matheson alive.\" \"", "Don't move.\" \"", "Just let it roll right on by.\" \" ", "Miles, what...\" \" Shh.\" \"", "You working for them?\" \" ", "You're paranoid.\" \" ", "Am I?\" \"", "That wagon was weighted down.\" \"", "I'd say there was about five, maybe six other men in there.\" \"", "Waiting for us.\" \"", "The kid tip 'em off?\" \"", "Jason:\" \"Drop it, Miles.\" \"", "I'm sorry it has to be like this.\" \"", "Unbelievable.\" \"", "I mean, your dad's a soulless piece of crap, fine.\" \"", "But you?\" \"", "You're working for these guys?\" \"", "You have any idea who they are?\" \"", "What they've done?\" \"", "Believe me, I know exactly what they've done.\" \"", "Drop it.\" \"", "Now, this is just getting silly.\" \"", "You know, in Mexico, they just call this a standoff.\" \"", "Has she been following us the whole time?\" \"", "Tried to talk her out of it, but once she gets an idea in her head...\" \"Just a typical night out for us, anyway.\" \"", "Now, you want to tell me what the hell's going on?\" \"", "It's Julia.\" \"", "She's alive.\" \"", "The Patriots have her, and they will kill her unless I bring them Monroe.\" \"", "All I need is Monroe.\" \"", "You hand him over, and I will come back, and we will paint the town red with Patriot blood.\" \"", "But right now, I need to save my wife.\" \"", "Can't do it, Tom.\" \"", "Monroe's with us now.\" \"", "You're not serious.\" \"", "You gotta back the play of the guy on your team.\" \"", "Something you never learned.\" \"", "Oh, please.\" \"", "After all Monroe has done?\" \"", "Are you that blinded by your man-love for that son of a bitch?\" \"", "And you.\" \"", "He murdered your son.\" \"", "He should be the person you hate the most in this world, and you're protecting him?\" \"", "We both know you'll never be able to trust a guy like that.\" \"", "I hear Charlie had to twist your arm to help me.\" \" ", "What did you expect?\" \" ", "I don't know.\" \"", "Maybe you'd just come on your own.\" \"", "Don't flatter yourself.\" \"", "You're not half as good a lay as you think.\" \"", "Okay.\" \"", "What's...\" \" What's all this?\" \" ", "Well, the kid saved my life.\" \"", "A debt is a debt.\" \"", "Take these guys and go kill your Patriots.\" \"", "Five?\" \"", "We could use three times this many.\" \"", "I think the words \"thank you\" are what you're looking for.\" \"", "All right.\" \"", "Let's go, boys.\" \"", "They don't take orders from you.\" \"", "They take orders from her.\" \"", "She's the one I owe.\" \"", "You're not bad, kid.\" \"", "You're way better than he deserves.\" \"", "Well, congratulations, you're the new lead singer of the Village People.\" \"", "Okay.\" \"", "Come on, then.\" \"", "Wait, hold on.\" \" ", "There.\" \" ", "What?\" \"", "There's a memory leak here.\" \"", "This chunk of code, that's the problem.\" \"", "It's eating up all the available resources.\" \"", "It'll force a segmentation fault.\" \"", "The whole system will crash.\" \"", "Are you sure?\" \"", "He's right.\" \"", "You always were the smart one.\" \"", "Can you fix it?\" \"", "Yeah, I think so.\" \"", "For the last time, don't.\" \"", "We don't have a choice.\" \"", "It'll just take a few minutes.\" \"", "Okay, yeah.\" \"", "Great.\" \"", "Great!\" \" ", "Can I help?\" \" ", "No, I got this.\" \"", "Cynthia:\" \"Aaron, what are you doing?\" \"", "Aaron, what's going on?\" \"", "You're trying to kill us, Aaron.\" \"", "Why?\" \" ", "You created us.\" \" ", "Aaron!\" \"", "Priscilla:\" \"Aaron!\" \"", "Aaron...\" \"You're our creator.\" \"", "Please don't kill us.\" \"", "You're giving it a virus?\" \"", "Was that your plan all along?\" \"", "Screw fate.\" \"", "We make our own choices, right?\" \"", "Please.\" \"", "No.\" \"", "♪ ♪\" \"Good morning from New York.\" \"", "I'm Chris Hayes.\" \"", "It's March 5, 2014.\" \"", "Before we get started, and we have a jam-packed show for you this hour...\"" ]
{ "pile_set_name": "OpenSubtitles" }
[ 0, 0.03571428571428571, 0, 0, 0.11764705882352941, 0.021739130434782608, 0, 0, 0, 0.08333333333333333, 0, 0, 0, 0, 0, 0, 0.015384615384615385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05, 0.021739130434782608, 0, 0, 0, 0, 0, 0.03125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.03333333333333333, 0, 0, 0, 0, 0, 0, 0, 0.01818181818181818, 0, 0, 0.05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.030303030303030304, 0.04, 0.043478260869565216, 0, 0, 0, 0, 0.05555555555555555, 0, 0.03571428571428571, 0, 0, 0.009259259259259259, 0.013888888888888888, 0, 0, 0.02040816326530612, 0, 0, 0, 0, 0, 0.02, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01282051282051282, 0, 0, 0, 0.013513513513513514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043478260869565216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01639344262295082, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.06666666666666667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.037037037037037035, 0, 0, 0, 0, 0, 0, 0, 0, 0.05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.030303030303030304, 0, 0, 0, 0, 0, 0, 0.041666666666666664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0196078431372549, 0, 0.01694915254237288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.013513513513513514, 0, 0, 0, 0, 0, 0, 0.014492753623188406, 0, 0, 0.02631578947368421, 0, 0, 0, 0, 0, 0.016129032258064516, 0, 0.1111111111111111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.02702702702702703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358024691357, 0, 0, 0.007751937984496124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0196078431372549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.07142857142857142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.02564102564102564, 0, 0, 0.04, 0, 0, 0, 0, 0, 0, 0, 0.037037037037037035, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.02631578947368421, 0.041666666666666664, 0, 0, 0.05, 0.041666666666666664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.019230769230769232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05, 0.038461538461538464, 0.02857142857142857, 0, 0, 0.1111111111111111, 0.045454545454545456, 0.030303030303030304, 0, 0, 0, 0, 0, 0, 0, 0, 0.05263157894736842, 0, 0 ]
0.004569
5
[ "Q:\n\nThe Lowdown on Image Quality on DSLRs\n\nI have seen sites that use measure DSLR performances with Image QUality (in numbers). ", "So I was thinking, given a D800 and a D7000, with the same lens, the same lighting condition and many other external factors, will it always be the case that the D800 will produce better images than the D7000? ", "Or maybe even given a DX lens mounted on a D7000 with the FX lens equivalent mounted on the D800.", "\nSIDE QUESTION: Will it always be the case that FX sensor cameras will always produce better images than DX sensors ones?", "\n\nA:\n\n\"Better\" must be rigorously defined.", "\n And then it can be rigorously argued :-)\nFor camera comparisons it is usual to make lens variations and effects as small as possible so that you are actually comparing the cameras. ", "There will be some cases where a lens performs so terribly on an FX sensor and so well on a DX sensor that the D7000 will win BUT that is not the sort of lens that you will usually see in a test. ", "Also, it is not usually the sort of lens a D800 user would probably care about when attempting to take good photos. ", "And it is notionally possible that the best equivalent DX lens to a FF lens gives a better DX result - but this would usually be rare, as the FF cameras are the flagship models on which camera makers aim to produce superior camera + lens results. ", "\nOne means by which you might \"win\" with the DX camera, which meets you criteria, is to use the same lens in each case under ideal conditions and to adjust subject distance etc to produce visibly identical images. ", "In this case the DX camera is using the centre portion of the lens while the DX camera uses the whole lens. ", " The effect on the actual image of factors such as dynamic range and given ISO signal to noise ratio are minimised by being able to use optimum lighting levels. ", " Under such conditions the improved quality usually achieved by using the lens centre may well offset the DX sensors overall performance. ", " [Example: I have an APSC Sony A77 with a 24 megapixel sensor and a DX Nikon D700 with a 12 megapixel sensor. ", "In studio conditions with \"good\" lenses, for practical purposes the Sony would usually win. ", "Take them to the circus and photograph a trapeze artist at work and the D700 would be utterly superior.] ", "\nThree measures of \"better\" which can be numerically expressed are \n\nThe ISO setting at which a camera can achieve a specified signal to noise ratio \nThe dynamic range achievable (in bits) \nColour depth (also in bits) \n\neach under specified conditions. ", "\nFigures for most DSLRs and large format cameras are available from\nthe \"DxOMark Sensor\" sensor comparison site.. \nThe above link takes you to the ISO evaluation table - which is where my book mark is set, as high-ISO noise performance is what I most care about when looking at new results, but the other tabs cover color-depth, dynamic range and overall result.", "\nThe D7000 has an 1167 ISO rating and the D800 has a 2853 rating. ", "The difference of 2853/1167 = 2.44, which is 1.27 stops - making the D7000 an extremely good APSC performer.", "\n[Stops = log_base2(ISO ratio) = log_base10(ISO ratio) / log_base10(2) ] \nI personally find these evaluations suspect as the reality seems to be slightly different in most cases than the table suggests. ", "They compare sensors with different numbers of pixels by scaling the sensor noise readings DOWN by a factor of square root(megapixels high/ 12). ", "ie they use 12 megapixels as their standard sensor size and reduce the noise measured with large megapixel sensors to scale the results. ", "This is equivalent to downsizing the large images with an algorithm that improves the signal to noise ratio by sqrt(mp/12).", "\nMy suspicion - based on both overall image appearance and on extensive pixel peeping - is that this is too generous to noisy high mp count sensors, i.e. when you scale your 36 mP D800 image down to their reference 12 mp size I suspect that it does not get sqrt(36/12) = 1.7 times less noisy as they deem. ", "\nSo if I am correct (which is moot) the D7000 may be closer noise wise to the D800 than this chart suggests.", "\nDxO weight their 3 scores to provide an overall rating. ", "Some \"overall\" results are \n\nD800 = 95 \nD4 = 89\nD3s = 82 !!", "\nD3200 = 81 !!!!!!!!!!!!!!!!!", "\n5D MkIII = 81 \nD7000 = 80\nD700 = 80 \n\nI recently bought a D700.", "\n I would not have considered buying a D3200.", "\n That may say more about me than about the cameras :-).", "\nI rather feel DxO's weightings may need looking at, but their overall rating is at least one available measure of \"better\" on which discussion can be based.", "\n On this basis the D800 stands very clearly ahead of the pack.", "\n But, the D7000 is still a very good camera.", "\n\nA:\n\nHow do you evaluate a \"better\" image? ", "One example: all other things being equal, a crop sensor will give you a greater depth of field than a full-frame sensor, which means more things will be in sharper focus - in some circumstances, this may be considered a \"better\" image than one with less sharp focus. ", "In other circumstances, you may want a shallower depth of field in which case the full-frame sensor will give a \"better\" image.", "\nIn most circumstances, you can probably stop down the lens on the full-frame camera to increase the depth of field and then increase the ISO to compensate, while maintaining the same signal to noise ratio in the image due to the better high ISO performance of the full frame sensor, but that requires some knowledge from the camera operator (or maybe just the camera itself).", "\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0.015503875968992248, 0.004761904761904762, 0.020618556701030927, 0.008264462809917356, 0, 0, 0.00510204081632653, 0, 0.008097165991902834, 0, 0, 0.006211180124223602, 0, 0.009009009009009009, 0.010869565217391304, 0, 0.003952569169960474, 0.0027548209366391185, 0, 0, 0.004901960784313725, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.006369426751592357, 0, 0, 0, 0, 0, 0.005319148936170213, 0 ]
0.002793
5
[ "SALES & MARKETING\n\nSolutions. ", "Value. ", "Trust. ", "Those are words that echo throughout MBF’s operations. ", "The agribusiness focuses its energy on building customer trust by offering proactive solutions for its customers around the nation through crop protection, bio-pesticides, insecticides, composts and soil conditioners.", "\n\n“Our approach is to work with our end-user customers, which for the most part are farmers. ", "We try to bring them a full ‘solution’ offer that is an integrated package of products and services. ", "By integrating the components into a solution we can take a much bigger view of the customer’s business and it has enabled us to create a lot of value for them in terms of higher yields and crop quality. ", "This approach is generally very high touch, which means that we work closely with our channel partners to help bring these offers to the grower.”", "\n\nThe company’s goal is to change the grower mind-set from short-term to long-term thinking. “", "For the customer, it’s a simple formula,” says Nilesh Thakkar managing director of MBF.", "\n\nStrong marketing infrastructure & great sales distribution network are greatest strengths of MBF. ", "We have loyal and long standing dealers & distributors all over India, serving farmers with our wide range of products & services.", "\n\nThe distribution network has it’s grip in rural as well as urban market of agri- input across India. ", "Currently, MBF marketing infrastructure have occupied total 60% of Indian land & aim in 80% coverage by 2018. ", "We have in total 14 stock points and more than 1,15,000 retail outlets. ", "We have a dedicated team of 245 including the Regional officers, Sales Executive, Area sales officers, field assistant. ", "Along with, a team of crop advisors and technical expert is continuously busy in serving dealers, distributors and farmers by educating & guiding them.", "\n\nAt MBF, we are continuously investing in our people, products, production capacities, registrations, business relationship to step towards international business too." ]
{ "pile_set_name": "Pile-CC" }
[ 0.03333333333333333, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.022988505747126436, 0, 0, 0, 0.00909090909090909, 0, 0.016666666666666666, 0, 0 ]
0.00432
5
[ "Pages top\n\nSocial Icons\n\nFriendsgiving: eat, drink and be merry\n\nIt is no hidden truth that I love hosting, feeding people, taking in people when they need a place and pies. ", "And I can tell you exactly where those loves come from, none other than my maternal role models: my mom and my grandmas.", "\n\nThis past weekend was my almost favourite event of the year, friendsgiving weekend that actually did turn into a whole weekend event. ", "I'm not sure I would do it that way again but it was nice to spread things out and have the ability to have a good chat with the people who came on the less busy day. ", "It's tough to find time to fit everything in, so opening up two days was my way of accommodating it.", "\n\nWhat we ate:\n\nBack in the day, my ma would host a come and go event in the fall and would bake a billion pies- so the food inspiration came from her....I made saskatoon, apple, pumpkin, chocolate pumpkin, banana cream and lemon meringue pies. ", "The most popular was lemon meringue and the apple.", "\n\nI was going to make a big pot of chili but decided I suck at chili and went with one of my mom's best dishes: spaghetti. ", "It was easy to make a giant pot and for Sunday when it had dried out a bit- all I had to do was add some frozen (premade) tomato sauce and voilà it was back to life. ", "I was also feeling energetic on Sunday morning and made some buns so they could make sandwiches if they didn't want spaghetti. ", "They were all gone by the end of the day, so definitely would do that again.", "\n\nWhat we drank:\n\nOne downer of having this during the day, with the kids, out in the county is that day drinking isn't a popular sport, so I didn't have any fun cocktails to serve. ", "I did put on some apple cider with mulled spices and if anything, it made the house smell delicious.", "\n\nWhat we did:\n\nChatted, visited, caught up. ", "I did quick photo shoots in the corner for my friends' cmas cards. ", "I have been taking my friends' cmas cards photos for many years, so this actually makes it easier to do. ", "I had a moment of ambition where I thought I'd have organized stuff for all the kids, but they kept themselves quite busy in the basement with lego, the switch or outside on the trampoline.", "\n\nThoughts for 2017:\n\nEventually my goal will be to put out one long banquet table and host a sit down meal, but I think right now with the kids being a little young- it will be too loco for that. ", "So for a couple more years this come and go thing is going to work. ", "I think that once we move into the new house, I'll host the epic Friendsgiving that I'm envisioning.", "\n\nWhat I love about this event is that it's my time that I get to do something for my people. ", "These are the families that we've known for ages and who have been by our side in all the ups and downs. ", "It is so hard to find time in our busy worlds to take a break and it brings me so much joy to be able to bring all the people I love under one roof and break bread with them. ", "There's something sacred and special about that.", "\n\nHere are a few of my favourite pictures that I did for them. ", "Seriously, so many cute kids.", "\n\nYou can read last year's Friendsgiving post here- and I gotta say, this is just year two doing it and last year I had two nights planned with my different groups of friends...this year it was two days but with all my friends...what will next year bring?" ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0, 0, 0, 0.004081632653061225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.005291005291005291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.000347
5
[ "Cassiope lycopodioides\n\nCassiope lycopodioides, Haida Gwaii mountain-heather or clubmoss mountain heather, is a plant species native to southern Alaska, British Columbia, and the US State of Washington. ", "It is found on rocky slopes in arctic and alpine tundra at elevations up to 2000 m. In Washington, it is reported only from King County. ", "The specific epithet \"lycopodioides\" refers to the plant's superficial resemblance to some species of clubmoss (Lycopodium sensu lato).", "\n\nCassiope lycopodioides subsp. ", "cristapilosa, known only from the Haida Gwaii (formerly called the Queen Charlotte Islands), is recognized as a distinct taxon by some authorities but not others.", "\n\nCassiope lycopodioides is a perennial herb forming mats lying close to the ground. ", "Leaves are narrow, up to 3 mm long, closely pressed against the stem. ", "Flowers are white, bell-shaped, up to 20 mm across.", "\n\nReferences\n\nCategory:Ericaceae\nCategory:Flora of Alaska\nCategory:Flora of British Columbia\nCategory:Flora of Washington (state)\nCategory:Haida Gwaii" ]
{ "pile_set_name": "Wikipedia (en)" }
[ 0.019704433497536946, 0, 0.007407407407407408, 0.03125, 0, 0.011764705882352941, 0, 0, 0.03333333333333333 ]
0.011496
5
[ "(CNN) Flight simulations recreating the problems suspected to be responsible for the crash of a Boeing 737 Max 8 plane last year gave pilots under 40 seconds to override a malfunctioning system, according to a report in the New York Times.", "\n\nLion Air Flight 610 crashed off the coast of Indonesia last October, killing 189 people. ", "Indonesian officials believe the failure of a sensor may have triggered an automated software system designed to prevent the plane from stalling. ", "However, the system may have brought the plane down as pilots struggled to override it.", "\n\nDuring the recent tests, the simulator pilots found they had mere seconds to shut down the system and prevent the plane going into a nosedive, the Times said, citing two unnamed people involved in the tests.", "\n\nThe system, known as MCAS, \"as originally designed and explained, left little room for error,\" according to the report. \"", "Those involved in the testing hadn't fully understood just how powerful the system was until they flew the plane on a 737 Max simulator,\" the Times reported.", "\n\nAt least some of the tests described by the Times took place over the weekend, the paper reported.", "\n\nRead More" ]
{ "pile_set_name": "OpenWebText2" }
[ 0.012552301255230125, 0, 0, 0, 0.004784688995215311, 0, 0.012738853503184714, 0.01, 0 ]
0.004453
5
[ "// Package oss implements the Aliyun OSS Storage driver backend. ", "Support can be\n// enabled by including the \"include_oss\" build tag.", "\npackage oss\n" ]
{ "pile_set_name": "Github" }
[ 0.015384615384615385, 0, 0 ]
0.005128
5
[ "Next Generation Scientists\n\nNew Phytologist next generation scientists meetings are fully-funded events with the unique aim to provide the next generation of plant scientists a chance to share their work with their peers and outstanding international scientists in a stimulating, supportive and exciting environment. ", "The first meeting took place in July 2014 at the John Innes Centre in Norwich, UK, followed by a second in 2017. ", "The next meeting will take place at University College Dublin, Ireland, in 2019.", "\n\nThese meetings are funded by both the New Phytologist Trust and Wiley." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0.0125, 0.027777777777777776 ]
0.010069
5
[ "Q:\n\nDevise not saving names\n\nI've read through the other threads on this, but I still can't figure it out.", "\nTwo models, users and chefs.", "\nWhen I register for chefs it does not save their first_name. ", " Below is code.", "\n--Application_Controller\nclass ApplicationController < ActionController::Base\n # Prevent CSRF attacks by raising an exception.", "\n # For APIs, you may want to use :null_session instead.", "\n protect_from_forgery with: :exception\n\n before_filter :configure_permitted_parameters, if: :devise_controller?", "\n\n protected\n\n def configure_permitted_parameters\n devise_parameter_sanitizer.for(:sign_in) { |u| u.permit(:first_name, :email) }\n end\n\nend\n\n-new chef form\n<%= form_for(@chef) do |f| %>\n\n <%= f.label :first_name %>\n <%= f.text_field :first_name %>\n\n <%= f.label :last_name %>\n <%= f.text_field :last_name %>\n\n <%= f.label :email %>\n <%= f.text_field :email %>\n\n <%= f.label :password %>\n <%= f.password_field :password %>\n\n <%= f.label :password_confirmation, \"Confirmation\" %>\n <%= f.password_field :password_confirmation %>\n\n <%= f.file_field :photo%>\n<% end %>\n\n--chef_controller\nclass ChefsController < ApplicationController\n before_action :set_chef, only: [:show, :edit]\n\n # GET /chefs\n def index\n @chefs = Chef.all\n end\n\n # GET /chefs/1\n def show\n\n end\n\n # GET /chefs/new\n def new\n @chef = Chef.new\n end\n\n # GET /chefs/1/edit\n def edit\n end\n\n # POST /chefs\n def create\n @chef = Chef.new(chef_params)\n\n if @chef.save\n redirect_to @chef, notice: 'Chef was successfully created.'", "\n else\n render action: 'new'\n end\n end\n\n # PATCH/PUT /chefs/1\n def update\n if @chef.update(chef_params)\n redirect_to @chef, notice: 'Chef was successfully updated.'", "\n else\n render action: 'edit'\n end\n end\n\n # DELETE /chefs/1\n def destroy\n @chef.destroy\n redirect_to chefs_url, notice: 'Chef was successfully destroyed.'", "\n end\n\n private\n # Use callbacks to share common setup or constraints between actions.", "\n def set_chef\n @chef = Chef.find(params[:id])\n end\n\n # Only allow a trusted parameter \"white list\" through.", "\n def chef_params\n params[:chef]\n end\nend\n\nA:\n\nIf you look at your question it says\nWhen I register for chefs it does not save their first_name.", "\nSo the issue is coming when you are creating a new chef and hence in your case when a chef sign up so you need to permit extra attributes for sign up and not for sign in.", "\nTry:\ndef configure_permitted_parameters\n devise_parameter_sanitizer.for(:sign_up) { |u| u.permit(:first_name, :last_name, :email) }\nend\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0.015625, 0, 0, 0.011639185257032008, 0.016129032258064516, 0.011494252873563218, 0, 0.008064516129032258, 0, 0, 0.007194244604316547 ]
0.004676
5
[ "Speed of change in pancreatic mass and in intestinal bacteriology of parenterally fed rats.", "\n1. ", "Indices of pancreatic mass and bacterial counts for jejunal and ileal mucosa were studied in rats after 3, 6, 10 and 15 days of total parenteral nutrition and compared with the results from orally fed and sham intravenously fed control rats. ", "2. ", "Pancreatic wet weight corrected for body weight decreased significantly by 31--42% after 3, 6, 10 and 15 days of total parenteral nutrition. ", "The most striking decrease occurred within 3 days. ", "Other indices of pancreatic mass (protein and DNA) showed a similar pattern suggesting pancreatic hypoplasia. ", "There was more DNA per g of pancreas, indicating that unless there were changes in tissue water cellular hypotrophy must have accompanied the hypoplasia. ", "3. ", "Pancreatic RNA also decreased significantly after 3--10 days of total parenteral nutrition, suggesting reduced protein synthesis. ", "4. ", "Bacterial counts (log number) whether expressed as number/unit length of intestine or number/g wet weight of mucosa were decreased for anaerobic bacteria in the jejunum after 3--15 days of total parenteral nutrition. ", "In the ileum both aerobic and anaerobic bacteria increased after 6 days of parenteral nutrition and then decreased significantly. ", "5. ", "The changes in bacterial flora are unlikely to account for the adaptive hypoplasia seen in the intestine of intravenously fed rats." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.007692307692307693, 0, 0, 0, 0, 0 ]
0.000513
5
[ "Your Old Time Radio Download ''roberta goodwin bob bailey '' will be started in 10 seconds ... Click here if you download does not started..." ]
{ "pile_set_name": "OpenWebText2" }
[ 0.0070921985815602835 ]
0.007092
5
[ "India test-launches nuclear-capable long-range missile\n\nNEW DELHI – The defense ministry says India has successfully test-fired a long-range nuclear-capable missile from an island in the Bay of Bengal.", "\n\nIt said Thursday's test, the fifth of an Agni-5 intercontinental ballistic missile, was made from a mobile launcher, and \"further strengthens our credible deterrence.\" ", "India has been developing its nuclear and missile systems in recent years mid increasing strategic competition with China.", "\n\nTension flared last year between the two neighbors over a disputed section of their border high in the Himalayas." ]
{ "pile_set_name": "Pile-CC" }
[ 0.004975124378109453, 0, 0, 0 ]
0.001244
5
[ "Top 3 Grunge Bands You May Not Have Heard Of\n\nWhen you think of grunge music, there are some bands that come to mind straight away, such as Nirvana, Pearl Jam and Soundgarden.", "\n\nBut, as popular and genre-defining as they were, there are other bands that helped pioneer the way for the Seattle/grunge sound. ", "Some of whom even influenced the aforementioned names. ", "Without these names, who knows what Nirvana or Soundgarden would have ended-up sounding like...\n\nThe U-Men\n\nThe band formed in 1981 and consisted of John Bigley on vocals, Tom Prince on guitar, Robin Buchan - bass and Charlie Ryan - drums. ", "They all hailed from the Seattle area, however, when the band were forming Robin was living in Alaska. ", "She had been in contact with Tom via letters and eventually joined him and the band back in Seattle. ", "Her time in the band was short-lived after she and Tom split a year later. ", "She was replaced by Jim Tillman.", "\n\nTheir style of music was loud, dirty and almost 'thrash'-like.", "\n\nPerhaps the band's most iconic moment came when they played at Bumbershoot Festival in 1985 - set in the day and open to all ages. ", "During the set, the band filled a moat that was situated in front of the stage, with lighter fluid and set it on fire with a flaming broom. ", "The small patch of water went up in flames so high and so quickly that it caused a mass panic from the audience and a riot broke-out - causing the band to pack up and leave the venue sharpish. ", "They were banned from playing there again.", "\n\nThe Melvins\n\nThe band that heavily influenced Nirvana - The Melvins are perhaps more heavy metal than grunge, but considering that they came from Seattle and were a big influence on the genre, it's wrong not to mention them. ", "Their name came from the lead singer's (Buzz Osbourne) manager at a local thrift store.", "\n\nKurt Cobain even jammed with them and by default became a roadie for them. ", "Nirvana bassist, Krist Novoselic even jammed and rehearsed with them too.", "\n\nThey have had a number of band members, but the two constant ones are Buzz Osbourne and Dale Crover. ", "They released their first EP in 1986, and their first album in '87, with Gluey Porch Treatments. ", "They are still touring today.", "\n\nGreen River\n\nThis grunge band is perhaps the least commercially well-known out of the three, but some of the members of Green River went on to become world-renowned stars in bands, such as Pearl Jam and Mudhoney.", "\n\nThe band was formed in 1984 by Mark Arm and Steve Turner decided to create a new band after playing in Mr Epp. ", "They came up with the name after the Green River Killer, a well-known serial killer within that region at the time.", "\n\nThey are considered to be one of the first grunge bands, along with The U-Men, but they only lasted for 4 years. ", "However, they did reform in 2008-2009 for a number of live performances. ", "In 1988 they released Rehab Doll on Sub Pop Records and in 2016, released a 1984 demo album.", "\n\nWhat do you think?", "\n\nAre they are any other grunge bands that you wanted to see on this list?" ]
{ "pile_set_name": "Pile-CC" }
[ 0.017142857142857144, 0, 0, 0.025, 0.009708737864077669, 0.009900990099009901, 0.013333333333333334, 0.03125, 0, 0, 0, 0, 0, 0, 0.011494252873563218, 0, 0.0273972602739726, 0.019417475728155338, 0.010309278350515464, 0, 0.009345794392523364, 0.017699115044247787, 0.008695652173913044, 0.008695652173913044, 0, 0.010869565217391304, 0, 0 ]
0.008224
5
[ "5W Public Relations Named PR Agency of Record for Excel Corp -- NEW YORK, June 28, 2012 /PRNewswire/ --\n\n5W Public Relations Named PR Agency of Record for Excel Corp\n\nNEW YORK, June 28, 2012 /PRNewswire/ -- 5W Public Relations, one of the 25 largest independent US PR Firms, is proud to announce the return of Excel Corp (OTC Bulletin Board: EXCC) to its roster of corporate clients. ", "5WPR will execute a comprehensive public relations program tailored to effectively promote Excel Corp to targeted influential media. ", "Key factors will include media relations, speaker engagement, messaging, web strategies and more.", "\n\nExcel Corp is a publicly traded licensing, merchandising, and distribution company, headed by founder and Chairman, Ruben \"Ruby\" Azrak. ", "As a branding corporation, it specializes on bringing national and international brands to the retail marketplace with a remarkable record of success.", "\n\nAzrak, a seasoned branding specialist, has seen Excel through an impressive 30 years of licensing experience, which has led to the establishment of retail programs that have generated sales of over one billion cumulative. ", "Excel Corp has distinguished itself by utilizing licensing opportunities including the representation of brands, trademarks, designers, events, personalities and sports of high standing in the industry.", "\n\n\"5WPR is excited to work with Excel Corp. We look forward to helping to shape the Excel brand and the many initiatives they have planned,\" said Ronn Torossian, Founder & CEO of 5WPR.", "\n\nRuben \"Ruby\" Azrak, Founder of Excel Corp said \"The decision to work with 5WPR is an easy one.\"", "\n\nABOUT 5W PUBLIC RELATIONS\n\n5W Public Relations (www.5wpr.com) is a full-service public relations firm known for implementing cutting-edge, customized media programs designed to impact our clients' specific business goals and objectives. ", "5WPR's energetic, fast-paced, and focused culture earned the firm a spot on the INC. ", "500 list. ", "One of the 25 largest independent PR firms in the US, the agency maintains practice areas in consumer, technology, health and wellness, entertainment, lifestyle, fashion, and corporate communications.", "\n\nOur growth and recognition stem from a focused, smart, and creative staff that expertly communicates client messages to impact ROI. ", "Our committed team has the understanding and ability to harness the newest tools in a rapidly changing media landscape. ", "This 24/7 approach to the media led the industry's foremost trade magazine to describe 5WPR as \"aggressive in a way that clearly resonates with clients looking for a firm staffed with type A-plus personalities, a BS-free approach, and results from Day One.\"" ]
{ "pile_set_name": "Pile-CC" }
[ 0.010416666666666666, 0.007518796992481203, 0, 0.007246376811594203, 0, 0.004464285714285714, 0.0049504950495049506, 0.016304347826086956, 0.020618556701030927, 0.0041841004184100415, 0.011764705882352941, 0, 0, 0, 0, 0.0038910505836575876 ]
0.00571
5
[ "Captain Hindsight\n\nif you didn't want students to download illegal versions of your textbooks\n\nyou shouldn't have charged them over double what you charge customers overseas." ]
{ "pile_set_name": "OpenWebText2" }
[ 0.005747126436781609 ]
0.005747
5
[ "988 F.2d 131\nNOTICE: Federal Circuit Local Rule 47.8(b) states that opinions and orders which are designated as not citable as precedent shall not be employed or cited as precedent. ", " This does not preclude assertion of issues of claim preclusion, issue preclusion, judicial estoppel, law of the case or the like based on a decision of the Court rendered in a nonprecedential opinion or order.", "GTE PRODUCTS CORPORATION and GTE Valenite Corporation,Plaintiffs/Cross-Appellants,v.KENNAMETAL INC., ", "Defendant-Appellant.", "\nNos. ", "91-1369, 91-1441, 92-1019, 92-1199 and 92-1200.", "\nUnited States Court of Appeals, Federal Circuit.", "\nJan. 19, 1993.", "\n\n1\nW.D.Va., ", "772 F.Supp. ", "907.", "\n\n\n2\nDISMISSED.", "\n\nORDER\n\n3\nThis matter being presented to the Court by joint motion of the parties, requesting that their respective appeals and cross-appeals be dismissed.", "\n\nIT IS ORDERED that:\n\n4\nThe motion is granted, and the appeals and cross-appeals are hereby dismissed.", "\n\n\n5\npc: Donald R. Dunner\n\n\n6\nFinnegan, Henderson, Farabow, Garrett & Dunner\n\n\n7\n1300 I Street, N.W.\n\nWashington, D.C. 20005\nErnie L. Brooks\nBrooks & Kushman\n1000 Town Center\nTwenty-Second Floor\nSouthfield, MI 48075\n" ]
{ "pile_set_name": "FreeLaw" }
[ 0.005494505494505495, 0.004761904761904762, 0.039603960396039604, 0, 0.16666666666666666, 0, 0.04081632653061224, 0, 0, 0, 0, 0, 0.00641025641025641, 0, 0.018433179723502304 ]
0.018812
5
[ "Q:\n\nHow to get feature importance in xgboost by 'information gain'?", "\n\nwe can get feature importance by 'weight' :\nmodel.feature_importances_\n\nBut this is not what i want. ", "I want by importances by information gain. ", "\nwe can get feature importance by 'gain' plot :\nxgboost.plot_importance(model, importance_type='gain')\n\nHowever, I don't know how to get feature importance data from above plot. ", "Or \nif there is function like model.feature_importances_ to give gain feature importance? ", "Either of the two ways will work. ", "Please let me know in comments if the question is not clear\n\nA:\n\nYou can get it from \nmodel.booster().get_score(importance_type='gain')\n\nhttp://xgboost.readthedocs.io/en/latest/python/python_api.html\n\n" ]
{ "pile_set_name": "StackExchange" }
[ 0, 0, 0, 0, 0, 0, 0.004975124378109453 ]
0.000711
5
[ "I have seen Dr. Greenberg for over 10 years now. ", "He is the best doctor I have ever had. ", "My experience has been very different than Nannerz. ", "Sure, like most doctors, he can doesn't always give me the answers I am seeking, or the\n\n3\n\njim fitz\nDecember 01, 20116Greenberg Roy MD\n\nExcellent Doctor\n\n★★★★★\n\nI have seen Dr. Greenberg for over 10 years now. ", "He is the best doctor I have ever had. ", "My experience has been very different than Nannerz. ", "Sure, like most doctors, he can doesn't always give me the answers I am seeking, or the\n\nDr. Greenberg is a very biased and self-important doctor. ", "He treats male and female patients differently and often dismisses my health concerns as being a \"neurotic woman.\" ", "Dr. Greenberg does not listen to me and will deliberately go\n\n3\n\nNannerz\nOctober 17, 20116Greenberg Roy MD\n\nPrejudice, Unfriendly and Unhelpful Doctor\n\n★★★★★\n\nDr. Greenberg is a very biased and self-important doctor. ", "He treats male and female patients differently and often dismisses my health concerns as being a \"neurotic woman.\" ", "Dr. Greenberg does not listen to me and will deliberately go" ]
{ "pile_set_name": "Pile-CC" }
[ 0.02040816326530612, 0, 0, 0.018957345971563982, 0, 0, 0.006802721088435374, 0, 0.018433179723502304, 0, 0.016666666666666666 ]
0.007388
5
[ "School health nurse interventions to increase immunisation uptake in school entrants.", "\nIn New South Wales, health screening of school entrants provides the only mechanism for routine monitoring of immunisation uptake in children. ", "School health nurses are in the best position to improve the compliance with immunisation at this age. ", "We compared two interventions to be used by the nurses to increase immunisation uptake in school entrants who reported missing either the measles-mumps vaccine and/or the pre-school diphtheria-tetanus toxoid and oral polio vaccine boosters. ", "Parents in the passive intervention group were sent a letter and leaflet encouraging immunisation; the active intervention group received a telephone reminder from the nurse in addition to the written materials. ", "Both groups were followed up at a later date to assess final immunisation outcome. ", "Of 817 children screened, 88.2% had been immunised against measles and 73.6% had received the booster; 239 children were randomised to the two interventions. ", "Excluding children lost to follow up and those fully immunised at the start of the study, 20 (37%) of 54 were immunised following the passive intervention, and 35 (71%) out of 49 following the active intervention (P = 0.001). ", "Receipt of the letter and leaflet was associated with an increased uptake of booster vaccination (P = 0.036). ", "The active intervention required 14.7 telephone calls and 1.6 uses of the interpreter service per completed immunisation. ", "The passive intervention resulted in worthwhile increases in immunisation rate with minimum cost. ", "A greater improvement in immunisation outcome was achieved by the active intervention, but its use was labour intensive and may only be warranted if high immunisation rates in this age-group are given priority." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0
5
[ "/**\r\n * Radar series module.", "\r\n */\r\n\r\n/**\r\n * ============================================================================\r\n * IMPORTS\r\n * ============================================================================\r\n * @hidden\r\n */\r\nimport { LineSeries, LineSeriesDataItem, ILineSeriesDataFields, ILineSeriesProperties, ILineSeriesAdapters, ILineSeriesEvents } from \"./LineSeries\";\r\nimport { LineSeriesSegment } from \"./LineSeriesSegment\";\r\nimport { IPoint } from \"../../core/defs/IPoint\";\r\nimport { AxisRendererRadial } from \"../axes/AxisRendererRadial\";\r\nimport { AxisRendererCircular } from \"../axes/AxisRendererCircular\";\r\nimport { Axis } from \"../axes/Axis\";\r\nimport { RadarChart } from \"../types/RadarChart\";\r\nimport { registry } from \"../../core/Registry\";\r\nimport { Sprite } from \"../../core/Sprite\";\r\nimport * as $math from \"../../core/utils/Math\";\r\nimport * as $path from \"../../core/rendering/Path\";\r\n//import { AxisRendererCircular } from \"../axes/AxisRendererCircular\";\r\n//import { Sprite } from \"../../core/Sprite\";\r\n\r\n/**\r\n * ============================================================================\r\n * DATA ITEM\r\n * ============================================================================\r\n * @hidden\r\n */\r\n\r\n/**\r\n * Defines a [[DataItem]] for [[RadarSeries]].", "\r\n *\r\n * @see {@link DataItem}\r\n */\r\nexport class RadarSeriesDataItem extends LineSeriesDataItem {\r\n\r\n\t/**\r\n\t * Defines a type of [[Component]] this data item is used for.", "\r\n\t */\r\n\tpublic _component!: ", "RadarSeries;\r\n\r\n\t/**\r\n\t * Constructor\r\n\t */\r\n\tconstructor() {\r\n\t\tsuper();\r\n\t\tthis.className = \"RadarSeriesDataItem\";\r\n\r\n\t\tthis.setLocation(\"dateX\", 0, 0);\r\n\t\tthis.setLocation(\"dateY\", 0, 0);\r\n\r\n\t\tthis.setLocation(\"categoryX\", 0, 0);\r\n\t\tthis.setLocation(\"categoryY\", 0, 0);\r\n\r\n\t\tthis.applyTheme();\r\n\t}\r\n\r\n}\r\n\r\n\r\n/**\r\n * ============================================================================\r\n * REQUISITES\r\n * ============================================================================\r\n * @hidden\r\n */\r\n\r\n/**\r\n * Defines data fields for [[RadarSeries]].", "\r\n */\r\nexport interface IRadarSeriesDataFields extends ILineSeriesDataFields { }\r\n\r\n/**\r\n * Defines properties for [[RadarSeries]].", "\r\n */\r\nexport interface IRadarSeriesProperties extends ILineSeriesProperties {\r\n\r\n\t/**\r\n\t * Should the last and and first data points be connected, forming a complete\r\n\t * closed circle?", "\r\n\t *\r\n\t * @default true\r\n\t */\r\n\tconnectEnds?: ", "boolean;\r\n\r\n}\r\n\r\n/**\r\n * Defines events for [[RadarSeries]].", "\r\n */\r\nexport interface IRadarSeriesEvents extends ILineSeriesEvents { }\r\n\r\n/**\r\n * Defines adapters for [[RadarSeries]].", "\r\n *\r\n * @see {@link Adapter}\r\n */\r\nexport interface IRadarSeriesAdapters extends ILineSeriesAdapters, IRadarSeriesProperties { }\r\n\r\n\r\n/**\r\n * ============================================================================\r\n * MAIN CLASS\r\n * ============================================================================\r\n * @hidden\r\n */\r\n\r\n/**\r\n * Defines [[Series]] for a radar graph.", "\r\n *\r\n * @see {@link IRadarSeriesEvents} for a list of available Events\r\n * @see {@link IRadarSeriesAdapters} for a list of available Adapters\r\n * @todo Example\r\n * @important\r\n */\r\nexport class RadarSeries extends LineSeries {\r\n\r\n\t/**\r\n\t * Defines the type of data fields used for the series.", "\r\n\t */\r\n\tpublic _dataFields: IRadarSeriesDataFields;\r\n\r\n\t/**\r\n\t * Defines available properties.", "\r\n\t */\r\n\tpublic _properties!: ", "IRadarSeriesProperties;\r\n\r\n\t/**\r\n\t * Defines available adapters.", "\r\n\t */\r\n\tpublic _adapter!: ", "IRadarSeriesAdapters;\r\n\r\n\t/**\r\n\t * Defines available events.", "\r\n\t */\r\n\tpublic _events!: ", "IRadarSeriesEvents;\r\n\r\n\t/**\r\n\t * Defines the type of data item.", "\r\n\t */\r\n\tpublic _dataItem: RadarSeriesDataItem;\r\n\r\n\t/**\r\n\t * A chart series belongs to.", "\r\n\t */\r\n\tpublic _chart: RadarChart;\r\n\r\n\t/**\r\n\t * Constructor\r\n\t */\r\n\tconstructor() {\r\n\t\tsuper();\r\n\t\tthis.className = \"RadarSeries\";\r\n\t\tthis.connectEnds = true;\r\n\t\tthis.applyTheme();\r\n\t}\r\n\r\n\t/**\r\n\t * (Re)validates the whole series, effectively causing it to redraw.", "\r\n\t *\r\n\t * @ignore Exclude from docs\r\n\t */\r\n\tpublic validate(): void {\r\n\r\n\t\t// so that radius would be updated\r\n\t\tif (this.chart.invalid) {\r\n\t\t\tthis.chart.validate();\r\n\t\t}\r\n\r\n\t\tsuper.validate();\r\n\t}\r\n\r\n\t/**\r\n\t * Returns a new/empty DataItem of the type appropriate for this object.", "\r\n\t *\r\n\t * @see {@link DataItem}\r\n\t * @return Data Item\r\n\t */\r\n\tprotected createDataItem(): this[\"_dataItem\"] {\r\n\t\treturn new RadarSeriesDataItem();\r\n\t}\r\n\r\n\t/**\r\n\t * Returns an [[IPoint]] coordinates of the specific Serie's data point.", "\r\n\t *\r\n\t * @param dataItem Data item\r\n\t * @param xKey Name of X data field\r\n\t * @param yKey Name of Y data field\r\n\t * @param locationX X location\r\n\t * @param locationY Y location\r\n\t * @param stackKeyX ?", "\r\n\t * @param stackKeyY ?", "\r\n\t * @returns Coordinates\r\n\t */\r\n\tpublic getPoint(dataItem: RadarSeriesDataItem, xKey: string, yKey: string, locationX?: ", "number, locationY?: ", "number, stackKeyX?: ", "string, stackKeyY?: ", "string) {\r\n\t\tif (!", "stackKeyX) {\r\n\t\t\tstackKeyX = \"valueX\";\r\n\t\t}\r\n\t\tif (!", "stackKeyY) {\r\n\t\t\tstackKeyY = \"valueY\";\r\n\t\t}\r\n\r\n\t\tlet x: number = this.yAxis.getX(dataItem, yKey, locationY, stackKeyY);\r\n\t\tlet y: number = this.yAxis.getY(dataItem, yKey, locationY, stackKeyY);\r\n\r\n\t\tlet radius: number = $math.getDistance({ x: x, y: y });\r\n\r\n\t\t// hack to be able to determine angle later\r\n\t\tif (radius == 0) {\r\n\t\t\tradius = 0.00001;\r\n\t\t}\r\n\r\n\t\tlet angle: number = this.xAxis.getAngle(dataItem, xKey, locationX, stackKeyX);\r\n\r\n\t\tlet startAngle = this.chart.startAngle;\r\n\t\tlet endAngle = this.chart.endAngle;\r\n\r\n\t\t//\t\tangle = $math.fitToRange(angle, startAngle, endAngle);\r\n\t\tif (angle < startAngle || angle > endAngle) {\r\n\t\t\treturn undefined;\r\n\t\t}\r\n\t\telse {\r\n\t\t\treturn { x: radius * $math.cos(angle), y: radius * $math.sin(angle) };\r\n\t\t}\r\n\t}\r\n\r\n\r\n\t/**\r\n\t * [addPoints description]\r\n\t *\r\n\t * @todo Description\r\n\t * @param points [description]\r\n\t * @param dataItem [description]\r\n\t * @param xField [description]\r\n\t * @param yField [description]\r\n\t * @param backwards [description]\r\n\t */\r\n\tprotected addPoints(points: IPoint[], dataItem: this[\"_dataItem\"], xField: string, yField: string, backwards?: ", "boolean): void {\r\n\t\tlet point = this.getPoint(dataItem, xField, yField, dataItem.locations[xField], dataItem.locations[yField]);\r\n\t\tif (point) {\r\n\t\t\tpoints.push(point);\r\n\t\t}\r\n\t}\r\n\r\n\t/**\r\n\t * Returns an SVG path to be used as a mask for the series.", "\r\n\t *\r\n\t * @return SVG path\r\n\t */\r\n\tprotected getMaskPath(): string {\r\n\t\tlet renderer: AxisRendererRadial = <AxisRendererRadial>this.yAxis.renderer;\r\n\t\treturn $path.arc(renderer.startAngle, renderer.endAngle - renderer.startAngle, renderer.pixelRadius, renderer.pixelInnerRadius);\r\n\t}\r\n\r\n\t/**\r\n\t * [drawSegment description]\r\n\t *\r\n\t * @todo Description\r\n\t * @param segment [description]\r\n\t * @param points [description]\r\n\t * @param closePoints [description]\r\n\t */\r\n\tprotected drawSegment(segment: LineSeriesSegment, points: IPoint[], closePoints: IPoint[]): void {\r\n\t\tlet axis: Axis = this.yAxis;\r\n\t\tlet renderer: AxisRendererRadial = <AxisRendererRadial>axis.renderer;\r\n\r\n\t\tif (this.connectEnds && Math.abs(renderer.endAngle - renderer.startAngle) == 360) {\r\n\t\t\t// adds one point to the beginning of closePoints array, if needed\r\n\t\t\tif (this.dataFields[<keyof this[\"_dataFields\"]>this._xOpenField] ||\r\n\t\t\t\tthis.dataFields[<keyof this[\"_dataFields\"]>this._yOpenField] ||\r\n\t\t\t\tthis.stacked) {\r\n\t\t\t\tpoints.push(points[0]);\r\n\t\t\t\tif (closePoints.length > 0) {\r\n\t\t\t\t\tclosePoints.unshift(closePoints[closePoints.length - 1]);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tsuper.drawSegment(segment, points, closePoints);\r\n\t}\r\n\r\n\t/**\r\n\t * Should the last and and first data points be connected, forming a complete\r\n\t * closed circle?", "\r\n\t *\r\n\t * @default true\r\n\t * @param value Connect?", "\r\n\t */\r\n\tpublic set connectEnds(value: boolean) {\r\n\t\tthis.setPropertyValue(\"connectEnds\", value, true);\r\n\t}\r\n\r\n\t/**\r\n\t * @return Connect?", "\r\n\t */\r\n\tpublic get connectEnds(): boolean {\r\n\t\treturn this.getPropertyValue(\"connectEnds\");\r\n\t}\r\n\r\n\tprotected positionBulletReal(bullet:Sprite, positionX:number, positionY:number){\r\n\t\tlet xAxis = this.xAxis;\r\n\t\tlet yAxis = this.yAxis;\r\n\r\n\t\tif(positionX < xAxis.start || positionX > xAxis.end || positionY < yAxis.start || positionY > yAxis.end){\r\n\t\t\tbullet.visible = false;\r\n\t\t}\r\n\t\t\r\n\t\tbullet.moveTo(this.xAxis.renderer.positionToPoint(positionX, positionY));\t\t\r\n\t}\r\n\r\n\r\n\tprotected setXAxis(axis: Axis) {\r\n\t\tsuper.setXAxis(axis);\r\n\t\tthis.updateRendererRefs();\r\n\t}\r\n\r\n\tprotected setYAxis(axis: Axis) {\r\n\t\tsuper.setYAxis(axis);\r\n\t\tthis.updateRendererRefs();\r\n\t}\r\n\r\n\tprotected updateRendererRefs() {\r\n\t\tlet rendererX = <AxisRendererCircular>this.xAxis.renderer;\r\n\t\tlet rendererY = <AxisRendererRadial>this.yAxis.renderer;\r\n\r\n\t\trendererX.axisRendererY = rendererY;\r\n\t}\r\n}\r\n\r\n/**\r\n * Register class in system, so that it can be instantiated using its name from\r\n * anywhere.", "\r\n *\r\n * @ignore\r\n */\r\nregistry.registeredClasses[\"RadarSeries\"] = RadarSeries;\r\nregistry.registeredClasses[\"RadarSeriesDataItem\"] = RadarSeriesDataItem;\r\n" ]
{ "pile_set_name": "Github" }
[ 0, 0.003980891719745223, 0.011695906432748537, 0, 0.005357142857142857, 0, 0, 0.02127659574468085, 0, 0, 0.010498687664041995, 0.034129692832764506, 0, 0, 0.015625, 0, 0, 0, 0, 0, 0.007575757575757576, 0.0035587188612099642, 0.01702127659574468, 0.02531645569620253, 0.03571428571428571, 0.022388059701492536, 0, 0.05, 0, 0, 0.019230769230769232, 0.016057091882247992, 0.012145748987854251, 0.004573170731707317, 0.038461538461538464, 0.0072992700729927005, 0.006185567010309278, 0.012903225806451613 ]
0.010026
5
[ "Category Archives: instagram\n\nFeatured Image “open for business” cc licensed ( BY ) flickr photo by @cogdog Whether you are outraged, amused, or overwhelmed with ennui by the flurry of Instagram ToS sentiments, I agree with Gina Tripani: Deeply happy users are questioning/debating their favorite tools' Terms of Service, demanding their makers clarify the language. ", "Iteration! — ", "Gina… Read More »\n\nI’ve just returned from three excellent professional development events: BC Campus Online Community Enthusiasts (#OCE2012), Northern Voice (#nv12) and Society for Teaching, Learning in Higher Education (#STLHE2012) I have more specific reflections on each of those events but a very interesting question arose this week that I really want to explore. #", "stlhe2012 to those who… Read More »\n\ncc licensed ( BY NC SD ) flickr photo shared by giulia.forsythe She raced up the steps to the top of the parking garage. ", "She knew the perfect spot to catch the last gasp of the sun as it set upon Seattle from her location at the university campus. ", "As she climbed the stairs she… Read More »" ]
{ "pile_set_name": "Pile-CC" }
[ 0.010899182561307902, 0, 0.008086253369272238, 0, 0, 0 ]
0.003164
5
[ "Historical Lethbridge anthem\n\nI came across this YouTube video. ", "He seems to know a lot about the history of Lethbridge! [", "citation needed]\n\nLethbridge Alberta was first known as “The Coal Banks”. ", "The main industry in the early days of Lethbridge Alberta was coal, first discovered by Nicholas Sheran and then capitalized by the Galt Family. ", "Coalbanks was renamed “Lethbridge” in 1906 when the Canadian Pacific Railroad was building track across Souther Alberta. ", "They build the longest and tallest steel trestle bridge in the world across the coulees in Lethbridge Alberta and it was completed in 1909, still holding its records to this day. ", "Lethbridge Alberta is a beautiful place when the snow melts in the summer because Lethbridge Alberta is founded on the banks of the Oldman River that snakes through Lethbridge on its way across southern Alberta. ", "Lethbridge Alberta is now known more as a party town and its main industry is food processing. ", "However, there may be oil around Lethbridge Alberta and this town may one day, boom again. ", "Wait and see. ", "Lethbridge Alberta is full of surprises. ", "I verily enjoy the city of Lethbridge, Alberta. ", "I invite you to have a look at Lethbridge Alberta yourself and learn more about Lethbridge Alberta from this song I wrote about Lethbridge Alberta.", "\n\nI’m a webslinger located in Lethbridge, AB. ", "I love all things nerdy, like cartoons and videogames, and am also a bit of a foodie. ", "When I travel, I always keep my eyes out for hot springs and great places to adventure with my wife, Melissa." ]
{ "pile_set_name": "Pile-CC" }
[ 0.015625, 0.017543859649122806, 0, 0.006896551724137931, 0.01652892561983471, 0, 0.0047169811320754715, 0, 0, 0, 0, 0, 0.013605442176870748, 0.021739130434782608, 0, 0.009174311926605505 ]
0.006614
5
[ "The House of Representatives’ supervisory team overseeing the Bank Century bailout case plans to use the bank’s former owners’ lawsuit, which was filed with the International Court against the Indonesian government as new evidence that might encourage the Corruption Eradication Commission (KPK) to accelerate its investigations.", "\n\nSupervisory Team member Akbar Faisal said that the lawsuit from former Century controlling shareholders Hesham Al Waraq and Rafat Ali Rifzi regarding the bailout was likely linked to graft that led the government to bail out Century.", "\n\n“The owners themselves wondered about the government’s decision to bail out the bank. ", "Law enforcement officers may find something from this,” Akbar said, as quoted by kompas.com on Saturday.", "\n\n“We hope that law enforcement institutions will use it as new evidence,” Akbar said.", "\n\nHesham and Rafat filed an international arbitration lawsuit against the Indonesian government in May this year, only months after the Central Jakarta District Court convicted them in absentia to 15 year in prison and a Rp 3.1 trillion fine to be paid to the state for numerous alleged instances of bank fraud. ", "Prosecutors said that Hesahm and Rafat’s crimes led the government to disburse Rp 6.7 trillion" ]
{ "pile_set_name": "Pile-CC" }
[ 0.015197568389057751, 0.02127659574468085, 0, 0, 0, 0.00641025641025641, 0.02127659574468085 ]
0.009166
5
[ "LAPD Disclaimer\n\nComments are moderated, and will not appear on this weblog until the monitor has approved them. ", "We encourage you to express your opinions about current events through respectful and insightful discussion. ", "The Department reserves the right to refuse to post those comments that contain inappropriate language and/or material. ", "Additionally, hyper-links or E-mail addresses will not be posted. ", "To report or help us solve a crime go to lapdonline.org. ", "To commend an employee or report employee misconduct - click here.", "\n\nTranslate\n\nDisclaimer:\nThe LAPDonline.org® website has made reasonable efforts to provide an accurate translation. ", "However, no automated or computerized translation is perfect and is not intended to replace human or traditional translation methods. ", "The official text is the English version of the LAPDonline.org® website. ", "If any questions arise concerning the accuracy of the information presented by the translated version of the website, please refer to the English edition of the website, which is the official version.", "\n\nBecome a Fan\n\nLAPD Blog RSS Feed\n\nJuly 23, 2014\n\nTraffic Advisory for Presidential Visit\n\nLos Angeles: In an effort to assist the public in avoiding possible traffic congestion during the visit of the President of the United States, from Wednesday July 23, 2014 through Thursday July 24, 2014, the following areas of the City should be avoided when possible to prevent travel delays for community members:\n\nWednesday July 23, 2014 The area around La Brea Avenue and West Olympic Boulevard from 2:00 p.m. to 4:00 p.m. The area around Beverly Boulevard and North Doheny Drive from 9:00 a.m. to 4:00 p.m. The area around West 3rd Street and Rossmore Avenue from 4:00 p.m. to 8:00 p.m. The area around Beverly Boulevard and North Doheny Drive from 6:00 p.m. to 8:00 p.m.\n\nNOTE:There will be hard street closures along Rimpau Boulevard between Edgewood Place and Olympic Boulevard, and Olympic Boulevard between Rimpau Boulevard and West Boulevard. ", "The following bus stops will be affected:\n\nThursday July 24, 2014 The area around Beverly Boulevard and North Doheny Drive from 4:00 a.m. to 5:00 p.m. The area around Sunset Boulevard and Mandeville Canyon Road from 9:00 a.m. to 11:00 a.m. The area around Sunset Boulevard and Barrington Avenue from 10:00 a.m. and 12:00 p.m. The area around Grand Avenue and West Washington Boulevard from 4:00 a.m. to 5:00 p.m. The area around Figueroa Street and Martin Luther King Jr. Boulevard from 1:00 p.m. to 3:00 p.m.\n\nNOTE:There will be hard street closures along West Martin Luther King Jr. Boulevard between Hoover Street and South Figueroa Street, Figueroa Street between Exposition Park Drive and West Martin Luther King Jr. Boulevard, and West Washington Boulevard between South Flower and Grand Avenue. ", "South Flower Street between West Washington Boulevard and West 23rd Street, South Grand Avenue between West Washington Boulevard and West 23rd Street will also be affected by hard closures.", "\n\nThis information has been provided to the public with the approval of the United States Secret Service (USSS). ", "Any additional questions related to the visit of the President will be referred to the USSS.", "\n\nIf anyone has any questions regarding this advisory, please contact Media Relations Section at 213-486-5910." ]
{ "pile_set_name": "Pile-CC" }
[ 0, 0, 0.008333333333333333, 0, 0, 0, 0, 0, 0, 0, 0.003171247357293869, 0.004987531172069825, 0.005291005291005291, 0, 0, 0.00909090909090909 ]
0.00193
5
[ "Polymicrobial sepsis: an analysis of 184 cases using log linear models.", "\nPolymicrobial sepsis is a common and frequently fatal clinical condition that has received relatively little attention in published reports. ", "Retrospectively, we reviewed the case records of 184 patients with polymicrobial sepsis seen at three Dallas hospitals between 1972 and 1977. ", "Analysis of clinical data using log linear models enabled us to identify significant positive correlations (p < 0.05) between mortality resulting from polymicrobial sepsis and underlying disease category, failure to manifest fever, a pulmonary portal of entry, hypotension, and hospital-associated sepsis. ", "No significant correlation with outcome could be demonstrated for age, hospital service, species of infecting microorganisms, number of microorganisms isolated from blood, WBC count, or antimicrobial therapy. ", "In spite of indirect evidence for synergistic relationships between microorganisms responsible for polymicrobial sepsis in man, we could not resolve whether antimicrobial regimens that are effective against all of the microorganisms participating in polymicrobial infections are required to insure a favorable outcome." ]
{ "pile_set_name": "PubMed Abstracts" }
[ 0, 0, 0, 0, 0.004784688995215311, 0 ]
0.000797
5
[ "/*\n * Copyright 2013 Google Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.", "\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", "\n * See the License for the specific language governing permissions and\n * limitations under the License.", "\n */\n\npackage com.google.maps.android.clustering.view;\n\nimport com.google.maps.android.clustering.", "Cluster;\nimport com.google.maps.android.clustering.", "ClusterItem;\nimport com.google.maps.android.clustering.", "ClusterManager;\n\nimport java.util.", "Set;\n\n/**\n * Renders clusters.", "\n */\npublic interface ClusterRenderer<T extends ClusterItem> {\n\n /**\n * Called when the view needs to be updated because new clusters need to be displayed.", "\n *\n * @param clusters the clusters to be displayed.", "\n */\n void onClustersChanged(Set<? ", "extends Cluster<T>> clusters);\n\n void setOnClusterClickListener(ClusterManager.", "OnClusterClickListener<T> listener);\n\n void setOnClusterInfoWindowClickListener(ClusterManager.", "OnClusterInfoWindowClickListener<T> listener);\n\n void setOnClusterInfoWindowLongClickListener(ClusterManager.", "OnClusterInfoWindowLongClickListener<T> listener);\n\n void setOnClusterItemClickListener(ClusterManager.", "OnClusterItemClickListener<T> listener);\n\n void setOnClusterItemInfoWindowClickListener(ClusterManager.", "OnClusterItemInfoWindowClickListener<T> listener);\n\n void setOnClusterItemInfoWindowLongClickListener(ClusterManager.", "OnClusterItemInfoWindowLongClickListener<T> listener);\n\n /**\n * Called to set animation on or off\n */\n void setAnimation(boolean animate);\n\n /**\n * Called when the view is added.", "\n */\n void onAdd();\n\n /**\n * Called when the view is removed.", "\n */\n void onRemove();\n}\n" ]
{ "pile_set_name": "Github" }
[ 0.011764705882352941, 0.006329113924050633, 0.009523809523809525, 0.01020408163265306, 0, 0.01818181818181818, 0, 0, 0.006172839506172839, 0.016666666666666666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0.003942
5
[ "The invention disclosed herein relates to a sequence control system in combination with a spray system and a method of using the same for applying cooking oil to surfaces of baking pans or applying oil, butter or other materials to surfaces of food products.", "\nSequence control apparatus heretofore employed for controlling bakery pan oilers have limited capability for applying precisely controlled quantities of liquid to precisely controlled areas on pan or conveyor band surfaces. ", "Consequently, the systems tend to apply excessive quantities of oil or other materials which detracts from the quality of the resulting food product and requires excessive maintenance and cleaning to operate the systems.", "\nCurrent systems for the application of oils and other release agents to pans used for commercial baking (commonly referred to as \"oilers\" or \"greasers\") provide very limited control of application patterns. ", "Pan sensing is frequently a problem with these systems as well. ", "Consequently, these systems are unable to oil some types of pans and they give poor results with many other pans. ", "A sequence controller capable of extending the spray pattern capabilities of such systems and adapted to sense the location of a pan without using special sensors is needed.", "\nCommercial pan oilers apply a release agent such as vegetable oil to the baking pan using one or more spray nozzles. ", "The nozzles are usually mounted above a pan conveyor and spray into the pans as they pass below. ", "Most oilers are designed for use with pans that have well defined cavities in a uniform rectangular arrangement. ", "A typical nozzle configuration uses a selected number of nozzles positioned in a row across the pan conveyor. ", "Each nozzle can be moved along a track to match nozzle spacing to the cavity spacing of various pans.", "\nA pan sensor is normally mounted below the conveyor to sense the bottom profile of the pan. ", "When the sensor detects the leading edge of each cavity, it triggers a short spray from all selected nozzles. ", "The position of the spray within each cavity is determined by the position of the pan sensor relative to the nozzle line.", "\nPan sensor position is usually adjusted to trigger a spray in the center of each cavity. ", "Spray duration is adjusted to control the amount of release agent applied per spray cycle. ", "Since spray tips commonly used give relatively high flow rates, the maximum spray duration is typically less than a tenth of a second and, the pan travels only a few tenths of an inch along the conveyor during the spray cycle. ", "This gives the effect of spraying a single shot or burst of oil into each cavity.", "\nThe current systems are limited because they only spray when a signal is received from the pan sensor. ", "This means that a consistently detectable pattern of features must exist on some profile of the pan which exactly matches the desired pattern of sprays.", "\nMost pan sensors in use are either the metal detecting proximity type or the optical proximity type. ", "These sensors are on if they detect a sufficient amount of metal or a sufficient optical path. ", "Because they are either on or off, and because they are only sensitive to a single characteristic of the pan, they are most effective where a high contrast profile exists. ", "Bent pans, which are common in the industry, can cause the sensors to miss sprays. ", "Also, many commercial baking pans have frames, braces, and unusual geometries which will cause misses or extra sprays.", "\nThe tremendous variety of baking pans used in commercial baking and the frequent requirement that a single oiler and pan sensor arrangement work with several different pans presents two major challenges. ", "The first is to produce a pattern of sprays which gives a light, evenly distributed coating of release agent only on those portions of the pan which contact the baked product. ", "The second is to consistently synchronize or align the spray pattern with moving pans.", "\nFurther, liquid sprayed through nozzles tends to form a very fine mist commonly referred to as \"overspray\" which does not adhere to the surface of the pan and results in contamination of the atmosphere in the vicinity of the pan or application of oil to surfaces around the pan." ]
{ "pile_set_name": "USPTO Backgrounds" }
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
0
5