URL stringlengths 15 1.68k | text_list listlengths 1 199 | image_list listlengths 1 199 | metadata stringlengths 1.19k 3.08k |
|---|---|---|---|
https://www.hackmath.net/en/example/1218 | [
"# BW-BS balls\n\nAdam has a full box of balls that are large or small, black or white. Ratio of large and small balls is 5:3. Within the large balls the ratio of the black to white is 1:2 and between small balls the ratio of the black to white is 1:8\n\nWhat is the ratio of all black to all white balls?\n\nResult\... | [
null,
"https://www.hackmath.net/tex/605/605c94b3dcf7c.png",
null,
"https://www.hackmath.net/hashover/images/first-comment.png",
null,
"https://www.hackmath.net/hashover/images/avatar.png",
null,
"https://www.hackmath.net/thumb/14/t_5214.jpg",
null,
"https://www.hackmath.net/thumb/67/t_5167.jpg",
... | {"ft_lang_label":"__label__en","ft_lang_prob":0.959557,"math_prob":0.99251765,"size":3006,"snap":"2019-13-2019-22","text_gpt3_token_len":822,"char_repetition_ratio":0.11292472,"word_repetition_ratio":0.048964217,"special_character_ratio":0.27079174,"punctuation_ratio":0.11302983,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99630886,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],"im_url_duplicate_count":[null,1,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-05-27T06:07:04Z\",\"WARC-Record-ID\":\"<urn:uuid:3bf5b126-3aca-463a-b808-a41188016117>\",\"Content-Length\":\"20593\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8d9ee9ae-0114-4abd-8c71-35c807beceec>\",\"WARC-Concurrent-To\":\"<urn:uuid:77638bbe-28c9-467c-8f48-d41eed3f9fe9>\",\"WARC-IP-Address\":\"104.24.104.91\",\"WARC-Target-URI\":\"https://www.hackmath.net/en/example/1218\",\"WARC-Payload-Digest\":\"sha1:J5B6NCFPN7QV7GNASHZVN3JZKPW7UTGL\",\"WARC-Block-Digest\":\"sha1:NEL5Q3VKNGJ6UIXFDNQXLBL2Z3ZBJLNL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-22/CC-MAIN-2019-22_segments_1558232261326.78_warc_CC-MAIN-20190527045622-20190527071622-00147.warc.gz\"}"} |
http://analgorithmaday.blogspot.com/2011/07/find-maximum-product-in-array-in-all.html | [
"## Wednesday, 27 July 2011\n\n### Find the maximum product in an array (in all directions)\n\nQuestion\n\nReally an interesting question again on Project Euler site. Problem #11.\n\nhttp://projecteuler.net/index.php?section=problems&id=11\n\nIts a 20x20 matrix in which you need to find the maximum product of 4 num... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6936686,"math_prob":0.97758645,"size":3142,"snap":"2023-14-2023-23","text_gpt3_token_len":938,"char_repetition_ratio":0.116316125,"word_repetition_ratio":0.066287875,"special_character_ratio":0.3389561,"punctuation_ratio":0.15868673,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99235797,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-07T01:51:48Z\",\"WARC-Record-ID\":\"<urn:uuid:742040fe-d53c-478f-bc66-eb677a5ad67c>\",\"Content-Length\":\"95502\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a8393a07-9f00-4579-820d-6c019da09503>\",\"WARC-Concurrent-To\":\"<urn:uuid:028aa729-7681-4101-ac5d-ef811046181a>\",\"WARC-IP-Address\":\"142.251.167.132\",\"WARC-Target-URI\":\"http://analgorithmaday.blogspot.com/2011/07/find-maximum-product-in-array-in-all.html\",\"WARC-Payload-Digest\":\"sha1:AQNNLFFECM7P22URAAFVWHXJPTD3WXIY\",\"WARC-Block-Digest\":\"sha1:5CYVBPN7V2OT2SZXKXX3GMO2CLQZDYTU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224653501.53_warc_CC-MAIN-20230607010703-20230607040703-00342.warc.gz\"}"} |
https://blog.finxter.com/python-create-list-of-n-empty-strings/ | [
"# Python – Create List of N Empty Strings\n\n## Problem Formulation\n\n💬 Challenge: Given an integer `n`. How to create a list of `n` empty strings `''` in Python?\n\nHere are three examples:\n\n• Given `n=0`. Create list `[]`.\n• Given `n=3`. Create list `['', '', '']`.\n• Given `n=5`. Create list `['', '', '', ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.74819803,"math_prob":0.67548037,"size":4899,"snap":"2023-40-2023-50","text_gpt3_token_len":1106,"char_repetition_ratio":0.14688458,"word_repetition_ratio":0.074277855,"special_character_ratio":0.24229434,"punctuation_ratio":0.1475596,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9771235,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-11-30T11:28:53Z\",\"WARC-Record-ID\":\"<urn:uuid:d8a8744d-9216-4654-ac0f-c629076d61f3>\",\"Content-Length\":\"89083\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:2eb68b85-464d-40f1-ab8f-a5c8a0efa657>\",\"WARC-Concurrent-To\":\"<urn:uuid:2eb9d37f-fb8a-4c51-a6d5-ddb32ba2e9be>\",\"WARC-IP-Address\":\"194.1.147.99\",\"WARC-Target-URI\":\"https://blog.finxter.com/python-create-list-of-n-empty-strings/\",\"WARC-Payload-Digest\":\"sha1:BT6WPC765BGJXOR25EW2NKGSEDS3KQQL\",\"WARC-Block-Digest\":\"sha1:5CDFFWMPEFQNM77CQ5MOG57HBYFREVKR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100184.3_warc_CC-MAIN-20231130094531-20231130124531-00367.warc.gz\"}"} |
https://www.r-bloggers.com/2011/04/example-8-34-lack-of-robustness-of-t-test-with-small-n/ | [
"Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.\n\nTim Hesterberg has effectively argued for a larger role for resampling based inference in introductory statistics courses (and statistical practice more generally). While the Central Limit Theorem is a glorious result... | [
null,
"https://feeds.feedburner.com/~r/SASandR/~4/7sT3hTH0DwI",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8285307,"math_prob":0.9968385,"size":5660,"snap":"2020-45-2020-50","text_gpt3_token_len":1559,"char_repetition_ratio":0.16548797,"word_repetition_ratio":0.18547486,"special_character_ratio":0.28798586,"punctuation_ratio":0.1545139,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9992523,"pos_list":[0,1,2],"im_url_duplicate_count":[null,6,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-31T07:27:55Z\",\"WARC-Record-ID\":\"<urn:uuid:3a82d66c-6a59-4f35-98ef-c2f7881ff9e2>\",\"Content-Length\":\"89916\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:7613b09c-fc6a-42b0-b0ce-e7319bf68304>\",\"WARC-Concurrent-To\":\"<urn:uuid:b2539cca-80ad-4f90-86bf-07afea2b4810>\",\"WARC-IP-Address\":\"104.28.8.205\",\"WARC-Target-URI\":\"https://www.r-bloggers.com/2011/04/example-8-34-lack-of-robustness-of-t-test-with-small-n/\",\"WARC-Payload-Digest\":\"sha1:5YXBQ37ZSPU3FNK2MIZJPQ6H3IELEUDQ\",\"WARC-Block-Digest\":\"sha1:353LEERDPEQ4DXON7XAT5RLCITIUK6CH\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-45/CC-MAIN-2020-45_segments_1603107916776.80_warc_CC-MAIN-20201031062721-20201031092721-00532.warc.gz\"}"} |
https://forums.raspberrypi.com/viewtopic.php?f=72&t=79619 | [
"c libs\n\ngms0012\nPosts: 6\nJoined: Sat Jun 14, 2014 6:14 am\n\nc libs\n\nhi friends..\n\nare there c libs available für the bare metal pi?\n\nlike the arduino libs?\n\nthanks\n\nJRV\nPosts: 270\nJoined: Mon Apr 02, 2012 1:39 pm\nLocation: Minneapolis, MN\n\nRe: c libs\n\nIs this what you are looking for: http://... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.67557335,"math_prob":0.6449127,"size":5768,"snap":"2022-05-2022-21","text_gpt3_token_len":1563,"char_repetition_ratio":0.16585705,"word_repetition_ratio":0.359447,"special_character_ratio":0.3394591,"punctuation_ratio":0.19291705,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95071036,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-01-18T19:07:56Z\",\"WARC-Record-ID\":\"<urn:uuid:dfc3ddf0-16a6-4104-81d9-a7316e4a2bd0>\",\"Content-Length\":\"88172\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:f71093d1-0a9a-4012-9a00-0f4712d77dfa>\",\"WARC-Concurrent-To\":\"<urn:uuid:b34d415c-1eb0-45d9-9964-6e4034ae7795>\",\"WARC-IP-Address\":\"93.93.130.37\",\"WARC-Target-URI\":\"https://forums.raspberrypi.com/viewtopic.php?f=72&t=79619\",\"WARC-Payload-Digest\":\"sha1:2CC2NGWSK6MHPSB3MYXKDIJWY6QCDZI6\",\"WARC-Block-Digest\":\"sha1:YYEXMQVCEBTTUUHOWFBX5FKRS5E2NMH2\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-05/CC-MAIN-2022-05_segments_1642320300997.67_warc_CC-MAIN-20220118182855-20220118212855-00223.warc.gz\"}"} |
https://www.wiseowl.co.uk/blog/s394/shapes-vba.htm | [
"Browse 551 attributed reviews, viewable separately for our classroom and online training\nIf you found this blog useful and you’d like to say thanks you can click here to make a contribution. Thanks for looking at our blogs!\n\nBLOGS BY TOPIC\n\nBLOGS BY AUTHOR\n\nBLOGS BY YEAR\n\nHow to create autoshapes, lines a... | [
null,
"https://www.wiseowl.co.uk/files/blogs/s394/i23.jpg",
null,
"https://www.wiseowl.co.uk/files/blogs/s394/i24.jpg",
null,
"https://www.wiseowl.co.uk/files/blogs/s394/i25.jpg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8425443,"math_prob":0.93305725,"size":5335,"snap":"2021-31-2021-39","text_gpt3_token_len":1394,"char_repetition_ratio":0.11986494,"word_repetition_ratio":0.021030495,"special_character_ratio":0.24948454,"punctuation_ratio":0.1049672,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95511526,"pos_list":[0,1,2,3,4,5,6],"im_url_duplicate_count":[null,4,null,4,null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-24T16:06:34Z\",\"WARC-Record-ID\":\"<urn:uuid:63e782d1-a130-4648-9434-13a913a6e0b5>\",\"Content-Length\":\"66794\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d3d2650d-c923-45e6-95cf-9ca47f729716>\",\"WARC-Concurrent-To\":\"<urn:uuid:35890daf-750f-43ab-8afd-63537d15fa30>\",\"WARC-IP-Address\":\"51.155.52.34\",\"WARC-Target-URI\":\"https://www.wiseowl.co.uk/blog/s394/shapes-vba.htm\",\"WARC-Payload-Digest\":\"sha1:SU5N6YTWKZCQFGDQ2HQCYP7TZQMNOIOR\",\"WARC-Block-Digest\":\"sha1:GZBT62JCZSUA7TN536WJNRXBUFMXFJFM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780057558.23_warc_CC-MAIN-20210924140738-20210924170738-00384.warc.gz\"}"} |
https://planetmath.org/exampleofdifferentiablefunctionwhichisnotcontinuouslydifferentiable | [
"# example of differentiable function which is not continuously differentiable\n\nLet $f$ be defined in the following way:\n\n $f(x)=\\begin{cases}x^{2}\\sin\\left(\\frac{1}{x}\\right)&\\text{if }x\\neq 0\\\\ 0&\\text{if }x=0.\\end{cases}$\n\nThen if $x\\neq 0$, $f^{\\prime}(x)=2x\\sin\\left(\\frac{1}{x}\\right)-\\... | [
null,
"http://mathworld.wolfram.com/favicon_mathworld.png",
null,
"http://planetmath.org/sites/default/files/fab-favicon.ico",
null,
"http://mathworld.wolfram.com/favicon_mathworld.png",
null,
"http://planetmath.org/sites/default/files/fab-favicon.ico",
null,
"http://planetmath.org/sites/default/f... | {"ft_lang_label":"__label__en","ft_lang_prob":0.8598411,"math_prob":0.99986565,"size":987,"snap":"2021-04-2021-17","text_gpt3_token_len":239,"char_repetition_ratio":0.13123092,"word_repetition_ratio":0.056737587,"special_character_ratio":0.24417427,"punctuation_ratio":0.10778443,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99995995,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-22T15:08:12Z\",\"WARC-Record-ID\":\"<urn:uuid:b019ae23-1e47-40ae-9d9a-3d3ad4b81889>\",\"Content-Length\":\"13641\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c6077162-2c6d-4016-822e-3a6be77c2863>\",\"WARC-Concurrent-To\":\"<urn:uuid:7c935c25-9706-4523-a246-d7d97d557826>\",\"WARC-IP-Address\":\"129.97.206.129\",\"WARC-Target-URI\":\"https://planetmath.org/exampleofdifferentiablefunctionwhichisnotcontinuouslydifferentiable\",\"WARC-Payload-Digest\":\"sha1:KSB5JLKJAQ6W2D2AFJ7XXIMSEZJRWBCP\",\"WARC-Block-Digest\":\"sha1:PLZBYSPLLPZT7SDSILICGFNN4OTU33X3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618039610090.97_warc_CC-MAIN-20210422130245-20210422160245-00460.warc.gz\"}"} |
https://tutorbin.com/questions-and-answers/the-mechanics-of-a-mass-spring-system-is-governed-by-the-differential-equation-m-frac-d-2-y-d-t-2-l-frac-d-y-d-t-k-y-0 | [
"Question\n\n# The mechanics of a mass-spring system is governed by the differential equation m \\frac{d^{2} y}{d t^{2}}+l \\frac{d y}{d t}+k y=0 ; \\quad y(0)=0.5, y^{\\prime}(0)=0 \\text { where } m=1+a, l=5+\\mathrm{b} \\text { and } k=6+c \\text {. Here } a, b \\text { and } c \\text { are } 2^{\\text {nd }}, 3... | [
null,
"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27500%27%20height=%27300%27/%3e",
null,
"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
null,
"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20versi... | {"ft_lang_label":"__label__en","ft_lang_prob":0.91742414,"math_prob":0.99701196,"size":1765,"snap":"2023-40-2023-50","text_gpt3_token_len":420,"char_repetition_ratio":0.10902896,"word_repetition_ratio":0.020547945,"special_character_ratio":0.24815863,"punctuation_ratio":0.06344411,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99984586,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-03T09:55:04Z\",\"WARC-Record-ID\":\"<urn:uuid:d45a2fc8-ed27-4af7-acb4-4c554412ef8c>\",\"Content-Length\":\"61469\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:92c71f4f-0abd-42e4-a7ae-49f6044dad74>\",\"WARC-Concurrent-To\":\"<urn:uuid:4f1560de-8319-4563-bb28-08eb9723cd32>\",\"WARC-IP-Address\":\"76.76.21.21\",\"WARC-Target-URI\":\"https://tutorbin.com/questions-and-answers/the-mechanics-of-a-mass-spring-system-is-governed-by-the-differential-equation-m-frac-d-2-y-d-t-2-l-frac-d-y-d-t-k-y-0\",\"WARC-Payload-Digest\":\"sha1:VU5SMVQICBEWPH5PZ6ITYFTA2XBP7SSN\",\"WARC-Block-Digest\":\"sha1:TRM3WPML6365WDPMBLFKOW26F4SFZLKF\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100499.43_warc_CC-MAIN-20231203094028-20231203124028-00014.warc.gz\"}"} |
https://math.stackexchange.com/questions/1912624/what-is-the-consistency-strength-of-width-reflection | [
"# What is the consistency strength of \"width reflection\"?\n\nLots of people will be familiar with the second-order principle asserting that certain properties are reflected to $V_\\alpha$. For a second-order formula $\\phi$, parameter $A$, and relativisation of quantifiers and parameters to $V_\\alpha$, we can h... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.91972125,"math_prob":0.99072295,"size":2056,"snap":"2022-05-2022-21","text_gpt3_token_len":477,"char_repetition_ratio":0.10185185,"word_repetition_ratio":0.03785489,"special_character_ratio":0.23638132,"punctuation_ratio":0.08753315,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9983237,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-05-23T11:12:11Z\",\"WARC-Record-ID\":\"<urn:uuid:b352c361-5e6b-48f0-a54c-66438d270b75>\",\"Content-Length\":\"250117\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ea9c7a22-10fe-4a4d-a0a3-fbc1364faf45>\",\"WARC-Concurrent-To\":\"<urn:uuid:4da40cf1-150d-4c6f-8e51-00435f37ff58>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/1912624/what-is-the-consistency-strength-of-width-reflection\",\"WARC-Payload-Digest\":\"sha1:KUW5G736VAM6YVRZRDRLNDIM36YUNGRW\",\"WARC-Block-Digest\":\"sha1:BDH2HY5EWGSF74ZI3QF7MDN22NBVIBV6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-21/CC-MAIN-2022-21_segments_1652662558015.52_warc_CC-MAIN-20220523101705-20220523131705-00272.warc.gz\"}"} |
https://ch.mathworks.com/matlabcentral/cody/problems/1411-number-of-lattice-points-within-a-circle | [
"Cody\n\n# Problem 1411. Number of lattice points within a circle\n\nFind the number of points (x,y) in square lattice with x^2 + y^2 =< n. This is related to Jame's Problem 1387. Here you have to find the number of points within a circle.\n\n### Solution Stats\n\n37.18% Correct | 62.82% Incorrect\nLast Solution su... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6987865,"math_prob":0.960429,"size":364,"snap":"2020-24-2020-29","text_gpt3_token_len":96,"char_repetition_ratio":0.13611111,"word_repetition_ratio":0.0,"special_character_ratio":0.2912088,"punctuation_ratio":0.097222224,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9789861,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-10T23:37:05Z\",\"WARC-Record-ID\":\"<urn:uuid:b77a5443-2180-440e-9740-317a4da4b7ab>\",\"Content-Length\":\"84226\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:13d5f53c-f1ea-49a3-b000-8fe6b19e1362>\",\"WARC-Concurrent-To\":\"<urn:uuid:7d661cc4-30f1-4679-9d67-01fd84fbc84a>\",\"WARC-IP-Address\":\"23.223.252.57\",\"WARC-Target-URI\":\"https://ch.mathworks.com/matlabcentral/cody/problems/1411-number-of-lattice-points-within-a-circle\",\"WARC-Payload-Digest\":\"sha1:FOGM2KIG7YKZA2ZVOIGLHWEUVD3BUJJG\",\"WARC-Block-Digest\":\"sha1:R3KU5P3RBMJNKWCTB7LQC4QSZ3ZDDCVM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655912255.54_warc_CC-MAIN-20200710210528-20200711000528-00408.warc.gz\"}"} |
https://annals.math.princeton.edu/2010/171-3/p16 | [
"# Some adjoints in homotopy categories\n\n### Abstract\n\nLet $R$ be a ring. In a previous paper we found a new description for the category $\\mathbf{K}(R\\text{-Proj})$; it is equivalent to the Verdier quotient $\\mathbf{K}(R\\text{-Flat})/{\\mathscr S}$, for some suitable $\\mathscr{S}\\subset\\mathbf{K}(R\\te... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6842011,"math_prob":0.99903584,"size":587,"snap":"2023-40-2023-50","text_gpt3_token_len":187,"char_repetition_ratio":0.23499142,"word_repetition_ratio":0.0,"special_character_ratio":0.29471892,"punctuation_ratio":0.07079646,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9996519,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-07T17:10:20Z\",\"WARC-Record-ID\":\"<urn:uuid:05b0d116-7930-4b76-8ee9-e75524437101>\",\"Content-Length\":\"22741\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5672f3c6-680f-4067-854a-eacf5b2aeaa3>\",\"WARC-Concurrent-To\":\"<urn:uuid:23babce3-dbfb-41b8-b0c8-05424c2ce2dc>\",\"WARC-IP-Address\":\"128.112.19.56\",\"WARC-Target-URI\":\"https://annals.math.princeton.edu/2010/171-3/p16\",\"WARC-Payload-Digest\":\"sha1:3LGCHDEMTXZYKOKB7GIUMXQ6RFCMK5H7\",\"WARC-Block-Digest\":\"sha1:3SAOMO32NT2UJZZON5S7BIRAM4V3CQPB\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100677.45_warc_CC-MAIN-20231207153748-20231207183748-00777.warc.gz\"}"} |
https://artofproblemsolving.com/wiki/index.php/1964_AHSME_Problems/Problem_17 | [
"# 1964 AHSME Problems/Problem 17\n\n## Problem 17\n\nGiven the distinct points",
null,
"$P(x_1, y_1), Q(x_2, y_2)$ and",
null,
"$R(x_1+x_2, y_1+y_2)$. Line segments are drawn connecting these points to each other and to the origin",
null,
"$O$. Of the three possibilities: (1) parallelogram (2) straight... | [
null,
"https://latex.artofproblemsolving.com/3/4/8/3482a93f4be4037a84d1cae33cc3ab517a9ce130.png ",
null,
"https://latex.artofproblemsolving.com/5/3/3/53340e6d02d97a66390cac16379003687e9e0689.png ",
null,
"https://latex.artofproblemsolving.com/5/1/d/51da37d984564162c87710ca27bea422f657fb73.png ",
null,
... | {"ft_lang_label":"__label__en","ft_lang_prob":0.85647553,"math_prob":0.9975844,"size":1488,"snap":"2021-21-2021-25","text_gpt3_token_len":415,"char_repetition_ratio":0.11522911,"word_repetition_ratio":0.0,"special_character_ratio":0.32258064,"punctuation_ratio":0.10507246,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9953427,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54],"im_url_duplicate_count":[null,6,null,6,null,null,null,null,null,null,null,null,null,6,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,6,null,6,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-15T01:51:38Z\",\"WARC-Record-ID\":\"<urn:uuid:032ec456-6603-4a31-a632-7ad2f0993714>\",\"Content-Length\":\"44341\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:7b104754-6968-4ad0-b71e-1bcb851e639c>\",\"WARC-Concurrent-To\":\"<urn:uuid:a1fca030-78d6-4f9b-86c2-4f460938d3b8>\",\"WARC-IP-Address\":\"104.26.11.229\",\"WARC-Target-URI\":\"https://artofproblemsolving.com/wiki/index.php/1964_AHSME_Problems/Problem_17\",\"WARC-Payload-Digest\":\"sha1:VAVKWB4F4KSE2SQYEDEI53H4KX7SCR5T\",\"WARC-Block-Digest\":\"sha1:74YOROLMTIJQ2SVFGYTT2A2DEN53FS7R\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623487614006.8_warc_CC-MAIN-20210614232115-20210615022115-00394.warc.gz\"}"} |
https://www.daniweb.com/programming/software-development/threads/407431/vector-array | [
"Hi list,\n\nThree functions use the following items vector. Where/how should i put the vector to make this possible ?\nAny reference to related sources will be appreciated.\n\nvector< vector<int> > items ( 6, vector<int> ( 6 ) );\n\nP.S I tried to make it static but it gave error unfortunately .\n\nGlobals are EVI... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.85122514,"math_prob":0.90772647,"size":286,"snap":"2022-05-2022-21","text_gpt3_token_len":65,"char_repetition_ratio":0.13829787,"word_repetition_ratio":0.0,"special_character_ratio":0.25174826,"punctuation_ratio":0.14035088,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9843038,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-01-27T16:48:12Z\",\"WARC-Record-ID\":\"<urn:uuid:0ca09d6d-3673-47d7-826b-5357cb955205>\",\"Content-Length\":\"76085\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:2008e1a3-6632-44d6-b167-67a287086d83>\",\"WARC-Concurrent-To\":\"<urn:uuid:68caffbb-e986-435b-9326-abbfd4800a0e>\",\"WARC-IP-Address\":\"172.66.42.251\",\"WARC-Target-URI\":\"https://www.daniweb.com/programming/software-development/threads/407431/vector-array\",\"WARC-Payload-Digest\":\"sha1:ELNV77WW53V3GFIYJZU6NXEAINXWDI4V\",\"WARC-Block-Digest\":\"sha1:IOIDTJ2NDUDWSKTZ47AKGOGVPIXBOBRC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-05/CC-MAIN-2022-05_segments_1642320305277.88_warc_CC-MAIN-20220127163150-20220127193150-00644.warc.gz\"}"} |
https://forums.developer.nvidia.com/t/thrust-question/20646 | [
"",
null,
"# Thrust question\n\nHi,\n\nI have two questions regarding Thrust.\n\n1. Why is there no sub group for Thrust?? :)\n\n2. If I want to sort a “float *” array inplace using thrust::sort, how do I do this?\n\nCurrently I do something like this:\n\n``````thrust::host_vector<float> h_vec1(50);\n\nfloat *f... | [
null,
"https://aws1.discourse-cdn.com/nvidia/original/2X/3/3f301944ed0d2d0d779b3eaa251520d35458d467.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.5897089,"math_prob":0.8403473,"size":701,"snap":"2020-34-2020-40","text_gpt3_token_len":200,"char_repetition_ratio":0.14060259,"word_repetition_ratio":0.0,"special_character_ratio":0.32239658,"punctuation_ratio":0.2857143,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9863897,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-19T16:49:01Z\",\"WARC-Record-ID\":\"<urn:uuid:9489f6e0-d404-4d07-9200-fc0e15a46219>\",\"Content-Length\":\"27066\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:47d350c7-9296-401c-b8cc-f83f75a16db3>\",\"WARC-Concurrent-To\":\"<urn:uuid:c541d80b-18d3-456e-8c2b-ef22e843586a>\",\"WARC-IP-Address\":\"65.19.128.98\",\"WARC-Target-URI\":\"https://forums.developer.nvidia.com/t/thrust-question/20646\",\"WARC-Payload-Digest\":\"sha1:2SKOID7IPXWUQNG4WMUJIGHACCR27IVB\",\"WARC-Block-Digest\":\"sha1:BMIXNCHZU3Q2OFQ4YYUUTJRAFRAQ6JKY\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400192778.51_warc_CC-MAIN-20200919142021-20200919172021-00666.warc.gz\"}"} |
http://mizar.org/version/current/html/proofs/necklace/44 | [
"let n be Nat; :: thesis: for i, j being Nat holds\n( not [i,j] in the InternalRel of () or i = j + 1 or j = i + 1 )\n\nlet i, j be Nat; :: thesis: ( not [i,j] in the InternalRel of () or i = j + 1 or j = i + 1 )\nassume [i,j] in the InternalRel of () ; :: thesis: ( i = j + 1 or j = i + 1 )\nthen [i,j] in { [k,(k +... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6833396,"math_prob":0.9999937,"size":645,"snap":"2022-40-2023-06","text_gpt3_token_len":280,"char_repetition_ratio":0.15288612,"word_repetition_ratio":0.5104167,"special_character_ratio":0.5131783,"punctuation_ratio":0.13953489,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.000009,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-27T20:35:43Z\",\"WARC-Record-ID\":\"<urn:uuid:9f4ee5e3-6721-49ee-aaf4-26c7d9df73f1>\",\"Content-Length\":\"21574\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d926724e-3326-47dc-a1fc-2aa825a31ea4>\",\"WARC-Concurrent-To\":\"<urn:uuid:898a2792-83a0-4b77-b59a-ad3eb2476999>\",\"WARC-IP-Address\":\"193.219.28.149\",\"WARC-Target-URI\":\"http://mizar.org/version/current/html/proofs/necklace/44\",\"WARC-Payload-Digest\":\"sha1:N7KLH5X7P7M6RYJCAIPD6WHCTAPUMR5H\",\"WARC-Block-Digest\":\"sha1:KWOEXXANQSZXOJHE5LVFCUMBIDJ7JOSE\",\"WARC-Identified-Payload-Type\":\"application/xml\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335058.80_warc_CC-MAIN-20220927194248-20220927224248-00597.warc.gz\"}"} |
https://worlddatabaseofhappiness.eur.nl/correlational-findings/9488/ | [
"# Correlational findings\n\n## Study Timmermans (1997): study SI 1992\n\nPublic:\n18+ aged, general public, Slovenia, 1990\nSample:\nRespondents:\nN = 1035\nNon Response:\nAssessment:\nInterview: face-to-face\nStructured interview\n\n## Correlate\n\nAuthors's label\nHousehold income\nOur Classification\nOperationa... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.76348335,"math_prob":0.9412657,"size":1029,"snap":"2020-34-2020-40","text_gpt3_token_len":449,"char_repetition_ratio":0.14634146,"word_repetition_ratio":0.10810811,"special_character_ratio":0.46841595,"punctuation_ratio":0.18037975,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9956294,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-18T16:53:26Z\",\"WARC-Record-ID\":\"<urn:uuid:1e042297-c709-4086-8dce-3764a9bffda5>\",\"Content-Length\":\"77221\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a763dd41-e730-4560-ad5f-ee57ca6c17dd>\",\"WARC-Concurrent-To\":\"<urn:uuid:f5262c3e-4c44-4ad5-8ad7-d8e5cc6540d6>\",\"WARC-IP-Address\":\"145.5.1.108\",\"WARC-Target-URI\":\"https://worlddatabaseofhappiness.eur.nl/correlational-findings/9488/\",\"WARC-Payload-Digest\":\"sha1:CXOC4YRLRILKCEPAW47MKY7LYRHTUBAW\",\"WARC-Block-Digest\":\"sha1:4FBD72TOVHOFPPQQHN4MEMFX4P7MJ726\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400188049.8_warc_CC-MAIN-20200918155203-20200918185203-00217.warc.gz\"}"} |
https://www.johnroach.io/mid-rise-type-quantizer/ | [
"# Mid-rise type quantizer\n\nA mid-rise type quantizer for my DSP lab course. The question is as below.\n\nGenerate a discrete-time sinusoidal signal `x[n]` with the `SinSamples()` function implemented in preliminary work of experiment 1, with the parameters: `A=3, w=2*pi, ws=2*pi*50, .θ=0, d=2sec`. Implement 3-bi... | [
null,
"https://www.johnroach.io/content/images/2016/09/outputfordsp.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6010768,"math_prob":0.9987123,"size":2294,"snap":"2023-14-2023-23","text_gpt3_token_len":674,"char_repetition_ratio":0.12707424,"word_repetition_ratio":0.4473684,"special_character_ratio":0.30296424,"punctuation_ratio":0.17475729,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9997341,"pos_list":[0,1,2],"im_url_duplicate_count":[null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-24T07:05:45Z\",\"WARC-Record-ID\":\"<urn:uuid:968430cf-a307-46f9-ab15-dbc4cd21b20e>\",\"Content-Length\":\"21580\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0dd727f4-9605-49e4-a119-d72222864b64>\",\"WARC-Concurrent-To\":\"<urn:uuid:43b06e2d-3dcf-4cdb-8c18-ec7dff0aafcf>\",\"WARC-IP-Address\":\"146.75.35.7\",\"WARC-Target-URI\":\"https://www.johnroach.io/mid-rise-type-quantizer/\",\"WARC-Payload-Digest\":\"sha1:AWMKO3ZEKA2FYCORFSYATOOWU6HTDITY\",\"WARC-Block-Digest\":\"sha1:UIAY4KMB7E4U32Z5D72JIDCWIUC55TDM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296945248.28_warc_CC-MAIN-20230324051147-20230324081147-00468.warc.gz\"}"} |
http://forums.wolfram.com/mathgroup/archive/2008/Nov/msg00075.html | [
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"Data fitting from coupled differential equations\n\n• To: mathgroup at smc.vnet.net\n• Subject: [mg93291] Data fitting from coupled differential equations\n• From: margeorias at gmail.com\n• Date: Mon, 3 Nov 2008 05:2... | [
null,
"http://forums.wolfram.com/mathgroup/images/head_mathgroup.gif",
null,
"http://forums.wolfram.com/mathgroup/images/head_archive.gif",
null,
"http://forums.wolfram.com/mathgroup/images/numbers/2.gif",
null,
"http://forums.wolfram.com/mathgroup/images/numbers/0.gif",
null,
"http://forums.wolfr... | {"ft_lang_label":"__label__en","ft_lang_prob":0.78571594,"math_prob":0.98648995,"size":2301,"snap":"2020-24-2020-29","text_gpt3_token_len":822,"char_repetition_ratio":0.11449717,"word_repetition_ratio":0.027586207,"special_character_ratio":0.42285964,"punctuation_ratio":0.24390244,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99441755,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-10T11:54:44Z\",\"WARC-Record-ID\":\"<urn:uuid:804c8d4e-8798-45e6-ba6c-a7e3d6a1ea21>\",\"Content-Length\":\"45598\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:efe6edba-5657-46bf-98a7-0b055fd32a8a>\",\"WARC-Concurrent-To\":\"<urn:uuid:4e7f202f-6767-4f18-8ccc-4e4c8660cff6>\",\"WARC-IP-Address\":\"140.177.205.73\",\"WARC-Target-URI\":\"http://forums.wolfram.com/mathgroup/archive/2008/Nov/msg00075.html\",\"WARC-Payload-Digest\":\"sha1:ZYTKSELPMKPAK4CN262W3EOQ72XA7D23\",\"WARC-Block-Digest\":\"sha1:ZX5OLNDVT7WT5MUMQLNYLFET3IL7SWGI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655908294.32_warc_CC-MAIN-20200710113143-20200710143143-00073.warc.gz\"}"} |
https://mathematica.stackexchange.com/questions/88254/manipulate-to-determine-delta-given-epsilon-in-continuity-question | [
"# Manipulate to determine $\\delta$ given $\\epsilon$ in continuity question\n\nThis is a continuation of a question I posed at: Examining the function $f(x,y)=xy(x^2-y^2)/(x^2+y^2)$.\n\nThe quest is to analyze the partial derivative $$f_x(x,y)=\\begin{cases} \\dfrac{y(x^4+4x^2y^2-y^4)}{(x^2+y^2)^2},&(x,y)\\ne(0,0... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.71919656,"math_prob":0.9783587,"size":2282,"snap":"2023-40-2023-50","text_gpt3_token_len":751,"char_repetition_ratio":0.09218613,"word_repetition_ratio":0.032163743,"special_character_ratio":0.3799299,"punctuation_ratio":0.2112403,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9979493,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-23T17:56:12Z\",\"WARC-Record-ID\":\"<urn:uuid:59e0b6b7-3c7d-4843-85e1-9f7912c1df1c>\",\"Content-Length\":\"169704\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:2b7b20b4-9efd-434e-91d7-5d38f7e1903e>\",\"WARC-Concurrent-To\":\"<urn:uuid:a595fcbb-8da8-4162-954c-79dc54dcb0e5>\",\"WARC-IP-Address\":\"104.18.11.86\",\"WARC-Target-URI\":\"https://mathematica.stackexchange.com/questions/88254/manipulate-to-determine-delta-given-epsilon-in-continuity-question\",\"WARC-Payload-Digest\":\"sha1:EQNKVDJ6YPCKE6Q2AKD4263J5OWC6C6W\",\"WARC-Block-Digest\":\"sha1:QATYTQ2QJTZ5FBJZ6VZ34DSUUIVO4KXS\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233506528.19_warc_CC-MAIN-20230923162848-20230923192848-00883.warc.gz\"}"} |
http://www.geektonight.com/demand-curve-definition-type-example/ | [
"# Demand Curve | Definition, Type, Example\n\nLast Updated on\n\nTutorial Topic: What is demand curve, definition, example, types: Individual & market demand curve and why the demand curve slopes downward? – Answered\n\n## What is Demand Curve?\n\nDemand curve definition: In economics, a demand curve is a graphica... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.91544235,"math_prob":0.8576675,"size":5691,"snap":"2019-51-2020-05","text_gpt3_token_len":1117,"char_repetition_ratio":0.17601547,"word_repetition_ratio":0.08306365,"special_character_ratio":0.1938148,"punctuation_ratio":0.12618595,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.960073,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-01-23T20:51:16Z\",\"WARC-Record-ID\":\"<urn:uuid:24aeea3f-9bf9-4300-bb95-70bd00c8ae1a>\",\"Content-Length\":\"136074\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:3c0df831-b307-41e1-9b9c-5ac9cf7badce>\",\"WARC-Concurrent-To\":\"<urn:uuid:ae7cd4a8-3a1d-45b6-ae7f-f3436a2dd629>\",\"WARC-IP-Address\":\"166.62.10.53\",\"WARC-Target-URI\":\"http://www.geektonight.com/demand-curve-definition-type-example/\",\"WARC-Payload-Digest\":\"sha1:Z7UKULSOQLX5XGJ2NBTAYVJWVCSCD7UJ\",\"WARC-Block-Digest\":\"sha1:VPM4AMHZCUBQN2ETOOYPWU5LUO4W62BE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-05/CC-MAIN-2020-05_segments_1579250613416.54_warc_CC-MAIN-20200123191130-20200123220130-00467.warc.gz\"}"} |
https://www.solutioninn.com/study-help/financial-algebra-advanced-algebra/the-summer-income-of-the-3408-students-at-van-buren | [
"# The summer income of the 3,408 students at Van Buren High School last year was normally distributed with mean \\$1,751 and standard deviation \\$421. a. Approximately what percent of the students had incomes between \\$1,000 and \\$2,000? Round to the nearest percent. b. Approximately how many students had incom... | [
null,
"https://www.solutioninn.com/study-help/financial-algebra-advanced-algebra/includes/images/rewamp/document_product_info/free.svg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.95861953,"math_prob":0.8239507,"size":1001,"snap":"2023-14-2023-23","text_gpt3_token_len":230,"char_repetition_ratio":0.11534604,"word_repetition_ratio":0.683871,"special_character_ratio":0.26173827,"punctuation_ratio":0.1557789,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9766347,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-05-29T15:26:36Z\",\"WARC-Record-ID\":\"<urn:uuid:e1f14703-9695-4760-afc6-e2509c88da44>\",\"Content-Length\":\"43678\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8b509b7b-abd7-48a2-b2f8-0b9624a0b9ef>\",\"WARC-Concurrent-To\":\"<urn:uuid:bed26b4c-ec74-4d45-a277-7d0d6e76fbd3>\",\"WARC-IP-Address\":\"172.67.75.196\",\"WARC-Target-URI\":\"https://www.solutioninn.com/study-help/financial-algebra-advanced-algebra/the-summer-income-of-the-3408-students-at-van-buren\",\"WARC-Payload-Digest\":\"sha1:XSOEDZ3CANMV4RWGOLQEASM4GCQ3U6IK\",\"WARC-Block-Digest\":\"sha1:DX4S7SJJN53AJA2RPRIYKMGEP2KEGGAB\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224644867.89_warc_CC-MAIN-20230529141542-20230529171542-00019.warc.gz\"}"} |
https://meangreenmath.com/2016/02/18/engaging-students-rational-and-irrational-numbers-2/?replytocom=12807 | [
"# Engaging students: Rational and irrational numbers\n\nIn my capstone class for future secondary math teachers, I ask my students to come up with ideas for engaging their students with different topics in the secondary mathematics curriculum. In other words, the point of the assignment was not to devise a full-bl... | [
null,
"https://meangreenmath.files.wordpress.com/2013/06/green-line.jpg",
null,
"https://meangreenmath.files.wordpress.com/2013/06/green-line.jpg",
null,
"https://meangreenmath.files.wordpress.com/2013/06/green-line.jpg",
null,
"https://0.gravatar.com/avatar/fa4d48353041d533ad6d560746d0e9c7",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.94798243,"math_prob":0.9352736,"size":5362,"snap":"2022-27-2022-33","text_gpt3_token_len":1263,"char_repetition_ratio":0.12840612,"word_repetition_ratio":0.02561366,"special_character_ratio":0.22864603,"punctuation_ratio":0.10948905,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99052745,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-06-25T13:57:44Z\",\"WARC-Record-ID\":\"<urn:uuid:ca048c5b-ba76-4b92-9543-bfcacb7714fc>\",\"Content-Length\":\"124953\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:252dddc0-4a73-4a27-a6bb-ae65ce83f02c>\",\"WARC-Concurrent-To\":\"<urn:uuid:db842175-f3ff-40fe-8aa1-e740ffd04e13>\",\"WARC-IP-Address\":\"192.0.78.25\",\"WARC-Target-URI\":\"https://meangreenmath.com/2016/02/18/engaging-students-rational-and-irrational-numbers-2/?replytocom=12807\",\"WARC-Payload-Digest\":\"sha1:T4DKGJJHBBZQGO4L5S3V56TZKRG7CPT7\",\"WARC-Block-Digest\":\"sha1:F2TEXCXCKUTAVISCP3UCNWWPLYIYI753\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656103035636.10_warc_CC-MAIN-20220625125944-20220625155944-00468.warc.gz\"}"} |
https://mortgageratesontario.ca/home-equity-loan-calculator | [
"# Home Equity Loan Calculator\n\n## Home Equity Loan Payment Calculator\n\nFind out your monthly payment using the home equity loan calculator.\n\n## Home Equity Loan Rates Calculator\n\nSee interest rates for home equity loan using the home equity loan rates calculator.\n\n## Home Equity Loan Equity Calculator\n\... | [
null,
"https://mortgageratesontario.ca/wp-content/uploads/2015/11/Home-Equity-Calculator-300x240.jpg",
null,
"https://mortgageratesontario.ca/wp-content/uploads/2018/11/how-home-equity-loans-work-300x88.png",
null,
"https://mortgageratesontario.ca/wp-content/uploads/2017/07/home-equity-loan-300x210.jpg",
... | {"ft_lang_label":"__label__en","ft_lang_prob":0.9178902,"math_prob":0.99955624,"size":3788,"snap":"2023-14-2023-23","text_gpt3_token_len":865,"char_repetition_ratio":0.26215646,"word_repetition_ratio":0.07753164,"special_character_ratio":0.26821542,"punctuation_ratio":0.13116883,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99060863,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,2,null,2,null,2,null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-03T21:08:40Z\",\"WARC-Record-ID\":\"<urn:uuid:eac98daa-60bd-46e3-8daa-c6978c8ff9b5>\",\"Content-Length\":\"476898\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:f25510c1-dbfe-48a6-8739-07784d5187ed>\",\"WARC-Concurrent-To\":\"<urn:uuid:a786b7c6-7966-4d41-a543-b603db81ba89>\",\"WARC-IP-Address\":\"155.138.131.196\",\"WARC-Target-URI\":\"https://mortgageratesontario.ca/home-equity-loan-calculator\",\"WARC-Payload-Digest\":\"sha1:J2R5KA7XW66J45CVVUEF2OYJGUMTEO5T\",\"WARC-Block-Digest\":\"sha1:IXAVZIKJZGXSWVL5FJXSRBAO27IQGQ4N\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224649343.34_warc_CC-MAIN-20230603201228-20230603231228-00157.warc.gz\"}"} |
https://answers.everydaycalculation.com/multiply-fractions/6-42-times-56-81 | [
"Solutions by everydaycalculation.com\n\n## Multiply 6/42 with 56/81\n\nThis multiplication involving fractions can also be rephrased as \"What is 6/42 of 56/81?\"\n\n6/42 × 56/81 is 8/81.\n\n#### Steps for multiplying fractions\n\n1. Simply multiply the numerators and denominators separately:\n2. 6/42 × 56/81 = 6 ... | [
null,
"https://answers.everydaycalculation.com/mathstep-app-icon.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.89882576,"math_prob":0.98096305,"size":352,"snap":"2020-45-2020-50","text_gpt3_token_len":109,"char_repetition_ratio":0.13218391,"word_repetition_ratio":0.0,"special_character_ratio":0.35227272,"punctuation_ratio":0.08571429,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98375845,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-11-26T04:02:53Z\",\"WARC-Record-ID\":\"<urn:uuid:a9e5ed0a-58b4-4d4c-9caa-1d88a4abf3b3>\",\"Content-Length\":\"6509\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:6ee06112-7fc9-4ea2-8bc2-7506671cc4e9>\",\"WARC-Concurrent-To\":\"<urn:uuid:870d8d10-3460-4caa-9e14-fbc7859ad7ef>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/multiply-fractions/6-42-times-56-81\",\"WARC-Payload-Digest\":\"sha1:KFURYG6QKA4MUSF6WJEPBDVPCOQQ4U6D\",\"WARC-Block-Digest\":\"sha1:IP4U7Y362KYI5NLF4NGO767GBFSW5AF3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-50/CC-MAIN-2020-50_segments_1606141186414.7_warc_CC-MAIN-20201126030729-20201126060729-00432.warc.gz\"}"} |
http://eacademic.ju.edu.jo/abd.yousef/Lists/Taught%20Courses/AllItems.aspx | [
"# Dr. Abdel Rahman Yousef",
null,
"## Taught Courses",
null,
"All Items",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"Course",
null,
"",
null,
"",
null,
"",
null,
"Description",
null,
"Academic Year",
null,
"",
null,... | [
null,
"http://eacademic.ju.edu.jo/_layouts/images/fgimg.png",
null,
"http://eacademic.ju.edu.jo/_layouts/images/fgimg.png",
null,
"http://eacademic.ju.edu.jo/_layouts/images/blank.gif",
null,
"http://eacademic.ju.edu.jo/_layouts/images/fgimg.png",
null,
"http://eacademic.ju.edu.jo/_layouts/images/... | {"ft_lang_label":"__label__en","ft_lang_prob":0.57953024,"math_prob":0.9615546,"size":4096,"snap":"2020-34-2020-40","text_gpt3_token_len":1091,"char_repetition_ratio":0.13489737,"word_repetition_ratio":0.09972299,"special_character_ratio":0.21582031,"punctuation_ratio":0.22143865,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98438346,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-08-13T23:49:57Z\",\"WARC-Record-ID\":\"<urn:uuid:d7857906-25b1-4072-8352-4eba899b18c2>\",\"Content-Length\":\"73223\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1934f057-ebc6-4d94-8445-cc42c2a407cf>\",\"WARC-Concurrent-To\":\"<urn:uuid:402906c3-1402-4c63-9687-e8a87d2c008f>\",\"WARC-IP-Address\":\"87.236.232.85\",\"WARC-Target-URI\":\"http://eacademic.ju.edu.jo/abd.yousef/Lists/Taught%20Courses/AllItems.aspx\",\"WARC-Payload-Digest\":\"sha1:2G3ZQ2JIWB2TAHXZY34GB67QUJI4R5AF\",\"WARC-Block-Digest\":\"sha1:2TUKOKD6WHVP4QM3GTYE5VHYZS3SVKRO\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-34/CC-MAIN-2020-34_segments_1596439739104.67_warc_CC-MAIN-20200813220643-20200814010643-00401.warc.gz\"}"} |
https://docs.qgis.org/3.4/bg/docs/user_manual/processing_algs/qgis/vectoranalysis.html | [
"# Vector analysis¶\n\n## Basic statistics for fields¶\n\nGenerates basic statistics for a field of the attribute table of a vector layer.\n\nNumeric, date, time and string fields are supported.\n\nThe statistics returned will depend on the field type.\n\nStatistics are generated as an HTML file and are available i... | [
null,
"https://docs.qgis.org/3.4/bg/_images/count_points_polygon.png",
null,
"https://docs.qgis.org/3.4/bg/_images/distance_hub.png",
null,
"https://docs.qgis.org/3.4/bg/_images/join_lines.png",
null,
"https://docs.qgis.org/3.4/bg/_images/kmeans.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6986236,"math_prob":0.88676685,"size":14597,"snap":"2023-40-2023-50","text_gpt3_token_len":3526,"char_repetition_ratio":0.18036045,"word_repetition_ratio":0.34185424,"special_character_ratio":0.24655752,"punctuation_ratio":0.06869565,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97784036,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-08T02:40:29Z\",\"WARC-Record-ID\":\"<urn:uuid:43f704b7-08df-4993-926f-f22fa1bddefc>\",\"Content-Length\":\"75305\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:6f180faa-b749-4371-9add-459efba47455>\",\"WARC-Concurrent-To\":\"<urn:uuid:981b7748-834a-4ba8-89cc-e9971a728cfc>\",\"WARC-IP-Address\":\"104.21.71.41\",\"WARC-Target-URI\":\"https://docs.qgis.org/3.4/bg/docs/user_manual/processing_algs/qgis/vectoranalysis.html\",\"WARC-Payload-Digest\":\"sha1:GH2P66AGGUT5AVETQG2Y2RRWC3AH2FZ3\",\"WARC-Block-Digest\":\"sha1:YGBXSD4CGF34BOCRTR4LGKIQ2IZI4HBE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100710.22_warc_CC-MAIN-20231208013411-20231208043411-00362.warc.gz\"}"} |
https://scholaron.com/homework-answers/consider-a-binomial-model-with-t-7098 | [
"/\n/\n/\nConsider a Binomial Model with T = 2, r =\nNot my Question\nFlag Content\n\n# Question : Consider a Binomial Model with T = 2, r =\n\nConsider a Binomial Model with T = 2, r = 1.5, S_0 = 90, d = 1/3, u = 4, and p = 0.3. Compute B_0, B_1, and B_2. By drawing a tree diagram, compute all possible values of (... | [
null,
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABBCAMAAABW61JJAAAASFBMVEUAAAAXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EXd+EoThrEAAAAF3RSTlMADCM5isAXo7VFUJhi1clrLees9H51WSjjsFUAAAVvSURBVFjD3VdbYhshDAQkEO/XwnL/mxZsNt64TZv2s/posQ3SjEYShP3HJmx3Wi6r6I36y9O5VSnRW... | {"ft_lang_label":"__label__en","ft_lang_prob":0.8313091,"math_prob":0.9975329,"size":542,"snap":"2020-24-2020-29","text_gpt3_token_len":175,"char_repetition_ratio":0.09665427,"word_repetition_ratio":0.12244898,"special_character_ratio":0.3413284,"punctuation_ratio":0.18181819,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9997385,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-14T13:01:42Z\",\"WARC-Record-ID\":\"<urn:uuid:169c82fd-48dc-4263-a871-4adfb53abbc1>\",\"Content-Length\":\"131322\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:86c3977b-b802-4c07-8fb2-5d2eafb6ee0f>\",\"WARC-Concurrent-To\":\"<urn:uuid:8947bcca-45c1-4957-a259-29d967331bee>\",\"WARC-IP-Address\":\"99.84.191.103\",\"WARC-Target-URI\":\"https://scholaron.com/homework-answers/consider-a-binomial-model-with-t-7098\",\"WARC-Payload-Digest\":\"sha1:KTPZFEMTN7KRNXXGXFYWORH2LE3H5ZTN\",\"WARC-Block-Digest\":\"sha1:W2ENECVEHCTKDUAEA5L6IB5EXNU24TE2\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655880665.3_warc_CC-MAIN-20200714114524-20200714144524-00454.warc.gz\"}"} |
https://physics.stackexchange.com/questions/464445/could-the-cosmological-constant-be-due-to-vacuum-fluctuations-in-a-box-i-e-in | [
"# Could the cosmological constant be due to vacuum fluctuations in a box, i.e., in a finite universe?\n\nAssumption: If the universe were a finite box whose boundary is the cosmological horizon, then there would be a zero-point energy inside that box.\n\nConsequence 1: This zero-point energy would be given by the ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.816495,"math_prob":0.99786335,"size":1015,"snap":"2019-43-2019-47","text_gpt3_token_len":276,"char_repetition_ratio":0.10880317,"word_repetition_ratio":0.0,"special_character_ratio":0.2768473,"punctuation_ratio":0.101604275,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9997187,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-11-18T00:35:39Z\",\"WARC-Record-ID\":\"<urn:uuid:aa586a67-fe02-46b4-a120-7184ad6ab0e0>\",\"Content-Length\":\"143084\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:266331be-edcc-49e4-b8ec-e9089d717beb>\",\"WARC-Concurrent-To\":\"<urn:uuid:06b736ff-6849-43e9-9a88-45f4a167445d>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://physics.stackexchange.com/questions/464445/could-the-cosmological-constant-be-due-to-vacuum-fluctuations-in-a-box-i-e-in\",\"WARC-Payload-Digest\":\"sha1:VGBK6DJKZI4C7WD7KSTQRFG4KHQPDUBK\",\"WARC-Block-Digest\":\"sha1:ISF6TCXOPT4MTD2ESTA2IUIZDB5I3LDT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-47/CC-MAIN-2019-47_segments_1573496669422.96_warc_CC-MAIN-20191118002911-20191118030911-00112.warc.gz\"}"} |
https://matrix-algebra.appspot.com/matrixApplications.html | [
"If there is one prayer that you should pray/sing every day and every hour, it is the LORD's prayer (Our FATHER in Heaven prayer)\nIt is the most powerful prayer. A pure heart, a clean mind, and a clear conscience is necessary for it.\n- Samuel Dominic Chukwuemeka\n\nFor in GOD we live, and move, and have our being... | [
null,
"https://matrix-algebra.appspot.com/images/samueldominicchukwuemeka.jpg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.937192,"math_prob":0.9994142,"size":1502,"snap":"2021-31-2021-39","text_gpt3_token_len":340,"char_repetition_ratio":0.1341789,"word_repetition_ratio":0.007662835,"special_character_ratio":0.21438083,"punctuation_ratio":0.11666667,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99838096,"pos_list":[0,1,2],"im_url_duplicate_count":[null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-17T13:23:07Z\",\"WARC-Record-ID\":\"<urn:uuid:7e65c2f4-a0f4-481f-840c-a717b8e22aa8>\",\"Content-Length\":\"27427\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:2c66fc92-9f63-48f5-a25c-79c7278e2a4e>\",\"WARC-Concurrent-To\":\"<urn:uuid:bb1cf083-de4d-4748-8d07-be2d210a2a9a>\",\"WARC-IP-Address\":\"142.251.45.20\",\"WARC-Target-URI\":\"https://matrix-algebra.appspot.com/matrixApplications.html\",\"WARC-Payload-Digest\":\"sha1:RCQ2RQIHF5UK43E5NDMZARWKC3IA4LZM\",\"WARC-Block-Digest\":\"sha1:OZFKRATA5B46UPKD7NZFBWCVXRUWFJYM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780055645.75_warc_CC-MAIN-20210917120628-20210917150628-00282.warc.gz\"}"} |
https://www.mdpi.com/1099-4300/15/9/3312/htm | [
"Previous Article in Journal\nEntropy and Computation: The Landauer-Bennett Thesis Reexamined\n\nEntropy 2013, 15(9), 3312-3324; https://doi.org/10.3390/e15093312\n\nArticle\nOn the Entropy of a Two Step Random Fibonacci Substitution\nby",
null,
"Johan Nilsson\nDepartment of Mathematics, Universität Bielefeld, ... | [
null,
"https://www.mdpi.com/profiles/masked-unknown-user.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9130819,"math_prob":0.99995637,"size":17631,"snap":"2019-51-2020-05","text_gpt3_token_len":4358,"char_repetition_ratio":0.17495887,"word_repetition_ratio":0.117947176,"special_character_ratio":0.2553457,"punctuation_ratio":0.18335468,"nsfw_num_words":1,"has_unicode_error":false,"math_prob_llama3":0.99999535,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-12-11T16:45:38Z\",\"WARC-Record-ID\":\"<urn:uuid:cb98f1f6-a92c-427b-b86b-1e54ee64e31d>\",\"Content-Length\":\"261087\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e9d9221a-ef94-464c-916c-efc801e704ef>\",\"WARC-Concurrent-To\":\"<urn:uuid:01668189-e6e7-4447-9f60-8ff4759a5519>\",\"WARC-IP-Address\":\"104.16.10.68\",\"WARC-Target-URI\":\"https://www.mdpi.com/1099-4300/15/9/3312/htm\",\"WARC-Payload-Digest\":\"sha1:5GGL4BBZ5EBZ55OHG3Z6GOOTYOX4UYJT\",\"WARC-Block-Digest\":\"sha1:KPF7BF747WJBM25K25JYZZHX4SJKKMZK\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-51/CC-MAIN-2019-51_segments_1575540531974.7_warc_CC-MAIN-20191211160056-20191211184056-00013.warc.gz\"}"} |
https://cipmexamtipsandtricks.blogspot.com/2013/09/common-themes-dietz-style-equations.html | [
"## Friday, September 20, 2013\n\n### Common Themes: \"Dietz-Style Equations\"\n\nFor today's post, I'd like to review some of the \"Dietz-style\" formulae we use to calculate true time-weighted return and estimated time-weighted return. I've never actually seen the formulae presented this way, but hopefully doing... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.92495036,"math_prob":0.99135786,"size":5809,"snap":"2021-04-2021-17","text_gpt3_token_len":1325,"char_repetition_ratio":0.20602928,"word_repetition_ratio":0.13891532,"special_character_ratio":0.22275779,"punctuation_ratio":0.09831933,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99955827,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-19T13:12:20Z\",\"WARC-Record-ID\":\"<urn:uuid:83bac046-c663-4779-9d08-cfed5a9e549e>\",\"Content-Length\":\"52339\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:102c67f7-d91c-40fa-baaa-9a4d3f17f606>\",\"WARC-Concurrent-To\":\"<urn:uuid:6f43c430-e0a1-4bb8-bbfd-2f441e042e0b>\",\"WARC-IP-Address\":\"172.217.12.225\",\"WARC-Target-URI\":\"https://cipmexamtipsandtricks.blogspot.com/2013/09/common-themes-dietz-style-equations.html\",\"WARC-Payload-Digest\":\"sha1:G7ERQHOOGF276FDU2VZGZKNXFY66N35S\",\"WARC-Block-Digest\":\"sha1:AXLVPO6QFL5DAUDMPBGADQWSVAGEDSEW\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038879374.66_warc_CC-MAIN-20210419111510-20210419141510-00420.warc.gz\"}"} |
https://blogs.sap.com/2015/12/18/how-to-understand-const-add-x-y-x-y/ | [
"",
null,
"# How to understand const add = x => y => x + y\n\nThere is a piece of JavaScript codes below:\n\n``````\nconst add = x => y => x + y\n\nWhen executed, c is equal to 3 in the runtime. Why?\n\nLet’s debug in Chrome.\n\n1. Only one argument, 1. Pay attention to the highlight part in line 19. It means a... | [
null,
"https://avatars.services.sap.com/images/jerry.wang.png",
null,
"https://blogs.sap.com/wp-content/uploads/2015/12/clipboard1_854423.png",
null,
"https://blogs.sap.com/wp-content/uploads/2015/12/clipboard2_854424.png",
null,
"https://blogs.sap.com/wp-content/uploads/2015/12/clipboard3_854425.png"... | {"ft_lang_label":"__label__en","ft_lang_prob":0.84286946,"math_prob":0.99632114,"size":941,"snap":"2021-43-2021-49","text_gpt3_token_len":267,"char_repetition_ratio":0.11953042,"word_repetition_ratio":0.11881188,"special_character_ratio":0.31880978,"punctuation_ratio":0.11872146,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99004906,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12],"im_url_duplicate_count":[null,null,null,5,null,5,null,5,null,5,null,5,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-12-04T05:48:16Z\",\"WARC-Record-ID\":\"<urn:uuid:ffcd1221-8777-4dc8-a096-522306e0d0fc>\",\"Content-Length\":\"50883\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ce1236e3-a788-44d4-8f60-762b9ac8004e>\",\"WARC-Concurrent-To\":\"<urn:uuid:9072ca03-1b8b-4f4e-a01b-04e0061f7892>\",\"WARC-IP-Address\":\"23.14.155.138\",\"WARC-Target-URI\":\"https://blogs.sap.com/2015/12/18/how-to-understand-const-add-x-y-x-y/\",\"WARC-Payload-Digest\":\"sha1:WPSZIEVAOKX34PNNW2BNGVQZVIPFJM72\",\"WARC-Block-Digest\":\"sha1:C264CUKY2YFDNKE4RVQAQXZ4A7LK3SKU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-49/CC-MAIN-2021-49_segments_1637964362930.53_warc_CC-MAIN-20211204033320-20211204063320-00164.warc.gz\"}"} |
https://www.kopykitab.com/blog/rs-aggarwal-solution-class-8-chapter-20-volume-surface-area-of-solid/ | [
"# RS Aggarwal Solution Class 8 Chapter 20 – Volume & Surface area of Solid\n\nRS Aggarwal Solution Class 8 Chapter 20 – Volume & Surface area of Solid: Volume and surface area of solid is a very long chapter that requires calculation and you need to be well versed with the formulas of all 3D figures.\n\nThis chapt... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9304599,"math_prob":0.51947504,"size":6300,"snap":"2021-43-2021-49","text_gpt3_token_len":1408,"char_repetition_ratio":0.19472681,"word_repetition_ratio":0.09413854,"special_character_ratio":0.2136508,"punctuation_ratio":0.06427379,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9863231,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-16T09:38:48Z\",\"WARC-Record-ID\":\"<urn:uuid:583275ab-b99f-42d2-b497-f7a54a5d223b>\",\"Content-Length\":\"122976\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ade0484b-e0d9-4563-b53f-cc9de35cf075>\",\"WARC-Concurrent-To\":\"<urn:uuid:55dbdf71-7b9e-40c5-a3b2-641136320c11>\",\"WARC-IP-Address\":\"54.186.64.191\",\"WARC-Target-URI\":\"https://www.kopykitab.com/blog/rs-aggarwal-solution-class-8-chapter-20-volume-surface-area-of-solid/\",\"WARC-Payload-Digest\":\"sha1:VK26WRH43YO6PM4MXCOIXD6UTSWEMHAQ\",\"WARC-Block-Digest\":\"sha1:OUSBHL6VZR7B2N27TWPAREUPMIKM2DEM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323584554.98_warc_CC-MAIN-20211016074500-20211016104500-00327.warc.gz\"}"} |
https://www.circuitstoday.com/automatic-led-emergency-light-modified-version/comment-page-3 | [
"As there is serious discussions going on about our previous Automatic LED Emergency Light Circuit using LM 317, Mr.Seetharaman has come up with a modified version of the same which answers many of the doubts raised in our Comments section.\n\nNote: Mr.Seetharaman has developed a new version of Automatic LED emerge... | [
null,
"https://www.circuitstoday.com/wp-content/uploads/2010/05/Automatic-LED-Emergency-Light-Modified.jpg",
null,
"https://www.circuitstoday.com/wp-content/uploads/2010/05/LED-Emergency-Light-with-Under-Voltage-Cut-Off-Protection.bmp",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.907485,"math_prob":0.9840143,"size":6061,"snap":"2023-14-2023-23","text_gpt3_token_len":1578,"char_repetition_ratio":0.12497936,"word_repetition_ratio":0.0,"special_character_ratio":0.26992247,"punctuation_ratio":0.12480857,"nsfw_num_words":1,"has_unicode_error":false,"math_prob_llama3":0.95957005,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,5,null,5,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-26T03:19:26Z\",\"WARC-Record-ID\":\"<urn:uuid:39c7b9e6-da66-4439-8812-5785cc9a7baf>\",\"Content-Length\":\"85485\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:37f43ae5-e70b-4943-afdb-01fc2508bedf>\",\"WARC-Concurrent-To\":\"<urn:uuid:399851b0-64b4-4b18-8e0c-a57c6ca6d1b6>\",\"WARC-IP-Address\":\"34.230.232.255\",\"WARC-Target-URI\":\"https://www.circuitstoday.com/automatic-led-emergency-light-modified-version/comment-page-3\",\"WARC-Payload-Digest\":\"sha1:6WXTLFORWUQS4XBS4UFXAPDLFJZBRFG6\",\"WARC-Block-Digest\":\"sha1:JBVU3AW5BFBUQ7QSSN2Y7T2BJKEUBCLT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296945381.91_warc_CC-MAIN-20230326013652-20230326043652-00699.warc.gz\"}"} |
http://ix.cs.uoregon.edu/~ariola/cycles.html | [
"# Lambda calculus plus letrec\n\nThe paper consists of three parts.\n\n#### Part I:\n\nWe establish an isomorphism between the well-formed cyclic lambda-graphs and their syntactic representations. To define the well-formed cyclic lambda-graphs we introduce the notion of a scoped lambda-graph. The well-formed lambd... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.895797,"math_prob":0.9357138,"size":2487,"snap":"2019-13-2019-22","text_gpt3_token_len":456,"char_repetition_ratio":0.16230367,"word_repetition_ratio":0.017094018,"special_character_ratio":0.16646563,"punctuation_ratio":0.07281554,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98975366,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-03-19T17:29:47Z\",\"WARC-Record-ID\":\"<urn:uuid:9a215af4-10b1-4ec9-8e36-61db7ecd6eac>\",\"Content-Length\":\"3329\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e92d5a96-7b60-4769-9c7e-0a4cbfd020ac>\",\"WARC-Concurrent-To\":\"<urn:uuid:78875a7e-2358-4190-93e0-5f3da723fd90>\",\"WARC-IP-Address\":\"128.223.4.35\",\"WARC-Target-URI\":\"http://ix.cs.uoregon.edu/~ariola/cycles.html\",\"WARC-Payload-Digest\":\"sha1:F6IDEPMOVA2TCVDLZIXCA3WQPZG223EK\",\"WARC-Block-Digest\":\"sha1:FC5QPY2VGDT3IVKVOYLPL6VJYYVKQOCC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-13/CC-MAIN-2019-13_segments_1552912202003.56_warc_CC-MAIN-20190319163636-20190319185636-00201.warc.gz\"}"} |
https://yslhandbags.net/best-421 | [
"# Solve right triangle calculator trig\n\nTrigonometry calculator as a tool for solving right triangle To find the missing sides or angles of the right triangle, all you need to do is enter the known variables into the trigonometry calculator. You need only two given",
null,
"Do my homework\nFigure out mathema... | [
null,
"https://yslhandbags.net/images/19474200dc293436/lqongmakcbdejfihp-pic-boy.webp",
null,
"https://yslhandbags.net/images/19474200dc293436/qpacfdojimkblgnhe-paper-format.jpg",
null,
"https://yslhandbags.net/images/19474200dc293436/pimfhgnoqaljdcebk-phone.webp",
null,
"https://yslhandbags.net/image... | {"ft_lang_label":"__label__en","ft_lang_prob":0.87053853,"math_prob":0.9584847,"size":298,"snap":"2022-40-2023-06","text_gpt3_token_len":62,"char_repetition_ratio":0.11904762,"word_repetition_ratio":0.0,"special_character_ratio":0.17785235,"punctuation_ratio":0.074074075,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9973588,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-01-31T10:31:14Z\",\"WARC-Record-ID\":\"<urn:uuid:8bd0da9b-d13e-4768-b631-a6a2abc23ffd>\",\"Content-Length\":\"12575\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ff7908d2-5109-4f69-9764-d0265dc6e7c9>\",\"WARC-Concurrent-To\":\"<urn:uuid:d87e4db3-f4bb-449f-8c22-25b668d12597>\",\"WARC-IP-Address\":\"170.178.164.184\",\"WARC-Target-URI\":\"https://yslhandbags.net/best-421\",\"WARC-Payload-Digest\":\"sha1:KR4VLFBBS5VEM6MFRFZ6USRW2AI75USH\",\"WARC-Block-Digest\":\"sha1:6ME7YUWMEXHUIMOQXQC3OOJNE7PPY4BR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764499857.57_warc_CC-MAIN-20230131091122-20230131121122-00846.warc.gz\"}"} |
https://ask.csdn.net/questions/873411 | [
"# 用于2D阵列的PHP组合作为Christofides算法解决方案的一部分\n\nI am creating Christofides algorithm for the Traveling Salesman Problem. In part of the algorithm I need to find nodes of a graph that are of odd degree and then calculate the lowest weight. This can be done by the Blossom algorithm, but I am choosing to do it a different ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.65195405,"math_prob":0.9819682,"size":2184,"snap":"2021-04-2021-17","text_gpt3_token_len":574,"char_repetition_ratio":0.14678898,"word_repetition_ratio":0.0,"special_character_ratio":0.30448717,"punctuation_ratio":0.16458853,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99492043,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-11T07:26:01Z\",\"WARC-Record-ID\":\"<urn:uuid:22ac2009-e8eb-4966-9cf0-2d9390f8b08b>\",\"Content-Length\":\"60535\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d495699f-7c91-4120-8331-7dace2a64c6f>\",\"WARC-Concurrent-To\":\"<urn:uuid:fcc02389-21ea-436e-8536-0a6cc6e7ea7c>\",\"WARC-IP-Address\":\"47.95.50.136\",\"WARC-Target-URI\":\"https://ask.csdn.net/questions/873411\",\"WARC-Payload-Digest\":\"sha1:EJC5JU56NRT4BWJL3IEMX7DVQKQFFEGM\",\"WARC-Block-Digest\":\"sha1:UJXTH6YMMCWG66FHRCZKUWN5ERO4XG2Z\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038061562.11_warc_CC-MAIN-20210411055903-20210411085903-00611.warc.gz\"}"} |
https://www.daniweb.com/programming/software-development/threads/121664/need-help-with-a-sequential-file | [
"Hi, I need help with a Golf Stats Program I am trying to complete. It is a dat file. My averaging functions are not working. Can someone suggest what I can do to correct the problems with both averaging functions?\n\nmain\n\n#include <iostream>\nusing std::cerr;\nusing std::cout;\nusing std::cin;\nusing std::endl;... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.5131107,"math_prob":0.9507447,"size":5864,"snap":"2022-40-2023-06","text_gpt3_token_len":1816,"char_repetition_ratio":0.15,"word_repetition_ratio":0.23945148,"special_character_ratio":0.3541951,"punctuation_ratio":0.22406639,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9804469,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-01-31T08:03:50Z\",\"WARC-Record-ID\":\"<urn:uuid:acd042a3-4419-4e0b-bf1b-550a0d3983fb>\",\"Content-Length\":\"136811\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:95c4e0c2-f046-447e-a6df-202bca599763>\",\"WARC-Concurrent-To\":\"<urn:uuid:1b2c829d-9a35-474f-807d-b842c86e737f>\",\"WARC-IP-Address\":\"172.66.41.5\",\"WARC-Target-URI\":\"https://www.daniweb.com/programming/software-development/threads/121664/need-help-with-a-sequential-file\",\"WARC-Payload-Digest\":\"sha1:R6NQPUMJMBJ4RYD7AJICAJ6GRIOAG3KF\",\"WARC-Block-Digest\":\"sha1:NBMZA47ABYBYJ5FK2XPDFHX322Y4PLST\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764499845.10_warc_CC-MAIN-20230131055533-20230131085533-00180.warc.gz\"}"} |
https://www.khstats.com/blog/sl/superlearning.html | [
"true\n\n# Become a Superlearner! An Illustrated Guide to Superlearning\n\nR\nstatistics\nAuthor\n\nKatherine Hoffman\n\nPublished\n\nOctober 10, 2020\n\nWhy use one machine learning algorithm when you could use all of them?! This post contains a step-by-step walkthrough of how to build a superlearner prediction al... | [
null,
"https://www.khstats.com/img/sl_steps/Superlearning.jpg",
null,
"https://www.khstats.com/img/spiderman_meme.jpg",
null,
"https://www.khstats.com/img/sl_steps/step1.png",
null,
"https://www.khstats.com/img/sl_steps/step2.png",
null,
"https://www.khstats.com/img/sl_steps/step3.png",
null,
... | {"ft_lang_label":"__label__en","ft_lang_prob":0.75380224,"math_prob":0.97999614,"size":24320,"snap":"2023-14-2023-23","text_gpt3_token_len":7268,"char_repetition_ratio":0.15339693,"word_repetition_ratio":0.03008999,"special_character_ratio":0.30308387,"punctuation_ratio":0.16343951,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99703604,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],"im_url_duplicate_count":[null,3,null,6,null,6,null,6,null,6,null,6,null,6,null,6,null,6,null,6,null,7,null,6,null,5,null,6,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-30T09:03:16Z\",\"WARC-Record-ID\":\"<urn:uuid:592e9e0e-b015-47c7-9e22-a56f144952bd>\",\"Content-Length\":\"252618\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:4e70635d-3b30-4f62-abb4-602c0f31edab>\",\"WARC-Concurrent-To\":\"<urn:uuid:54c37b8b-b87b-4243-8aff-b2658a0335e5>\",\"WARC-IP-Address\":\"34.74.170.74\",\"WARC-Target-URI\":\"https://www.khstats.com/blog/sl/superlearning.html\",\"WARC-Payload-Digest\":\"sha1:FIHJCJ2EVKDNRYPOKK5ALI2566TLXBFS\",\"WARC-Block-Digest\":\"sha1:ETQ4X7O7OZ7EHRAF63DQJKPDGNXVQOVZ\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296949107.48_warc_CC-MAIN-20230330070451-20230330100451-00650.warc.gz\"}"} |
https://mailinglist.acer.edu.au/pipermail/rasch/2015-March/002240.html | [
"# [Rasch] Likelihood\n\nPatrick Fisher pfisher at sportsmeasures.com\nWed Mar 18 09:57:55 EST 2015\n\n```Thank you very much Svend! That's exactly what I was seeking.\n\nPatrick\n\nlogo\n*Patrick B. Fisher* /\nPresident//\nSportsMeasures, Inc./\nTel: 630-674-6783\npfisher at sportsmeasures.com\nhttp://www.SportsMe... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8377547,"math_prob":0.8285457,"size":4582,"snap":"2021-31-2021-39","text_gpt3_token_len":1400,"char_repetition_ratio":0.123197906,"word_repetition_ratio":0.010256411,"special_character_ratio":0.28786555,"punctuation_ratio":0.13221154,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9624393,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-18T05:37:09Z\",\"WARC-Record-ID\":\"<urn:uuid:1b20e0a7-26df-4b5e-a6d2-23474a939fc7>\",\"Content-Length\":\"8845\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:81bdbbec-3516-4807-aebb-5c84262ce1be>\",\"WARC-Concurrent-To\":\"<urn:uuid:f83807a1-ffdf-4267-aa7c-0e191fa851ff>\",\"WARC-IP-Address\":\"203.2.133.204\",\"WARC-Target-URI\":\"https://mailinglist.acer.edu.au/pipermail/rasch/2015-March/002240.html\",\"WARC-Payload-Digest\":\"sha1:DV4FTUCKPREOUAAK6364VJ65YGZMJIUJ\",\"WARC-Block-Digest\":\"sha1:5OMIH2ABCA6QQHP4WN6OK7TN3BD4NEST\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780056297.61_warc_CC-MAIN-20210918032926-20210918062926-00585.warc.gz\"}"} |
http://www.imperial.ac.uk/aeronautics/study/ug/current-students/modules/h401/?module=AERO50003&year=21_22 | [
"# Aeronautical Engineering (MEng)\n\n## Computing and Numerical Methods 2\n\n### Module aims\n\nThe module builds on your prior programming ability, introducing you to programming with a compiled language (C++) and further numerical analysis techniques, which you will need and apply in later years of the Aeronauti... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8607547,"math_prob":0.6643822,"size":4695,"snap":"2021-43-2021-49","text_gpt3_token_len":908,"char_repetition_ratio":0.12747815,"word_repetition_ratio":0.0059790732,"special_character_ratio":0.18636848,"punctuation_ratio":0.12941177,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9617478,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-17T04:22:38Z\",\"WARC-Record-ID\":\"<urn:uuid:695190b8-1fd3-41a1-ac9f-79e98a7a1609>\",\"Content-Length\":\"96923\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d92af7b0-7e6d-4610-8232-f868c982008e>\",\"WARC-Concurrent-To\":\"<urn:uuid:df2334cd-e524-488b-842f-562c986c2711>\",\"WARC-IP-Address\":\"146.179.40.148\",\"WARC-Target-URI\":\"http://www.imperial.ac.uk/aeronautics/study/ug/current-students/modules/h401/?module=AERO50003&year=21_22\",\"WARC-Payload-Digest\":\"sha1:DMFNT6SLQC7LO3ERVRT4X4B2GGL2P5MI\",\"WARC-Block-Digest\":\"sha1:N7O2ZZBNKEWCCHXE35NUDSOTJQH4AEOL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585120.89_warc_CC-MAIN-20211017021554-20211017051554-00670.warc.gz\"}"} |
http://ac.yotesfan.com/33-PhysicsScript/index.php?id=33000C28 | [
"File Completed.\n\n• id = 0x33000c28\n• num_script_data = 0x00000007\n• script_data (7)\n• 0 (3)\n• start_time_lo = 0x00000000\n• start_time_hi = 0x00000000\n• hook (13)\n• type = 0x0000000d\n• type_name = kCreateParticle\n• direction = 0x00000000\n• emitterInfoId = 0x32000692\n• partIndex = 0x00000008\n• x = 0\n•... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6113268,"math_prob":1.000009,"size":1934,"snap":"2019-43-2019-47","text_gpt3_token_len":934,"char_repetition_ratio":0.32590672,"word_repetition_ratio":0.69727045,"special_character_ratio":0.5951396,"punctuation_ratio":0.00896861,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9896021,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-10-16T07:11:53Z\",\"WARC-Record-ID\":\"<urn:uuid:6cc12d07-c97a-4009-9d5e-da8405bdb63a>\",\"Content-Length\":\"13645\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5250f067-a582-4c75-8d50-bac23994bf5f>\",\"WARC-Concurrent-To\":\"<urn:uuid:b4dc5b27-aa09-42ce-bd25-9557f759e4a0>\",\"WARC-IP-Address\":\"70.32.68.67\",\"WARC-Target-URI\":\"http://ac.yotesfan.com/33-PhysicsScript/index.php?id=33000C28\",\"WARC-Payload-Digest\":\"sha1:3C3UQDSR2N24WG7IEK35QAUYLAEW2RZJ\",\"WARC-Block-Digest\":\"sha1:UJQUHBTUNUB2DP5NO5SKI2I5RTEJ3CNQ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-43/CC-MAIN-2019-43_segments_1570986666467.20_warc_CC-MAIN-20191016063833-20191016091333-00296.warc.gz\"}"} |
https://educatorpages.com/site/regina1renfro/pages/27771 | [
"",
null,
"# Secret Agent 001\n\nWebsites\n\nidentify and use homophones, synonyms, and antonyms for given words in text\n\nidentify imagery, figurative language (e.g., personification, metaphor, simile, hyperbole), refrain, rhythm, and flow when responding to literature\n\npredict information based on title, t... | [
null,
"https://www.facebook.com/tr",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8745242,"math_prob":0.92415833,"size":4126,"snap":"2020-10-2020-16","text_gpt3_token_len":813,"char_repetition_ratio":0.12324114,"word_repetition_ratio":0.022687608,"special_character_ratio":0.1735337,"punctuation_ratio":0.13294798,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9887475,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-04T15:20:34Z\",\"WARC-Record-ID\":\"<urn:uuid:b38ec634-3e25-4eb9-970f-cb293f0442ee>\",\"Content-Length\":\"29868\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:92b02912-dd3b-40e5-8b84-cc1cede22013>\",\"WARC-Concurrent-To\":\"<urn:uuid:6106bf8a-1176-4fcb-b79f-7e50301741f5>\",\"WARC-IP-Address\":\"23.96.2.14\",\"WARC-Target-URI\":\"https://educatorpages.com/site/regina1renfro/pages/27771\",\"WARC-Payload-Digest\":\"sha1:DWBMWWGCGVFSTPJFYUT2DRHRQE6L7CT4\",\"WARC-Block-Digest\":\"sha1:AI4BAMDMXC7YZQT2GMBQQGR7YIONT7ID\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370524043.56_warc_CC-MAIN-20200404134723-20200404164723-00134.warc.gz\"}"} |
http://demon-software.com/public_html/support/htmlug/ug-node87.html | [
"### Keyword SIMULATION\n\nThis keyword controls property evaluations along BOMD trajectories.\nOptions:\nANALYZE / CALCULATE (must be specified)\n ANALYZE A BOMD (property) calculation is analyzed. CALCULATE A property calculation along a BOMD trajectory is requested.\n\nDIPOLE / POLARIZABILITY / NMR / MAGNETIZABI... | [
null,
"http://demon-software.com/public_html/support/htmlug/ug-img710.png",
null,
"http://demon-software.com/public_html/support/htmlug/ug-img711.png",
null,
"http://demon-software.com/public_html/support/htmlug/ug-img712.png",
null,
"http://demon-software.com/public_html/support/htmlug/ug-img713.png"... | {"ft_lang_label":"__label__en","ft_lang_prob":0.59029114,"math_prob":0.9431707,"size":12918,"snap":"2023-40-2023-50","text_gpt3_token_len":4673,"char_repetition_ratio":0.14015797,"word_repetition_ratio":0.11017838,"special_character_ratio":0.50580585,"punctuation_ratio":0.22361809,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9696589,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"im_url_duplicate_count":[null,3,null,3,null,3,null,3,null,3,null,3,null,null,null,null,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-04T22:30:41Z\",\"WARC-Record-ID\":\"<urn:uuid:9e43feb2-5a98-4321-be2b-0f0069780686>\",\"Content-Length\":\"29846\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:bc20cb06-93ea-4612-a1f1-bd665a6d574b>\",\"WARC-Concurrent-To\":\"<urn:uuid:f7438f28-c45b-4e64-a6a8-d5b49c8e458a>\",\"WARC-IP-Address\":\"136.159.225.218\",\"WARC-Target-URI\":\"http://demon-software.com/public_html/support/htmlug/ug-node87.html\",\"WARC-Payload-Digest\":\"sha1:NDTRTY6AUWQJWE3NASFQV44H4GQRTYDN\",\"WARC-Block-Digest\":\"sha1:JTXLVW7ZVUUYFTIS4SLPHFLO7MTMBONW\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100535.26_warc_CC-MAIN-20231204214708-20231205004708-00359.warc.gz\"}"} |
https://www.datasciencemadesimple.com/convert-character-to-numeric-pandas-python-string-to-integer-2/ | [
"# Convert character column to numeric in pandas python (string to integer)\n\nIn order to Convert character column to numeric in pandas python we will be using to_numeric() function. astype() function converts or Typecasts string column to integer column in pandas. Let’s see how to\n\n• Typecast or convert charact... | [
null,
"https://www.datasciencemadesimple.com/wp-content/uploads/2018/10/Convert-character-column-to-numeric-in-pandas-python-1.png",
null,
"https://www.datasciencemadesimple.com/wp-content/uploads/2020/05/Convert-character-column-to-numeric-in-pandas-python-string-to-integer-2.png",
null,
"https://www.dat... | {"ft_lang_label":"__label__en","ft_lang_prob":0.6689119,"math_prob":0.91860515,"size":2404,"snap":"2022-27-2022-33","text_gpt3_token_len":552,"char_repetition_ratio":0.22041667,"word_repetition_ratio":0.27027026,"special_character_ratio":0.23294508,"punctuation_ratio":0.097256854,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9902832,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,3,null,3,null,9,null,9,null,9,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-02T17:00:10Z\",\"WARC-Record-ID\":\"<urn:uuid:855e3419-a85f-44cf-b4a6-63c681ee6f44>\",\"Content-Length\":\"99256\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1378d63b-3e1c-4e40-8452-666c4e4a13fe>\",\"WARC-Concurrent-To\":\"<urn:uuid:880a48e8-1853-49d2-8b9a-a9c86fbf4e30>\",\"WARC-IP-Address\":\"172.67.190.10\",\"WARC-Target-URI\":\"https://www.datasciencemadesimple.com/convert-character-to-numeric-pandas-python-string-to-integer-2/\",\"WARC-Payload-Digest\":\"sha1:3MHCOQPRMCY4GCKLBWV7AJMMJFMF7GVU\",\"WARC-Block-Digest\":\"sha1:RI33OCVLKXHDWCGCBFLU2EHJJHMTL3I7\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656104189587.61_warc_CC-MAIN-20220702162147-20220702192147-00593.warc.gz\"}"} |
https://studylib.net/doc/9279019/view-file | [
"# View File",
null,
"```Mechanics of Materials(ME-294)\nLecture 2\nStatics and Strength of Materials\nStatics is the study of forces acting in equilibrium\non rigid bodies\n• “Bodies” are solid objects, like steel cables, gear teeth, timber\nbeams, and axle shafts (no liquids or gases);\n• “rigid” means the bo... | [
null,
"https://s3.studylib.net/store/data/009279019_1-d5019a89521d5f3b16c8ea20430a5431.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.91381556,"math_prob":0.93843687,"size":8567,"snap":"2020-34-2020-40","text_gpt3_token_len":1950,"char_repetition_ratio":0.13616723,"word_repetition_ratio":0.10121457,"special_character_ratio":0.2207307,"punctuation_ratio":0.106819555,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98304945,"pos_list":[0,1,2],"im_url_duplicate_count":[null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-18T11:32:06Z\",\"WARC-Record-ID\":\"<urn:uuid:81982579-c137-4808-b89e-c52e893913d5>\",\"Content-Length\":\"63352\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:732593e8-eaa1-4e7c-badc-70f83389b796>\",\"WARC-Concurrent-To\":\"<urn:uuid:5fe633c4-6eae-426c-9162-a228fc6dc54f>\",\"WARC-IP-Address\":\"104.24.125.188\",\"WARC-Target-URI\":\"https://studylib.net/doc/9279019/view-file\",\"WARC-Payload-Digest\":\"sha1:MKCKHM55N5H6CKU7DU7RXYPMOLCSVAOO\",\"WARC-Block-Digest\":\"sha1:MI4R6AVDWK3ATFRF36REQ5PWVTFLLVEU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400187390.18_warc_CC-MAIN-20200918092913-20200918122913-00295.warc.gz\"}"} |
https://es.mathworks.com/help/vision/ref/linetoborderpoints.html | [
"Main Content\n\n# lineToBorderPoints\n\nIntersection points of lines in image and image border\n\n## Syntax\n\n``points = lineToBorderPoints(lines,imageSize)``\n\n## Description\n\nexample\n\n````points = lineToBorderPoints(lines,imageSize)` computes the intersection points between one or more lines in an image wi... | [
null,
"https://es.mathworks.com/help/examples/vision/win64/FindIntersectionPointsBetweenALineAndImageBorderExample_01.png",
null,
"https://es.mathworks.com/help/examples/vision/win64/FindIntersectionPointsBetweenALineAndImageBorderExample_02.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.718069,"math_prob":0.9954085,"size":374,"snap":"2021-04-2021-17","text_gpt3_token_len":107,"char_repetition_ratio":0.14054054,"word_repetition_ratio":0.0,"special_character_ratio":0.28877005,"punctuation_ratio":0.17283951,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.996182,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-21T02:07:02Z\",\"WARC-Record-ID\":\"<urn:uuid:29066314-48ad-406e-a872-e904323394ea>\",\"Content-Length\":\"79248\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:54a00f0f-51f5-437a-976f-e978fdc664ed>\",\"WARC-Concurrent-To\":\"<urn:uuid:75cfa47b-fcba-4222-ab21-c9676beeb32f>\",\"WARC-IP-Address\":\"23.219.220.114\",\"WARC-Target-URI\":\"https://es.mathworks.com/help/vision/ref/linetoborderpoints.html\",\"WARC-Payload-Digest\":\"sha1:AEASZJ2QR5VEJTFW4GGJ6WEAEQP36WVL\",\"WARC-Block-Digest\":\"sha1:YX33N5S5Z364J3E5WG62AN4GXRCSBK76\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618039503725.80_warc_CC-MAIN-20210421004512-20210421034512-00276.warc.gz\"}"} |
https://answers.everydaycalculation.com/compare-fractions/7-6-and-5-9 | [
"# Answers\n\nSolutions by everydaycalculation.com\n\n## Compare 7/6 and 5/9\n\n1st number: 1 1/6, 2nd number: 5/9\n\n7/6 is greater than 5/9\n\n#### Steps for comparing fractions\n\n1. Find the least common denominator or LCM of the two denominators:\nLCM of 6 and 9 is 18\n\nNext, find the equivalent fraction of b... | [
null,
"https://answers.everydaycalculation.com/mathstep-app-icon.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.90061736,"math_prob":0.990264,"size":461,"snap":"2021-21-2021-25","text_gpt3_token_len":215,"char_repetition_ratio":0.30415756,"word_repetition_ratio":0.0,"special_character_ratio":0.4815618,"punctuation_ratio":0.054263566,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99101144,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-16T01:00:01Z\",\"WARC-Record-ID\":\"<urn:uuid:338a2aaf-a80b-4e87-b960-70b08ddd5425>\",\"Content-Length\":\"8541\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:21e6ed40-c774-4c71-a45f-abe4f916a844>\",\"WARC-Concurrent-To\":\"<urn:uuid:7b17567c-790a-4180-a910-f80620bea0ed>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/compare-fractions/7-6-and-5-9\",\"WARC-Payload-Digest\":\"sha1:AS2DPH4UAPUVMFPPLK7FWYI7Z53YMTZZ\",\"WARC-Block-Digest\":\"sha1:P73DDRDLWQ7Z3QI7GDXDRX2CRHDWHYIV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623487621699.22_warc_CC-MAIN-20210616001810-20210616031810-00059.warc.gz\"}"} |
https://itprospt.com/num/17554512/section-16-3-exercise-9-tquestion-helpthe-accompanying-data | [
"5\n\n# Section 16.3 Exercise 9-TQuestion HelpThe accompanying data show the number of people working and the sales for small bookstore. The regression Iine is given below:...\n\n## Question\n\n###### Section 16.3 Exercise 9-TQuestion HelpThe accompanying data show the number of people working and the sales for sma... | [
null,
"https://cdn.numerade.com/ask_images/c64e7503b2a74c21bf9bb84134d59e52.jpg ",
null,
"https://cdn.numerade.com/previews/edbf3751-65c9-4ba4-ae90-2e8226cd9742_large.jpg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8217624,"math_prob":0.9901914,"size":10401,"snap":"2022-27-2022-33","text_gpt3_token_len":3193,"char_repetition_ratio":0.09723959,"word_repetition_ratio":0.58544654,"special_character_ratio":0.299202,"punctuation_ratio":0.109404095,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9857661,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-15T18:06:21Z\",\"WARC-Record-ID\":\"<urn:uuid:e44e04ef-b5e3-4d9b-a8de-1e235a63026a>\",\"Content-Length\":\"67217\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:27d2a79a-0bf5-4e53-a6ef-ef17910e4916>\",\"WARC-Concurrent-To\":\"<urn:uuid:0927cfb6-476e-42db-849a-2417f9f44d11>\",\"WARC-IP-Address\":\"172.67.73.211\",\"WARC-Target-URI\":\"https://itprospt.com/num/17554512/section-16-3-exercise-9-tquestion-helpthe-accompanying-data\",\"WARC-Payload-Digest\":\"sha1:GEFKUDG6YNENTI4OMZVMZ3PLFMV446QJ\",\"WARC-Block-Digest\":\"sha1:5VUJCODM6RJMATM6TEULXQTI23VYGONL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882572198.93_warc_CC-MAIN-20220815175725-20220815205725-00522.warc.gz\"}"} |
https://www.brainkart.com/article/Length-of-the-air-gap---Design-of-Synchronous-Machines_12327/ | [
"Home | | Design of Electrical Machines | Length of the air gap - Design of Synchronous Machines\n\n# Length of the air gap - Design of Synchronous Machines\n\nLength of the air gap is a very important parameter as it greatly affects the performance of the machine.\n\nLength of the air gap:\n\nLength of the air gap... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.82070136,"math_prob":0.9438723,"size":2210,"snap":"2021-31-2021-39","text_gpt3_token_len":539,"char_repetition_ratio":0.13553944,"word_repetition_ratio":0.048,"special_character_ratio":0.23348416,"punctuation_ratio":0.112941176,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9883563,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-23T17:35:33Z\",\"WARC-Record-ID\":\"<urn:uuid:fb7e4acc-0b8f-4792-bddd-8451b48e629b>\",\"Content-Length\":\"44071\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1da2267c-62db-4f4b-b7a3-c5dc4e2ef58d>\",\"WARC-Concurrent-To\":\"<urn:uuid:caec9c65-27b8-46c1-98cf-3c8e61f47a1a>\",\"WARC-IP-Address\":\"184.168.103.8\",\"WARC-Target-URI\":\"https://www.brainkart.com/article/Length-of-the-air-gap---Design-of-Synchronous-Machines_12327/\",\"WARC-Payload-Digest\":\"sha1:6NNZ3MFVLSAGO3SZ2N2CCAJDKK36BLFZ\",\"WARC-Block-Digest\":\"sha1:SA3FIIPMPO2C7QQVHFIZRW43GVRZ6FTF\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780057427.71_warc_CC-MAIN-20210923165408-20210923195408-00093.warc.gz\"}"} |
https://openstax.org/books/physics/pages/2-problems | [
"Physics\n\n# Problems\n\nPhysicsProblems\n\n### Problems\n\n#### 2.1Relative Motion, Distance, and Displacement\n\n16 .\nIn a coordinate system in which the direction to the right is positive, what are the distance and displacement of a person who walks $35\\,\\text{meters}$ to the left, $18\\,\\text{meters}$ to t... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.85876375,"math_prob":0.99669844,"size":2345,"snap":"2023-40-2023-50","text_gpt3_token_len":601,"char_repetition_ratio":0.15762495,"word_repetition_ratio":0.4084507,"special_character_ratio":0.27889127,"punctuation_ratio":0.13009709,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99915767,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-06T11:47:08Z\",\"WARC-Record-ID\":\"<urn:uuid:16013c1c-b41a-4fa2-b93f-fd243158e56a>\",\"Content-Length\":\"430249\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:457b9050-0ae9-41d2-89d1-bcf339f7b8cd>\",\"WARC-Concurrent-To\":\"<urn:uuid:85b1fe61-6619-40b2-85bb-0af183c472ff>\",\"WARC-IP-Address\":\"99.84.191.125\",\"WARC-Target-URI\":\"https://openstax.org/books/physics/pages/2-problems\",\"WARC-Payload-Digest\":\"sha1:UOXJPPJXZPLBIEEAF53XBO7Y3CFU6EQL\",\"WARC-Block-Digest\":\"sha1:3U5C4PNIM5B4VQZP664JNVZFSRZMJE44\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100593.71_warc_CC-MAIN-20231206095331-20231206125331-00886.warc.gz\"}"} |
https://scicomp.stackexchange.com/questions/32834/graphing-electric-potential-of-a-ring-of-charge-using-matlab-help | [
"# Graphing electric potential of a ring of charge using MATLAB help\n\nHere is a summary of what I am trying to do:\n\nUse MATLAB to compute the potential $$V$$ at any point $$(x, y, z)$$ in space due to a uniform ring of charge. Use a Riemann sum to compute the integral with increments, $$N$$, as a variable you c... | [
null,
"https://i.stack.imgur.com/lDItd.jpg",
null,
"https://i.stack.imgur.com/3nNf1.jpg",
null,
"https://i.stack.imgur.com/pqBPS.png",
null,
"https://i.stack.imgur.com/wOsC3.png",
null,
"https://i.stack.imgur.com/ndtTT.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.73059964,"math_prob":0.99787027,"size":5219,"snap":"2019-51-2020-05","text_gpt3_token_len":1666,"char_repetition_ratio":0.09990412,"word_repetition_ratio":0.32293987,"special_character_ratio":0.33301398,"punctuation_ratio":0.17597999,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9994092,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,6,null,6,null,6,null,6,null,6,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-12-12T16:55:57Z\",\"WARC-Record-ID\":\"<urn:uuid:3936775c-2240-4dcf-8970-a7660f2ad930>\",\"Content-Length\":\"148408\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:735a28f7-2568-4725-8d5d-5ea6dd7c5864>\",\"WARC-Concurrent-To\":\"<urn:uuid:ef879238-f03c-4f92-9758-e200162ad437>\",\"WARC-IP-Address\":\"151.101.1.69\",\"WARC-Target-URI\":\"https://scicomp.stackexchange.com/questions/32834/graphing-electric-potential-of-a-ring-of-charge-using-matlab-help\",\"WARC-Payload-Digest\":\"sha1:2H767YTVP6UGF6JXWWN6T7GMWHIPSJAG\",\"WARC-Block-Digest\":\"sha1:2VVKEF5ANM6TVUY2R72WGJYSPEDYKZOW\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-51/CC-MAIN-2019-51_segments_1575540544696.93_warc_CC-MAIN-20191212153724-20191212181724-00550.warc.gz\"}"} |
https://answers.everydaycalculation.com/simplify-fraction/366-180 | [
"Solutions by everydaycalculation.com\n\n## Reduce 366/180 to lowest terms\n\nThe simplest form of 366/180 is 61/30.\n\n#### Steps to simplifying fractions\n\n1. Find the GCD (or HCF) of numerator and denominator\nGCD of 366 and 180 is 6\n2. Divide both the numerator and denominator by the GCD\n366 ÷ 6/180 ÷ 6\n3. ... | [
null,
"https://answers.everydaycalculation.com/mathstep-app-icon.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6623423,"math_prob":0.85846454,"size":376,"snap":"2020-34-2020-40","text_gpt3_token_len":120,"char_repetition_ratio":0.13709678,"word_repetition_ratio":0.0,"special_character_ratio":0.45212767,"punctuation_ratio":0.08450704,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9535244,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-26T12:17:17Z\",\"WARC-Record-ID\":\"<urn:uuid:3e03238d-65c1-4d72-93e5-4be5d6bd4d96>\",\"Content-Length\":\"6699\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:20fb8135-a447-4fa5-9b50-45655a9d3561>\",\"WARC-Concurrent-To\":\"<urn:uuid:398a82ee-527d-4165-ac18-22191a829381>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/simplify-fraction/366-180\",\"WARC-Payload-Digest\":\"sha1:BEK4I4FQ4JJPJP5M3LLI3RN5WEJDZYEJ\",\"WARC-Block-Digest\":\"sha1:PMMNC6VIQ5TJ4WFVI7V6JSER7HBN5AFV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400241093.64_warc_CC-MAIN-20200926102645-20200926132645-00745.warc.gz\"}"} |
https://mathoverflow.net/questions/324824/how-to-efficiently-sample-uniformly-from-the-set-of-p-equipartitions-of-an-n | [
"# How to efficiently sample uniformly from the set of $p$-equipartitions of an $n$-set?\n\nI have a question related to this one. For $$n,p \\in \\mathbb{N}_+$$ such that $$p\\mid n$$, let $$\\mathcal{P}^{\\rm eq}$$ be the set of all equipartitions of $$n$$ in $$p$$ sets; i.e., in sets of equal size $$\\frac{n}{p}... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.87978894,"math_prob":0.9996705,"size":499,"snap":"2019-13-2019-22","text_gpt3_token_len":153,"char_repetition_ratio":0.092929296,"word_repetition_ratio":0.0,"special_character_ratio":0.31062123,"punctuation_ratio":0.16528925,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000073,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-03-20T14:22:43Z\",\"WARC-Record-ID\":\"<urn:uuid:05b991ef-c535-40f4-b28d-5053fcc4a12b>\",\"Content-Length\":\"117469\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a5d1fc16-3dc3-4131-94c4-90160bf9f6aa>\",\"WARC-Concurrent-To\":\"<urn:uuid:d8c5b166-d415-4835-ac5a-124b7caf2ce2>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://mathoverflow.net/questions/324824/how-to-efficiently-sample-uniformly-from-the-set-of-p-equipartitions-of-an-n\",\"WARC-Payload-Digest\":\"sha1:3QAWO7FGQWPX2AAVGCZXZOSLC6WAP4Y3\",\"WARC-Block-Digest\":\"sha1:ZX7SRXR64EQCM6KUCXTFQGIN7K5CDV7C\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-13/CC-MAIN-2019-13_segments_1552912202347.13_warc_CC-MAIN-20190320125919-20190320151919-00326.warc.gz\"}"} |
https://discuss.hashicorp.com/t/issues-with-dynamic-block-in-a-nested-block/25193 | [
"",
null,
"# Issues with dynamic block in a nested block\n\nI am looking to use the google_os_config_guest_policies resource and am having issues with being able to pass in values to the nested block of code for `package_repositories`.\n\nhttps://registry.terraform.io/providers/hashicorp/google/latest/docs/reso... | [
null,
"https://aws1.discourse-cdn.com/hashicorp/original/1X/668e19cbc79e3eaa176133c3679dc30aa57ba474.svg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.70683086,"math_prob":0.5445517,"size":1678,"snap":"2021-21-2021-25","text_gpt3_token_len":395,"char_repetition_ratio":0.12305854,"word_repetition_ratio":0.08888889,"special_character_ratio":0.24195471,"punctuation_ratio":0.15185185,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.96665066,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-20T19:16:54Z\",\"WARC-Record-ID\":\"<urn:uuid:01b04fcf-995f-4189-b2bd-62168b57a262>\",\"Content-Length\":\"44545\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:560a4550-ae1a-42fe-b61f-a577478bf39b>\",\"WARC-Concurrent-To\":\"<urn:uuid:e9b89c52-5786-4cca-851d-28f8a300430d>\",\"WARC-IP-Address\":\"65.19.128.99\",\"WARC-Target-URI\":\"https://discuss.hashicorp.com/t/issues-with-dynamic-block-in-a-nested-block/25193\",\"WARC-Payload-Digest\":\"sha1:EHV3C5D6LLKXE7HHSVIS7OOBFHV5YMMH\",\"WARC-Block-Digest\":\"sha1:PDSEVUS7OPTRKQQX5ZBISMBQEDPA3P65\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623488253106.51_warc_CC-MAIN-20210620175043-20210620205043-00146.warc.gz\"}"} |
https://projecteuclid.org/journals/advances-in-differential-equations/volume-15/issue-9_2f_10/Some-quasi-linear-elliptic-equations-with-inhomogeneous-generalized-Robin-boundary/ade/1355854615.full | [
"Translator Disclaimer\nSeptember/October 2010 Some quasi-linear elliptic equations with inhomogeneous generalized Robin boundary conditions on \"bad\" domains\nMarkus Biegert, Mahamadi Warma\nAdv. Differential Equations 15(9/10): 893-924 (September/October 2010).\n\n## Abstract\n\nLet $p\\in[2,N)$, ${\\Omega}\\sub... | [
null,
"https://projecteuclid.org/Content/themes/SPIEImages/Share_black_icon.png",
null,
"https://projecteuclid.org/images/journals/cover_ade.jpg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6912293,"math_prob":0.99664986,"size":1286,"snap":"2021-21-2021-25","text_gpt3_token_len":405,"char_repetition_ratio":0.12480499,"word_repetition_ratio":0.0,"special_character_ratio":0.31337482,"punctuation_ratio":0.10300429,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9972279,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-21T19:05:51Z\",\"WARC-Record-ID\":\"<urn:uuid:95d30942-1728-45c5-a53e-978fc52a984d>\",\"Content-Length\":\"140106\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:155a710b-a7f7-4e65-93e1-902d8a58d296>\",\"WARC-Concurrent-To\":\"<urn:uuid:af25a9b9-61e8-42ba-bb38-39a71d2d9135>\",\"WARC-IP-Address\":\"45.60.100.145\",\"WARC-Target-URI\":\"https://projecteuclid.org/journals/advances-in-differential-equations/volume-15/issue-9_2f_10/Some-quasi-linear-elliptic-equations-with-inhomogeneous-generalized-Robin-boundary/ade/1355854615.full\",\"WARC-Payload-Digest\":\"sha1:ZJII5ZWVY63BZAHUBNJB4OPA24WKV2MC\",\"WARC-Block-Digest\":\"sha1:54ZVJRX3RENYQHXSA7KYBLQNRFNSAVIJ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623488289268.76_warc_CC-MAIN-20210621181810-20210621211810-00410.warc.gz\"}"} |
https://discussions.unity.com/t/making-a-moving-rorschach-using-perlin-noise/162957 | [
"# Making a moving Rorschach using perlin noise\n\nHi I was wondering how I could make it so a Texture 2D being made by perlin noise so that it is densest near the middle and thins out toward the edges?\nHere is a picture of what its like now.\n\nalso how could I make the colors sharper?\n\nIve been trying to do th... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6832608,"math_prob":0.9826331,"size":2658,"snap":"2023-40-2023-50","text_gpt3_token_len":689,"char_repetition_ratio":0.154107,"word_repetition_ratio":0.1845238,"special_character_ratio":0.29683974,"punctuation_ratio":0.14977974,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9888503,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-29T03:03:02Z\",\"WARC-Record-ID\":\"<urn:uuid:9ed2c23d-686e-4721-a4b9-ede46356590f>\",\"Content-Length\":\"24062\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:145f6a05-3a83-445a-bb98-81a22952eeea>\",\"WARC-Concurrent-To\":\"<urn:uuid:c877146e-31bb-4d92-b8df-01bd92db1caf>\",\"WARC-IP-Address\":\"184.104.178.75\",\"WARC-Target-URI\":\"https://discussions.unity.com/t/making-a-moving-rorschach-using-perlin-noise/162957\",\"WARC-Payload-Digest\":\"sha1:5E32YGXLIH4OK3XCEHTMN2QPHSPZVCLT\",\"WARC-Block-Digest\":\"sha1:C3FBBTRGGITORSYAKZIG7BTSF67L35TG\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510481.79_warc_CC-MAIN-20230929022639-20230929052639-00467.warc.gz\"}"} |
https://www.mometrix.com/academy/mass-weight-volume-density-and-specific-gravity/ | [
"# Mass, Weight, Volume, Density, and Specific Gravity\n\n## Mass, Weight, Volume, Density, and Specific Gravity\n\nHey guys! Welcome to this video on Mass, Weight, Volume, Density, and Specific Gravity.\n\nIf you are wondering, “why on earth are you doing all of this in one video? This is so much information.”\n\n... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9648598,"math_prob":0.9535095,"size":4598,"snap":"2019-13-2019-22","text_gpt3_token_len":1006,"char_repetition_ratio":0.1519373,"word_repetition_ratio":0.035419125,"special_character_ratio":0.21683341,"punctuation_ratio":0.12789527,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98491824,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-05-22T16:40:37Z\",\"WARC-Record-ID\":\"<urn:uuid:b22cb435-1e34-4262-bbf3-680a521ecc7d>\",\"Content-Length\":\"32034\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d991c8cd-0c4d-41bb-97ef-4e915f80daab>\",\"WARC-Concurrent-To\":\"<urn:uuid:48c3514b-ab3e-4834-a85e-845d71b0c864>\",\"WARC-IP-Address\":\"35.164.232.202\",\"WARC-Target-URI\":\"https://www.mometrix.com/academy/mass-weight-volume-density-and-specific-gravity/\",\"WARC-Payload-Digest\":\"sha1:OPSY7KZS5V7DC5CXLZTVPHBWCMCSGUHC\",\"WARC-Block-Digest\":\"sha1:BZSCAVMCRLMCXEGKB3WO6RW4OZ3XMW2A\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-22/CC-MAIN-2019-22_segments_1558232256887.36_warc_CC-MAIN-20190522163302-20190522185302-00235.warc.gz\"}"} |
https://devenum.com/how-to-multiply-numpy-array-np-multiply/ | [
"# How to Multiply NumPy array | np.Multiply\n\nIn this post, we are going to learn about how to Multiply NumPy array. We are going to learn this with the help of many examples. To run all the below programs the Numpy library must be installed on the system and if the numpy library is installed on our system we can... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.7132183,"math_prob":0.9925156,"size":4319,"snap":"2022-40-2023-06","text_gpt3_token_len":1208,"char_repetition_ratio":0.16106606,"word_repetition_ratio":0.23687753,"special_character_ratio":0.2935865,"punctuation_ratio":0.15585893,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9999354,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-02-08T07:58:14Z\",\"WARC-Record-ID\":\"<urn:uuid:a11b0ecc-f1ee-4292-8160-a9f18b16cd95>\",\"Content-Length\":\"153648\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:97f20d94-1e60-487f-8cde-578c79896ebe>\",\"WARC-Concurrent-To\":\"<urn:uuid:b8a858dd-709e-4745-a5f3-e70a693f306e>\",\"WARC-IP-Address\":\"162.144.234.180\",\"WARC-Target-URI\":\"https://devenum.com/how-to-multiply-numpy-array-np-multiply/\",\"WARC-Payload-Digest\":\"sha1:VS4SJRM23IYN2WOECIDDOKEO5FTPVJIA\",\"WARC-Block-Digest\":\"sha1:Y7ZOXGUCS5NB6TRE7KLYEGRKU7UBCZ3X\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764500719.31_warc_CC-MAIN-20230208060523-20230208090523-00428.warc.gz\"}"} |
https://www.numerade.com/questions/an-electron-has-a-speed-of-0750c-a-find-the-speed-of-a-proton-that-has-the-same-kinetic-energy-as-th/ | [
"Gravitation\n\n### Discussion\n\nYou must be signed in to discuss.\n##### Top Physics 101 Mechanics Educators\nLB",
null,
"##### Marshall S.\n\nUniversity of Washington",
null,
"",
null,
"Lectures\n\nJoin Bootcamp\n\n### Video Transcript\n\nWell, according to given problem uh, kinetic energy electron i... | [
null,
"https://d1ras9cbx5uamo.cloudfront.net/eyJidWNrZXQiOiAiY29tLm51bWVyYWRlIiwgImtleSI6ICJpbnN0cnVjdG9ycy82ZWYzZGU5MmRhNTk0YTM1YjJjNWY1ZjVkMjAwZmYxZC5qcGciLCAiZWRpdHMiOiB7InJlc2l6ZSI6IHsid2lkdGgiOiAyNTYsICJoZWlnaHQiOiAyNTZ9fX0=",
null,
"https://d1ras9cbx5uamo.cloudfront.net/eyJidWNrZXQiOiAiY29tLm51bWVyYWRlI... | {"ft_lang_label":"__label__en","ft_lang_prob":0.9079592,"math_prob":0.983423,"size":1867,"snap":"2021-04-2021-17","text_gpt3_token_len":466,"char_repetition_ratio":0.17928073,"word_repetition_ratio":0.034985423,"special_character_ratio":0.252812,"punctuation_ratio":0.095,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9814377,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-14T10:31:15Z\",\"WARC-Record-ID\":\"<urn:uuid:5246e9ae-ad98-4356-9c70-04613144eb69>\",\"Content-Length\":\"132804\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0da615b7-5574-4019-b3bc-2b8223b3a3a1>\",\"WARC-Concurrent-To\":\"<urn:uuid:92be057d-bba5-4783-9f15-3a90a4574b3d>\",\"WARC-IP-Address\":\"44.239.55.41\",\"WARC-Target-URI\":\"https://www.numerade.com/questions/an-electron-has-a-speed-of-0750c-a-find-the-speed-of-a-proton-that-has-the-same-kinetic-energy-as-th/\",\"WARC-Payload-Digest\":\"sha1:TXL573V4MREEMI4ZTV55V7IHXEOOTE7T\",\"WARC-Block-Digest\":\"sha1:KGNUQCQXGYK6E7ILGSIONO5J44ZXE75O\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038077810.20_warc_CC-MAIN-20210414095300-20210414125300-00506.warc.gz\"}"} |
https://amigotutor.com/alberta/principal-component-analysis-example-ppt.php | [
"# Ppt analysis principal component example\n\n## Extracting information from spectral data. SWST\n\nPrincipal component analysis MIT OpenCourseWare. principal components analysis some slides from pca toy example principal component analysis (pca), 15th international conference applications of computer algebra teac... | [
null,
"https://amigotutor.com/pictures/principal-component-analysis-example-ppt.jpg",
null,
"https://amigotutor.com/pictures/459095e8fbe10dac9f2885a8d9cb957d.jpg",
null,
"https://amigotutor.com/pictures/678602.jpg",
null,
"https://amigotutor.com/pictures/252036.jpg",
null,
"https://amigotutor.com/... | {"ft_lang_label":"__label__en","ft_lang_prob":0.8237214,"math_prob":0.707998,"size":5850,"snap":"2020-34-2020-40","text_gpt3_token_len":1055,"char_repetition_ratio":0.30482382,"word_repetition_ratio":0.3655514,"special_character_ratio":0.17282051,"punctuation_ratio":0.09210526,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9888858,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12],"im_url_duplicate_count":[null,2,null,2,null,2,null,2,null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-24T05:42:10Z\",\"WARC-Record-ID\":\"<urn:uuid:ed6cf830-d166-4953-9923-25ccace66ccc>\",\"Content-Length\":\"23793\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d4e72a0c-fabb-4b2a-bc5b-0d462291ad77>\",\"WARC-Concurrent-To\":\"<urn:uuid:1f3e22b4-85b4-44ca-829e-06844bb84fcd>\",\"WARC-IP-Address\":\"95.179.164.82\",\"WARC-Target-URI\":\"https://amigotutor.com/alberta/principal-component-analysis-example-ppt.php\",\"WARC-Payload-Digest\":\"sha1:J5VEZPVZDJU36FSES5FDP5YLQ4ZY7ZUE\",\"WARC-Block-Digest\":\"sha1:H46PJJ5WHS5PHCAWG42AVY7YWXMJEBSK\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400213454.52_warc_CC-MAIN-20200924034208-20200924064208-00274.warc.gz\"}"} |
http://peninsulamontejo.com/printable-worksheets-for-grade-6-math/ | [
"# Printable Worksheets For Grade 6 Math",
null,
"Printable Worksheets For Grade 6 Math Sixth Grade Math Worksheets Free Printable K5 Learning Download",
null,
"Printable Worksheets For Grade 6 Math Mathsphere Free Sample Maths Worksheets Free",
null,
"Printable Worksheets For Grade 6 Math Mathsphere Fr... | [
null,
"http://peninsulamontejo.com/wp-content/uploads/2019/05/printable-worksheets-for-grade-6-math-sixth-grade-math-worksheets-free-printable-k5-learning-download.gif",
null,
"http://peninsulamontejo.com/wp-content/uploads/2019/05/printable-worksheets-for-grade-6-math-mathsphere-free-sample-maths-worksheets-... | {"ft_lang_label":"__label__en","ft_lang_prob":0.57965356,"math_prob":0.7318646,"size":2022,"snap":"2019-35-2019-39","text_gpt3_token_len":366,"char_repetition_ratio":0.30822596,"word_repetition_ratio":0.7062937,"special_character_ratio":0.1686449,"punctuation_ratio":0.0397351,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9939984,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"im_url_duplicate_count":[null,2,null,2,null,2,null,2,null,2,null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-09-17T14:37:24Z\",\"WARC-Record-ID\":\"<urn:uuid:1004080b-d608-493d-8017-c24939d56719>\",\"Content-Length\":\"44982\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d6689757-35fb-42a5-9857-49dd5e64fa8e>\",\"WARC-Concurrent-To\":\"<urn:uuid:1ddeec3a-5bd0-47fe-9365-48cf7b0f6540>\",\"WARC-IP-Address\":\"104.27.141.199\",\"WARC-Target-URI\":\"http://peninsulamontejo.com/printable-worksheets-for-grade-6-math/\",\"WARC-Payload-Digest\":\"sha1:LO2PZPPR4Z7IHBHBLF2POREXENK2P76Z\",\"WARC-Block-Digest\":\"sha1:WBMHT3IQOEPSCTBG4LGFS7YQAJKIDG7G\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-39/CC-MAIN-2019-39_segments_1568514573080.8_warc_CC-MAIN-20190917141045-20190917163045-00402.warc.gz\"}"} |
https://ww2.mathworks.cn/help/aeroblks/airframe-trim-and-linearize-with-control-system-toolbox.html | [
"# Airframe Trim and Linearize with Control System Toolbox\n\nThis example shows how to trim and linearize an airframe in the Simulink® environment using Control System Toolbox™.\n\nDesigning an autopilot with classical design techniques requires linear models of the airframe pitch dynamics for several trimmed flig... | [
null,
"https://ww2.mathworks.cn/help/examples/aeroblks/win64/AirframeTrimAndLinearizeWithControlSystemToolboxExample_01.png",
null,
"https://ww2.mathworks.cn/help/examples/aeroblks/win64/AirframeTrimAndLinearizeWithControlSystemToolboxExample_02.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.5656782,"math_prob":0.989158,"size":3183,"snap":"2023-40-2023-50","text_gpt3_token_len":898,"char_repetition_ratio":0.1305442,"word_repetition_ratio":0.010471204,"special_character_ratio":0.32327992,"punctuation_ratio":0.20930232,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9975831,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-11-30T13:58:02Z\",\"WARC-Record-ID\":\"<urn:uuid:2d1ead98-b5ed-4727-8b9a-7d644d283bf5>\",\"Content-Length\":\"80184\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:374852c5-78c6-48b1-af00-75a762a738ab>\",\"WARC-Concurrent-To\":\"<urn:uuid:f5f9928f-a451-4647-992d-ed19a2ddc86f>\",\"WARC-IP-Address\":\"23.218.114.15\",\"WARC-Target-URI\":\"https://ww2.mathworks.cn/help/aeroblks/airframe-trim-and-linearize-with-control-system-toolbox.html\",\"WARC-Payload-Digest\":\"sha1:D6D7GKGGLNJMJHFSNVWPA2YTCIHE2ILM\",\"WARC-Block-Digest\":\"sha1:CM45R5XIKDQPSGNVYTO7FGPZMJEIGCQT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100227.61_warc_CC-MAIN-20231130130218-20231130160218-00424.warc.gz\"}"} |
https://socratic.org/questions/when-does-water-vapor-in-air-condense | [
"# When does water vapor in air condense?\n\nMar 12, 2016\n\nDepends on the availability of condensation nuclei, but generally at the dew point.\n\n#### Explanation:\n\nFirst of you need to understand that water molecules can be at different energy levels at many temperature. Therefore at any given temperature you ... | [
null,
"https://useruploads.socratic.org/pTFih6CiQTqtX5XiqqfJ_Relative_Humidity.png",
null,
"https://useruploads.socratic.org/pTFih6CiQTqtX5XiqqfJ_Relative_Humidity.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.92702717,"math_prob":0.9667782,"size":2174,"snap":"2023-40-2023-50","text_gpt3_token_len":441,"char_repetition_ratio":0.15345623,"word_repetition_ratio":0.013227513,"special_character_ratio":0.19641215,"punctuation_ratio":0.06356968,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9567225,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-10-01T16:17:14Z\",\"WARC-Record-ID\":\"<urn:uuid:56f52c7b-046b-474c-95aa-3275a29b6b82>\",\"Content-Length\":\"38376\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:75291a91-d993-42fa-8b32-87138e994a16>\",\"WARC-Concurrent-To\":\"<urn:uuid:f8be9f8f-629b-48e9-ac9b-a9990a3fcb11>\",\"WARC-IP-Address\":\"216.239.36.21\",\"WARC-Target-URI\":\"https://socratic.org/questions/when-does-water-vapor-in-air-condense\",\"WARC-Payload-Digest\":\"sha1:2K6G7KRIMUOJHWNOREWF2K54GSBAKTLG\",\"WARC-Block-Digest\":\"sha1:B3FSZLQN6KQXG3V5HS3EZ5VIXJL3HQ5C\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510903.85_warc_CC-MAIN-20231001141548-20231001171548-00281.warc.gz\"}"} |
https://answers.everydaycalculation.com/multiply-fractions/8-4-times-3-7 | [
"Solutions by everydaycalculation.com\n\n## Multiply 8/4 with 3/7\n\n1st number: 2 0/4, 2nd number: 3/7\n\nThis multiplication involving fractions can also be rephrased as \"What is 8/4 of 3/7?\"\n\n8/4 × 3/7 is 6/7.\n\n#### Steps for multiplying fractions\n\n1. Simply multiply the numerators and denominators separ... | [
null,
"https://answers.everydaycalculation.com/mathstep-app-icon.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8208773,"math_prob":0.9814508,"size":469,"snap":"2022-27-2022-33","text_gpt3_token_len":223,"char_repetition_ratio":0.17634408,"word_repetition_ratio":0.0,"special_character_ratio":0.47974414,"punctuation_ratio":0.069767445,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9785622,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-03T23:51:59Z\",\"WARC-Record-ID\":\"<urn:uuid:3660a6de-e60f-4928-880b-6c9cb80b4f75>\",\"Content-Length\":\"7869\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8d9256e7-ed6d-4db6-94cf-cc53b38d2842>\",\"WARC-Concurrent-To\":\"<urn:uuid:9047a92e-a2b5-4b66-82b0-1ce177f1a0d9>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/multiply-fractions/8-4-times-3-7\",\"WARC-Payload-Digest\":\"sha1:C3Y4UVVLVBM7QFZP25RKYJCU2B4VIPPX\",\"WARC-Block-Digest\":\"sha1:YJVZBXTXLGTREQBUPHEUPKS3A7DFV2GK\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656104277498.71_warc_CC-MAIN-20220703225409-20220704015409-00542.warc.gz\"}"} |
https://dsp.stackexchange.com/questions/74334/find-symbol-duration-from-symbol-rate | [
"# Find symbol duration from symbol rate\n\nHow can one find symbol duration if bit rate is 100 kbs (as BPSK is used, symbol rate = bit rate)?\n\nThe symbol duration $$T_p$$ is related to the symbol rate $$R_s$$ by the simple relationship $$T_p = \\frac{1}{R_p}$$\nIn the case of BPSK, $$R_p$$ is equal to the bit ra... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.85733557,"math_prob":1.00001,"size":490,"snap":"2022-05-2022-21","text_gpt3_token_len":167,"char_repetition_ratio":0.18312757,"word_repetition_ratio":0.0,"special_character_ratio":0.35918367,"punctuation_ratio":0.072164945,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.00001,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-05-22T17:44:02Z\",\"WARC-Record-ID\":\"<urn:uuid:5d5f3c6d-8020-4b25-aca9-23e826a9db88>\",\"Content-Length\":\"223525\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:47e1863f-7155-4aea-ad29-b2e3cf3dd92b>\",\"WARC-Concurrent-To\":\"<urn:uuid:569c2862-2017-4b03-8473-8d1e005483a8>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://dsp.stackexchange.com/questions/74334/find-symbol-duration-from-symbol-rate\",\"WARC-Payload-Digest\":\"sha1:5JUYTLW3W7ZYP3W3EUJAF263PZBX5DL6\",\"WARC-Block-Digest\":\"sha1:LHJ4YHTB3KZYIRU6KCMOYDNDIB3EEHO6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-21/CC-MAIN-2022-21_segments_1652662545875.39_warc_CC-MAIN-20220522160113-20220522190113-00258.warc.gz\"}"} |
http://www.sarahhaviland.com/gloomhaven-voidwarden-qomyn/area-of-equilateral-and-isosceles-triangle-36cca8 | [
"Solution: Filed Under: Mathematics Tagged With: Area of a right triangle, Area Of A Triangle, Area of an equilateral triangle, Area of isosceles triangle, Areas of an Isosceles Triangle and an Equilateral Triangle Problems with Solutions, ICSE Previous Year Question Papers Class 10, Areas of an Isosceles Triangle ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8393847,"math_prob":0.9976953,"size":19183,"snap":"2021-31-2021-39","text_gpt3_token_len":4806,"char_repetition_ratio":0.27269408,"word_repetition_ratio":0.13156359,"special_character_ratio":0.24563415,"punctuation_ratio":0.14519057,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99927324,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-07-25T15:32:05Z\",\"WARC-Record-ID\":\"<urn:uuid:7723bde3-9919-4614-a75c-4f538948e03a>\",\"Content-Length\":\"31926\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:b4a03fec-ed46-4792-8d37-be36417cf61e>\",\"WARC-Concurrent-To\":\"<urn:uuid:ae6a26e1-0b38-4ff6-88ce-c0c670f9dcc3>\",\"WARC-IP-Address\":\"209.216.87.53\",\"WARC-Target-URI\":\"http://www.sarahhaviland.com/gloomhaven-voidwarden-qomyn/area-of-equilateral-and-isosceles-triangle-36cca8\",\"WARC-Payload-Digest\":\"sha1:INTACYWDC4NFE5K3FAFRAQMV3WCLA65Q\",\"WARC-Block-Digest\":\"sha1:G2W4J4KRRE5FAGXK2IC4TJRE2OQ6347O\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-31/CC-MAIN-2021-31_segments_1627046151699.95_warc_CC-MAIN-20210725143345-20210725173345-00616.warc.gz\"}"} |
https://infinitylearn.com/surge/question/chemistry/which-of-the-following-orders-regarding-the-boiling-points-o/ | [
"# Which of the following orders regarding the boiling points of the given alkyl chloride is correct?\n\n1. A\n\n${\\mathrm{CH}}_{3}{\\left({\\mathrm{CH}}_{2}\\right)}_{3}\\mathrm{Cl}>{\\mathrm{CH}}_{3}{\\mathrm{CH}}_{2}{\\mathrm{CHClCH}}_{3}>{\\left({\\mathrm{CH}}_{3}\\right)}_{3}\\mathrm{CCl}$\n\n2. B\n\n${\\math... | [
null,
"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6823874,"math_prob":0.9997917,"size":605,"snap":"2022-40-2023-06","text_gpt3_token_len":137,"char_repetition_ratio":0.11148086,"word_repetition_ratio":0.15,"special_character_ratio":0.1785124,"punctuation_ratio":0.07692308,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9943538,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-29T10:24:53Z\",\"WARC-Record-ID\":\"<urn:uuid:9c6dc450-0bab-4fa1-a361-e898841459d3>\",\"Content-Length\":\"76787\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0e67fba2-cc15-43fc-8715-44dd6f80c0a0>\",\"WARC-Concurrent-To\":\"<urn:uuid:6b825000-7856-4f80-b902-5e2cde8a2a39>\",\"WARC-IP-Address\":\"99.86.224.68\",\"WARC-Target-URI\":\"https://infinitylearn.com/surge/question/chemistry/which-of-the-following-orders-regarding-the-boiling-points-o/\",\"WARC-Payload-Digest\":\"sha1:C27PH47QG2Z542RGV6R6IG5UPWPOHDZY\",\"WARC-Block-Digest\":\"sha1:FCMZGZJ64UBKBJAUMK4MAZEO3DJA4LTS\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335350.36_warc_CC-MAIN-20220929100506-20220929130506-00572.warc.gz\"}"} |
https://www.belmonthill.org/about/summer-programs/summer-school/six-week-course-descriptions | [
"AN INDEPENDENT SCHOOL FOR BOYS GRADES 7-12\n\n## SIX-WEEK COURSE DESCRIPTIONS\n\nJune 27-August 9 (No classes on July 4 and 5, 2019)\n\n## Math - Credit Classes\n\n### List of 3 items.\n\n• #### Algebra 2C - 8:00-11:10 am\n\nThis is an intensive standard Algebra 2 course that may be taken for a full year’s credit.... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9259242,"math_prob":0.78529793,"size":6087,"snap":"2019-35-2019-39","text_gpt3_token_len":1145,"char_repetition_ratio":0.12855498,"word_repetition_ratio":0.04137931,"special_character_ratio":0.17808445,"punctuation_ratio":0.1532567,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9627857,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-09-18T03:17:37Z\",\"WARC-Record-ID\":\"<urn:uuid:021ae9c6-4ca6-4435-b2b3-5cd20b94ca26>\",\"Content-Length\":\"120690\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e84cd3d0-c354-4d8d-a2f4-c691f1e1eac9>\",\"WARC-Concurrent-To\":\"<urn:uuid:f8c023ac-f802-4068-9a83-d58839d768d6>\",\"WARC-IP-Address\":\"54.208.235.43\",\"WARC-Target-URI\":\"https://www.belmonthill.org/about/summer-programs/summer-school/six-week-course-descriptions\",\"WARC-Payload-Digest\":\"sha1:TJQD4L7FMSET2FVZFGEAODVZYZQPD5UU\",\"WARC-Block-Digest\":\"sha1:6UVQETGERJFLL57AB56HMBREL3CRM7HI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-39/CC-MAIN-2019-39_segments_1568514573176.51_warc_CC-MAIN-20190918024332-20190918050332-00442.warc.gz\"}"} |
https://www.fermatslibrary.com/s/a-pendulum-theorem | [
"This paper was written by D.J. Acheson while he was trying to give ...\nIn 1908 Stephenson found that the upper vertical position of the pe...\nThis paper is from 1993! I had thought it was much older on my firs...\nAs we can see in this video by Steve Mould the chain of pendulums c...\nTo prove this we are going ... | [
null,
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9wAAAVhCAIAAAD5thHbAAAACXBIWXMAABYlAAAWJQFJUiTwAAAgAElEQVR42uydfWwjx3n/R7FhwAoFsr+7GpBaZ2m4oJwgAWnxkCCFXa5ygF27UsiD0SSSa5CGI13i1iUluQ5i+MJVHLiNoZdVjTY6uQfxcD0JDnogJR2S+g+DZI2gOOtkruoikIS4XMaRBLtOuXrJNSlg6ffHAw/GsyRFvdzp7fv543Aazs4+88zLPjv7zDM1m5ub7JNsbm7W1NQc5... | {"ft_lang_label":"__label__en","ft_lang_prob":0.53309864,"math_prob":0.78920984,"size":5441,"snap":"2022-27-2022-33","text_gpt3_token_len":2067,"char_repetition_ratio":0.1068604,"word_repetition_ratio":0.040860213,"special_character_ratio":0.2617166,"punctuation_ratio":0.1576655,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99471647,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-06-28T03:46:20Z\",\"WARC-Record-ID\":\"<urn:uuid:ae10c0f7-a73f-40a2-afcb-8b3aedf57b44>\",\"Content-Length\":\"1049473\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:063f9dca-e7cc-4ed2-b748-344f1d8797c4>\",\"WARC-Concurrent-To\":\"<urn:uuid:6211c7cf-9c41-4b1a-93e2-e7f92d1a394c>\",\"WARC-IP-Address\":\"52.21.227.162\",\"WARC-Target-URI\":\"https://www.fermatslibrary.com/s/a-pendulum-theorem\",\"WARC-Payload-Digest\":\"sha1:43WQYT6HY5R6CPNGZDBRV4IFEHRUXAAW\",\"WARC-Block-Digest\":\"sha1:VIMZZQFUIOICRRHWZVHJXIFKJLPCNIUO\",\"WARC-Truncated\":\"length\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656103347800.25_warc_CC-MAIN-20220628020322-20220628050322-00177.warc.gz\"}"} |
http://ixtrieve.fh-koeln.de/birds/litie/document/37465 | [
"# Document (#37465)\n\nAuthor\nEgghe, L.\nTitle\nRemarks on the paper by A. De Visscher, \"what does the g-index really measure?\"\nSource\nJournal of the American Society for Information Science and Technology. 63(2012) no.10, S.2118-2121\nYear\n2012\nSeries\nBrief communication\nAbstract\nThe author presents a d... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6876919,"math_prob":0.9985399,"size":17684,"snap":"2020-34-2020-40","text_gpt3_token_len":6841,"char_repetition_ratio":0.25164026,"word_repetition_ratio":0.47679326,"special_character_ratio":0.5417892,"punctuation_ratio":0.28298652,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99989855,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-08-12T12:56:24Z\",\"WARC-Record-ID\":\"<urn:uuid:31995017-05a7-43cb-9f7e-d3f2ca996072>\",\"Content-Length\":\"32600\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1842f783-3d09-4e2a-bffe-9fa6ff628520>\",\"WARC-Concurrent-To\":\"<urn:uuid:7b1d4272-61bf-4da5-b33d-04217ece1e6c>\",\"WARC-IP-Address\":\"139.6.160.6\",\"WARC-Target-URI\":\"http://ixtrieve.fh-koeln.de/birds/litie/document/37465\",\"WARC-Payload-Digest\":\"sha1:P4OGX2GBZIXRN2NJQ367TPKLH6ZZQGDA\",\"WARC-Block-Digest\":\"sha1:VNZ3VQ67MD24WBQKX6Y67ZJLDP6K3RUK\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-34/CC-MAIN-2020-34_segments_1596439738892.21_warc_CC-MAIN-20200812112531-20200812142531-00553.warc.gz\"}"} |
https://www.wallstreetprep.com/knowledge/sga-margin/ | [
"",
null,
"Welcome to Wall Street Prep! Use code at checkout for 15% off.",
null,
"# SG&A Margin\n\nGuide to Understanding the SG&A Margin",
null,
"## How to Calculate SG&A Margin?\n\nThe SG&A margin describes the relationship between a company’s selling, general and administrative costs and the amount ... | [
null,
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5OTk5OXB4IiBoZWlnaHQ9Ijk5OTk5cHgiIHZpZXdCb3g9IjAgMCA5OTk5OSA5OTk5OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBzdHJva2U9Im5vbmUiI... | {"ft_lang_label":"__label__en","ft_lang_prob":0.9038874,"math_prob":0.837182,"size":6769,"snap":"2023-40-2023-50","text_gpt3_token_len":1464,"char_repetition_ratio":0.1661493,"word_repetition_ratio":0.019963702,"special_character_ratio":0.22056434,"punctuation_ratio":0.09847328,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9767363,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],"im_url_duplicate_count":[null,null,null,null,null,1,null,null,null,null,null,null,null,1,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-04T16:30:16Z\",\"WARC-Record-ID\":\"<urn:uuid:be645386-0bab-480d-b8c2-a4ef3f776227>\",\"Content-Length\":\"135527\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:7cdb0b81-17d6-4e9f-bc10-668d5a4e4eb3>\",\"WARC-Concurrent-To\":\"<urn:uuid:4b484589-64d2-4fea-8596-7f0a1aefd5c9>\",\"WARC-IP-Address\":\"172.66.42.251\",\"WARC-Target-URI\":\"https://www.wallstreetprep.com/knowledge/sga-margin/\",\"WARC-Payload-Digest\":\"sha1:W5PQFUUDJELDXLDMHJDSNQBULO52UC4D\",\"WARC-Block-Digest\":\"sha1:UNWRPSXUTEWLKGTISVDRRSCV2ZC2YWT6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100531.77_warc_CC-MAIN-20231204151108-20231204181108-00757.warc.gz\"}"} |
https://journals.biologists.com/jeb/article/82/1/255/22817/The-Mechanics-of-Labriform-LocomotionI-Labriform | [
"1. A blade-element approach is used to analyse the mechanics of the dragbased pectoral fin power stroke in an Angelfish in steady forward, rectilinear progression.\n\n2. Flow reversal occurs at the base of the fin at the beginning and at the end of the power stroke. Values for the rate of increase and decrease in ... | [
null,
"https://cob.silverchair-cdn.com/cob/content_public/journal/jeb/82/1/10.1242_jeb.82.1.255/3/m_jexbio_82_1_255inline1.gif",
null,
"https://cob.silverchair-cdn.com/cob/content_public/journal/jeb/82/1/10.1242_jeb.82.1.255/3/m_jexbio_82_1_255tb1.png",
null,
"https://cob.silverchair-cdn.com/cob/content_p... | {"ft_lang_label":"__label__en","ft_lang_prob":0.9272311,"math_prob":0.94007546,"size":18968,"snap":"2023-14-2023-23","text_gpt3_token_len":4475,"char_repetition_ratio":0.15561064,"word_repetition_ratio":0.055992737,"special_character_ratio":0.22068748,"punctuation_ratio":0.06307054,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95550895,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-04T16:45:56Z\",\"WARC-Record-ID\":\"<urn:uuid:9d5f0482-b6e0-43e8-b689-9371028686b7>\",\"Content-Length\":\"325628\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:564734c8-9bd9-4adb-83ac-995b442b6574>\",\"WARC-Concurrent-To\":\"<urn:uuid:6ca2b4a7-48be-4b89-a9e0-db65101969bf>\",\"WARC-IP-Address\":\"52.179.114.94\",\"WARC-Target-URI\":\"https://journals.biologists.com/jeb/article/82/1/255/22817/The-Mechanics-of-Labriform-LocomotionI-Labriform\",\"WARC-Payload-Digest\":\"sha1:KMQFFD47UU5CRQRGTMFP7RPGYYRJUZBE\",\"WARC-Block-Digest\":\"sha1:HUA237BJEMGOR7MTRZPTSDX43QO774F7\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224650201.19_warc_CC-MAIN-20230604161111-20230604191111-00169.warc.gz\"}"} |
https://mathandlanguage.com/professional-development-services/ | [
"# Professional Development on how to incorporate the Science of Math into daily math instruction with any curriculum.\n\nKaren provides in-person and online professional development for teachers, math interventionists, and parents on how to build foundational math skills from pre-K through pre-algebra, based in th... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.93086725,"math_prob":0.5746851,"size":2941,"snap":"2023-40-2023-50","text_gpt3_token_len":520,"char_repetition_ratio":0.13040517,"word_repetition_ratio":0.009049774,"special_character_ratio":0.17239034,"punctuation_ratio":0.07531381,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.952235,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-22T12:34:52Z\",\"WARC-Record-ID\":\"<urn:uuid:81844811-8425-49f7-a9fd-54580b8ca9c2>\",\"Content-Length\":\"43171\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:eb3156ce-0941-4b18-b690-5b9381acaf40>\",\"WARC-Concurrent-To\":\"<urn:uuid:0b38124f-7c16-40fc-98f4-51d21d37f319>\",\"WARC-IP-Address\":\"194.1.147.85\",\"WARC-Target-URI\":\"https://mathandlanguage.com/professional-development-services/\",\"WARC-Payload-Digest\":\"sha1:44TNF4I37VAKKKHXZWGCRXLMF3LGGC6E\",\"WARC-Block-Digest\":\"sha1:ZJY3FPXIUSUHAUUXM3XU5PDB7DLK7TPK\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233506399.24_warc_CC-MAIN-20230922102329-20230922132329-00142.warc.gz\"}"} |
https://www.numberempire.com/28986 | [
"Home | Menu | Get Involved | Contact webmaster",
null,
"",
null,
"",
null,
"",
null,
"",
null,
"# Number 28986\n\ntwenty eight thousand nine hundred eighty six\n\n### Properties of the number 28986\n\n Factorization 2 * 3 * 4831 Divisors 1, 2, 3, 6, 4831, 9662, 14493, 28986 Count of divisors 8 ... | [
null,
"https://www.numberempire.com/images/graystar.png",
null,
"https://www.numberempire.com/images/graystar.png",
null,
"https://www.numberempire.com/images/graystar.png",
null,
"https://www.numberempire.com/images/graystar.png",
null,
"https://www.numberempire.com/images/graystar.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6015923,"math_prob":0.9876351,"size":2162,"snap":"2020-34-2020-40","text_gpt3_token_len":713,"char_repetition_ratio":0.1802595,"word_repetition_ratio":0.06779661,"special_character_ratio":0.43663275,"punctuation_ratio":0.1483376,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99441767,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-01T02:40:39Z\",\"WARC-Record-ID\":\"<urn:uuid:b670fe23-741c-478a-9f79-a08776946508>\",\"Content-Length\":\"21444\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0fc63334-152f-41df-bb0a-5d3ecf93fa06>\",\"WARC-Concurrent-To\":\"<urn:uuid:c6f01b3a-71e0-4b65-b4ff-2d4e42c46e9f>\",\"WARC-IP-Address\":\"172.67.208.6\",\"WARC-Target-URI\":\"https://www.numberempire.com/28986\",\"WARC-Payload-Digest\":\"sha1:J3AHXRAH7LO22FOPFFMKXFA2OIVLBWUA\",\"WARC-Block-Digest\":\"sha1:SU74KNIIJKSGEZM2G33UYQ4WVFLBEISI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600402130531.89_warc_CC-MAIN-20200930235415-20201001025415-00217.warc.gz\"}"} |
http://www.bdnyc.org/author/kayhiranaka/ | [
"# Fitting a power law to data\n\nI wanted to fit a power law function to data, not a polynomial. Here's how I did it.\n\nI used the least squares method.\n\nIf you prefer other types of functions, just change the function form to whatever you want to fit when you define it.\n\nThe inputs for leastsq are the error ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8539829,"math_prob":0.94810563,"size":1761,"snap":"2022-05-2022-21","text_gpt3_token_len":439,"char_repetition_ratio":0.120091066,"word_repetition_ratio":0.012461059,"special_character_ratio":0.25383306,"punctuation_ratio":0.13333334,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9841381,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-05-17T07:25:15Z\",\"WARC-Record-ID\":\"<urn:uuid:36a7720c-50ab-4ef4-bdb9-52b5d970d57f>\",\"Content-Length\":\"21682\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a6ce0b01-82e6-433d-bdeb-16e8a67ee7dd>\",\"WARC-Concurrent-To\":\"<urn:uuid:6d14c2bd-5683-4aad-9a15-4dcf5429d963>\",\"WARC-IP-Address\":\"69.164.222.103\",\"WARC-Target-URI\":\"http://www.bdnyc.org/author/kayhiranaka/\",\"WARC-Payload-Digest\":\"sha1:ONTQVUL3W4RJ6AHUGV6JRXUKWDIWT2KM\",\"WARC-Block-Digest\":\"sha1:PNDR4CABHQX2I7YH3LHZXWLZ6MSLRIXQ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-21/CC-MAIN-2022-21_segments_1652662517018.29_warc_CC-MAIN-20220517063528-20220517093528-00076.warc.gz\"}"} |
https://www.colorhexa.com/02c6ce | [
"# #02c6ce Color Information\n\nIn a RGB color space, hex #02c6ce is composed of 0.8% red, 77.6% green and 80.8% blue. Whereas in a CMYK color space, it is composed of 99% cyan, 3.9% magenta, 0% yellow and 19.2% black. It has a hue angle of 182.4 degrees, a saturation of 98.1% and a lightness of 40.8%. #02c6ce colo... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.5250462,"math_prob":0.70485324,"size":3695,"snap":"2019-51-2020-05","text_gpt3_token_len":1675,"char_repetition_ratio":0.1332972,"word_repetition_ratio":0.011111111,"special_character_ratio":0.53667116,"punctuation_ratio":0.23692992,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97965705,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-12-16T13:22:23Z\",\"WARC-Record-ID\":\"<urn:uuid:1f46a098-2091-4c94-be7c-652165ee8905>\",\"Content-Length\":\"36266\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:10026481-7bf3-4e22-ba9b-0cecad7371be>\",\"WARC-Concurrent-To\":\"<urn:uuid:d64ad4bd-703e-4d10-a385-77a4b369a371>\",\"WARC-IP-Address\":\"178.32.117.56\",\"WARC-Target-URI\":\"https://www.colorhexa.com/02c6ce\",\"WARC-Payload-Digest\":\"sha1:TPYJWEHPK3MO4DJ5STEUIZSW6CWXDDIB\",\"WARC-Block-Digest\":\"sha1:2BQTTMDRRFQDPOPPPGQ3ACGZXNLLZSYE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-51/CC-MAIN-2019-51_segments_1575540565544.86_warc_CC-MAIN-20191216121204-20191216145204-00225.warc.gz\"}"} |
https://www.scribd.com/document/378914300/Corrosion-Resistance-Guide-PULTRUSION | [
"You are on page 1of 26\n\n# CORROSION RESISTANCE GUIDE\n\nINDUSTRIAL PRODUCTS\nThe cover photo shows severe, short-term corrosive\neffects of 37% sulfuric acid on various materials. All bar\nsamples originally measured 6” long x 1/4” thick x 1/2”\nwide. Products depicted from left to right are carbon steel,\nEXTRE... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.54672,"math_prob":0.95389926,"size":23004,"snap":"2019-35-2019-39","text_gpt3_token_len":9284,"char_repetition_ratio":0.33669564,"word_repetition_ratio":0.59278876,"special_character_ratio":0.27864718,"punctuation_ratio":0.04598138,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97950834,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-08-18T13:00:07Z\",\"WARC-Record-ID\":\"<urn:uuid:6b933139-32e8-4b91-b614-6b2ab0f80f33>\",\"Content-Length\":\"390685\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:12132f39-7f9e-4b68-9cfc-0ea4fba5f81c>\",\"WARC-Concurrent-To\":\"<urn:uuid:12d3fb4b-4f3e-41ad-8acb-ba38c05b6315>\",\"WARC-IP-Address\":\"151.101.250.152\",\"WARC-Target-URI\":\"https://www.scribd.com/document/378914300/Corrosion-Resistance-Guide-PULTRUSION\",\"WARC-Payload-Digest\":\"sha1:G6QTDNXDQFJKLURHBJP23YWZRCK52SSV\",\"WARC-Block-Digest\":\"sha1:ZF2JVAFVS72R6P7QVVLCOAC7NPXIOVYK\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-35/CC-MAIN-2019-35_segments_1566027313889.29_warc_CC-MAIN-20190818124516-20190818150516-00201.warc.gz\"}"} |
https://scholarcommons.sc.edu/etd/1615/ | [
"## Theses and Dissertations\n\n1-1-2012\n\n#### Document Type\n\nCampus Access Thesis\n\nMathematics\n\nHong Wang\n\n#### Abstract\n\nFractional diffusion equations are generalizations of classical diffusion equations which are used in modeling practical superdiffusive problems in fluid flow, finance and others. B... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.84663177,"math_prob":0.95273584,"size":1780,"snap":"2021-04-2021-17","text_gpt3_token_len":354,"char_repetition_ratio":0.13851352,"word_repetition_ratio":0.07936508,"special_character_ratio":0.17921348,"punctuation_ratio":0.07482993,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98903126,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-17T17:37:31Z\",\"WARC-Record-ID\":\"<urn:uuid:7bcdd5e4-f747-40b1-940a-61f75e1fb9d2>\",\"Content-Length\":\"35453\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:85706bc2-e5a1-4c26-b407-127643f570b7>\",\"WARC-Concurrent-To\":\"<urn:uuid:fe2f663d-d4a3-418f-9d02-c7ebf197a867>\",\"WARC-IP-Address\":\"13.57.92.51\",\"WARC-Target-URI\":\"https://scholarcommons.sc.edu/etd/1615/\",\"WARC-Payload-Digest\":\"sha1:DSWNBXCUHLHW2IQGQM7Z247EURVBB3RA\",\"WARC-Block-Digest\":\"sha1:ADYEC6WGFPWIFUWPBUJWGRM2XNL32MTV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038461619.53_warc_CC-MAIN-20210417162353-20210417192353-00497.warc.gz\"}"} |
https://www.scribd.com/presentation/360747853/Temperature-Measurements-Lecture-pptx | [
"You are on page 1of 74\n\n# Engineering 80 Spring 2015\n\nTemperature Measurements\n\nSOURCE: http://www.eng.hmc.edu/NewE80/PDFs/VIshayThermDataSheet.pdf\n\nSOURCE: http://elcodis.com/photos/19/51/195143/to-92-\n3_standardbody__to-226_straightlead.jpg\n\nSOURCE: http://www.accuglassproducts.com/product.php?product... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.7646452,"math_prob":0.8705056,"size":21296,"snap":"2019-35-2019-39","text_gpt3_token_len":5443,"char_repetition_ratio":0.25216043,"word_repetition_ratio":0.59217304,"special_character_ratio":0.21708302,"punctuation_ratio":0.099226095,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9618764,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-08-19T16:23:17Z\",\"WARC-Record-ID\":\"<urn:uuid:52c40099-cf97-40a1-88f6-c3b7e26eab2e>\",\"Content-Length\":\"322597\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:852b22d6-8767-47d1-b9fd-ca530b36a6c4>\",\"WARC-Concurrent-To\":\"<urn:uuid:0dbddae4-9451-4d2f-9260-e886875b310f>\",\"WARC-IP-Address\":\"151.101.250.152\",\"WARC-Target-URI\":\"https://www.scribd.com/presentation/360747853/Temperature-Measurements-Lecture-pptx\",\"WARC-Payload-Digest\":\"sha1:WHH3RGT7IXZ4LGO2KIBTMOBI2GIW5CFI\",\"WARC-Block-Digest\":\"sha1:6BNRC53US2JC74TRMPX6ZCUFOYSSBGGR\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-35/CC-MAIN-2019-35_segments_1566027314852.37_warc_CC-MAIN-20190819160107-20190819182107-00433.warc.gz\"}"} |
https://kexue.fm/tag/%E6%8E%A8%E6%96%AD/ | [
"## 局部变分\n\n### f散度\n\n$$\\begin{equation}\\mathcal{D}_f(P\\Vert Q) = \\int q(x) f\\left(\\frac{p(x)}{q(x)}\\right)dx\\label{eq:f-div}\\end{equation}$$"
] | [
null
] | {"ft_lang_label":"__label__zh","ft_lang_prob":0.9671913,"math_prob":1.0000098,"size":1385,"snap":"2023-40-2023-50","text_gpt3_token_len":1229,"char_repetition_ratio":0.0557567,"word_repetition_ratio":0.0,"special_character_ratio":0.1898917,"punctuation_ratio":0.029940119,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9999801,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-22T21:02:27Z\",\"WARC-Record-ID\":\"<urn:uuid:33f7bbe0-f574-466f-bcde-548d43d6358a>\",\"Content-Length\":\"41815\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c92b9501-b415-4511-8cdb-cdb35da0e54e>\",\"WARC-Concurrent-To\":\"<urn:uuid:d0b5bfaf-6c53-4dd2-9abf-6ca93b5b5c58>\",\"WARC-IP-Address\":\"120.77.64.127\",\"WARC-Target-URI\":\"https://kexue.fm/tag/%E6%8E%A8%E6%96%AD/\",\"WARC-Payload-Digest\":\"sha1:ND3J3VO6KCICBHDH7YYAJFGPUVEOPIU7\",\"WARC-Block-Digest\":\"sha1:QJUF5JEWYRJ2D63SQNRM77RYKAFQRQ76\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233506423.70_warc_CC-MAIN-20230922202444-20230922232444-00134.warc.gz\"}"} |
https://chem.libretexts.org/Courses/Sacramento_City_College/SCC%3A_CHEM_300_-_Beginning_Chemistry/SCC%3A_CHEM_300_-_Beginning_Chemistry_(Alviar-Agnew)/14%3A_Acids_and_Bases/14.10%3A_Buffers-_Solutions_That_Resist_pH_Change | [
"# 14.10: Buffers- Solutions That Resist pH Change\n\n$$\\newcommand{\\vecs}{\\overset { \\rightharpoonup} {\\mathbf{#1}} }$$ $$\\newcommand{\\vecd}{\\overset{-\\!-\\!\\rightharpoonup}{\\vphantom{a}\\smash {#1}}}$$$$\\newcommand{\\id}{\\mathrm{id}}$$ $$\\newcommand{\\Span}{\\mathrm{span}}$$ $$\\newcommand{\\kernel}... | [
null,
"https://chem.libretexts.org/@api/deki/files/92079/The_Actions_of_Buffers.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.920829,"math_prob":0.97350025,"size":6346,"snap":"2023-40-2023-50","text_gpt3_token_len":1596,"char_repetition_ratio":0.1393882,"word_repetition_ratio":0.07084469,"special_character_ratio":0.24125433,"punctuation_ratio":0.095315024,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9590164,"pos_list":[0,1,2],"im_url_duplicate_count":[null,10,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-25T09:39:01Z\",\"WARC-Record-ID\":\"<urn:uuid:8ad3866c-83bf-4b2a-adb4-d0636844d319>\",\"Content-Length\":\"132839\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:6c3ab54d-3a00-4513-97f7-8e98bf1bf3c2>\",\"WARC-Concurrent-To\":\"<urn:uuid:e1b5dbb5-903f-43d4-ad30-5564be710151>\",\"WARC-IP-Address\":\"3.162.103.49\",\"WARC-Target-URI\":\"https://chem.libretexts.org/Courses/Sacramento_City_College/SCC%3A_CHEM_300_-_Beginning_Chemistry/SCC%3A_CHEM_300_-_Beginning_Chemistry_(Alviar-Agnew)/14%3A_Acids_and_Bases/14.10%3A_Buffers-_Solutions_That_Resist_pH_Change\",\"WARC-Payload-Digest\":\"sha1:PNZPWI7KIMUAQHCTZMKY5WCAGXFY4HM6\",\"WARC-Block-Digest\":\"sha1:ABELUTJ6UDQXOZMJSD6MF7B43IMR5KYV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233508959.20_warc_CC-MAIN-20230925083430-20230925113430-00058.warc.gz\"}"} |
https://microcontrollerslab.com/cd4008-4-bit-full-adder-ic-pinout-features-example-datasheet/ | [
"# CD4008 4-Bit Full ADDER IC\n\nFull Adder is made of one OR, two XOR and one AND gate. It has three inputs and two outputs. The First two inputs use as two input data bits and the third input is used as carrying bit, which we have no further use in half adder circuit. The output carries a bit on full adder circui... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.89080596,"math_prob":0.8817795,"size":7536,"snap":"2023-40-2023-50","text_gpt3_token_len":2091,"char_repetition_ratio":0.17286246,"word_repetition_ratio":0.050824177,"special_character_ratio":0.26738322,"punctuation_ratio":0.06767868,"nsfw_num_words":1,"has_unicode_error":false,"math_prob_llama3":0.97658056,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-30T03:22:59Z\",\"WARC-Record-ID\":\"<urn:uuid:18cd790b-0c75-4370-b27e-076f6e7d523b>\",\"Content-Length\":\"203559\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d6feb726-9784-4416-9055-34e58c97d0e4>\",\"WARC-Concurrent-To\":\"<urn:uuid:c366aeae-e6b8-4336-801b-96dc483e0c59>\",\"WARC-IP-Address\":\"62.72.52.35\",\"WARC-Target-URI\":\"https://microcontrollerslab.com/cd4008-4-bit-full-adder-ic-pinout-features-example-datasheet/\",\"WARC-Payload-Digest\":\"sha1:QF5K5IFKQARTM7K3VFMJQY7BJJZNXOFV\",\"WARC-Block-Digest\":\"sha1:PZ2E56FKIWLT3DFWPJP3JF2HXSRNUAXG\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510575.93_warc_CC-MAIN-20230930014147-20230930044147-00286.warc.gz\"}"} |
https://www.colorhexa.com/5a7d58 | [
"#5a7d58 Color Information\n\nIn a RGB color space, hex #5a7d58 is composed of 35.3% red, 49% green and 34.5% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 29.6% yellow and 51% black. It has a hue angle of 116.8 degrees, a saturation of 17.4% and a lightness of 41.8%. #5a7d58 color he... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6048647,"math_prob":0.6887035,"size":3702,"snap":"2019-26-2019-30","text_gpt3_token_len":1666,"char_repetition_ratio":0.12249865,"word_repetition_ratio":0.011049724,"special_character_ratio":0.5569962,"punctuation_ratio":0.23318386,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9888393,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-06-18T21:12:11Z\",\"WARC-Record-ID\":\"<urn:uuid:e6b7ee78-8ee2-40d3-8176-1ad6af6fc768>\",\"Content-Length\":\"36424\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:88c8c507-14d1-44ea-b72a-33881f74d378>\",\"WARC-Concurrent-To\":\"<urn:uuid:fb88a9f8-0f05-48b0-b696-ce7cf10f69ee>\",\"WARC-IP-Address\":\"178.32.117.56\",\"WARC-Target-URI\":\"https://www.colorhexa.com/5a7d58\",\"WARC-Payload-Digest\":\"sha1:WQHWUQOLPMOKJIRWBBZ4NSOBPOB5WKKU\",\"WARC-Block-Digest\":\"sha1:QQXNTOWOCDBTJPX7ZR4BL7MRYN5LXANS\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-26/CC-MAIN-2019-26_segments_1560627998817.58_warc_CC-MAIN-20190618203528-20190618225528-00118.warc.gz\"}"} |
https://physics.stackexchange.com/questions/133077/followup-to-the-relation-between-energy-quanta-of-an-einstein-solid-and-the-equ/133321 | [
"# Followup to: The relation between energy quanta of an Einstein solid and the equipartition value of heat capacity\n\nAs a followup question to this question: The relation between energy quanta of an Einstein solid and the equipartition value of heat capacity and this answer https://physics.stackexchange.com/a/13... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.94635785,"math_prob":0.99552196,"size":570,"snap":"2020-34-2020-40","text_gpt3_token_len":124,"char_repetition_ratio":0.1254417,"word_repetition_ratio":0.0,"special_character_ratio":0.21578947,"punctuation_ratio":0.10185185,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9998327,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-28T19:32:07Z\",\"WARC-Record-ID\":\"<urn:uuid:bb230f2d-01d3-4de7-9c89-547422b619a1>\",\"Content-Length\":\"161765\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d3d560be-3555-42d8-8b4c-9347a46da8aa>\",\"WARC-Concurrent-To\":\"<urn:uuid:7b3768b7-c278-4f43-b6e5-f8cff393ae25>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://physics.stackexchange.com/questions/133077/followup-to-the-relation-between-energy-quanta-of-an-einstein-solid-and-the-equ/133321\",\"WARC-Payload-Digest\":\"sha1:7BGBI2KKZGI2SYFE2GIR3YC6ES4VENBG\",\"WARC-Block-Digest\":\"sha1:WUZJ3G4TFLCTQ6EADGUINIJADEOJOW3Z\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600401604940.65_warc_CC-MAIN-20200928171446-20200928201446-00594.warc.gz\"}"} |
https://www.visionlearning.com/en/library/Math%20in%20Science/62/Exponential%20Equations%20in%20Science%20I/206 | [
"Equations\n\n# Exponential Equations in Science I: Growth and Decay\n\nby Anne E. Egger, Ph.D., Janet Shiver, Ph.D., Teri Willard, Ed.D.\n\nSt. Matthew Island is a remote island in the Bering Sea off Alaska. In 1944, the United States Coast Guard set up a station on the island to aid planes and ships in navigating... | [
null,
"https://www.visionlearning.com/images/figure-images/206-b.jpg",
null,
"https://www.visionlearning.com/images/figure-images/206-c.jpg",
null,
"https://www.visionlearning.com/img/library/modules/mid206/Image/VLObject-11195-170212040246.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9259555,"math_prob":0.99227685,"size":15853,"snap":"2021-21-2021-25","text_gpt3_token_len":3903,"char_repetition_ratio":0.16228153,"word_repetition_ratio":0.026695527,"special_character_ratio":0.26411405,"punctuation_ratio":0.1155624,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9984642,"pos_list":[0,1,2,3,4,5,6],"im_url_duplicate_count":[null,10,null,10,null,7,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-05-13T03:27:53Z\",\"WARC-Record-ID\":\"<urn:uuid:cd63f4cc-724c-4422-8de9-f9e6988a22fb>\",\"Content-Length\":\"101621\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5b0eb6d2-1274-48d4-8d73-19e668082bf4>\",\"WARC-Concurrent-To\":\"<urn:uuid:27f02033-4093-4182-b672-0e02d3a28c31>\",\"WARC-IP-Address\":\"66.228.49.95\",\"WARC-Target-URI\":\"https://www.visionlearning.com/en/library/Math%20in%20Science/62/Exponential%20Equations%20in%20Science%20I/206\",\"WARC-Payload-Digest\":\"sha1:D2RWK4XNAS2DDMS3HRKMXUOMRCWNTN5T\",\"WARC-Block-Digest\":\"sha1:67ETW4WJGX3K3CBHQIXYHESL7UI3ICP3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-21/CC-MAIN-2021-21_segments_1620243992721.31_warc_CC-MAIN-20210513014954-20210513044954-00265.warc.gz\"}"} |
https://mathematica.stackexchange.com/questions/170669/independent-colorfunction-in-revolutionplot3d | [
"# Independent Colorfunction in RevolutionPlot3D\n\nprobably a trivial questions, but I couldn't find a solution for over 2 hours:\n\nI want to produce a RevolutionPlot3D of a function, f1, with a separate colorfunction, f2. I thought it might be possible to specify something like:\n\nRevolutionPlot3D[r^2*Sin[2*\\[... | [
null,
"https://i.stack.imgur.com/UAEL9.png",
null,
"https://i.stack.imgur.com/ATa9Z.png",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6740047,"math_prob":0.74255043,"size":931,"snap":"2020-24-2020-29","text_gpt3_token_len":325,"char_repetition_ratio":0.12729234,"word_repetition_ratio":0.014492754,"special_character_ratio":0.36734694,"punctuation_ratio":0.2,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97439593,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-06-04T18:08:51Z\",\"WARC-Record-ID\":\"<urn:uuid:c83a3ae6-e087-4831-ad9a-1193771d7102>\",\"Content-Length\":\"149110\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:cabba369-36c2-4461-92d8-2505d48662ea>\",\"WARC-Concurrent-To\":\"<urn:uuid:86142d61-a740-4761-ab95-3268a1be6fcc>\",\"WARC-IP-Address\":\"151.101.1.69\",\"WARC-Target-URI\":\"https://mathematica.stackexchange.com/questions/170669/independent-colorfunction-in-revolutionplot3d\",\"WARC-Payload-Digest\":\"sha1:R25KT7VWH77BMKSZGSV2ZCB2LW4L6BLV\",\"WARC-Block-Digest\":\"sha1:XEEWFLHVFVNZTGDUWFI3J5XXP7CQ3Q7U\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-24/CC-MAIN-2020-24_segments_1590347445880.79_warc_CC-MAIN-20200604161214-20200604191214-00107.warc.gz\"}"} |
https://wiki.atlas.aei.uni-hannover.de/Main/ReprNotesOnS4R2Paper | [
"## Some Notes on the S4R2 Paper\n\n### Uniform templates in equatorial plane\n\nTesting the intuitive idea that the sky-metric we used is isotropic in the equatorial plane: this might have been thought from Fig.4 in the Paper, showing the sky-templates in the equatorial plane are approximately uniform.\n\nWe gener... | [
null,
"https://wiki.atlas.aei.uni-hannover.de/pub/Main/ReprNotesOnS4R2Paper/S4R2_SkyEllipses_SkyAngles.png",
null,
"https://wiki.atlas.aei.uni-hannover.de/pub/Main/ReprNotesOnS4R2Paper/S4R2_SkyEllipses_EquPlane.png",
null,
"https://wiki.atlas.aei.uni-hannover.de/pub/Main/ReprNotesOnS4R2Paper/S4R2_SkyEllip... | {"ft_lang_label":"__label__en","ft_lang_prob":0.82623625,"math_prob":0.8653792,"size":1673,"snap":"2023-14-2023-23","text_gpt3_token_len":395,"char_repetition_ratio":0.13960455,"word_repetition_ratio":0.03524229,"special_character_ratio":0.20681411,"punctuation_ratio":0.13220339,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9664741,"pos_list":[0,1,2,3,4,5,6,7,8,9,10],"im_url_duplicate_count":[null,3,null,3,null,3,null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-09T01:53:22Z\",\"WARC-Record-ID\":\"<urn:uuid:5d0f57eb-2bc1-4786-8858-b644e79eca78>\",\"Content-Length\":\"23778\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e78fbd19-8d4f-44b6-9911-0095ad96b18c>\",\"WARC-Concurrent-To\":\"<urn:uuid:50db80ba-8bf0-4c66-8979-ad647359e905>\",\"WARC-IP-Address\":\"130.75.116.231\",\"WARC-Target-URI\":\"https://wiki.atlas.aei.uni-hannover.de/Main/ReprNotesOnS4R2Paper\",\"WARC-Payload-Digest\":\"sha1:4P4A52HL2EZTE5Z6CQWVEWEBWRGCJMEG\",\"WARC-Block-Digest\":\"sha1:WY3AIT2PLR6PDQGQYZ7FLANW2DGWHMA3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224655244.74_warc_CC-MAIN-20230609000217-20230609030217-00626.warc.gz\"}"} |
https://helptest.net/physics/78285/ | [
"",
null,
"# How much heat is released when 432 g of water cools down from 71'c to 18'c?",
null,
"The heat released by the water when it cools down by a temperature difference is where m=432 g is the mass of the water is the specific heat capacity of water is the decrease of temperature of the water Pluggi... | [
null,
"https://helptest.net/includes/img/avatar.jpg",
null,
"https://helptest.net/uploads/users/9/93980442e17abc48fb47b9f1b85b988a.jpg",
null,
"https://helptest.net/img/qu.jpg",
null,
"https://helptest.net/includes/img/avatar.jpg",
null,
"https://helptest.net/includes/img/avatar.jpg",
null,
"h... | {"ft_lang_label":"__label__en","ft_lang_prob":0.94058377,"math_prob":0.9346319,"size":839,"snap":"2021-43-2021-49","text_gpt3_token_len":208,"char_repetition_ratio":0.12215569,"word_repetition_ratio":0.1388889,"special_character_ratio":0.26102504,"punctuation_ratio":0.10227273,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9759325,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-20T10:32:23Z\",\"WARC-Record-ID\":\"<urn:uuid:f205ca82-dbcd-49b4-a277-9489b236cf45>\",\"Content-Length\":\"26803\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8c6e03b1-4dff-44d5-a8a2-2a799648182f>\",\"WARC-Concurrent-To\":\"<urn:uuid:f982b683-c3a0-457d-87bc-46d221e85d83>\",\"WARC-IP-Address\":\"5.34.180.2\",\"WARC-Target-URI\":\"https://helptest.net/physics/78285/\",\"WARC-Payload-Digest\":\"sha1:FDFUDS2WGNUU6IFGPRSJCAJJUTJO7WGN\",\"WARC-Block-Digest\":\"sha1:Y2E2EC6R2KAYXTFMAHTGEC3K7ABH4RIH\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585305.53_warc_CC-MAIN-20211020090145-20211020120145-00294.warc.gz\"}"} |
https://numbermatics.com/n/2275011/ | [
"# 2275011\n\n## 2,275,011 is an odd composite number composed of two prime numbers multiplied together.\n\nWhat does the number 2275011 look like?\n\nThis visualization shows the relationship between its 2 prime factors (large circles) and 6 divisors.\n\n2275011 is an odd composite number. It is composed of two di... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.84720886,"math_prob":0.9201134,"size":2814,"snap":"2021-43-2021-49","text_gpt3_token_len":763,"char_repetition_ratio":0.13451958,"word_repetition_ratio":0.038812786,"special_character_ratio":0.33830845,"punctuation_ratio":0.16759777,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9851589,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-26T04:45:54Z\",\"WARC-Record-ID\":\"<urn:uuid:a0aafe34-c1e0-40a2-9aa3-ce40ef0b01a9>\",\"Content-Length\":\"17540\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:752bae8d-d987-45b1-8c9d-6360563dda5e>\",\"WARC-Concurrent-To\":\"<urn:uuid:91d1ae59-0591-4f86-a4eb-a07ec3a1ea56>\",\"WARC-IP-Address\":\"72.44.94.106\",\"WARC-Target-URI\":\"https://numbermatics.com/n/2275011/\",\"WARC-Payload-Digest\":\"sha1:WVVYHMFOQEQDBYAVJS3UKCOYFZJ5NK2H\",\"WARC-Block-Digest\":\"sha1:EGUQDUFWGY62OHHVZLYFGRICG2LBQAG2\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323587799.46_warc_CC-MAIN-20211026042101-20211026072101-00328.warc.gz\"}"} |
https://math.stackexchange.com/questions/1811754/is-fracddx-left-sum-n-0-infty-xn-right-sum-n-0-infty-left | [
"# Is $\\frac{d}{dx}\\left(\\sum_{n = 0}^\\infty x^n\\right) = \\sum_{n = 0}^\\infty\\left(\\frac{d}{dx} x^n \\right)$ true?\n\nAlmost 3 months ago, I asked this question regarding if it's possible to compute the summation of derivatives, as in the example I've given: $$\\sum_{n = 0}^\\infty \\frac{d}{dx} x^n$$ One... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8862272,"math_prob":0.9998691,"size":1381,"snap":"2019-13-2019-22","text_gpt3_token_len":419,"char_repetition_ratio":0.14814815,"word_repetition_ratio":0.06306306,"special_character_ratio":0.3026792,"punctuation_ratio":0.08955224,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000067,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-05-19T18:18:39Z\",\"WARC-Record-ID\":\"<urn:uuid:69539278-58c8-4e36-aaba-b91b931392d9>\",\"Content-Length\":\"151678\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9b4d1646-0fe8-4bfb-bbb3-57a66133e66b>\",\"WARC-Concurrent-To\":\"<urn:uuid:7be76f18-cc8d-43ee-b97b-c48c7995c5fc>\",\"WARC-IP-Address\":\"151.101.65.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/1811754/is-fracddx-left-sum-n-0-infty-xn-right-sum-n-0-infty-left\",\"WARC-Payload-Digest\":\"sha1:DSRLGXWRSDFO6UE5RHRG77Q2ENH5TQLT\",\"WARC-Block-Digest\":\"sha1:V37HZN6YP2RBNV2DSOQMPA33ZFV6F5W4\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-22/CC-MAIN-2019-22_segments_1558232255092.55_warc_CC-MAIN-20190519181530-20190519203530-00166.warc.gz\"}"} |
https://www.sangakoo.com/en/unit/reduced-equation-of-the-horizontal-parabola | [
"# Reduced equation of the horizontal parabola\n\nLet's consider the parabola which vertex coincides with the origin and which axis coincides with the $$x$$-axis.\n\nIn this case, the focus is at point $$F(\\dfrac{p}{2},0)$$, and the equation of the generator line $$D$$ is: $$x=-\\dfrac{p}{2}$$.\n\nThe equation of ... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.8767231,"math_prob":1.0000099,"size":712,"snap":"2023-14-2023-23","text_gpt3_token_len":246,"char_repetition_ratio":0.14548023,"word_repetition_ratio":0.041237112,"special_character_ratio":0.38061798,"punctuation_ratio":0.12903225,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000099,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-24T03:36:26Z\",\"WARC-Record-ID\":\"<urn:uuid:6a423ddd-2c4f-49d1-9dd4-66c3fe423966>\",\"Content-Length\":\"19166\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8a814f0a-81a5-47f4-b9cc-4eb81bacdad0>\",\"WARC-Concurrent-To\":\"<urn:uuid:64ebf20f-ed01-490b-a67e-e63ea4562478>\",\"WARC-IP-Address\":\"5.56.60.182\",\"WARC-Target-URI\":\"https://www.sangakoo.com/en/unit/reduced-equation-of-the-horizontal-parabola\",\"WARC-Payload-Digest\":\"sha1:V5IEUDEIAL3W3BHWTHI4WZMK4YUHPQVZ\",\"WARC-Block-Digest\":\"sha1:CTWEZDGNX6RHW7ZBGIUYCZ4MG3DSLAKZ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296945242.64_warc_CC-MAIN-20230324020038-20230324050038-00546.warc.gz\"}"} |
https://everything2.com/title/recursive | [
"(recursive function theory, mathematical logic)\nFunction\nThe class of recursive functions is the same as the class of computable functions, but it is reached by a completely different route. To the allowed operations of the class of primitive recursive functions we add the following:\n• (minimization:) If f(x_1,... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.72402614,"math_prob":0.99336183,"size":429,"snap":"2020-10-2020-16","text_gpt3_token_len":112,"char_repetition_ratio":0.11529412,"word_repetition_ratio":0.0,"special_character_ratio":0.23076923,"punctuation_ratio":0.04411765,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99912184,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-02T23:34:04Z\",\"WARC-Record-ID\":\"<urn:uuid:7a5d5a93-b372-44a9-89ac-a8779300e8c4>\",\"Content-Length\":\"19464\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:7d34e03e-6599-4dea-8b82-f904a43fd59e>\",\"WARC-Concurrent-To\":\"<urn:uuid:e341d047-f150-4808-9238-1742d998b477>\",\"WARC-IP-Address\":\"35.165.66.52\",\"WARC-Target-URI\":\"https://everything2.com/title/recursive\",\"WARC-Payload-Digest\":\"sha1:X336VGHWDWTWL72ZPKO6F2VBJWRYJRX7\",\"WARC-Block-Digest\":\"sha1:GFCBMIN4LCI4VEZOSSGD2PPEAGPDEPCC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370508367.57_warc_CC-MAIN-20200402204908-20200402234908-00174.warc.gz\"}"} |
https://allexamreview.com/electrical-machines-expected-mcq-pdf-5/ | [
"# Electrical Machines Expected MCQ PDF 5 For Coal India Limited (CIL) MT Exam 2017\n\n## Electrical Machines Expected MCQ PDF 5",
null,
"Category –EE Online Test\n\nAttempt Free Electrical Machines Expected MCQ PDF 5 Here. Read The Important Electrical MCQ From Below.\n\n1) While delivering an useful power o... | [
null,
"https://allexamreview.com/wp-content/uploads/2016/07/Important-MCQ-300x300.jpg",
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.7997952,"math_prob":0.94389766,"size":10298,"snap":"2023-40-2023-50","text_gpt3_token_len":2816,"char_repetition_ratio":0.17155625,"word_repetition_ratio":0.12839638,"special_character_ratio":0.25033987,"punctuation_ratio":0.1380887,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9840739,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-11-30T07:14:17Z\",\"WARC-Record-ID\":\"<urn:uuid:c3946bc4-ca94-4d3f-b920-c5889c32db0d>\",\"Content-Length\":\"138280\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c402c958-0131-4742-bd24-b7efed660337>\",\"WARC-Concurrent-To\":\"<urn:uuid:18ec13bd-da86-4932-b869-69c161b8f17c>\",\"WARC-IP-Address\":\"172.67.167.152\",\"WARC-Target-URI\":\"https://allexamreview.com/electrical-machines-expected-mcq-pdf-5/\",\"WARC-Payload-Digest\":\"sha1:2P4SYDVKWVCRW7ITSQGC45LFS6DVFCBN\",\"WARC-Block-Digest\":\"sha1:G5IX4YBPFHGB4M5GMDK6KJBCL6BVAGDA\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100172.28_warc_CC-MAIN-20231130062948-20231130092948-00360.warc.gz\"}"} |
https://math.stackexchange.com/questions/154156/abstract-characterization-of-s-5-why-must-some-involution-be-in-the-center-of | [
"Abstract characterization of $S_5$, why must some involution be in the center of a Sylow subgroup?\n\nI'm trying to follow a sketch proof about the abstract characterization of $S_5$, by Walter Feit.\n\nSuppose $G$ is a finite group with exactly two conjugacy classes of involutions, with $u_1$ and $u_2$ being repr... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.90955377,"math_prob":0.999887,"size":747,"snap":"2019-26-2019-30","text_gpt3_token_len":234,"char_repetition_ratio":0.118438765,"word_repetition_ratio":0.0,"special_character_ratio":0.28380188,"punctuation_ratio":0.0952381,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99999774,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-06-27T12:41:37Z\",\"WARC-Record-ID\":\"<urn:uuid:3e171dd6-1083-4b83-9442-4384c4e8999f>\",\"Content-Length\":\"140508\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ecff2ea4-e346-401a-9635-2e486ea0cd01>\",\"WARC-Concurrent-To\":\"<urn:uuid:2267aec0-7f74-4c74-a473-e360355b8702>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/154156/abstract-characterization-of-s-5-why-must-some-involution-be-in-the-center-of\",\"WARC-Payload-Digest\":\"sha1:3OVHMWAJJV6QGW2PG6H2JPTG3CKW73XO\",\"WARC-Block-Digest\":\"sha1:X22TP43VEERJEMLRBLCWBDRAM77OMTTO\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-26/CC-MAIN-2019-26_segments_1560628001138.93_warc_CC-MAIN-20190627115818-20190627141818-00314.warc.gz\"}"} |
https://metanumbers.com/2258 | [
"## 2258\n\n2,258 (two thousand two hundred fifty-eight) is an even four-digits composite number following 2257 and preceding 2259. In scientific notation, it is written as 2.258 × 103. The sum of its digits is 17. It has a total of 2 prime factors and 4 positive divisors. There are 1,128 positive integers (up to 2... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.6271304,"math_prob":0.9865774,"size":4376,"snap":"2021-04-2021-17","text_gpt3_token_len":1564,"char_repetition_ratio":0.119853616,"word_repetition_ratio":0.028528528,"special_character_ratio":0.44355577,"punctuation_ratio":0.078023404,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9961,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-01-27T09:34:18Z\",\"WARC-Record-ID\":\"<urn:uuid:3aa0f020-cc39-487e-8a3a-aa7d16973375>\",\"Content-Length\":\"47555\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c9a6ccc0-1e1f-40f1-8a9e-6f1f77fab88f>\",\"WARC-Concurrent-To\":\"<urn:uuid:91732eef-4d05-4856-8bff-d738ff982076>\",\"WARC-IP-Address\":\"46.105.53.190\",\"WARC-Target-URI\":\"https://metanumbers.com/2258\",\"WARC-Payload-Digest\":\"sha1:GCPQRVMK6KD6UYYUWNHYBCG4XYO5JCTP\",\"WARC-Block-Digest\":\"sha1:7SXI3TNEUCFP7R5LIFXA4UNJ3IHZEJGC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-04/CC-MAIN-2021-04_segments_1610704821381.83_warc_CC-MAIN-20210127090152-20210127120152-00426.warc.gz\"}"} |
https://artofproblemsolving.com/wiki/index.php?title=2005_Alabama_ARML_TST_Problems/Problem_8&diff=72631&oldid=23681 | [
"# Difference between revisions of \"2005 Alabama ARML TST Problems/Problem 8\"\n\n## Problem\n\nFind the number of ordered pairs of integers",
null,
"$(x,y)$ which satisfy",
null,
"$x^2+4xy+y^2=21$.\n\n## Solution\n\nWe look at",
null,
"$x$ and",
null,
"$y \\pmod{3}$, since",
null,
"$21$ is a m... | [
null,
"https://latex.artofproblemsolving.com/e/5/3/e53b1fe25be1c679117fb44a6a886fe1247d189a.png ",
null,
"https://latex.artofproblemsolving.com/9/d/b/9db3357e293b63851ef1642c66d41e9e2bb2aad4.png ",
null,
"https://latex.artofproblemsolving.com/2/6/e/26eeb5258ca5099acf8fe96b2a1049c48c89a5e6.png ",
null,
... | {"ft_lang_label":"__label__en","ft_lang_prob":0.61468464,"math_prob":0.9999999,"size":2570,"snap":"2022-40-2023-06","text_gpt3_token_len":1103,"char_repetition_ratio":0.20148091,"word_repetition_ratio":0.2746781,"special_character_ratio":0.4315175,"punctuation_ratio":0.17656766,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99998784,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"im_url_duplicate_count":[null,null,null,null,null,null,null,7,null,null,null,null,null,7,null,7,null,null,null,null,null,null,null,7,null,null,null,7,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-27T23:46:29Z\",\"WARC-Record-ID\":\"<urn:uuid:da21a1f6-c0c1-4b5b-b0bc-baa8a662b8ec>\",\"Content-Length\":\"49377\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:f409c879-260f-4b6a-a36e-e41aa4709862>\",\"WARC-Concurrent-To\":\"<urn:uuid:ddfc063f-d4ea-4d7d-881d-7114fd58c4ad>\",\"WARC-IP-Address\":\"104.26.11.229\",\"WARC-Target-URI\":\"https://artofproblemsolving.com/wiki/index.php?title=2005_Alabama_ARML_TST_Problems/Problem_8&diff=72631&oldid=23681\",\"WARC-Payload-Digest\":\"sha1:ELCWBZRADLEVPJVH3BDUSDILR4OHQZA2\",\"WARC-Block-Digest\":\"sha1:3GKZSJPBWKSTWAMAI75K22JJ6IEIB5FG\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335059.31_warc_CC-MAIN-20220927225413-20220928015413-00030.warc.gz\"}"} |
https://excelunlocked.com/substitute-function-in-excel | [
"# SUBSTITUTE Function in Excel – A Text Function\n\nIn one of our earlier blogs, we learned the use of REPLACE Function. The REPLACE function replaces a set of characters in a text string with another set of characters based on the location and length. The SUBSTITUTE Function in excel does the same job but in a di... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.84546363,"math_prob":0.7835509,"size":4615,"snap":"2022-40-2023-06","text_gpt3_token_len":994,"char_repetition_ratio":0.17132942,"word_repetition_ratio":0.049689442,"special_character_ratio":0.21538462,"punctuation_ratio":0.087739035,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97307813,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-02-05T03:39:14Z\",\"WARC-Record-ID\":\"<urn:uuid:40faabb0-3e9e-4ac8-8180-a356ab0ce68c>\",\"Content-Length\":\"231325\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e4f41728-01ee-49c9-94e1-feb6e4d24626>\",\"WARC-Concurrent-To\":\"<urn:uuid:b1c64d10-8df5-4f40-b7a5-d44b2644f850>\",\"WARC-IP-Address\":\"172.67.222.145\",\"WARC-Target-URI\":\"https://excelunlocked.com/substitute-function-in-excel\",\"WARC-Payload-Digest\":\"sha1:67Q7T7BKCJHZFLIX7SMMH33QZZXORJ5R\",\"WARC-Block-Digest\":\"sha1:V5LU533VGIQ2KPKIUY7UWFKPMRFLY7EY\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764500215.91_warc_CC-MAIN-20230205032040-20230205062040-00179.warc.gz\"}"} |
https://drserendipity.com/notes/notes_by_subjects/artificial_intelligence/computer-vision/5-extracurricular/6-extra-review-training-a-neural-network/6-2-training-neural-networks/14-momentum-2/ | [
"# 14 – Momentum\n\nSo, here’s another way to solve a local minimum problem. The idea is to walk a bit fast with momentum and determination in a way that if you get stuck in a local minimum, you can, sort of, power through and get over the hump to look for a lower minimum. So let’s look at what normal gradient desc... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.9521453,"math_prob":0.95980036,"size":1559,"snap":"2022-40-2023-06","text_gpt3_token_len":365,"char_repetition_ratio":0.117684886,"word_repetition_ratio":0.0130293155,"special_character_ratio":0.23091726,"punctuation_ratio":0.11516854,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9835062,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-02-03T20:12:42Z\",\"WARC-Record-ID\":\"<urn:uuid:d6b6761b-6f10-40ec-89f1-e884d8a484ff>\",\"Content-Length\":\"208597\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1bff135b-5b5a-4385-b1df-426f02e0291a>\",\"WARC-Concurrent-To\":\"<urn:uuid:1cad0a95-35e5-45ec-b5a6-ad50a8829a33>\",\"WARC-IP-Address\":\"192.0.78.160\",\"WARC-Target-URI\":\"https://drserendipity.com/notes/notes_by_subjects/artificial_intelligence/computer-vision/5-extracurricular/6-extra-review-training-a-neural-network/6-2-training-neural-networks/14-momentum-2/\",\"WARC-Payload-Digest\":\"sha1:P2QU6JBYCZM3KFY7BKACEIEG7XXWQZ2Z\",\"WARC-Block-Digest\":\"sha1:BH6GHMIELUDSCIZEHJB3XAHLMPQXYDYA\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764500074.73_warc_CC-MAIN-20230203185547-20230203215547-00657.warc.gz\"}"} |
https://docs.formant.io/docs/ingestion-with-adapters | [
"An adapter is a program that can be run by the Formant agent on startup. The primary purpose of adapters is to communicate with the Formant plaform through the Agent SDK. This will allow you to ingest information if you are not running in a ROS environment, or information that is not available as a ROS topic.\n\n#... | [
null
] | {"ft_lang_label":"__label__en","ft_lang_prob":0.5230415,"math_prob":0.7885668,"size":11280,"snap":"2023-40-2023-50","text_gpt3_token_len":2780,"char_repetition_ratio":0.14978716,"word_repetition_ratio":0.012488849,"special_character_ratio":0.25567377,"punctuation_ratio":0.26010928,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9525325,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-30T22:55:13Z\",\"WARC-Record-ID\":\"<urn:uuid:69e57ed6-6890-4cc1-b028-53e103371bae>\",\"Content-Length\":\"730843\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:86acf3ad-4582-4eb6-ab0d-4fa6e5816f5d>\",\"WARC-Concurrent-To\":\"<urn:uuid:facaeea3-1c3d-489c-a0c3-bf2f8a475bdf>\",\"WARC-IP-Address\":\"104.16.242.118\",\"WARC-Target-URI\":\"https://docs.formant.io/docs/ingestion-with-adapters\",\"WARC-Payload-Digest\":\"sha1:YSZC6QVBNTEA3U3KOPRL2EHGMVA33JMX\",\"WARC-Block-Digest\":\"sha1:OGUZCQYLDZPGXY2MUOVQ2OH2DB2FQW7I\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510730.6_warc_CC-MAIN-20230930213821-20231001003821-00189.warc.gz\"}"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.